/* Theme Settings CSS */

.entity-meta details[open] {

  background: none;

  border: none;
}
.vertical-tabs__panes {

  border: 0 !important;

}
.vertical-tabs__pane summary {

  display: block !important;

  background-color: #d2dbe2;

  margin-bottom: 15px;

}
.vertical-tabs__pane > summary {

  display: none !important;

}
input[type="text"],

input[type="tel"],

input[type="password"],

input[type="email"],

textarea, select {

  background-color: #fff;

  border: 1px solid #dee2e6;

  padding: 5px 10px;

}



input[type="text"] {

  max-width: unset;
}
.form-item {
  padding-bottom: 15px;
}
.form-item select {
  padding: 6px 25px 6px 6px;
}
.color-check {

  border: 1px solid #dee2e6;

  width: 32px;

  height: 30px;

  display: inline-block;

  float: left;

  margin-right: 10px;

}
.align-center {
	text-align: center;
}


.gva-customize .details-wrapper {

  float: left;

}



.gva-customize .form-type-textfield {

  display: block;

  width: 100%;

  float: left;

  max-width: 500px;

  clear: both;

  margin-bottom: 0;

}



.gva-customize .form-type-textfield label {

  display: block;

  width: 100%;

  clear: both;

}



.gva-customize .form-type-textfield input {

  float: left;

  max-width: 250px;

}


/* Template CSS */


a {

  -webkit-transition: all 0.35s;
  transition: all 0.35s;

}



@media (prefers-reduced-motion: reduce) {

  a {

    -webkit-transition: none;

    transition: none;

  }

}



a:hover, a:focus, a:active {

  outline: none !important;

  color: var(--notech-theme-color);

  text-decoration: none;

}



input:hover, input:focus, input:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {

  outline: none !important;

}



label {

  font-weight: 700;

  color: var(--notech-theme-color-second);

}



img {

  border: 0;

  vertical-align: top;

  max-width: 100%;

  height: auto;

}



.video-responsive {

  height: 0;

  padding-top: 0;

  padding-bottom: 56.25%;

  position: relative;

  overflow: hidden;

}



.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  position: absolute;

}



h4, .h4, h5, h6, .h5, .h6 {

  line-height: 1.6;

}



.body-page input[type="text"],

.body-page input[type="tel"],

.body-page input[type="password"],

.body-page input[type="email"],

.body-page textarea, .body-page select {

  background-color: #fff;

  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;

  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;

  border: 1px solid #dee2e6;

  padding: 5px 10px;

}



.body-page input[type="text"]:focus, .body-page input[type="text"]:active, .body-page input[type="text"]:hover,

.body-page input[type="tel"]:focus,

.body-page input[type="tel"]:active,

.body-page input[type="tel"]:hover,

.body-page input[type="password"]:focus,

.body-page input[type="password"]:active,

.body-page input[type="password"]:hover,

.body-page input[type="email"]:focus,

.body-page input[type="email"]:active,

.body-page input[type="email"]:hover,

.body-page textarea:focus,

.body-page textarea:active,

.body-page textarea:hover, .body-page select:focus, .body-page select:active, .body-page select:hover {

  outline: none;

}



.label {

  color: #2a3742 !important;

}



.list-menu ul li {

  list-style: none;

  padding: 15px 2px;

  font-size: 1rem;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}



.list-menu ul li:last-child {

  border-bottom: none;

}



ul {

  margin: 0;

  padding-left: 30px;

}



ul ul {

  padding-left: 20px;

}



ul li {

  list-style: inherit;

}



ul li i {

  margin-right: 3px;

  font-size: 16px;

  min-width: 20px;

  text-align: center;

}



.item-list ul li {

  margin-left: 0;

}



ul.menu {

  padding: 0;

}



ul.menu > li {

  position: relative;

  padding: 4px 0 10px;

  list-style-type: none;

}



ul.menu > li > a {

  padding-left: 0;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  position: relative;

}



@media (prefers-reduced-motion: reduce) {

  ul.menu > li > a {

    -webkit-transition: none;

    transition: none;

  }

}



ul.menu > li > a:hover, ul.menu > li > a:active, ul.menu > li > a:focus {

  color: var(--notech-theme-color);

}



ul.features-list {

  margin: 10px 0;

  padding-left: 0;

}



ul.features-list > li {

  padding-left: 20px;

  position: relative;

  list-style: none;

  margin-bottom: 8px;

  color: #2a3742;

  font-size: 16px;

  font-weight: 500;

}



ul.features-list > li:after {

  content: '';

  width: 5px;

  height: 5px;

  background: var(--notech-theme-color);

  position: absolute;

  top: 50%;

  margin-top: -2px;

  left: 2px;

  z-index: 1;

}



ul.inline > li {

  float: left;

  margin-left: 5px;

}



table {

  width: 100%;

  margin-bottom: 20px;

  border: 1px solid #dee2e6;

}



table > thead > tr > th,

table > thead > tr > td,

table > tbody > tr > th,

table > tbody > tr > td,

table > tfoot > tr > th,

table > tfoot > tr > td {

  border-color: #dee2e6;

  border-width: 1px 1px 1px 0;

  border-style: solid;

}



table > thead > tr > th,

table > thead > tr > td {

  border-bottom-width: 2px;

}



.no-padding {

  padding: 0 !important;

}



a.disable {

  pointer-events: none;

  cursor: default;

}



/************************* Pagination ************************/

.pager {

  text-align: center;

}



.pager ul.pager__items {

  display: inline-block;

  margin: 0 0 30px;

  padding: 0;

  font-size: 12px;

}



.pager ul.pager__items > li {

  list-style-type: none;

  float: left;

  margin-right: 10px;

}



.pager ul.pager__items > li a {

  border: 1px solid #dee2e6;

  font-weight: 700;

  display: inline-block;

  line-height: 34px;

  margin: 0 1px;

  text-align: center;

  margin-right: 10px;

  padding: 0 15px;

  border-radius: 4px;

  text-transform: uppercase;

  background: #fff;

  font-size: 12px;

}



.pager ul.pager__items > li a:last-child {

  margin-right: 0;

}



.pager ul.pager__items > li a:hover {

  background: var(--notech-theme-color);

  color: #fff;

  border-color: var(--notech-theme-color);

}



.pager ul.pager__items > li a:hover:after {

  color: #fff;

}



.pager ul.pager__items > li.pager__item--next {

  font-size: 12px;

}



.pager ul.pager__items > li.pager__item--last {

  font-size: 12px;

}



.pager ul.pager__items > li.is-active a {

  background: var(--notech-theme-color);

  color: #fff;

  border-color: var(--notech-theme-color);

}



.pager ul.pager__items > li.is-active a:after {

  color: #fff;

}



.quick-pagination .pager {

  text-align: center;

  margin-top: 20px;

}



.quick-pagination .pager .pager__item--first, .quick-pagination .pager .pager__item--last {

  display: none;

}



.quick-pagination .pager .pager__item--previous, .quick-pagination .pager .pager__item--next {

  position: relative;

}



.quick-pagination .pager .pager__item--previous a, .quick-pagination .pager .pager__item--next a {

  text-indent: -99999px;

  position: relative;

}



.quick-pagination .pager .pager__item--previous a:after, .quick-pagination .pager .pager__item--next a:after {

  content: '\f061';

  font-family: "Font Awesome 5 Free";

  position: absolute;

  top: 0px;

  left: 0;

  width: 100%;

  text-align: center;

  color: #2a3742;

  text-indent: 0;

  font-size: 11px;

}



.quick-pagination .pager .pager__item--previous.pager__item--previous a:after, .quick-pagination .pager .pager__item--next.pager__item--previous a:after {

  content: '\f060';

}



.breadcrumb-content-inner {

  margin-bottom: 60px;

}



.breadcrumb-content-inner .breadcrumb-content-main {

  position: relative;

  max-width: 1200px;

  width: 100%;

  margin: 0 auto;

  z-index: 11;

  padding: 100px 15px 100px;

  text-align: center;

}



@media (max-width: 767.98px) {

  .breadcrumb-content-inner .breadcrumb-content-main {

    padding: 60px 15px;

  }

}
.breadcrumb-content-inner .gva-block-breadcrumb .page-title {
  font-size: 38px;
  text-align: center;
  line-height: 42px;
  position: relative;
}
.bigheader .breadcrumb-content-inner .gva-block-breadcrumb .page-title {
  font-size: 56px;
  text-align: center;
  line-height: 56px;
  position: relative;
}
.medheader .breadcrumb-content-inner .gva-block-breadcrumb .page-title {
  font-size: 46px;
  text-align: center;
  line-height: 46px;
  position: relative;
}
.medheader .breadcrumb-content-inner {
	margin-bottom: 30px;
}



@media (max-width: 767.98px) {

  .breadcrumb-content-inner .gva-block-breadcrumb .page-title {
    font-size: 30px;
  }
.bigheader .breadcrumb-content-inner .gva-block-breadcrumb .page-title {
  font-size: 48px;
  line-height: 48px;
}
.medheader .breadcrumb-content-inner .gva-block-breadcrumb .page-title {
  font-size: 38px;
  line-height: 38px;
}	
}



.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links {

  display: inline-block;

  position: relative;

  margin: 0 auto;

}



.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb {

  background: none;

  margin: 0;

}



.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol {

  list-style: none;

  margin-bottom: 0 !important;

  padding: 0;

}



.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol::after {

  display: block;

  clear: both;

  content: "";

}
.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li {
  float: left;
  font-size: 15px;
  color: rgba(107,218,213,0.7);
  font-weight: 700;
	letter-spacing: 0.5px;
}
.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li a {
  color: rgba(107,218,213,0.7);
}
.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li a:hover {
  color: rgba(107,218,213,1);
  text-decoration: underline;
}
.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li span {
  padding: 0 5px 6px 0px;
  color: rgba(0,76,69,0.5);
}



.breadcrumb-content-inner .gva-block-breadcrumb.text-white .page-title, .breadcrumb-content-inner .gva-block-breadcrumb.text-light .page-title {

  color: #fff;

}



.breadcrumb-content-inner .gva-parallax-background .gva-parallax-inner {

  background-position: center center;

  background-size: cover;

}



pre {

  border-radius: 0 !important;

  margin: 30px 0;

}



.drupal-message {

  background: #CDCDCD;

  max-width: 1170px;

  margin: 0 auto;

  position: fixed;

  z-index: 99;

  bottom: 15px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 100%;

  max-height: 50%;

  overflow: auto;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  -webkit-transition-delay: 4px;

  transition-delay: 4px;

}



@media (prefers-reduced-motion: reduce) {

  .drupal-message {

    -webkit-transition: none;

    transition: none;

  }

}



.drupal-message .messages__wrapper {

  padding: 2px 30px 2px 15px;

}



.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {

  color: #fff;

}



.hidden {

  display: none !important;

}



.pull-left {

  float: left;

}



.pull-right {

  float: right;

}



.row.no-gutters {

  margin-right: 0;

  margin-left: 0;

}



.row.no-gutters > [class^="col-"],

.row.no-gutters > [class*=" col-"] {

  padding-right: 0;

  padding-left: 0;

}



@media (max-width: 767px) {

  .hidden-xs {

    display: none !important;

  }

}



@media (min-width: 768px) and (max-width: 991px) {

  .hidden-sm {

    display: none !important;

  }

}



@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-md {

    display: none !important;

  }

}



@media (min-width: 1200px) {

  .hidden-lg {

    display: none !important;

  }

}



@media (max-width: 480px) {

  .d-small-none {

    display: none !important;

  }

}



@media (max-width: 325px) {

  .col-6 {

    width: 100%;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

}



@media (max-width: 510px) {

  .col-2, .col-3, .col-4, .col-5 {

    width: 100%;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

}



@font-face {

  font-family: 'gilmer';

  src: url("../fonts/gilmer/GilmerBold.ttf") format("ttf"), url("../fonts/gilmer/GilmerBold.woff") format("woff"), url("../fonts/gilmer/GilmerBold.eot") format("eot"), url("../fonts/gilmer/GilmerBold.otf") format("otf");

  font-style: normal;

  font-weight: 700;

  font-display: swap;

}



@font-face {

  font-family: 'gilmer';

  src: url("../fonts/gilmer/GilmerMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilmer/GilmerMedium.otf") format("opentype"), url("../fonts/gilmer/GilmerMedium.woff") format("woff"), url("../fonts/gilmer/GilmerMedium.ttf") format("truetype"), url("../fonts/gilmer/GilmerMedium.svg#GilmerMedium") format("svg");

  font-weight: 500;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'gilmer';

  src: url("../fonts/gilmer/GilmerRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilmer/GilmerRegular.otf") format("opentype"), url("../fonts/gilmer/GilmerRegular.woff") format("woff"), url("../fonts/gilmer/GilmerRegular.ttf") format("truetype"), url("../fonts/gilmer/GilmerRegular.svg#GilmerRegular") format("svg");

  font-weight: 400;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'kumbh-sans';

  src: url("../fonts/kumbh-sans/KumbhSans-Bold.eot");

  src: url("../fonts/kumbh-sans/KumbhSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-Bold.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-Bold.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-Bold.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-Bold.svg#KumbhSans-Bold") format("svg");

  font-weight: 700;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'kumbh-sans';

  src: url("../fonts/kumbh-sans/KumbhSans-Medium.eot");

  src: url("../fonts/kumbh-sans/KumbhSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-Medium.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-Medium.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-Medium.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-Medium.svg#KumbhSans-Medium") format("svg");

  font-weight: 500;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'kumbh-sans';

  src: url("../fonts/kumbh-sans/KumbhSans-SemiBold.eot");

  src: url("../fonts/kumbh-sans/KumbhSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.svg#KumbhSans-SemiBold") format("svg");

  font-weight: 600;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'kumbh-sans';

  src: url("../fonts/kumbh-sans/KumbhSans-Regular.eot");

  src: url("../fonts/kumbh-sans/KumbhSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-Regular.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-Regular.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-Regular.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-Regular.svg#KumbhSans-Regular") format("svg");

  font-weight: 400;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'icomoon';

  src: url("../fonts/icons/icomoon.eot?s8kcq0");

  src: url("../fonts/icons/icomoon.eot?s8kcq0#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?s8kcq0") format("truetype"), url("../fonts/icons/icomoon.woff?s8kcq0") format("woff"), url("../fonts/icons/icomoon.svg?s8kcq0#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;

}



[class^="icon-t-"], [class*=" icon-t-"] {

  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'icomoon' !important;

  speak: never;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.icon-t-application:before {

  content: "\e91f";

}



.icon-t-system:before {

  content: "\e920";

}



.icon-t-pin:before {

  content: "\e900";

}



.icon-t-magnifying-glass:before {

  content: "\e901";

}



.icon-t-email:before {

  content: "\e902";

}



.icon-t-cyber:before {

  content: "\e903";

}



.icon-t-data-analytics:before {

  content: "\e904";

}



.icon-t-check:before {

  content: "\e905";

}



.icon-t-design-thinking:before {

  content: "\e906";

}



.icon-t-coding:before {

  content: "\e907";

}



.icon-t-technology:before {

  content: "\e908";

}



.icon-t-content:before {

  content: "\e909";

}



.icon-t-optimization:before {

  content: "\e90a";

}



.icon-t-work:before {

  content: "\e90b";

}



.icon-t-technical-support:before {

  content: "\e90c";

}



.icon-t-like:before {

  content: "\e90d";

}



.icon-t-user:before {

  content: "\e90e";

}



.icon-t-data-protection:before {

  content: "\e90f";

}



.icon-t-backup-copy:before {

  content: "\e910";

}



.icon-t-artificial-intelligence:before {

  content: "\e911";

}



.icon-t-telephone:before {

  content: "\e912";

}



.icon-t-mobile-banking:before {

  content: "\e913";

}



.icon-t-tick:before {

  content: "\e914";

}



.icon-t-mental-health:before {

  content: "\e915";

}



.icon-t-education:before {

  content: "\e916";

}



.icon-t-manufacturing:before {

  content: "\e917";

}



.icon-t-stock-market:before {

  content: "\e918";

}



.icon-t-innovation:before {

  content: "\e919";

}



.icon-t-social-media:before {

  content: "\e91a";

}



.icon-t-cloud-storage:before {

  content: "\e91b";

}



.icon-t-customer-service:before {

  content: "\e91c";

}



.icon-t-plus-symbol:before {

  content: "\e91d";

}



.icon-t-market-analysis:before {

  content: "\e91e";

}



html {

  overflow-x: hidden !important;

  font-size: var(--font-body-size);

}



body {

  overflow: hidden !important;

  position: relative;

}



body.boxed {

  background-color: #EAF1F7;

}



body.boxed div.gva-body-wrapper {

  background: #fff;

  max-width: 1440px;

  margin: 0 auto;

  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.05);

  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.05);

  position: relative;

}



body .body-page {

  background-color: #fff;

}



body.logged-in.toolbar-horizontal .header-1 {

  margin-top: 39px;

}



body.bg-dark {

  background: #EFF1F2;

}



body.bg-dark .gva-body-page {

  background: #EFF1F2;

}



.area.slideshow_content .block {

  margin-bottom: 0;

}



.area-panel {

  padding: 30px 0;

}



.header-right .block {

  margin-bottom: 0;

}



#page-main-content {

  min-height: 360px;

}



@media (max-width: 768.9px) {

  #page-main-content {

    min-height: 100px;

  }

}



.main-menu .area-main-menu .area-inner .block {

  margin-bottom: 0;

}



.sidebar {

  position: relative;

}



#footer {

  color: var(--footer-color);

  font-size: var(--footer-color);

  background: url("../images/bg-footer.png") no-repeat left top var(--footer-bg-color);

  background-size: cover;

}



#footer a {

  color: var(--footer-link-color);

}



#footer a:hover, #footer a:focus {

  color: var(--footer-link-color-hover);

}



#footer .block {

  padding-bottom: 0;

  margin-bottom: 0;

}



#footer .block .block-title {

  color: #fff !important;

}



#footer .block .block-title:after, #footer .block .block-title:before {

  display: none;

}



#footer .copyright {
  font-size: 13px !important;
  font-weight: 400;
	color: #90a4b6 !important;
}
#footer .copyright .credits, #footer .copyright .credits a {
  font-size: 13px;
  font-weight: 400;
	color: #445260 !important;
}
#footer .copyright .credits a:hover {
  font-size: 13px;
  font-weight: 400;
	color: #4e5c6b !important;
}
@media (max-width: 767px) {
	#footer .copyright, #footer .copyright .credits, #footer .copyright .credits a {
	font-size: 10px !important;
	line-height: 12px !important;
		text-align:  center;}
	#footer .copyright .credits {
		display: block;
		margin-bottom: 5px;
	}
}
#footer .copyright .copyright-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
	.footer-col-2 {
		margin-top: -57px;
	}
}

.topbar {

  background: var(--topbar-bg-color);

  margin: 0 auto;

  font-size: 13px;

  position: relative;

  z-index: 11;

}



.topbar__content {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  color: var(--topbar-color);

}



.topbar__content a {

  color: var(--topbar-link-color);

}



.topbar__content a:hover, .topbar__content a:focus {

  color: var(--topbar-link-color-hover);

}



.topbar__content i {

  color: var(--topbar-color-icon);

}



.topbar__left {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: left;

  -ms-flex-pack: left;

  justify-content: left;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 60%;

  flex: 0 0 60%;

}



@media (max-width: 860px) {

  .topbar__left {

    display: none;

  }

}



.topbar__right {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: right;

  -ms-flex-pack: right;

  justify-content: right;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 40%;

  flex: 0 0 40%;

}



@media (max-width: 860px) {

  .topbar__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	display: inherit;
	justify-content: center;
  }
	.region__topbar-right {display: inline-flex;}
	.topbar_hideformobile {display:none}
}
@media (min-width: 861px) {
	.topbar_phone2 {display:none}

}



.topbar ul {

  margin: 0 !important;

}



.topbar .region .block {

  margin: 0 20px 0 0 !important;

}



.topbar .region .block:last-child {

  margin-right: 0 !important;

}



.region__topbar {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: left;

  -ms-flex-pack: left;

  justify-content: left;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.region__topbar-right {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: right;

  -ms-flex-pack: right;

  justify-content: right;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.language-box .links > li {

  margin-right: 10px;

  opacity: 0.6;

  filter: alpha(opacity=60);

  line-height: 1;

  margin-top: 5px;

  float: right;

}



.language-box .links > li.is-active {

  opacity: 1;

}



.topbar__one {

  border-bottom: 1px solid #dee2e6;

}



.topbar__one .topbar__content {

  padding: 12px 15px;

  max-width: 1200px;

  margin: 0 auto;

}



.header-one {

  position: relative;

  background: #fff;

  z-index: 99;

  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);

  border-bottom: 1px solid rgba(0, 0, 0, 0.08);

}



.header-one__content {

  padding: 0 15px;

  max-width: 1200px;

  margin: 0 auto;

}
.nav-cta.gsc-button {
	border: 2px solid #655dc6 !important;
	border-radius: 100px;
	background: #fff;
	color: var(--notech-theme-color);
}
.nav-cta.gsc-button:hover, .nav-cta.gsc-button:focus {
	border: 2px solid var(--notech-theme-color);
	background: var(--notech-theme-color);
	color: #FFFFFF;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
@media (max-width: 600px) {
.nav-cta.gsc-button.cta-mobile {
	width: 100%;
	display: block;
	margin-right: 0px !important;
	font-size: 15px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 7px;
}
}
@media (min-width: 601px) {
.nav-cta.gsc-button.cta-mobile {
	display:none;
	}}
@media (min-width: 1250px) {
.nav-cta.gsc-button {
	margin-right: 23px;
	padding: 7px 15px;
	font-size: 14px;
	margin-top: 20px;
}
}
@media (max-width: 1249px) {
.nav-cta.gsc-button {
	margin-right: 23px;
	padding: 6px 13px;
	font-size: 13px;
	margin-top: 20px;
}}
@media (max-width: 1120px) {
.nav-cta.gsc-button {
	margin-right: 23px;
	padding: 5px 10px;
	font-size: 11px;
}
	.navigation .gva_menu > li > a {
		padding: 35px 10px;
	}
}
@media (max-width: 600px) {
.nav-cta.gsc-button {
	display:none;
	}
}
.header-one__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-one__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-one__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
  }
}
.header-one__main-menu {
	margin-left: auto; 
	margin-right: auto;
}
.header-one__branding {
  margin-right: 28px;
}
.header-one__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
@media (max-width: 1024px) {
  .header-one__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    padding-right: 40px;
  }
}
.header-one__right > div {

  margin-right: 25px;

}



.header-one__right > div:last-child {

  margin-right: 0;

}



.header-one .stuck {

  background: #fff;

}



.topbar__two .topbar__content {

  padding: 12px 80px;

  max-width: 100%;

  margin: 0 auto;

}



@media (max-width: 1300px) {

  .topbar__two .topbar__content {

    padding: 12px 15px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  }

}



.header-two {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 9;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}



@media (max-width: 1024px) {

  .header-two {

    position: relative;

    background: #2a3742;

  }

}



.header-two .logo-default {

  display: none;

}



.header-two .logo-default.logo-white {

  display: inline-block !important;

}



.header-two__content {

  padding: 0 80px;

  max-width: 100%;

  margin: 0 auto;

}



@media (max-width: 1400px) {

  .header-two__content {

    padding: 0 20px;

  }

}



@media (max-width: 1024px) {

  .header-two__content {

    padding: 10px 15px;

  }

}



.header-two__main-inner {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.header-two__left {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 70%;

  flex: 0 0 70%;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



@media (max-width: 1300px) {

  .header-two__left {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 calc(100% - 100px);

    flex: 0 0 calc(100% - 100px);

  }

}



.header-two__branding {

  margin-right: 50px;

}



@media (min-width: 1024px) {

  .header-two__main-menu .navigation .gva_menu > li > a {

    color: #fff !important;

    opacity: 0.8;

  }

  .header-two__main-menu .navigation .gva_menu > li > a > span:first-child:before {

    background: #fff;

  }

  .header-two__main-menu .navigation .gva_menu > li > a:hover, .header-two__main-menu .navigation .gva_menu > li > a:focus {

    color: #fff;

    opacity: 1;

  }

  .header-two__main-menu .navigation .gva_menu > li.menu-item--active-trail > a {

    color: #fff !important;

    opacity: 1;

  }

}



.header-two__right {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: right;

  -ms-flex-pack: right;

  justify-content: right;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 30%;

  flex: 0 0 30%;

}



@media (max-width: 1300px) {

  .header-two__right {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100px;

    flex: 0 0 100px;

  }

}



@media (max-width: 1024px) {

  .header-two__right {

    padding-right: 45px;

  }

}



.header-two__right > div {

  margin-right: 25px;

}



.header-two__right > div:last-child {

  margin-right: 0;

}



@media (max-width: 1300px) {

  .header-two__right .header-information {

    display: none;

  }

}



.header-two .stuck {

  background: #2a3742;

}



.header-two #menu-bar {

  background: #fff;

}



.topbar__three {

  border-bottom: 1px solid #dee2e6;

}



.topbar__three .topbar__content {

  padding: 12px 80px;

  max-width: 100%;

  margin: 0 auto;

}



@media (max-width: 1300px) {

  .topbar__three .topbar__content {

    padding: 12px 15px;

  }

}



.header-three {

  position: relative;

  background: #fff;

  z-index: 99;

  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);

  border-bottom: 1px solid rgba(0, 0, 0, 0.08);

}



.header-three__content {

  padding: 0 80px;

  max-width: 100%;

  margin: 0 auto;

}



@media (max-width: 1400px) {

  .header-three__content {

    padding: 0 20px;

  }

}



@media (max-width: 1024px) {

  .header-three__content {

    padding: 10px 15px;

  }

}



.header-three__main-inner {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.header-three__left {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 70%;

  flex: 0 0 70%;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



@media (max-width: 1300px) {

  .header-three__left {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 calc(100% - 100px);

    flex: 0 0 calc(100% - 100px);

  }

}



.header-three__branding {

  margin-right: 50px;

}



.header-three__right {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: right;

  -ms-flex-pack: right;

  justify-content: right;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 30%;

  flex: 0 0 30%;

}



@media (max-width: 1300px) {

  .header-three__right {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100px;

    flex: 0 0 100px;

  }

}



@media (max-width: 1024px) {

  .header-three__right {

    padding-right: 45px;

  }

}



.header-three__right > div {

  margin-right: 25px;

}



.header-three__right > div:last-child {

  margin-right: 0;

}



@media (max-width: 1300px) {

  .header-three__right .header-information {

    display: none;

  }

}



.header-three .stuck {

  background: #fff;

}



header .site-branding-logo {

  padding: 10px 0 10px;

  display: inline-block;

  height: auto;

}



header .site-branding-logo img {

  max-width: 100%;

}



header .block {

  overflow: visible;

  margin-bottom: 0;

}



.search-one__icon {

  font-size: 22px;

  color: #2a3742;

  position: relative;

  top: 2px;

}



.search-one__icon:hover {

  cursor: pointer;

  color: var(--notech-theme-color);

}



.search-one__content {

  display: none;

  width: 320px;

  position: absolute;

  top: 80px;

  right: 0;

  margin-top: -1px;

  z-index: 99;

  background: #fff;

  padding: 20px 20px 8px 20px;

  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

  border: 1px solid #dee2e6;

}



.search-one__content form.search-block-form {

  padding-right: 75px;

  position: relative;

}



.search-one__content form.search-block-form input#edit-keys {

  height: 35px;

  padding: 5px;

  border: 1px solid #dee2e6;

  background: none;

  width: 100%;

}



.search-one__content form.search-block-form input[id*="edit-submit"] {

  position: absolute;

  top: 0;

  right: 0;

  z-index: 1;

  height: 35px;

  line-height: 35px;

  padding: 0 5px;

  background: var(--notech-theme-color);

  color: #fff;

  border: none;

  font-size: 14px;

  width: 90px;

  font-weight: 600;

}



.search-one__content form.search-block-form input[id*="edit-submit"]:hover {

  cursor: pointer;

}



.search-one__content #edit-actions {

  margin: 0 !important;

  padding: 0 !important;

}



.search-one__box.style-white .search-one__icon {

  color: #fff;

}



.search-one__box.show .search-one__content {

  display: block;

}



.quick-side-icon {

  z-index: 1;

  width: 34px;

  height: 34px;

  text-align: center;

  line-height: 32px;

  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.quick-side-icon .qicon {

  font-size: 20px;

  line-height: 34px;

  color: #2a3742;

  display: block;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.quick-side-icon .qicon:hover {

  background: var(--notech-theme-color);

  color: #fff;

}



.quick-side-icon.style-white .qicon {

  background: var(--notech-theme-color);

  color: #fff;

}



.gva-quick-side {

  position: fixed;

  width: 350px;

  top: 0;

  right: -355px;

  z-index: 99;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  background: #fff;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  text-align: left;

  padding: 20px 30px;

  overflow-x: hidden;

  height: 100%;

}



@media (prefers-reduced-motion: reduce) {

  .gva-quick-side {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 355px) {

  .gva-quick-side {

    width: 100%;

  }

}



.gva-quick-side .quick-side-close {

  margin-bottom: 15px;

  font-size: 18px;

  display: inline-block;

}



.gva-quick-side .content-inner .block {

  text-align: left;

}



.gva-quick-side .content-inner .block .block-title {

  text-align: left;

  font-weight: 700;

}



.gva-quick-side .content-inner .block .block-title:after {

  left: 0;

}



.gva-quick-side .content-inner ul {

  width: 100%;

}



.gva-quick-side .content-inner ul > li {

  display: block;

  width: 100%;

  margin-bottom: 10px;

}



.gva-quick-side .content-inner ul > li:last-child {

  border-bottom: none;

}



.gva-quick-side .content-inner ul > li .post-block .post-content .post-title {

  font-size: 14px;

}



.gva-quick-side .content-inner ul.gva_menu li a {

  font-size: 13px;

}



.gva-quick-side .block {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
  padding-bottom: 30px;
  float: left;
  width: 100%;
}
.gva-quick-side .block:last-child {
  border-bottom: 0px solid #dee2e6;
}

.gva-quick-side.open {

  right: 0;

  width: 352px;

}



body.logged-in.toolbar-horizontal .gva-quick-side {

  padding-top: 90px;

}



.gv-sticky-menu {

  position: static;

  top: -75px;

  -webkit-transition: all 0.25s;

  transition: all 0.25s;

}



@media (prefers-reduced-motion: reduce) {

  .gv-sticky-menu {

    -webkit-transition: none;

    transition: none;

  }

}



.stuck {

  position: fixed !important;

  top: 0;

  left: 0;

  z-index: 99 !important;

  width: 100%;

  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



@media (min-width: 992px) {

  .sticky-is-hidden .stuck {

    top: -200px;

  }

  .sticky-is-show .stuck {

    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);

    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);

    top: 0;

  }

}



.topbar-info__list {

  list-style: none;

  padding: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.topbar-info__item {

  padding-left: 30px;

}



.topbar-info__item:first-child {

  padding-left: 0;

}



.topbar-info__item i {

  margin-right: 6px;

  font-size: 18px;

  color: var(--topbar-color-icon);

}



.block-dropdown-language {

  position: relative;

  z-index: 12;

  min-height: 24px;

  min-width: 110px;

}



.block-dropdown-language::after {

  display: block;

  clear: both;

  content: "";

}



.block-dropdown-language .dropbutton-wrapper {

  position: relative;

}



.block-dropdown-language .dropbutton-wrapper:hover {

  cursor: pointer;

}



.block-dropdown-language .dropbutton-wrapper ul.dropbutton {

  position: absolute;

  top: -5px;

  right: 0;

  display: inline-block;

  float: right;

  z-index: 9;

  padding: 5px 30px 5px 35px;

}



.block-dropdown-language .dropbutton-wrapper ul.dropbutton:after {

  content: "\f0ac";

  font-family: "Font Awesome 5 Free";

  left: 10px;

  top: 4px;

  position: absolute;

  z-index: 1;

  color: var(--notech-theme-color);

  font-weight: 900;

  font-size: 16px;

}



.block-dropdown-language .dropbutton-wrapper ul.dropbutton > li a {

  text-align: right;

}



.block-dropdown-language .dropbutton-wrapper ul.dropbutton > li.dropbutton-toggle .dropbutton-arrow {

  margin-top: -2px;

  border-width: 5px;

  border-top-color: var(--body-color);

}



.block-dropdown-language .dropbutton-wrapper.open {

  background: #fff;

  padding-top: 5px;

}



.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton {

  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);

  border-radius: 3px;

  background: #fff;

}



.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li {

  color: #2a3742;

  padding: 4px 0;

  font-size: 14px;

}



.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li:first-child {

  padding-top: 0;

}



.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li > a {

  color: #2a3742;

}



.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li > a:hover {

  color: var(--notech-theme-color) !important;

}



.block-dropdown-language .dropbutton-wrapper.open .dropbutton-arrow {

  margin-top: 1px !important;

  border-top-color: transparent !important;

}



.topbar-links {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  list-style: none;

  padding: 2px 0 0;

}



.topbar-links > li {

  padding-right: 12px;

  margin-right: 8px;

  position: relative;

}



.topbar-links > li:after {

  content: '/';

  position: absolute;

  right: 0;

  top: 0;

  z-index: 1;

}



.topbar-links > li:last-child {

  padding-right: 0;

  margin-right: 0;

}



.topbar-links > li:last-child:after {

  display: none;

}



.header-call__wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  border-right: 1px solid #dee2e6;

  padding-right: 20px;

}



.header-call__icon {

  padding-right: 15px;

}



.header-call__content {

  font-size: 14px;

}



.header-call__content p {

  margin: 0;

}



.header-call__content h5 {

  margin: 0;

  font-size: 16px;

  font-weight: 400;

}



.style-white .header-call__wrapper {

  color: rgba(255, 255, 255, 0.8);

  border-right-color: rgba(255, 255, 255, 0.2);

}



.style-white .header-call__wrapper a {

  color: #fff;

}



.style-white .header-call__wrapper a span {

  color: rgba(255, 255, 255, 0.8);

}



.style-white .header-call__wrapper a:hover {

  text-decoration: underline;

}



body.hidden-title .node--view-mode-full .header-title {

  display: none !important;

}



/* ----- Maintenance page ----- */

body.maintenance-page {

  background-color: #fff;

  color: #2a3742;

}



.maintenance-page #page-wrapper {

  background: #fff;

  margin-left: auto;

  margin-right: auto;

  min-width: 0;

  min-height: 0;

  border: 1px solid #ddd;

  margin-top: 40px;

}



.maintenance-page #page {

  margin: 10px;

}



.maintenance-page #main-wrapper {

  min-height: inherit;

}



.maintenance-page #header {

  width: auto;

}



.maintenance-page #main {

  margin: 0;

}



.maintenance-page .content .section {

  padding: 0 0 0 10px;

  /* LTR */

}



[dir="rtl"] .maintenance-page .content .section {

  padding-left: 0;

  padding-right: 10px;

}



.maintenance-page #header {

  background-color: #fff;

  background-image: none;

}



.maintenance-page .site-branding-text {

  margin-bottom: 50px;

  margin-left: 0;

  /* LTR */

  padding-top: 20px;

  font-size: 90%;

}



[dir="rtl"] .maintenance-page .site-branding-text {

  margin-right: 0;

}



.maintenance-page .site-branding-text,

.maintenance-page .site-branding-text a,

.maintenance-page .site-branding-text a:hover,

.maintenance-page .site-branding-text a:focus {

  color: #777;

}



.maintenance-page .page-title {

  line-height: 1em;

  margin-top: 0;

}



@media all and (min-width: 800px) {

  .maintenance-page #page-wrapper {

    width: 800px;

  }

  .maintenance-page #header div.section,

  .maintenance-page #main {

    width: 700px;

  }

}



@media all and (min-width: 600px) {

  .maintenance-page #page {

    margin: 20px 40px 40px;

  }

}



.page-notfound {

  text-align: center;

  padding: 150px 0;

  background: #f6f6f6;

}



@media (max-width: 768.9px) {

  .page-notfound {

    padding: 50px 0;

  }

}



.page-notfound header {

  display: none !important;

}



.page-notfound .big-title {

  font-size: 200px;

  font-weight: 700;

  text-transform: uppercase;

  color: #2a3742;

  line-height: 1;

}



@media (max-width: 768.9px) {

  .page-notfound .big-title {

    font-size: 90px;

  }

}



.page-notfound .sub-title {

  color: #999999;

  padding: 30px 0;

}



.page-notfound .content {

  color: #666666;

  font-size: 16px;

  max-width: 450px;

  margin: 0 auto;

  line-height: 30px;

}



@media (max-width: 768.9px) {

  .page-notfound .content {

    padding: 0 20px;

  }

}



.page-notfound .action {

  text-align: center;

  margin-top: 30px;

}



.page-notfound .action a {

  font-size: 16px;

  color: var(--notech-theme-color);

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 1px;

}



.page-notfound .action a:hover {

  color: #2a3742;

}



.view-page {

  margin-bottom: 50px;

}



.portfolio-single {

  padding-bottom: 30px;

}



.portfolio-single .portfolio-images .owl-nav .owl-prev {

  left: 20px !important;

}



.portfolio-single .portfolio-images .owl-nav .owl-next {

  right: 20px !important;

}



.portfolio-single .portfolio-images .owl-dots {

  position: absolute;

  bottom: 10px;

  left: 0;

  width: 100%;

}



.portfolio-single .post-title {

  font-size: 30px;

  padding: 0;

  margin: 0 !important;

}



@media (max-width: 767.98px) {

  .portfolio-single .post-title {

    font-size: 20px;

  }

}



.portfolio-single .post-meta {

  margin: 10px 0 30px !important;

}



.portfolio-single .post-meta .line {

  width: 10px;

  height: 2px;

  background: var(--notech-theme-color);

  margin: 0 10px 0 4px;

  display: inline-block;

  position: relative;

  top: -3px;

}



.portfolio-single .portfolio-informations {

  margin-bottom: 15px;

}



.portfolio-single .portfolio-informations .item-information {

  border-bottom: 1px solid #dee2e6;

  padding: 10px 0;

  line-height: 24px;

}



.portfolio-single .portfolio-informations .item-information span {

  display: block;

  font-size: 16px;

}



.portfolio-single .portfolio-informations .item-information span:first-child {

  font-weight: 700;

  min-width: 120px;

  display: inline-block;

  color: var(--notech-theme-color-second);

  font-family: var(--notech-heading-font-family);

}



.portfolio-single .post-content ul {

  padding-left: 20px;

  margin-top: 15px;

}



.team-single-page .team-name {

  margin-bottom: 30px;

}



.team-single-page .team-name .name {

  font-size: 30px;

  font-weight: 700;

  color: #2a3742;

  line-height: 42px;

}



.team-single-page .team-name .job {

  font-size: 12px;

  color: #999999;

}



.team-single-page .team-name .line {

  text-align: center;

  float: left;

}



.team-single-page .team-name .line span {

  width: 30px;

  height: 5px;

  border-radius: 10px;

  display: inline-block;

  margin: 0 5px;

}



.team-single-page .team-name .line span.one {

  background: #5EB4E7;

  margin-left: 0;

}



.team-single-page .team-name .line span.second {

  background: #F8C44F;

}



.team-single-page .team-name .line span.three {

  background: #F49626;

  margin-right: 0;

}



.team-single-page .socials {

  margin-top: 10px;

}



.team-single-page .heading {

  font-size: 18px;

  font-weight: 700;

  color: #2a3742;

}



.team-single-page .team-contact {

  margin-bottom: 25px;

}



.team-single-page .team-contact .content-inner, .team-single-page .team-education .content-inner {

  color: #999999;

  font-size: 13px;

  line-height: 28px;

}



.team-single-page .team-education .field__item {

  padding-left: 20px;

  position: relative;

}



.team-single-page .team-education .field__item:after {

  content: "";

  width: 6px;

  height: 6px;

  background: var(--notech-theme-color);

  position: absolute;

  top: 8px;

  left: 0;

  border-radius: 50%;

  z-index: 1;

}



.team-single-page .team-info {

  margin-bottom: 30px !important;

}



.team-single-page .team-quote {

  font-size: 16px;

  color: #999999;

  margin-top: 20px;

  padding-left: 50px;

  position: relative;

}



.team-single-page .team-quote:after {

  font-family: "Font Awesome 5 Free";

  content: "\f10d";

  left: 0;

  top: 0;

  position: absolute;

  z-index: 1;

  color: var(--notech-theme-color);

  font-size: 24px;

  text-align: center;

  line-height: 40px;

}



.page-user-login, .page-user-register, .page-user-pass {

  position: relative;

}



.page-user-login .bg, .page-user-register .bg, .page-user-pass .bg {

  background: #152C49;

  position: fixed;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 9;

}



.page-user-login input, .page-user-register input, .page-user-pass input {

  max-width: 100%;

}



.page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {

  padding: 10px 30px 30px;

  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);

  max-width: 550px;

  background: #fff;

  border: 8px solid rgba(255, 255, 255, 0.8);

  border-radius: 10px;

  margin: 50px auto 0;

  position: relative;

  z-index: 99;

}



@media (max-width: 768.9px) {

  .page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {

    margin-top: 35px;

  }

}



.page-user-login .branding, .page-user-register .branding, .page-user-pass .branding {

  margin-bottom: 20px;

}



.page-user-login .container, .page-user-register .container, .page-user-pass .container {

  padding: 0;

}



.page-user-login .nav-tabs, .page-user-register .nav-tabs, .page-user-pass .nav-tabs {

  margin-bottom: 20px;

}



.page-user-login .nav-tabs > li > a, .page-user-register .nav-tabs > li > a, .page-user-pass .nav-tabs > li > a {

  padding: 8px 20px 0 0 !important;

}
.post-block {
  margin-bottom: 30px;
}
.post-block .post-image {
  overflow: hidden;
	background: #655dc6;
}
.post-block .post-image a {
  position: relative;
  display: block;
}
.post-block:hover .post-image img {
	opacity: 0.25;
-webkit-transition: all 0.35s;
    transition: all 0.35s;}
.post-block .post-image img {

  width: 100%;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

}



@media (prefers-reduced-motion: reduce) {

  .post-block .post-image img {

    -webkit-transition: none;

    transition: none;

  }

}
.post-block .post-image:hover a:before, .post-block .post-image:hover a:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post-block .post-title {
  padding: 5px 0 12px;
  margin: 0;
  line-height: 1.25;
  font-size: 21px;
  display: block;
}
@media (max-width: 991.98px) {
  .post-block .post-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
.post-block .post-title a {
  color: #2a3742;
  word-wrap: break-word;
}
.post-block .post-title a:hover, .post-block .post-title a:active, .post-block .post-title a:before {
  color: var(--notech-theme-color);
}
.post-block .post-content {
  padding: 30px 30px 30px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
}
.post-block .post-content::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 1024px) {

  .post-block .post-content {

    padding: 25px 18px;

  }

}
.post-block .post-content .post-meta {
  font-size: 11px;
  font-weight: 700;
  margin: 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--notech-heading-font-family);
}
.post-block .post-content .post-meta::after {

  display: block;

  clear: both;

  content: "";

}
.post-block .post-content .post-meta a {

  color: var(--notech-theme-color);
}
.post-block .post-content .post-meta a:hover {
  text-decoration: underline;
}
.post-block .post-content .post-meta .line {
  margin: 0 2px; color: #d2dbe2; font-weight: 500;
}
.post-block .post-content .post-meta .post-categories {
  margin-bottom: 0;
  display: inline-block;
}
.post-block .post-description {
  margin-top: 15px;
}
.post-block .post-comment {

  text-transform: none;

  position: relative;

}



.post-block.teaser-2 {

  text-align: center;

}



.post-block.teaser-2 .post-content {

  padding: 30px 30px 20px;

  border: none;

}



@media (max-width: 1024px) {

  .post-block.teaser-2 .post-content {

    padding: 20px 18px 15px;

  }

}



.post-block.teaser-2 .post-content .post-title {

  margin-bottom: 0;

  font-size: 20px;

  line-height: 30px;

}



.gallery-post {

  position: relative;

  display: block;

  width: 100%;

  margin-bottom: 30px;

}



.gallery-post:after {

  content: "";

  width: 100%;

  height: 100%;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  top: 0;

  left: 0;

  position: absolute;

  background: rgba(0, 0, 0, 0.5);

  z-index: 9;

  opacity: 0;

  filter: alpha(opacity=0);

}



@media (prefers-reduced-motion: reduce) {

  .gallery-post:after {

    -webkit-transition: none;

    transition: none;

  }

}



.gallery-post .images {

  overflow: hidden;

  position: relative;

}



.gallery-post .images img {

  -webkit-transition: all 5s;

  transition: all 5s;

}



@media (prefers-reduced-motion: reduce) {

  .gallery-post .images img {

    -webkit-transition: none;

    transition: none;

  }

}



.gallery-post a.zoomGallery {

  position: absolute;

  width: 32px;

  height: 32px;

  top: 50%;

  left: 50%;

  margin-top: -16px;

  margin-left: -16px;

  z-index: 99;

  color: #fff;

  font-size: 30px;

  line-height: 1;

  opacity: 0;

  filter: alpha(opacity=0);

}



@media (max-width: 680px) {

  .gallery-post a.zoomGallery {

    display: none;

  }

}



.gallery-post:hover:after {

  opacity: 1;

}



.gallery-post:hover a.zoomGallery {

  opacity: 1;

}



.post-style-horizontal .post-block::after {

  display: block;

  clear: both;

  content: "";

}



.node--view-mode-full .post-thumbnail {

  margin-bottom: 10px;

}



.node--view-mode-full .post-thumbnail iframe {

  min-height: 400px;

}



.node--view-mode-full .post-categories {

  padding-bottom: 0;

  margin-bottom: 5px;

}



.node-detail {

  padding-bottom: 35px;

}



.node-detail iframe {

  width: 100%;

  display: block;

}



.node-detail .post-thumbnail.post-gallery {

  overflow: hidden;

}



.node-detail .post-thumbnail.post-gallery .owl-nav {

  opacity: 1;

}



.node-detail .post-thumbnail.post-gallery .owl-nav .owl-prev {

  margin-left: 100px;
}
.node-detail .post-thumbnail.post-gallery .owl-nav .owl-next {
  margin-right: 100px;
}
.node-detail .post-title {
  margin-top: 10px;
  font-size: 34px;
}
.node-detail .post-meta {
  margin: 0px 0 10px !important;
}
.node-detail .field--name-field-tags {
  margin-top: 20px;
}
.node-detail .field--name-field-tags .field__item {
  float: left;
  margin-right: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}



.node-detail .field--name-field-tags .field__item a {

  background: #ebf1f6;

  padding: 2px 15px;

  border-radius: 3px;

}



.node-detail .field--name-field-tags .field__item a:hover, .node-detail .field--name-field-tags .field__item a:focus, .node-detail .field--name-field-tags .field__item a:active {

  background: var(--notech-theme-color);

  color: #fff;

}



.node-detail.node--type-service {

  padding-bottom: 0;

}



.categories-view-content.layout-grid .post-block, .categories-view-content.layout-masonry .post-block {

  margin-bottom: 30px;

  text-align: left;

}



.categories-view-content.layout-grid .post-block .post-categories, .categories-view-content.layout-masonry .post-block .post-categories {

  margin: 0;

}



.categories-view-content.layout-grid .post-block .post-categories h2, .categories-view-content.layout-grid .post-block .post-categories h3, .categories-view-content.layout-grid .post-block .post-categories h4, .categories-view-content.layout-masonry .post-block .post-categories h2, .categories-view-content.layout-masonry .post-block .post-categories h3, .categories-view-content.layout-masonry .post-block .post-categories h4 {

  margin: 0;

  line-height: 1;

}



.categories-view-content.layout-grid .post-block .post-title, .categories-view-content.layout-masonry .post-block .post-title {

  padding: 0;

}



.categories-view-content.layout-grid .post-block .post-meta, .categories-view-content.layout-masonry .post-block .post-meta {

  margin-top: 0;

}



.categories-view-content.layout-grid .post-block .post-body, .categories-view-content.layout-masonry .post-block .post-body {

  padding: 10px 0 15px;

}



.categories-view-content.layout-grid .post-block .post-content, .categories-view-content.layout-masonry .post-block .post-content {

  padding: 15px;

  border: 1px solid #dee2e6;

  border-top: 0;

}



.categories-view-content.layout-list .post-block {

  margin-bottom: 0;

}



.categories-view-content.layout-list .post-block::after {

  display: block;

  clear: both;

  content: "";

}



.categories-view-content.layout-list .post-block .post-thumbnail {

  width: 45%;

  float: left;

}



@media (max-width: 640px) {

  .categories-view-content.layout-list .post-block .post-thumbnail {

    width: 100%;

  }

}



.categories-view-content.layout-list .post-block .post-title {

  padding: 0;

  margin: 0;

}



.categories-view-content.layout-list .post-block .post-content {

  width: 55%;

  float: left;

  padding-left: 30px;

}



@media (max-width: 640px) {

  .categories-view-content.layout-list .post-block .post-content {

    width: 100%;

  }

}



.categories-view-content.layout-list .post-block .post-content .post-categories {

  line-height: 1;

  padding-bottom: 0;

  margin-bottom: 0;

}



.categories-view-content.layout-list .post-block .post-content .post-categories h2 {

  margin: 0;

}



.post-style-list ul > li {

  margin-bottom: 30px !important;

}



.post-style-list .post-block {

  clear: both;

}



.post-style-list .post-block .post-image {

  width: 40%;

  float: left;

}



@media (max-width: 640px) {

  .post-style-list .post-block .post-image {

    width: 100%;

  }

}



.post-style-list .post-block .post-image img {

  height: auto;

  width: 100%;

}



.post-style-list .post-block .post-meta {

  margin-top: 2px;

}



.post-style-list .post-block .post-title {

  margin-bottom: 8px;

  font-size: 22px;

  line-height: 28px;

  padding-top: 0;

}



.post-style-list .post-block .post-content {

  padding-top: 5px;

  width: 60%;

  padding-left: 30px;

  float: left;

  -webkit-box-shadow: none;

  box-shadow: none;

}



@media (max-width: 640px) {

  .post-style-list .post-block .post-content {

    width: 100%;

    padding-left: 0;

  }

}



.post-style-list .post-block.no-image .post-content {

  width: 100%;

  padding-left: 0;

}



.post-list-small {

  background: #fff;

  border: 1px solid #dee2e6;

  padding: 20px;

}



.post-list-small .item-list ul li {

  margin-bottom: 20px !important;

  padding-bottom: 20px;

  border-bottom: 1px solid #dee2e6;

}



.post-list-small .item-list ul li:last-child {

  margin-bottom: 0 !important;

  border-bottom: 0;

  border: 0;

}



.post-list-small .post-block {

  clear: both;

  background: none;

}



.post-list-small-2 .item-list ul li {

  margin-bottom: 20px !important;

}



.post-list-small-2 .item-list ul li:last-child {

  margin-bottom: 0 !important;

}



.post-list-small-2 .post-block {

  clear: both;

  background: none;

}



.post-list-small-2 .post-block .post-image {

  width: 80px;

  float: left;

}



.post-list-small-2 .post-block .post-image img {

  height: auto;

  width: 100%;

}



.post-list-small-2 .post-block .post-content {

  padding: 5px 0 0 95px;

}



.post-list-small-2 .post-block .post-title {

  padding: 0;

  margin: 0;

  font-size: 16px;

  line-height: 1.4;

  margin-top: -3px;

  font-weight: 500;

}



.post-list-small-2 .post-block .post-meta {

  position: relative;

  margin-top: 5px;

  font-size: 11px;

  color: var(--notech-theme-color);

}



.post-list-small-2 .post-block .post-meta .post-categories {

  font-size: 11px;

}



.box-margin-0 {

  margin-bottom: 0;

}



.box-margin-small {

  margin-bottom: 30px;

}



@media (max-width: 768.9px) {

  .box-margin-small {

    margin-bottom: 20px;

  }

}



.box-margin-medium {

  margin-bottom: 50px;

}



@media (max-width: 768.9px) {

  .box-margin-medium {

    margin-bottom: 20px;

  }

}



@media (max-width: 640px) {

  .box-margin-medium {

    margin-top: 10px;

  }

}



.box-margin-large {

  margin-bottom: 80px;

}



@media (max-width: 767.98px) {

  .box-margin-large {

    margin-bottom: 50px;

  }

}



@media (max-width: 768.9px) {

  .box-margin-large {

    margin-bottom: 30px;

  }

}



.no-margin {

  margin: 0 !important;

}



.margin-1 {

  margin-bottom: -150px;

}



@media (max-width: 767.98px) {

  .margin-1 {

    margin-bottom: 0px;

  }

}



.margin-2 {

  margin-top: 60px;

}



@media (max-width: 768.9px) {

  .margin-2 {

    margin-top: 20px;

  }

}



.margin-3 {

  margin-top: 80px;

}



@media (max-width: 768.9px) {

  .margin-3 {

    margin-top: 50px;

  }

}



.margin-4 {

  margin-top: 30px;

}



@media (max-width: 768px) {

  .margin-4 {

    margin-top: 0;

  }

}



.mt-0 {

  margin-top: 0 !important;

}



.mt-10 {

  margin-top: 10px !important;

}



.mt-15 {

  margin-top: 15px !important;

}



.mt-20 {

  margin-top: 20px !important;

}



.mt-30 {

  margin-top: 30px !important;

}



.mt-40 {

  margin-top: 40px !important;

}



.mt-50 {

  margin-top: 50px !important;

}



.mt-60 {

  margin-top: 60px !important;

}



.mb-0 {

  margin-bottom: 0 !important;

}



.mb-10 {

  margin-bottom: 10px !important;

}



.mb-15 {

  margin-bottom: 15px !important;

}



.mb-20 {

  margin-bottom: 20px !important;

}



.mb-30 {

  margin-bottom: 30px !important;

}



.mb-40 {

  margin-bottom: 40px !important;

}



.mb-50 {

  margin-bottom: 50px !important;

}



.mb-60 {

  margin-bottom: 60px !important;

}



.mb-70 {

  margin-bottom: 70px !important;

}



.mb-80 {

  margin-bottom: 80px !important;

}



.mb-90 {

  margin-bottom: 90px !important;

}



.mb-100 {

  margin-bottom: 100px !important;

}



.padding-10 {

  padding: 10px !important;

}



.padding-20 {

  padding: 20px !important;

}



.padding-30 {

  padding: 30px !important;

}



.padding-40 {

  padding: 40px !important;

}



.padding-50 {

  padding: 50px !important;

}



.pb-0 {

  padding-bottom: 0 !important;

}



.pb-10 {

  padding-bottom: 10px !important;

}



.pb-15 {

  padding-bottom: 15px !important;

}



.pb-20 {

  padding-bottom: 20px !important;

}



.pb-30 {

  padding-bottom: 30px !important;

}



.pb-40 {

  padding-bottom: 40px !important;

}



.pb-50 {

  padding-bottom: 50px !important;

}



.pb-100 {

  padding-bottom: 100px !important;

}



@media (max-width: 768.9px) {

  .pb-100 {

    padding-bottom: 30px !important;

  }

}



.pt--10 {

  padding-top: 10px !important;

}



.pt--20 {

  padding-top: 20px !important;

}



.pt--30 {

  padding-top: 30px !important;

}



.pt--40 {

  padding-top: 40px !important;

}



.pt--50 {

  padding-top: 50px !important;

}



.width-100 {

  max-width: 100px;

  margin: 0 auto;

}



.width-200 {

  max-width: 200px;

  margin: 0 auto;

}



.width-300 {

  max-width: 300px;

  margin: 0 auto;

}



.width-400 {

  max-width: 400px;

}



.width-500 {

  max-width: 500px;

  margin: 0 auto;

}



.width-600 {

  max-width: 600px !important;

  margin: 0 auto;

}



.width-700 {

  max-width: 700px;

  margin: 0 auto;

}



.width-750 {

  max-width: 750px;

  margin: 0 auto;

}



.width-800 {

  max-width: 800px;

  margin: 0 auto;

}



.width-900 {

  max-width: 900px;

  margin: 0 auto;

}



.width-950 {

  max-width: 950px;

  margin: 0 auto;

}



.width-1000 {

  max-width: 1000px;

  margin: 0 auto;

}



.radius-1x {

  border-radius: 3px;

}



.radius-2x {

  border-radius: 5px;

}



.radius-5x {

  border-radius: 50%;

}



.border-1 {

  border: 1px solid #dee2e6;

}



.border-2 {

  border: 2px solid #dee2e6;

}



.border-3 {

  border: 3px solid #dee2e6;

}



.border-4 {

  border: 4px solid #dee2e6;

}



.border-5 {

  border: 5px solid #dee2e6;

}



.border-top-1 {

  border-top: 1px solid #dee2e6;

}



.fsize-14 {

  font-size: 14px !important;

}



.fsize-15 {

  font-size: 15px !important;

}



.fsize-16 {

  font-size: 16px !important;

}



.fsize-17 {

  font-size: 17px !important;

}



.fsize-18 {

  font-size: 18px !important;

}



.fsize-19 {

  font-size: 19px !important;

}



.fsize-20 {

  font-size: 20px !important;

}



.fsize-21 {

  font-size: 21px !important;

}



.fsize-22 {

  font-size: 22px !important;

}



.fsize-23 {

  font-size: 23px !important;

}



.fsize-24 {

  font-size: 24px !important;

}



.fsize-25 {

  font-size: 25px !important;

}



.fsize-26 {

  font-size: 26px !important;

}



.fsize-27 {

  font-size: 27px !important;

}



.fsize-28 {

  font-size: 28px !important;

}



.fsize-29 {

  font-size: 29px !important;

}



.fsize-30 {

  font-size: 30px !important;

}



.fsize-31 {

  font-size: 31px !important;

}



.fsize-32 {

  font-size: 32px !important;

}



.fsize-33 {

  font-size: 33px !important;

}



.fsize-34 {

  font-size: 34px !important;

}



.fsize-35 {

  font-size: 35px !important;

}



.fsize-36 {

  font-size: 36px !important;

}



.fsize-37 {

  font-size: 37px !important;

}



.fsize-38 {

  font-size: 38px !important;

}



.fsize-39 {

  font-size: 39px !important;

}



.fsize-40 {

  font-size: 40px !important;

}



.fsize-41 {

  font-size: 41px !important;

}



.fsize-42 {

  font-size: 42px !important;

}



.fsize-44 {

  font-size: 44px !important;

}



.fsize-46 {

  font-size: 46px !important;

}



@media (max-width: 767.98px) {

  .fsize-46 {

    font-size: 38px !important;

  }

}



.fsize-48 {

  font-size: 48px !important;

}



@media (max-width: 767.98px) {

  .fsize-48 {

    font-size: 38px !important;

  }

}



.fsize-50 {

  font-size: 50px !important;

}



@media (max-width: 767.98px) {

  .fsize-50 {

    font-size: 38px !important;

  }

}



.fsize-52 {

  font-size: 52px !important;

}



@media (max-width: 767.98px) {

  .fsize-52 {

    font-size: 38px !important;

  }

}



.fsize-54 {

  font-size: 54px !important;

}



.fsize-56 {

  font-size: 56px !important;

}



@media (max-width: 767.98px) {

  .fsize-56 {

    font-size: 38px !important;

  }

}



.fsize-58 {

  font-size: 58px !important;

}



@media (max-width: 767.98px) {

  .fsize-58 {

    font-size: 38px !important;

  }

}



.fsize-60 {

  font-size: 60px !important;

}



@media (max-width: 767.98px) {

  .fsize-60 {

    font-size: 40px !important;

  }

}



.fsize-70 {

  font-size: 70px !important;

}



@media (max-width: 767.98px) {

  .fsize-70 {

    font-size: 50px !important;

  }

}



.fsize-80 {

  font-size: 80px !important;

}



@media (max-width: 767.98px) {

  .fsize-80 {

    font-size: 50px !important;

  }

}



.fsize-90 {

  font-size: 90px !important;

}



@media (max-width: 767.98px) {

  .fsize-90 {

    font-size: 50px !important;

  }

}



.fsize-100 {

  font-size: 100px !important;

}



@media (max-width: 767.98px) {

  .fsize-100 {

    font-size: 60px !important;

  }

}



.lheight-18 {

  line-height: 18px !important;

}



.lheight-19 {

  line-height: 19px !important;

}



.lheight-20 {

  line-height: 20px !important;

}



.lheight-21 {

  line-height: 21px !important;

}



.lheight-22 {

  line-height: 22px !important;

}



.lheight-23 {

  line-height: 23px !important;

}



.lheight-24 {

  line-height: 24px !important;

}



.lheight-25 {

  line-height: 25px !important;

}



.lheight-26 {

  line-height: 26px !important;

}



.lheight-27 {

  line-height: 27px !important;

}



.lheight-28 {

  line-height: 28px !important;

}



.lheight-29 {

  line-height: 29px !important;

}



.lheight-30 {

  line-height: 30px !important;

}



.lheight-31 {

  line-height: 31px !important;

}



.lheight-32 {

  line-height: 32px !important;

}



.lheight-33 {

  line-height: 33px !important;

}



.lheight-34 {

  line-height: 34px !important;

}



.lheight-35 {

  line-height: 35px !important;

}



.lheight-36 {

  line-height: 36px !important;

}



.lheight-37 {

  line-height: 37px !important;

}



.lheight-38 {

  line-height: 38px !important;

}



.lheight-39 {

  line-height: 39px !important;

}



.lheight-40 {

  line-height: 40px !important;

}



.lheight-41 {

  line-height: 41px !important;

}



.lheight-42 {

  line-height: 42px !important;

}



.lheight-43 {

  line-height: 43px !important;

}



.lheight-44 {

  line-height: 44px !important;

}



.lheight-46 {

  line-height: 46px !important;

}



@media (max-width: 767.98px) {

  .lheight-46 {

    line-height: 38px !important;

  }

}



.lheight-48 {

  line-height: 48px !important;

}



@media (max-width: 767.98px) {

  .lheight-48 {

    line-height: 38px !important;

  }

}



.lheight-50 {

  line-height: 50px !important;

}



@media (max-width: 767.98px) {

  .lheight-50 {

    line-height: 38px !important;

  }

}



.lheight-52 {

  line-height: 52px !important;

}



@media (max-width: 767.98px) {

  .lheight-52 {

    line-height: 38px !important;

  }

}



.lheight-54 {

  line-height: 54px !important;

}



@media (max-width: 767.98px) {

  .lheight-54 {

    line-height: 38px !important;

  }

}



.lheight-56 {

  line-height: 56px !important;

}



@media (max-width: 767.98px) {

  .lheight-56 {

    line-height: 38px !important;

  }

}



.lheight-58 {

  line-height: 58px !important;

}



@media (max-width: 767.98px) {

  .lheight-58 {

    line-height: 38px !important;

  }

}



.lheight-60 {

  line-height: 60px !important;

}



@media (max-width: 767.98px) {

  .lheight-60 {

    line-height: 40px !important;

  }

}



.lheight-70 {

  line-height: 70px !important;

}



@media (max-width: 767.98px) {

  .lheight-70 {

    line-height: 60px !important;

  }

}



.lheight-80 {

  line-height: 80px !important;

}



@media (max-width: 767.98px) {

  .lheight-80 {

    line-height: 70px !important;

  }

}



.lheight-90 {

  line-height: 90px !important;

}



@media (max-width: 767.98px) {

  .lheight-90 {

    line-height: 70px !important;

  }

}



.lheight-100 {

  line-height: 100px !important;

}



@media (max-width: 767.98px) {

  .lheight-100 {

    line-height: 80px !important;

  }

}



.fweight-400 {

  font-weight: 400 !important;

}



.fweight-500 {

  font-weight: 500 !important;

}



.fweight-600 {

  font-weight: 600 !important;

}



.fweight-700 {

  font-weight: 700 !important;

}



.fweight-800 {

  font-weight: 800 !important;

}



.fweight-900 {

  font-weight: 900 !important;

}



.fw-400 {

  font-weight: 400 !important;

}



.fw-500 {

  font-weight: 500 !important;

}



.fw-600 {

  font-weight: 600 !important;

}



.fw-700 {

  font-weight: 700 !important;

}



.fw-900 {

  font-weight: 900 !important;

}



.align-items-center {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.text-light .border-1, .text-light .border-2, .text-light .border-3, .text-light .border-4, .text-light .border-5 {

  border-color: rgba(255, 255, 255, 0.6) !important;

}



.padding-responsive {

  padding: 30px 120px;

}



@media (max-width: 768.9px) {

  .padding-responsive {

    padding: 30px;

  }

}



.special-margin-top {

  margin-top: -125px;

}



@media (max-width: 768.9px) {

  .special-margin-top {

    margin-top: 30px;

  }

}



.special-margin-top-2 {

  margin-top: -120px;

}



@media (max-width: 768.9px) {

  .special-margin-top-2 {

    margin-top: 10px;

    margin-bottom: 30px;

  }

}



.mt-contact {

  margin-top: -100px;

  padding-bottom: 80px;

}



@media (max-width: 768.9px) {

  .mt-contact {

    margin-top: 30px;

    padding-bottom: 45px;

  }

}



.padding-lr-15p {

  padding-left: 15%;

  padding-right: 15%;

}



@media (max-width: 768.9px) {

  .padding-lr-15p {

    padding-left: 20px;

    padding-right: 20px;

  }

}



.border {

  border: 1px solid #dee2e6;

}



.border-top {

  border-top: 1px solid #dee2e6;

}



.border-bottom {

  border-bottom: 1px solid #dee2e6;

}



.overflow-visible {

  overflow: visible !important;

}



.float-left {

  float: left;

}



.float-right {

  float: right;

  margin-right: 1px !important;

}



.no-bg {

  background-color: transparent !important;

}



.col-no-padding div[class*="col-"] {

  padding: 0 !important;

}



.p-static {

  position: static !important;

}



.p-relative {

  position: relative !important;

}



.bg-theme {

  background: var(--notech-theme-color);

}



.bg-theme-second {

  background: var(--notech-theme-color-second);

}



.bg-white {

  background: #fff;

}



.bg-black {

  background: #333333;

}



.bg-dark {

  background: #1f1f1f;

}



.bg-fixed, .gva-fixed-background {

  background-attachment: fixed;

}



@media (max-width: 767.98px) {

  .bg-fixed, .gva-fixed-background {

    background-attachment: scroll;

  }

}



.bg-content-box {

  background-clip: content-box;

}



.youtube-bg {

  position: relative;

  z-index: 9;

}



.youtube-bg:after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.6);

  width: 100%;

  height: 100%;

  z-index: 9;

}



.youtube-bg .bb-inner {

  position: relative;

  z-index: 99;

}



.ui-widget-content {

  color: var(--body-color);

}



.gva-overlay {

  position: fixed;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.6);

  top: 0;

  left: 0;

  z-index: 9;

  display: none;

}



.text-normal {

  font-size: 15px;

}



.text-size-medium {

  font-size: 16px;

  line-height: 32px;

  font-weight: 400;

}



.text-medium {

  font-size: 20px;

  line-height: 32px;

  font-weight: 700;

  color: #2a3742;

  font-family: var(--notech-heading-font-family);

}



.text-medium a {

  color: var(--notech-theme-color);

}



.text-medium a:hover {

  text-decoration: underline;

}



.text-medium-2 {

  font-size: 26px;

  line-height: 32px;

  font-weight: 600;

  color: var(--notech-theme-color-second);

  margin-top: 2px;

  font-family: var(--notech-heading-font-family);

}



.text-size-big {

  font-size: 42px;

  font-weight: 700;

  text-transform: uppercase;

  line-height: 48px;

  letter-spacing: 1px;

}



@media (max-width: 768.9px) {

  .text-size-big {

    font-size: 30px;

    line-height: 38px;

  }

}



.text-size-big {

  font-size: 36px;

}



@media (max-width: 768.9px) {

  .text-size-big {

    font-size: 20px;

  }

}



.text-black {

  color: #2a3742 !important;

}



.text-black > a {

  color: #2a3742 !important;

}



.text-white {

  color: #fff !important;

}



.text-white > a {

  color: #fff !important;

}



.text-theme {

  color: var(--notech-theme-color) !important;

}



.text-theme > a {

  color: var(--notech-theme-color) !important;

}



.text-theme-2, .text-theme-second {

  color: var(--notech-theme-color-second) !important;

}



.text-theme-2 > a, .text-theme-second > a {

  color: var(--notech-theme-color-second) !important;

}



.text-gray {

  color: var(--body-color) !important;

}



.text-gray > a {

  color: var(--body-color) !important;

}



.text-gray-light {

  color: #E6E6E6 !important;

}



.text-gray-light > a {

  color: #E6E6E6 !important;

}



.color-theme {

  color: var(--notech-theme-color) !important;

}



.color-theme > a {

  color: var(--notech-theme-color) !important;

}



.color-white {

  color: #fff !important;

}



.color-white > a {

  color: #fff !important;

}



.color-dark {

  color: #f1f1f1 !important;

}



.color-dark > a {

  color: #f1f1f1 !important;

}



.color-black {

  color: #2a3742 !important;

}



.color-black > a {

  color: #2a3742 !important;

}



.gavias-parallax {

  background-attachment: fixed !important;

}



@media (max-width: 1024px) {

  .gavias-parallax {

    background-attachment: scroll !important;

  }

}



.gavias-parallax.fp-section {

  background-attachment: scroll !important;

}



.socials {

  display: inline-block;

  width: 100%;

}



.socials a {

  color: var(--body-color);

  text-decoration: none;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

  margin-right: 12px;

  font-size: 14px;

}



@media (prefers-reduced-motion: reduce) {

  .socials a {

    -webkit-transition: none;

    transition: none;

  }

}



.socials a:last-child {

  margin-right: 0;

}



.socials a:hover, .socials a:focus, .socials a:active {

  opacity: 0.8;

  filter: alpha(opacity=80);

}



.socials a i {

  color: #fff !important;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  display: inline-block;

  text-align: center;

  line-height: 30px;

  font-size: 12px;

  background: var(--notech-theme-color);

}



.socials a i.fa-facebook-square, .socials a i.fa-facebook {

  background: #3b5998;

}



.socials a i.fa-twitter, .socials a i.fa-twitter-square {

  background: #4099ff;

}



.socials a i.fa-skype {

  background: #12a5f4;

}



.socials a i.fa-dribbble {

  background: #ea4c89;

}



.socials a i.fa-linkedin-square, .socials a i.fa-linkedin {

  background: #0e76a8;

}



.socials a i.fa-apple {

  background: #f2f2f2;

}



.socials a i.fa-pinterest {

  background: #c92228;

}



.socials a i.fa-google-plus-square, .socials a i.fa-google-plus {

  background: #d34836;

}



.socials a i.fa-youtube-square, .socials a i.fa-youtube {

  background: #c4302b;

}



.socials a i.fa-vimeo-square, .socials a i.fa-vimeo {

  background: #4ebbff;

}



.socials a i.fa-tumblr-square, .socials a i.fa-tumblr {

  background: #35465c;

}
.socials a i.fa-xing-square, .socials a i.fa-xing {
  background: #126567;
}
.socials a i.fa-instagram {
  background: #d62976;
	background-image: linear-gradient(25deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.socials a i.fa-flickr {

  background: #0063DC;

}


@media (min-width: 768px) {
.social-copyright {
  float: right;
	}}
@media (max-width: 767px) {
.social-copyright {
  float:none;
	text-align: center;
	}}

.post-masonry-style > div, .isotope-items > div {

  margin-left: -1px;

  -webkit-transform: translateX(1px);

  transform: translateX(1px);

}



.nav-tabs > li > a {

  font-weight: 700;

  color: #2a3742;

  padding: 12px 20px;

  border: none;

  font-size: 14px;

  background: none;

  margin-right: 10px;

}



.nav-tabs > li > a i {

  margin-right: 5px;

}



.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {

  color: var(--notech-theme-color);

}



.nav-tabs > li.active > a, .nav-tabs > li > a.active {

  color: var(--notech-theme-color);

}



.box-quick-link ul {

  padding: 0;

  margin: 0;

}



.box-quick-link ul > li {

  width: 46%;

  height: 70px;

  border: 1px solid #dee2e6;

  float: left;

  list-style: none;

  text-align: center;

  margin-bottom: 8%;

}



.box-quick-link ul > li:nth-child(2n) {

  margin-left: 4%;

}



.box-quick-link ul > li:nth-child(2n+1) {

  margin-right: 4%;

}



.box-quick-link ul > li a {

  font-weight: 700;

  font-size: 13px;

  display: block;

  line-height: 1.8;

  padding-top: 12px;

}



.box-quick-link ul > li a i {

  display: block;

  font-size: 23px;

  color: #777777;

}



.box-quick-link ul > li a:hover {

  color: #fff;

}



.box-quick-link ul > li a:hover i {

  color: #fff;

}



.box-quick-link ul > li:hover {

  background-color: #555555;

}



.box-quick-link ul > li:hover * {

  color: #fff;

}



.init-carousel-owl {

  margin-left: -15px;

  margin-right: -15px;

  width: auto;

}
.init-carousel-owl .owl-item > .item {
  padding-left: 15px;
  padding-right: 15px;
}
.gsc-service-carousel.style-4 .init-carousel-owl .owl-item > .item {
  padding-left: 10px;
  padding-right: 10px;
}
.init-carousel-owl.carousel-no-padding, .init-carousel-owl.no-padding {

  margin-left: 0 !important;

  margin-right: 0 !important;

}



.init-carousel-owl.carousel-no-padding .owl-item > .item, .init-carousel-owl.no-padding .owl-item > .item {

  padding-left: 0 !important;

  padding-right: 0 !important;

}



.init-carousel-owl[data-items*="1"] {

  margin-left: 0 !important;

  margin-right: 0 !important;

}



.init-carousel-owl[data-items*="1"] .owl-item > .item {

  padding-left: 0 !important;

  padding-right: 0 !important;

}



div.error {

  background-repeat: no-repeat !important;

  background-image: none !important;

}



.owl-carousel {

  background: none !important;

  position: relative;

  max-height: 200px;

}



.owl-carousel .item {

  -webkit-transition: opacity 0.35s;

  transition: opacity 0.35s;

  visibility: hidden;

  opacity: 0;

  filter: alpha(opacity=0);

}



@media (prefers-reduced-motion: reduce) {

  .owl-carousel .item {

    -webkit-transition: none;

    transition: none;

  }

}



.owl-carousel .owl-stage-outer .item {

  opacity: 1;

  visibility: visible;

}



.owl-carousel.owl-loaded {

  max-height: none;

}



.owl-carousel .owl-item img {

  display: inline-block;

  width: auto;

}



.owl-carousel .owl-controls {

  margin: 0;

}



.owl-carousel .owl-controls .owl-pagination {

  position: relative;

  bottom: 10px;

  z-index: 9;

  display: inline-block;

  width: 100%;

  left: 0;

}



.owl-carousel .owl-controls .owl-pagination .owl-page span {

  background: #d6d6d6;

  width: 10px;

  height: 10px;

}



.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #869791;
}
.owl-carousel .owl-dots {

  margin-top: 15px;

  text-align: center;

  width: 100%;

  display: block;

  clear: bottom;

}



.owl-carousel .owl-dots .owl-dot {

  width: 16px;

  height: 6px;

  background: #ADB2B5;

  -webkit-transition: background 0.35s;

  transition: background 0.35s;

  display: inline-block;

  margin: 0 5px;

  border-radius: 4px;

  border: none;

  outline: none !important;

}



@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-dots .owl-dot {

    -webkit-transition: none;

    transition: none;

  }

}



.owl-carousel .owl-dots .owl-dot.active {

  background: var(--notech-theme-color);

}



.owl-carousel .owl-nav {

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: opacity 0.3s;

  transition: opacity 0.3s;

}



@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav {

    -webkit-transition: none;

    transition: none;

  }

}



.owl-carousel .owl-nav > div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 36%;
  margin-top: -20px;
  width: 42px;
  height: 42px;
  background: #fff;
  color: var(--body-color) !important;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  border: 0px solid #dee2e6;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.theprocess .owl-carousel .owl-nav > div {
  background: rgba(255,255,255,0.5);
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav > div {

    -webkit-transition: none;

    transition: none;

  }

}
.owl-carousel .owl-nav > div:hover {
  background: var(--notech-theme-color);
}
.theprocess .owl-carousel .owl-nav > div:hover {
  background: rgba(101,93,198,0.75);
}
.owl-carousel .owl-nav > div:hover i {

  color: #fff;

}



.owl-carousel .owl-nav > div.owl-prev {
  right: auto !important;
  left: 0 !important;
}
.theprocess .owl-carousel .owl-nav > div.owl-prev {
  left: 20px !important;
}
.owl-carousel .owl-nav > div.owl-next {
  left: auto !important;
  right: 0 !important;
}
.theprocess .owl-carousel .owl-nav > div.owl-next {
  right: 20px !important;
}
.owl-carousel:hover .owl-nav {

  opacity: 1;

  background: #fff;

}



.owl-carousel:hover .owl-nav .owl-next {

  margin-left: 30px;

}



.owl-carousel:hover .owl-nav .owl-prev {

  margin-right: 30px;

}



.owl-carousel.carousel-thumbnail.text.top {

  padding-top: 60px;

}



.owl-carousel.carousel-thumbnail.text.top .owl-dots {

  position: absolute;

  top: 10px;

  left: 0;

  width: 100%;

  z-index: 99;

  margin-top: 0;

}



.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot {

  width: auto;

  height: auto;

  background: none;

  text-transform: uppercase;

  font-size: 13px;

  margin: 0 10px;

  color: #2a3742;

  font-weight: 700;

}



.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot.active {

  color: var(--notech-theme-color);

}



.owl-carousel.carousel-thumbnail.text.vertical {

  padding-left: 25%;

}



.owl-carousel.carousel-thumbnail.text.vertical .owl-nav {

  display: none;

}



.owl-carousel.carousel-thumbnail.text.vertical .owl-dots {

  position: absolute;

  top: 0;

  left: 0;

  width: 25%;

  z-index: 99;

  margin-top: 0;

  padding-right: 30px;

}



@media (max-width: 768.9px) {

  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots {

    width: 100%;

  }

}



.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {

  width: 100%;

  display: block;

  text-align: left;

  background: none;

  text-transform: uppercase;

  font-size: 13px;

  color: #2a3742;

  font-weight: 700;

  background: #fff;

  padding: 25px 20px;

  border-bottom: 1px solid #dee2e6;

  border-radius: 0;

  height: auto;

  line-height: 1;

  position: relative;

}



.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:after {

  content: "";

  position: absolute;

  right: 0;

  top: 15px;

  bottom: 15px;

  width: 3px;

  background: var(--notech-theme-color);

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



@media (prefers-reduced-motion: reduce) {

  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:after {

    -webkit-transition: none;

    transition: none;

  }

}



.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:last-child {

  border-bottom: 0;

}



@media (max-width: 768.9px) {

  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {

    display: inline-block;

    width: auto;

    text-align: center;

  }

}



.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active {

  color: var(--notech-theme-color);

}



.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active:after {

  opacity: 1;

}



.owl-carousel.pagination-right .owl-dots {

  position: absolute;

  right: -30px;

  top: 50%;

  margin-top: 0;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 10px;

  height: auto;

}



.owl-carousel.pagination-right .owl-dots .owl-dot {

  display: block;

  margin: 10px 0;

}



.owl-carousel.pagination-left .owl-dots {

  float: left;

  width: auto;

  margin-top: 15px;

  text-align: left;

}



.owl-carousel.white .owl-dots .owl-dot {

  background: #AAABAC;

}



.owl-carousel.white .owl-dots .owl-dot.active {

  background: #fff;

}
.button, .btn, .btn-white, .btn-theme, .btn-black, .btn-theme-second, .more-link a, .btn-theme-submit {
  font-size: 16px;
  background: var(--notech-theme-color);
  color: #fff;
  font-weight: 700;
  padding: 20px 45px 20px 45px;
  line-height: 20px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border: none;
  border-radius: 100px;
  text-transform: none;
}
.btn-slide a {
  background: var(--notech-theme-color);
}
@media (prefers-reduced-motion: reduce) {

  .button, .btn, .btn-white, .btn-theme, .btn-black, .btn-theme-second, .more-link a, .btn-theme-submit, .btn-slide a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  }

}



@media (max-width: 767.98px) {

  .button, .btn, .btn-white, .btn-theme, .btn-black, .btn-theme-second, .more-link a, .btn-theme-submit, .btn-slide a {
    padding: 22px 35px 22px 35px;
    font-size: 15px;

  }

}

.button:hover, .btn:hover, .button:focus, .btn:focus, .btn-theme:hover, .btn-theme:focus, .btn-theme-submit:hover, .btn-theme-submit:focus {
  background: var(--notech-theme-color-hover);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-slide a:hover, .btn-slide a:focus {
  background: var(--notech-theme-color-hover);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}


.button:hover, .button:focus, .btn:hover, .btn:focus, .btn-white:hover, .btn-white:focus, .btn-theme:hover, .btn-theme:focus, .btn-black:hover, .btn-black:focus, .btn-theme-second:hover, .btn-theme-second:focus, .more-link a:hover, .more-link a:focus, .btn-theme-submit:hover, .btn-theme-submit:focus {
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}



.button:hover span:after, .button:focus span:after, .btn:hover span:after, .btn:focus span:after, .btn-white:hover span:after, .btn-white:focus span:after, .btn-theme:hover span:after, .btn-theme:focus span:after, .btn-black:hover span:after, .btn-black:focus span:after, .btn-theme-second:hover span:after, .btn-theme-second:focus span:after, .more-link a:hover span:after, .more-link a:focus span:after, .btn-theme-submit:hover span:after, .btn-theme-submit:focus span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);

}



.button.full-width, .btn.full-width, .btn-white.full-width, .btn-theme.full-width, .btn-black.full-width, .btn-theme-second.full-width, .more-link a.full-width, .btn-theme-submit.full-width {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 25px;
  text-align: center;
}
.btn-theme-2 {
  background: var(--notech-theme-color-second);
}
.btn-theme-2:hover, .btn-theme-2:focus {
  background: var(--notech-theme-color-second-hover);
}

.btn-black {
  background: #2a3742;
	color: #dfe5eb;
}
.btn-black:hover, .btn-black:focus {
  background: #3d4d5b;
  color: #fff;
}
.btn-black:after {
  background: #3d4d5b;
}
.btn-white {
  background: rgba(210,219,226,0.8);
  color: #2a3742;
}
.btn-white:after {
  background: #fff;
	color: #3d4d5b;
}
.btn-white:hover {
	background: #fff;
  color: #3d4d5b;
}
.more-link {
  text-align: center;
  margin-top: 30px;
}

.btn-theme-second {
  background: var(--notech-theme-color-second);
  color: #fff;
}

.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active {
  color: #fff;
	  background: var(--notech-theme-color-second-hover);
}
.btn-inline {
  font-size: 14px;
  color: var(--notech-theme-color) !important;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-weight: 700;
  padding-right: 28px;
  font-family: var(--notech-heading-font-family);
  text-transform: capitalize;
}



@media (prefers-reduced-motion: reduce) {

  .btn-inline {
    -webkit-transition: none;
    transition: none;
  }
}
.btn-inline:after {

  content: '\f061';

  font-family: "Font Awesome 5 Free";

  position: absolute;

  top: 5px;

  right: 12px;

  z-index: 1;

  line-height: 1;

  font-weight: 900;

  font-size: 10px;

}



.btn-inline:hover {
  text-decoration: none;
	color: #8a84d6;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;}

/*************** Easy PieChart ***************/

.easyPieChart {

  font-size: 24px;

  font-weight: 400;

  position: relative;

  text-align: center;

  display: inline-block;

}



.easyPieChart:last-child {

  margin-right: 0;

}



.easyPieChart span {

  line-height: 20px;

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;

}



.easyPieChart canvas {

  position: absolute;

  top: 0;

  left: 0;

}



/*************** Progress Bars ***************/

.progress-label {

  font-size: 18px;

  color: #2a3742;

  font-weight: 700;

  margin-bottom: 2px;

  text-align: left;

}



.progress {

  height: 3px;

  background-color: #F0F0F3 !important;

  position: relative;

  overflow: visible !important;

  border-radius: 0;

}



.progress .progress-bar {

  -webkit-transition: width 2s ease-in-out;

  transition: width 2s ease-in-out;

  text-align: right;

  line-height: 16px !important;

  background: var(--notech-theme-color);

  position: relative;

}



@media (prefers-reduced-motion: reduce) {

  .progress .progress-bar {

    -webkit-transition: none;

    transition: none;

  }

}



.progress .percentage {

  font-size: 14px !important;

  text-align: center;

  position: absolute;

  right: 1px;

  top: -24px;

  z-index: 9;

  color: var(--body-color);

}



/*************** Pricing Tables ***************/

.pricing-table {

  position: relative;

  background-color: #fff;

  top: 0;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  border: 1px solid #dee2e6;

  padding: 20px;

  margin-bottom: 30px;

  margin-bottom: 35px;

}



@media (prefers-reduced-motion: reduce) {

  .pricing-table {

    -webkit-transition: none;

    transition: none;

  }

}



.pricing-table ul li {

  list-style: none;

}



.pricing-table .plan-name {

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  font-weight: 700;

  padding: 15px 0 2px;

  text-align: center;

}



@media (prefers-reduced-motion: reduce) {

  .pricing-table .plan-name {

    -webkit-transition: none;

    transition: none;

  }

}



.pricing-table .plan-name .title {

  font-weight: 700;

  color: #2a3742;

  font-size: 16px;

  text-transform: uppercase;

}



.pricing-table .content-wrap .plan-price {

  margin: 0 0 10px;

  text-align: center;

  border-bottom: 1px solid #dee2e6;

}



.pricing-table .content-wrap .plan-price .price-value {

  display: inline-block;

}



.pricing-table .content-wrap .plan-price .price-value .dollar {

  font-size: 18px;

  display: inline-block;

  position: relative;

  line-height: 38px;

  float: left;

  color: var(--notech-theme-color);

}



.pricing-table .content-wrap .plan-price .price-value .value {

  font-size: 30px;

  font-weight: 400;

  display: inline-block;

  line-height: 48px;

  float: left;

  color: var(--notech-theme-color);

}



.pricing-table .content-wrap .plan-price .interval {

  margin-top: 18px;

  font-size: 12px;

  line-height: 22px;

  font-weight: 400;

  position: relative;

  display: block;

  color: #7b7b7b;

  float: left;

  text-transform: uppercase;

}



.pricing-table .plan-list {

  padding: 0;

  text-align: left;

}



.pricing-table .plan-list ul {

  padding: 0;

}



.pricing-table .plan-list ul li {

  padding: 5px 0 5px 20px;

  font-size: 15px;

  list-style: none;

  position: relative;

}



.pricing-table .plan-list ul li:after {

  content: '\f00c';

  font-family: "Font Awesome 5 Free";

  position: absolute;

  top: 8px;

  left: 0;

  z-index: 1;

  color: var(--notech-theme-color);

  font-size: 12px;

  font-weight: 900;

}



.pricing-table .plan-list ul li.off {

  color: #bbb;

}



.pricing-table .plan-list ul li.off:after {

  content: '\f00d';

  color: #bbb;

  font-size: 10px;

  top: 10px;

  font-weight: 900;

}



.pricing-table .plan-signup {

  margin-top: 30px;

}



.pricing-table .plan-signup a {

  width: 100%;

  text-align: center;

}



.pricing-table:hover {

  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);

  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);

}



.pricing-table.highlight-plan {

  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);

  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);

  position: relative;

  z-index: 9;

}



.pricing-table.highlight-plan .recommended-plan {

  background: var(--notech-theme-color);

  color: #fff;

  font-size: 13px;

  font-weight: 500;

  text-transform: uppercase;

  text-align: center;

  position: absolute;

  top: -15px;

  left: 15px;

  right: 15px;

  width: auto;

  letter-spacing: 1px;

  padding: 3px 5px;

}



.pricing-table.highlight-plan .plan-name .title {

  color: var(--notech-theme-color);

}



/************** Pricing Vertical ***************************/

.pricing-vertical {

  border: 1px solid #dee2e6;

  background: #fff;

}



@media (max-width: 768.9px) {

  .pricing-vertical {

    border: none;

    background: none;

  }

}



.pricing-vertical ul {

  list-style: none;

  padding: 0;

  margin: 0 !important;

}



.pricing-vertical ul > li {

  height: 90px;

  padding: 1.625em 0;

}



.pricing-vertical ul > li:nth-child(odd) {

  background: #ebf1f6;

}



.pricing-vertical ul > li .checkmark, .pricing-vertical ul > li .crossmark {

  width: 1.625em;

  height: 1.625em;

  line-height: 1.625em;

  background: #64b671;

  border-radius: 50%;

  display: inline-block;

  position: relative;

  text-align: center;

}



.pricing-vertical ul > li .checkmark:before, .pricing-vertical ul > li .crossmark:before {

  content: '\f00c';

  font-family: "Font Awesome 5 Free";

  position: absolute;

  color: #fff;

  width: 100%;

  left: 0;

  opacity: 1;

  font-size: 11px;

  font-weight: 900;

}



.pricing-vertical ul > li .crossmark {

  background: #e34747;

}



.pricing-vertical ul > li .crossmark:before {

  content: '\f00d';

}



.pricing-vertical .row {

  margin: 0 !important;

}



.pricing-vertical div[class*='col-'] {

  padding: 0 !important;

  border-right: 1px solid #dee2e6;

}



@media (max-width: 768.9px) {

  .pricing-vertical div[class*='col-'] {

    margin-bottom: 30px;

    border: 1px solid #dee2e6 !important;

    background: #fff;

  }

}



.pricing-vertical div[class*='col-']:last-child {

  border-right: 0;

}



.pricing-vertical div[class*='col-'].pricing-highlight {

  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);

  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);

  z-index: 2;

}



.pricing-vertical div[class*='col-']:not(:first-child) ul li:last-child {

  height: auto !important;

}



.pricing-vertical div[class*='col-'] .pricing-title {

  min-height: 109px;

  padding: 1.625em 0;

  position: relative;

}



.pricing-vertical div[class*='col-'] .pricing-title h6 {

  text-transform: uppercase;

  font-size: 12px;

  margin: 0;

  color: var(--body-color);

  letter-spacing: 1px;

}



.pricing-vertical div[class*='col-'] .pricing-title .pricing-price {

  line-height: 1;

}



.pricing-vertical div[class*='col-'] .pricing-title .pricing-price .pricing-dollar {

  font-size: 16px;

  position: relative;

  top: -8px;

  color: #2a3742;

}



.pricing-vertical div[class*='col-'] .pricing-title .pricing-price .price {

  font-size: 30px;

  font-weight: 700;

  color: #2a3742;

  font-family: var(--notech-heading-font-family);

}



.pricing-vertical .col-heading {

  font-size: 16px;

  font-weight: 700;

  color: #2a3742;

}



.pricing-vertical .col-heading ul li {

  height: 90px;

  font-family: var(--notech-heading-font-family);

  font-size: 20px;

  line-height: 18px;

}



.panel {

  border: none !important;

  margin-top: 0 !important;

  -webkit-box-shadow: none !important;

  -ms-box-shadow: none !important;

  -o-box-shadow: none !important;

  box-shadow: none !important;

  background: #fff;

  padding: 15px;

}



.panel .panel-heading {

  background: none !important;

  padding: 0 !important;

  margin-bottom: 0;

}



.panel .panel-heading .panel-title {

  font-size: 18px;

  line-height: 28px;

  margin-bottom: 0;

}



.panel .panel-heading .panel-title > a {

  display: block;

  letter-spacing: 0;

  position: relative;

  padding: 5px 25px 5px 0;

}



.panel .panel-heading .panel-title > a:after {

  content: "\f068";

  font-family: "Font Awesome 5 Free";

  position: absolute;

  font-size: 12px;

  top: 6px;

  right: -20px;

  z-index: 1;

  color: #fff;

  width: 22px;

  height: 22px;

  border-radius: 50%;

  text-align: center;

  line-height: 22px;

  background: var(--notech-theme-color-second);

}



.panel .panel-heading .panel-title > a.collapsed:after {

  background: var(--notech-theme-color);

  content: "\f067";

  color: #fff;

}



.panel .panel-body {

  border: none !important;

  line-height: 28px;

  padding: 10px 30px 0;

}



.dropcap {

  display: block;

  float: left;

  font-size: 40px;

  line-height: 34px;

  color: #444;

  margin: 6px 8px 0 0;

}



.dropcap.border-dropcap {

  border: 2px solid #444;

  width: 46px;

  height: 46px;

  font-size: 28px;

  font-weight: 500;

  line-height: 42px;

  text-align: center;

  border-radius: 2px;

  margin: 8px 12px 0 0;

}



.dropcap.bg-dropcap {

  background-color: #444;

  color: #fff;

  width: 48px;

  height: 48px;

  font-size: 28px;

  font-weight: 500;

  line-height: 48px;

  text-align: center;

  border-radius: 2px;

  margin: 8px 12px 0 0;

}



.dropcap.circle-dropcap {

  border-radius: 50%;

  border: 2px solid #444;

  width: 46px;

  height: 46px;

  font-size: 28px;

  font-weight: 500;

  line-height: 42px;

  text-align: center;

  border-radius: 2px;

  margin: 8px 12px 0 0;

  border-radius: 50%;

}



.info-contact > div {

  float: left;

  margin-right: 100px;

  margin-top: 10px;

  margin-bottom: 10px;

}



@media (max-width: 767.98px) {

  .info-contact > div {

    margin-right: 50px;

  }

}



@media (max-width: 768.9px) {

  .info-contact > div {

    margin-right: 30px;

  }

}



.info-contact > div:last-child {

  margin-right: 0;

}



.info-contact > div .icon {

  width: 40px;

  height: 40px;

  border-radius: 50%;

  float: left;

  margin-right: 10px;

  line-height: 40px;

  color: #fff;

  background: var(--notech-theme-color);

  text-align: center;

  margin-top: -7px;

}



.info-contact > div.phone .icon {

  background: var(--notech-theme-color-second);

}



.info-contact > div.address .icon {

  background: var(--notech-theme-color-second);

}



/* This is required to win over specificity of #content h2 */

.links .comment-add {

  display: none;

}



#node-single-comment {

  margin-top: 30px;

}



#node-single-comment h2 {

  margin-top: 30px;

  margin-bottom: 1em;

  font-size: 20px;

  position: relative;

  padding-left: 15px;

  padding-bottom: 8px;

  border-bottom: 1px solid #E6E6E6;

}



#node-single-comment h2:before {

  content: "";

  position: absolute;

  width: 5px;

  height: 20px;

  background: var(--notech-theme-color);

  border-radius: 5px;

  left: 0;

  top: 3px;

  z-index: 1;

}



#node-single-comment #comment-form .form-item {

  margin-bottom: 20px;

}



#node-single-comment #comment-form .form-item.js-form-type-textarea {

  margin: 0;

}



#node-single-comment #comment-form .form-item label {

  text-transform: uppercase;

  font-size: 12px;

  display: block;

  font-weight: 700;

  color: #6a6a6a;

}



#node-single-comment #comment-form ul > li {

  list-style-type: none;

}



#node-single-comment input[type*='text'], #node-single-comment textarea {

  width: 100%;

}



.comment-wrapper h2.comment-form__title {

  margin-bottom: 1em;

}



.field-node--comment {

  font-size: 0.934em;

}



.comment {

  margin-bottom: 19px;

  vertical-align: top;

  display: table;

}



[dir="rtl"] .comment {

  direction: rtl;

}



.comment__meta {

  padding: 0 30px 0 0;

  /* LTR */

  font-size: 1.071em;

  width: 115px;

}



@media (max-width: 768.9px) {

  .comment__meta {

    width: 90px;

  }

}



[dir="rtl"] .comment__meta {

  padding: 0 0 0 30px;

}



.comment__attribution img {

  border: 1px solid #d3d7d9;

}



/* This is required to win over specificity of .field--type-image img */

.comment .field--name-user-picture img {

  margin: 0;

}



.comment__author .username {

  white-space: nowrap;

  text-transform: uppercase;

  color: #2a3742;

  font-weight: 700;

  font-size: 12px;

}



.comment__author {

  margin: 4px 0;

  line-height: 1.2;

  text-transform: uppercase;

  color: #2a3742;

  font-weight: 700;

  font-size: 12px;

}



.comment__time {

  margin-bottom: 4px;

  color: #68696b;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 0.733em;

  line-height: 1.2;

}



.comment__permalink {

  font-size: 0.733em;

  line-height: 1.2;

}



.comment__content {

  position: relative;

  display: table-cell;

  padding: 10px 25px 10px 25px;

  vertical-align: top;

  width: 100%;

  border: 1px solid #d3d7d9;

  font-size: 0.929em;

  line-height: 1.6;

  word-break: break-all;

}



.comment__content h3 a {

  font-size: 18px;

  font-weight: 700;

}



.comment__content .links.inline {

  margin-top: 10px;

}



.comment__content .links.inline > li {

  float: left;

}



.comment__content .links.inline > li a {

  text-transform: uppercase;

  font-weight: 700;

  font-size: 12px;

}



.comment__content:before {

  content: '';

  position: absolute;

  right: 100%;

  /* LTR */

  top: 20px;

  border-top: 20px solid transparent;

  border-right: 20px solid #d3d7d9;

  /* LTR */

  border-bottom: 20px solid transparent;

}



[dir="rtl"] .comment__content:before {

  right: auto;

  left: 100%;

  border-right: none;

  border-left: 20px solid #d3d7d9;

}



.comment__content:after {

  content: '';

  position: absolute;

  right: 100%;

  /* LTR */

  top: 20px;

  border-top: 20px solid transparent;

  border-right: 20px solid #fff;

  /* LTR */

  border-bottom: 20px solid transparent;

  margin-right: -1px;

  /* LTR */

}



[dir="rtl"] .comment__content:after {

  right: auto;

  left: 100%;

  border-right: none;

  border-left: 20px solid #fff;

  margin-right: 0;

  margin-left: -1px;

}



.comment__content h3 {

  margin-top: 0.94em;

  margin-bottom: 0.45em;

  font-size: 1.171em;

}



.comment__content nav {

  padding-top: 1px;

}



.indented {

  margin-left: 40px;

  /* LTR */

}



[dir="rtl"] .indented {

  margin-right: 40px;

  margin-left: 0;

}



.comment .links {

  padding: 0 0 0.25em 0;

}



.comment .links li {

  padding: 0 0.5em 0 0;

  /* LTR */

  font-size: 1.08em;

}



[dir="rtl"] .comment .links li {

  padding: 0 0 0 0.5em;

}



.comment--unpublished {

  margin-right: 5px;

  /* LTR */

  padding: 5px 2px 5px 5px;

  /* LTR */

  background: #fff4f4;

}



[dir="rtl"] .comment--unpublished {

  margin-left: 5px;

  margin-right: 0;

  padding: 5px 5px 5px 2px;

}



/**

 * @todo: unpublished nodes have class .node--unpublished.

 * change this to .comment--unpublished.

 */

.unpublished .comment-text .comment-arrow {

  border-left: 1px solid #fff4f4;

  border-right: 1px solid #fff4f4;

}



.unpublished {

  padding: 20px 15px 0;

}



.comment-footer {

  display: table-row;

}



.comment--unpublished .comment__text:after,

.node--unpublished .comment__text:after {

  border-right-color: #fff4f4;

  /* LTR */

}



[dir="rtl"] .comment--unpublished .comment__content:after,

[dir="rtl"] .node--unpublished .comment__content:after {

  border-left-color: #fff4f4;

}



.mailchimp-signup-subscribe-form {

  position: relative;

}



.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {

  margin-top: 10px;

}



.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields label {

  display: none;

}



.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input {

  width: 100%;

  border: none;

  padding: 0 10px;

  line-height: 50px;

  font-size: 16px;

}



.mailchimp-signup-subscribe-form .form-actions {

  display: inline-block;

}



.mailchimp-signup-subscribe-form .form-actions .button {

  padding: 12px 25px;

}



.mailchimp-signup-subscribe-form .form-actions .button:hover {

  background: var(--notech-theme-color-second);

  color: #2a3742;

}



.before-footer .mailchimp-signup-subscribe-form .block-title {

  width: 470px;

  padding-right: 20px;

  float: left;

  font-size: 20px;

  padding-left: 69px;

  padding-top: 20px;

  position: relative;

  height: 52px;

  margin-bottom: 0;

}



.before-footer .mailchimp-signup-subscribe-form .block-title:after {

  content: "\f114";

  font-family: "Flaticon";

  font-size: 46px;

  color: var(--notech-theme-color);

  background: none;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;

  font-weight: 400;

}



@media (max-width: 767.98px) {

  .before-footer .mailchimp-signup-subscribe-form .block-title {

    width: 75px;

  }

  .before-footer .mailchimp-signup-subscribe-form .block-title span {

    display: none;

  }

}



@media (max-width: 768.9px) {

  .before-footer .mailchimp-signup-subscribe-form .block-title {

    display: none;

  }

}



.before-footer .mailchimp-signup-subscribe-form .block-content {

  padding-left: 472px;

}



@media (max-width: 767.98px) {

  .before-footer .mailchimp-signup-subscribe-form .block-content {

    padding-left: 100px;

  }

}



@media (max-width: 768.9px) {

  .before-footer .mailchimp-signup-subscribe-form .block-content {

    padding-left: 0;

  }

}



.before-footer .mailchimp-signup-subscribe-form .block-content form {

  position: relative;

  padding-right: 190px;

}



@media (max-width: 360px) {

  .before-footer .mailchimp-signup-subscribe-form .block-content form {

    padding-right: 0;

  }

}



.before-footer .mailchimp-signup-subscribe-form .block-content form .mailchimp-newsletter-mergefields input {

  line-height: 65px;

  padding: 0 10px;

  border: 0 !important;

}



@media (max-width: 360px) {

  .before-footer .mailchimp-signup-subscribe-form .block-content form .mailchimp-newsletter-mergefields input {

    width: 100%;

    display: block;

  }

}



.before-footer .mailchimp-signup-subscribe-form .block-content form .form-actions {

  position: absolute;

  width: 190px;

  height: 100%;

  right: 0;

  top: 0;

  z-index: 1;

  margin-top: 0;

}



@media (max-width: 360px) {

  .before-footer .mailchimp-signup-subscribe-form .block-content form .form-actions {

    width: 100%;

    display: block;

    position: relative;

  }

}



.before-footer .mailchimp-signup-subscribe-form .block-content form .form-actions input {

  height: 65px;

  width: 100%;

  text-align: center;

  border-radius: 0 !important;

}



form summary {

  background: var(--notech-theme-color);

  color: #fff;

  padding: 4px 15px;

  font-weight: 500;

  margin-bottom: 15px;

}



form summary a {

  color: #fff !important;

}



form summary a:hover, form summary a:focus {

  color: #fff !important;

}



form .form-item label {

  width: 100%;

  font-weight: 600;

  text-transform: capitalize;

  color: #2a3742;

  margin-bottom: 0;

  margin-top: 6px;

}



.form-control {

  -webkit-box-shadow: none;

  box-shadow: none;

}



.form-control {

  -webkit-box-shadow: none;

  box-shadow: none;

}



.user-login-form .form-item, .user-register-form .form-item, .user-form .form-item, .user-pass .form-item {

  margin-bottom: 15px;

}



#user-login-form .form-item label {

  width: 100%;

  font-weight: 700;

  color: #2a3742;

  margin-bottom: 0;

  font-family: var(--notech-heading-font-family);

}



#user-login-form .form-item input {

  width: 100%;

}



#user-login-form ul {

  width: 100%;

  padding: 10px 0 30px;

}



#user-login-form ul > li {

  width: 49%;

  float: left;

  text-align: center;

}



#user-login-form ul > li:first-child {

  margin-right: 2%;

}



#user-login-form ul > li a {

  width: 100%;

  display: inline-block;

  float: none;

  font-size: 11px;

  text-transform: uppercase;

  font-weight: 700;

  padding: 10px 5px;

}



#user-login ul {

  margin: 0 0 5px;

}



#user-login ul li {

  margin: 0;

}



#user-login li.openid-link {

  background: none;

}



#search-form .panel {

  border: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}



#search-form .panel-default > .panel-heading {

  border-bottom: none;

}



.hide-label label {

  background: none;

  clip: rect(1px);

}



.exposed-filters .form-item {

  margin-bottom: 10px;

  margin-top: 0;

}



#article-admin-filter ul {

  padding: .5em 0;

}



#article-admin-filter ul li {

  list-style: none;

}



#edit-operation-wrapper select {

  margin: .5em;

}



div.resizable-textarea textarea {

  margin-top: 0;

  border: 1px solid #dee2e6;

}



.search-advanced .criterion {

  float: none;

  margin: 0 5px;

}



#edit-keywords-fieldset .form-item:first-child {

  margin-top: 5px;

}



#user-admin-filter ul li {

  list-style: none;

}



.field-type-text-long fieldset {

  padding: 10px 0;

  border: #dee2e6;

}



.field-type-text-long fieldset .form-item {

  margin: 0;

  padding: 0 0 0 15px;

}



#comment-form label {

  display: inline-block;

  font-size: 18px;

  font-weight: normal;

  margin-bottom: 5px;

}



#contact-site-form .form-checkbox {

  margin-left: 0;

}



#comment-form-wrapper .form-item label {

  min-width: 120px;

  display: inline-block;

  font-weight: 700;

  text-transform: uppercase;

  font-size: 14px;

}



.contact-message-form {

  margin: 0 auto;

}



.contact-message-form div[id*="edit-name"], .contact-message-form div[id*="edit-mail"], .contact-message-form .js-form-item-mail {

  height: 45px;

  line-height: 45px;

  padding: 0 20px;

  border: 1px solid #dee2e6;

  border-radius: 4px;

}



.contact-message-form .form-item {

  margin-bottom: 30px;

  color: var(--body-color);

}



.contact-message-form .form-item label {

  font-size: 12px;

  display: block;

  text-transform: uppercase;

}



.contact-message-form .form-item #edit-copy {

  float: left;

  margin-right: 5px;

}



.contact-message-form .form-item input[type='text'], .contact-message-form .form-item input[type='email'], .contact-message-form .form-item textarea {

  width: 100%;

  border: 1px solid #dee2e6;

  border-radius: 4px;

  position: relative;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  height: 45px;

  -webkit-box-shadow: none !important;

  -ms-box-shadow: none !important;

  -o-box-shadow: none !important;

  box-shadow: none !important;

  padding-left: 0 20px;

}



@media (prefers-reduced-motion: reduce) {

  .contact-message-form .form-item input[type='text'], .contact-message-form .form-item input[type='email'], .contact-message-form .form-item textarea {

    -webkit-transition: none;

    transition: none;

  }

}



.contact-message-form .form-item input[type='text']::-webkit-input-placeholder, .contact-message-form .form-item input[type='email']::-webkit-input-placeholder, .contact-message-form .form-item textarea::-webkit-input-placeholder {

  color: var(--body-color);

  text-transform: capitalize;

}



.contact-message-form .form-item input[type='text']:-moz-placeholder, .contact-message-form .form-item input[type='email']:-moz-placeholder, .contact-message-form .form-item textarea:-moz-placeholder {

  color: var(--body-color);

  text-transform: capitalize;

  opacity: 1;

}



.contact-message-form .form-item input[type='text']::-moz-placeholder, .contact-message-form .form-item input[type='email']::-moz-placeholder, .contact-message-form .form-item textarea::-moz-placeholder {

  color: var(--body-color);

  text-transform: capitalize;

  opacity: 1;

}



.contact-message-form .form-item input[type='text']:-ms-input-placeholder, .contact-message-form .form-item input[type='email']:-ms-input-placeholder, .contact-message-form .form-item textarea:-ms-input-placeholder {

  color: var(--body-color);

  text-transform: capitalize;

}



.contact-message-form .form-item input[type='text']:focus, .contact-message-form .form-item input[type='email']:focus, .contact-message-form .form-item textarea:focus {

  border-color: var(--notech-theme-color);

}



.contact-message-form .form-item textarea {

  height: 200px;

  padding-top: 15px;

}



@media (max-width: 768.9px) {

  .contact-message-form .form-item textarea {

    height: 120px;

  }

}



.contact-message-form .form-item-copy {

  margin-bottom: 10px !important;

}



.contact-message-form #edit-actions {

  width: 100%;

  text-align: center;

}



.contact-message-form #edit-actions::after {

  display: block;

  clear: both;

  content: "";

}



.contact-message-form #edit-preview {

  display: none;

}



.text-light .contact-message-form #edit-name, .text-light .contact-message-form #edit-mail, .text-light .contact-message-form input[type='text'], .text-light .contact-message-form input[type='email'], .text-light .contact-message-form textarea {

  background: none;

  border: 2px solid rgba(255, 255, 255, 0.2);

  color: #fff;

}



.text-light .contact-message-form #edit-name::-webkit-input-placeholder, .text-light .contact-message-form #edit-mail::-webkit-input-placeholder, .text-light .contact-message-form input[type='text']::-webkit-input-placeholder, .text-light .contact-message-form input[type='email']::-webkit-input-placeholder, .text-light .contact-message-form textarea::-webkit-input-placeholder {

  color: #fff;

  text-transform: capitalize;

}



.text-light .contact-message-form #edit-name:-moz-placeholder, .text-light .contact-message-form #edit-mail:-moz-placeholder, .text-light .contact-message-form input[type='text']:-moz-placeholder, .text-light .contact-message-form input[type='email']:-moz-placeholder, .text-light .contact-message-form textarea:-moz-placeholder {

  color: #fff;

  text-transform: capitalize;

  opacity: 1;

}



.text-light .contact-message-form #edit-name::-moz-placeholder, .text-light .contact-message-form #edit-mail::-moz-placeholder, .text-light .contact-message-form input[type='text']::-moz-placeholder, .text-light .contact-message-form input[type='email']::-moz-placeholder, .text-light .contact-message-form textarea::-moz-placeholder {

  color: #fff;

  text-transform: capitalize;

  opacity: 1;

}



.text-light .contact-message-form #edit-name:-ms-input-placeholder, .text-light .contact-message-form #edit-mail:-ms-input-placeholder, .text-light .contact-message-form input[type='text']:-ms-input-placeholder, .text-light .contact-message-form input[type='email']:-ms-input-placeholder, .text-light .contact-message-form textarea:-ms-input-placeholder {

  color: #fff;

  text-transform: capitalize;

}



.webform-submission-form .form-content-inner {

  max-width: 900px;

  margin: 0 -15px;

  padding: 0;

}



.webform-submission-form .form-item {

  margin-bottom: -4px;

  position: relative;

}



.webform-submission-form .form-item::after {

  display: block;

  clear: both;

  content: "";

}



.webform-submission-form .form-item label {
  font-size: 14px;
  font-weight: 600;
  color: #2a3742;
  font-family: var(--notech-heading-font-family);
}
.webform-options-display-buttons label.webform-options-display-buttons-label {
    display: table-cell;
    height: 100%;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    color: #506276;
    border: 2px solid #dfe5eb;
    border-radius: 0px;
    background-color: #f5f8fa;
}
.webform-options-display-buttons label.webform-options-display-buttons-label:hover {
    color: #2a3742;
    border: 2px solid #655dc6;
	border-color: #655dc6;
    background-color: #f5f8fa;
	box-shadow: 0 0 5px #a9b8c9;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
    color: #ffffff;
	background-color: #655dc6;
	border-color: #655dc6;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.webform-options-display-buttons input:focus + label.webform-options-display-buttons-label {
  color: #2a3742;
  border-color: #655dc6;
  background-color: #f5f8fa;
  box-shadow: 0 0 5px #a9b8c9;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.webform-options-display-buttons input:checked:focus + label.webform-options-display-buttons-label {
	box-shadow: 0 0 5px #8a84d6;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.webform-options-display-buttons .webform-options-display-buttons-wrapper {
    margin: 0 5px 0px 5px;
}

.webform-submission-form .form-item input, .webform-submission-form .form-item textarea, .webform-submission-form .form-item select {
  width: 100%;
  border: none;
  font-size: 15px;
  padding-left: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f5f8fa;
  border: 1px solid #f5f8fa;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
#footer .webform-submission-form .form-item input {
    line-height: 25px;
}
#footer .webform-submission-form .form-item input, #footer .webform-submission-form .form-item textarea, #footer .webform-submission-form .form-item select {
    width: 100%;
    border: none;
    font-size: 14px;
    padding-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #506276;
    border: 1px solid #506276;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
#footer .form-text {
	color: #ebf1f6;
	margin-top: 0px;
}
#footer .webform-submission-form .form-item input:hover, #footer .webform-submission-form .form-item textarea:hover, #footer .webform-submission-form .form-item select:hover, #footer .webform-submission-form .form-item input:active, #footer .webform-submission-form .form-item textarea:active, #footer .webform-submission-form .form-item select:active  {
    border: 1px solid #6c7f90;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
#footer .webform-submission-form .form-item input::-webkit-input-placeholder, #footer .webform-submission-form .form-item textarea::-webkit-input-placeholder, #footer .webform-submission-form .form-item select::-webkit-input-placeholder {
  color: var(--footer-link-color);
}
#footer .webform-submission-form .form-item input:-moz-placeholder, #footer .webform-submission-form .form-item textarea:-moz-placeholder, #footer .webform-submission-form .form-item select:-moz-placeholder {
  color: var(--footer-link-color);
  opacity: 1;
}
#footer .webform-submission-form .form-item input::-moz-placeholder, #footer .webform-submission-form .form-item textarea::-moz-placeholder, #footer .webform-submission-form .form-item select::-moz-placeholder {
  color: var(--footer-link-color);
  opacity: 1;
}
#footer .webform-submission-form .form-item input:-ms-input-placeholder, #footer .webform-submission-form .form-item textarea:-ms-input-placeholder, #footer .webform-submission-form .form-item select:-ms-input-placeholder {
  color: var(--footer-link-color);
}
#footer .webform-submission-form .button, #footer .webform-submission-form .btn, #footer .webform-submission-form .btn-white, #footer .webform-submission-form .btn-theme, #footer .webform-submission-form .btn-black, #footer .webform-submission-form .btn-theme-second, #footer .webform-submission-form .btn-theme-submit {
	font-size: 14px;
	width: 100%;
	padding: 10px 30px;
	line-height: 18px;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.webform-submission-form .form-item input::-webkit-input-placeholder, .webform-submission-form .form-item textarea::-webkit-input-placeholder, .webform-submission-form .form-item select::-webkit-input-placeholder {
  color: var(--body-color);
}
.webform-submission-form .form-item input:-moz-placeholder, .webform-submission-form .form-item textarea:-moz-placeholder, .webform-submission-form .form-item select:-moz-placeholder {
  color: var(--body-color);
  opacity: 1;
}
.webform-submission-form .form-item input::-moz-placeholder, .webform-submission-form .form-item textarea::-moz-placeholder, .webform-submission-form .form-item select::-moz-placeholder {
  color: var(--body-color);
  opacity: 1;
}
.webform-submission-form .form-item input:-ms-input-placeholder, .webform-submission-form .form-item textarea:-ms-input-placeholder, .webform-submission-form .form-item select:-ms-input-placeholder {
  color: var(--body-color);
}
.webform-submission-form .form-item input:focus, .webform-submission-form .form-item textarea:focus, .webform-submission-form .form-item select:focus {
  border-color: var(--notech-theme-color);
}
.webform-submission-form .form-item input {

  line-height: 35px;
}
.webform-submission-form .form-item select {
  height: 47px;
  margin-top: 0rem;
}

.js-form-item.form-item.js-form-type-select::before {
	position: absolute;
    right: 15px;
    padding-top: 14px;
    color: #00afaa;
	font-family: "Font Awesome 5 Free";
	content: '\f078';
    font-size: 20px;
	font-weight: 900;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 15;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.webform-submission-form .form-item textarea {
  padding-top: 10px;
}
.webform-submission-form .form-item input:hover, .webform-submission-form .form-item textarea:hover, .webform-submission-form .form-item select:hover, .webform-submission-form .form-item input:active, .webform-submission-form .form-item textarea:active, .webform-submission-form .form-item select:active  {
    border: 1px solid #ebf1f6;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.webform-submission-form .form-actions {

  width: 100%;

  float: left;

}



.text-light .webform-submission-form .form-item:after {

  color: #fff;

}



.text-light .webform-submission-form .form-item input, .text-light .webform-submission-form .form-item textarea {

  background: none;

  border-color: rgba(255, 255, 255, 0.2);

  color: #fff;

}



.text-light .webform-submission-form .form-item input::-webkit-input-placeholder, .text-light .webform-submission-form .form-item textarea::-webkit-input-placeholder {
  color: #fff;
}
.text-light .webform-submission-form .form-item input:-moz-placeholder, .text-light .webform-submission-form .form-item textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.text-light .webform-submission-form .form-item input::-moz-placeholder, .text-light .webform-submission-form .form-item textarea::-moz-placeholder {

  color: #fff;

  opacity: 1;

}



.text-light .webform-submission-form .form-item input:-ms-input-placeholder, .text-light .webform-submission-form .form-item textarea:-ms-input-placeholder {

  color: #fff;

}



.text-light .webform-submission-form .form-actions input.form-submit {

  border-color: #fff;

  color: #fff;

  background: #fff;

  color: #2a3742;

}



.text-light .webform-submission-form .form-actions input.form-submit:hover {

  background: rgba(255, 255, 255, 0.8);

}



.text-light .webform-submission-form label {

  color: #fff;

}



.webform-fullwidth .form-item {

  width: 100% !important;

  max-width: 100% !important;

  padding-left: 0;

  padding-right: 0;

}



.webform-fullwidth.no-label label {

  display: none;

}



.webform-fullwidth .form-actions {

  text-align: left;

  padding: 0;

}
fieldset.webform-composite-hidden-title {
	margin-top: 0.1em;}

@media (min-width: 768px) {

  .webform-flexbox {
    display: flex;
    margin: 0em -0.5em;
  }

  /*
   * Make sure flexbox is always using 'display: flex' when toggled via #states.
   * @see https://stackoverflow.com/questions/38491653/jquery-show-a-flex-box/4121
   */
  .webform-flexbox.js-webform-states-hidden[style*="display: block"] {
    display: flex !important;
  }

  .webform-flexbox .webform-flexbox {
    margin: 1em 0;
  }

  .webform-flexbox--flex-start {
    align-items: flex-start;
  }

  .webform-flexbox--flex-end {
    align-items: flex-end;
  }

  .webform-flexbox--center {
    align-items: center;
  }

  .webform-flex {
    min-width: 0;
  }

  .webform-flex--container {
    margin: 0 0.5em;
  }

  .webform-flex--container > .form-item {
    margin: 0;
  }

  .webform-flex--container > .form-item > input:not([type="checkbox"]),
  .webform-flex--container > .form-item > select {
    width: 100%;
  }

  .container-inline .webform-flex--container > .form-item > input:not([type="checkbox"]),
  .container-inline .webform-flex--container > .form-item > select,
  .webform-flex--container > .form-item.webform-element--title-inline > input:not([type="checkbox"]),
  .webform-flex--container > .form-item.webform-element--title-inline > select {
    width: inherit;
  }

  .webform-flex--container > .webform-has-field-prefix > input:not([type="checkbox"]),
  .webform-flex--container > .webform-has-field-suffix > input:not([type="checkbox"]),
  .webform-flex--container > .webform-has-field-prefix > select,
  .webform-flex--container > .webform-has-field-suffix > select {
    width: 85%;
  }

  .webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > input:not([type="checkbox"]),
  .webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > select {
    width: 70%;
  }

  .webform-flex--container > .webform-element-help-container--element > input:not([type="checkbox"]),
  .webform-flex--container > .webform-element-help-container--element > select {
    width: 85%;
  }

  .webform-flex--container > .webform-has-field-prefix.webform-element-help-container--element > input:not([type="checkbox"]),
  .webform-flex--container > .webform-has-field-suffix.webform-element-help-container--element > select {
    width: 70%;
  }

  .webform-flex--container > .webform-has-field-prefix.webform-has-field-suffix.webform-element-help-container--element > input:not([type="checkbox"]),
  .webform-flex--container > .webform-has-field-prefix.webform-has-field-suffix.webform-element-help-container--element > select {
    width: 50%;
  }

  .webform-flex--1 {
    flex: 1;
  }

  .webform-flex--2 {
    flex: 2;
  }

  .webform-flex--3 {
    flex: 3;
  }

  .webform-flex--4 {
    flex: 4;
  }

  .webform-flex--5 {
    flex: 5;
  }

  .webform-flex--6 {
    flex: 6;
  }

  .webform-flex--7 {
    flex: 7;
  }

  .webform-flex--8 {
    flex: 8;
  }

  .webform-flex--9 {
    flex: 9;
  }

  .webform-flex--10 {
    flex: 10;
  }

  .webform-flex--11 {
    flex: 11;
  }

  .webform-flex--12 {
    flex: 12;
  }

  /* Select other */
  .webform-flex--container > .form-type-webform-select-other select {
    width: 100%;
  }

  .webform-flex--container > .form-type-webform-select-other .form-item {
    margin: 0;
  }

  .webform-flex--container > .form-type-webform-select-other .form-item + .form-item {
    margin-top: 0.5em;
  }

  /* Range. */
  .webform-flex--container > .form-type-range-output > .form-range-output {
    width: 66%;
  }

  /* Composite. */
  .form-composite > .webform-flexbox {
    margin: 1em -0.5em;
  }

  /* Radios/checkboxes. */
  .webform-flex--container .form-type-checkbox,
  .webform-flex--container .form-type-radio {
    white-space: nowrap;
  }
}



form .mailchimp-newsletter-mergefields .form-item {

  margin-bottom: 15px;

}



form .mailchimp-newsletter-mergefields .form-item input[type="text"],

form .mailchimp-newsletter-mergefields .form-item input[type="tel"],

form .mailchimp-newsletter-mergefields .form-item input[type="password"],

form .mailchimp-newsletter-mergefields .form-item input[type="email"],

form .mailchimp-newsletter-mergefields .form-item textarea, form .mailchimp-newsletter-mergefields .form-item select {

  width: 100%;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  border: 1px solid #dee2e6;

}



@media (prefers-reduced-motion: reduce) {

  form .mailchimp-newsletter-mergefields .form-item input[type="text"],

  form .mailchimp-newsletter-mergefields .form-item input[type="tel"],

  form .mailchimp-newsletter-mergefields .form-item input[type="password"],

  form .mailchimp-newsletter-mergefields .form-item input[type="email"],

  form .mailchimp-newsletter-mergefields .form-item textarea, form .mailchimp-newsletter-mergefields .form-item select {

    -webkit-transition: none;

    transition: none;

  }

}



form .mailchimp-newsletter-mergefields .form-item input[type="text"]:focus, form .mailchimp-newsletter-mergefields .form-item input[type="text"]:active, form .mailchimp-newsletter-mergefields .form-item input[type="text"]:hover,

form .mailchimp-newsletter-mergefields .form-item input[type="tel"]:focus,

form .mailchimp-newsletter-mergefields .form-item input[type="tel"]:active,

form .mailchimp-newsletter-mergefields .form-item input[type="tel"]:hover,

form .mailchimp-newsletter-mergefields .form-item input[type="password"]:focus,

form .mailchimp-newsletter-mergefields .form-item input[type="password"]:active,

form .mailchimp-newsletter-mergefields .form-item input[type="password"]:hover,

form .mailchimp-newsletter-mergefields .form-item input[type="email"]:focus,

form .mailchimp-newsletter-mergefields .form-item input[type="email"]:active,

form .mailchimp-newsletter-mergefields .form-item input[type="email"]:hover,

form .mailchimp-newsletter-mergefields .form-item textarea:focus,

form .mailchimp-newsletter-mergefields .form-item textarea:active,

form .mailchimp-newsletter-mergefields .form-item textarea:hover, form .mailchimp-newsletter-mergefields .form-item select:focus, form .mailchimp-newsletter-mergefields .form-item select:active, form .mailchimp-newsletter-mergefields .form-item select:hover {

  border: 1px solid var(--notech-theme-color);

}



.webform-2 .form-item {

  width: 100% !important;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;

  max-width: 100%;

}



.webform-2 .form-item label {

  display: none;

}



#forum {

  width: 100%;

  position: relative;

  right: -1px;

}



#forum .name {

  font-weight: bold;

  font-size: 16px;

}



#forum table {

  width: 100%;

}



#forum tr.odd {

  background: #ebf1f6;

}



#forum tr.even td {

  border-bottom: 1px solid #dee2e6;

}



#forum tr td.container {

  padding: 1em;

}



#forum tr.new-topics td.forum .name {

  background-image: url(../images/forum-default.png);

}



#forum thead th {

  background: #ebf1f6;

  border-left: 1px solid #dee2e6;

  text-transform: uppercase;

  font-size: 16px;

  padding: 15px;

}



#forum td {

  border: 1px solid #dee2e6;

  padding: 1em;

}



#forum td a:hover {

  text-decoration: none;

}



#forum td.topics {

  font-weight: bold;

  text-align: center;

  width: 9%;

}



#forum td.posts {

  text-align: center;

  width: 9%;

}



#forum td.replies {

  text-align: center;

}



#forum td.forum {

  padding: 0 1em;

  width: 44%;

  padding-top: 12px;

}



#forum td.forum .name {

  background-position: left 5px;

  background-repeat: no-repeat;

  line-height: 20px;

  padding-left: 30px;

  font-size: 15px;

  font-weight: normal;

  line-height: 25px;

}



#forum td.forum .description {

  font-size: 14px;

  padding-left: 30px;

}



#forum td.title .submitted {

  font-size: 14px;

}



#forum td.icon {

  width: 5%;

}



#forum .icon div {

  background-image: url(../images/forum-icons.png);

  background-repeat: no-repeat;

  height: 24px;

  margin: 0 auto;

  width: 24px;

}



#forum .icon .topic-status-new {

  background-position: -24px 0;

}



#forum .icon .topic-status-hot {

  background-position: -48px 0;

}



#forum .icon .topic-status-hot-new {

  background-position: -72px 0;

}



#forum .icon .topic-status-sticky {

  background-position: -96px 0;

}



#forum .icon .topic-status-closed {

  background-position: -120px 0;

}



.page-forum #page-title {

  margin-bottom: 10px;

}



.page-forum ul.action-links {

  list-style: none;

  margin: 0 0 20px;

  padding: 0;

}



.page-forum ul.action-links li {

  margin-left: 0;

}



.page-forum ul.action-links li a {

  line-height: 0;

  display: inline-block;

  border: none;

  padding: 10px;

  text-transform: uppercase;

  vertical-align: middle;

}



.block {

  background: transparent;

  margin-bottom: 30px;

}



.block .block {

  margin-bottom: 0 !important;

}



.block .block-title {

  background: none;

  position: relative;

  font-size: 22px;

  color: #2a3742;

  z-index: 1;

  margin-bottom: 10px;

  padding-bottom: 15px;

}



.block .block-title:before {

  content: '';

  width: 45px;

  height: 2px;

  background: var(--notech-theme-color);

  position: absolute;

  bottom: 0;

  left: 0;

  z-index: 1;

}



.block.block-system-main-block {

  margin-bottom: 0;

}



.block.block-system-breadcrumb-block {

  overflow: visible;

  margin-bottom: 20px;

}



.block.block-none, .block.no-padding {

  background: none !important;

  padding: 0 !important;

}



.block.block-none .block-content, .block.no-padding .block-content {

  padding: 0 !important;

}



.block.no-title {

  margin-top: 0;

  border: none;

}



.block.no-title:before {

  content: none;

}



.block.style-higlight {

  background: #34495E;

  padding-left: 20px;

  padding-right: 20px;

}



.block.style-higlight .block-title {

  border: none;

}



.block.style-higlight .block-title span:before {

  content: none;

}



.block.style-higlight .block-title h2 {

  margin: 0;

  padding: 0;

  border: none;

}



.block.style-higlight .block-title h2 span {

  padding: 10px;

  background: #4E6984;

  color: #fff;

}



.block.style-higlight .post-title a {

  color: #fff;

}



.block#block-system-main {

  padding-top: 10px;

}



.block.block-local-tasks-block {

  margin-bottom: 0;

}



.block.no-title {

  border: none;

}



.block.no-title > .block-title, .block.no-title > div > .block-title {

  padding: 0;

  margin: 0;

  border: none;

}



.block.no-title > .block-title:before, .block.no-title > div > .block-title:before {

  content: none;

}



.block.site-branding {

  margin-bottom: 0;

}



.block-local-tasks-block {

  position: relative;

  z-index: 99;

}



.drupal-tabs {

  border-bottom: 1px solid #dee2e6;

}



.drupal-tabs::after {

  display: block;

  clear: both;

  content: "";

}



.drupal-tabs a {

  font-size: 12px;

}



.drupal-tabs .is-active a {

  color: var(--notech-theme-color);

}



.help {

  position: relative;

  z-index: 1;

  display: none;

  width: 100%;

}



.help .drupal-tabs {

  padding: 10px 0;

  margin-bottom: 25px;

}



.help .messages__wrapper {

  padding: 10px;

  border: 1px solid #5BC0DE;

}



.help-text-white .help {

  color: #fff !important;

}



.help-text-white .help a {

  color: #fff !important;

}



.help-text-white .help a:hover {

  text-decoration: underline;

}



.text-light .title {

  color: #fff !important;

}



.region-main-menu .block {

  background: transparent;

}
.region-main-menu .block .block-content {
  padding: 0;
}
.sidebar .block {
  background: #ebf1f6;
  padding: 30px 30px 10px 30px;
}
.sidebar .menu--menu-services {
  padding: 30px 30px 25px 30px;
}
.sidebar .block.block-full {
  padding: 0;
}
.sidebar .block-menu::after {
  display: block;
  clear: both;
  content: "";
}
.sidebar .block-menu ul {

  padding-left: 0 !important;
}
.sidebar .block-menu ul li {
  border: none;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  float: left;
  width: 100%;
  list-style-type: none;
}
.sidebar .block-menu.menu--menu-services  ul li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	z-index: 2;
	font-size: 12px;
	top: 14px;
	font-weight: 900;
	color: #8a84d6;
-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.sidebar .block-menu ul li a {
  padding: 7px 0 5px 0;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  letter-spacing: 0;
  color: #506276;
  font-weight: 500;
  z-index: 1;
}
.sidebar .block-menu.menu--menu-services ul li a {
  padding: 7px 0 5px 14px;
}
@media (prefers-reduced-motion: reduce) {
  .sidebar .block-menu ul li a {
    -webkit-transition: none;
    transition: none;
  }
}
.sidebar .block-menu ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  width: auto;
  height: 100%;
  z-index: -1;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.sidebar .block-menu ul li a:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 11;
  color: #655dc6;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 14px;
  font-weight: 900;
  -webkit-transform: scale(0);
  transform: scale(0);
  line-height: 1;
}
@media (prefers-reduced-motion: reduce) {

  .sidebar .block-menu ul li a:after {

    -webkit-transition: none;

    transition: none;

  }

}



.sidebar .block-menu ul li a:hover, .sidebar .block-menu ul li a:focus {
  color: #2a3742;
  background: #dfe5eb;

}



.sidebar .block-menu ul li a:hover:before, .sidebar .block-menu ul li a:focus:before, .sidebar .block-menu ul li a:active:before {

  opacity: 1;

}



.sidebar .block-menu ul li a:hover:after, .sidebar .block-menu ul li a:focus:after, .sidebar .block-menu ul li a:active:after {

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);

}



.sidebar .block-menu ul li.menu-item--active-trail > a, .sidebar .block-menu ul li a:active {
  color: #334250 !important;
  background: #f5f8fa;

}



.sidebar .block-menu ul li.menu-item--active-trail > a:before {

  opacity: 1;

}



.sidebar .block-menu ul li.menu-item--active-trail > a:after {

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);

}



.recent-comment-block .views-field-picture {

  margin-right: 10px;

}



.recent-comment-block .views-field-title {

  margin-top: -4px;

}



.recent-comment-block .views-field-title a {

  font-weight: 700;

  text-transform: uppercase;

}



.recent-comment-block .views-field-name {

  color: #a4a4a4;

}



.recent-comment-block .views-field-name a {

  color: #a4a4a4;

}



.list-tags .view-list ul > li {

  float: left;

  border: 1px solid #dee2e6;

  display: inline-block;

  width: auto !important;

  padding: 0 !important;

  margin: 0 10px 10px 0 !important;

}



.list-tags .view-list ul > li a {

  padding: 6px 10px;

  display: block;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



@media (prefers-reduced-motion: reduce) {

  .list-tags .view-list ul > li a {

    -webkit-transition: none;

    transition: none;

  }

}



.list-tags .view-list ul > li:hover {

  background: var(--notech-theme-color);

}



.list-tags .view-list ul > li:hover a {

  color: #fff;

}



.contact-link {

  background: var(--notech-theme-color-second);

  color: #fff;

  padding: 30px;

}



.contact-link .title {

  font-size: 16px;

  font-weight: 700;

  margin-bottom: 10px;

  text-transform: uppercase;

}



.contact-link .action {

  margin-top: 20px;

}



.company-presentation {

  background: var(--notech-theme-color-second);

  color: #fff;

  padding: 30px;

}



.company-presentation .title {

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 10px;

  color: #fff;

}



.company-presentation .action {

  margin-top: 20px;

}



.social-icon a {

  background: none;

  width: auto;

  height: auto;

  line-height: 1;

  margin-right: 20px;

  font-size: 18px;

}



.box-search-team {

  padding: 30px;

  background: var(--notech-theme-color);

  text-align: center;

  color: #fff;

  min-height: 330px;

}



@media (max-width: 767.98px) {

  .box-search-team {

    min-height: 260px;

  }

}



@media (max-width: 768.9px) {

  .box-search-team {

    width: 350px;

    margin: 0 auto;

  }

}



.box-search-team .icon {

  font-size: 46px;

  line-height: 1.2;

}



.box-search-team .text {

  font-size: 18px;

  font-weight: 700;

  color: #fff;

  margin-top: 15px;

  line-height: 32px;

}



.box-search-team .link {

  margin-top: 15px;

}



.box-search-team .link a {

  color: #fff;

}



.box-search-team .link a:after {

  color: #fff;

}



.box-search-team .link a:hover {

  color: var(--notech-theme-color-second);

}



.box-search-team .link a:hover:after {

  color: var(--notech-theme-color-second);

}



.contact-box-footer {

  width: 100%;

}



.contact-box-footer::after {

  display: block;

  clear: both;

  content: "";

}



.contact-box-footer ul.list-information {

  margin: 0 !important;

  padding: 0;

  width: 100%;

}



.contact-box-footer ul.list-information::after {

  display: block;

  clear: both;

  content: "";

}



.contact-box-footer ul.list-information > li {

  list-style-type: none;

  position: relative;

  float: left;

  width: 100%;

  color: #fff;

  font-size: 16px;

  padding-left: 45px;

  font-weight: 600;

  margin-bottom: 25px;

}



.contact-box-footer ul.list-information > li .icon {

  position: absolute;

  left: 0;

  top: 4px;

  color: var(--notech-theme-color);

  line-height: 24px;

  font-size: 22px;

  font-weight: 300;

}



.contact-box-footer ul.list-information > li:last-child {

  border: none;

  padding-bottom: 0;

  margin-bottom: 0;

}



.contact-box-footer ul.list-information > li:last-child:after {

  display: none;

}



@media (max-width: 767.98px) {

  .contact-box-footer ul.list-information > li {

    padding-right: 0;

    padding-bottom: 20px;

    margin-bottom: 20px;

    width: 100%;

    float: left;

  }

  .contact-box-footer ul.list-information > li:after {

    width: 100%;

    height: 1px;

    bottom: 0;

    top: auto;

    left: 0;

    right: auto;

  }

}



.poll .poll-item {

  margin-top: 20px;

}



.poll .poll-item .heading {

  position: relative;

}



.poll .poll-item .heading .text {

  font-weight: 700;

  color: #333333;

  padding-right: 40px;

}



.poll .poll-item .heading .percent {

  display: inline-block;

  position: absolute;

  right: 0;

  top: 0;

  z-index: 9;

  font-weight: 700;

}



.poll .poll-item .bar .foreground {

  background: var(--notech-theme-color);

}



.poll .total {

  margin-top: 20px;

  font-weight: 700;

  text-transform: uppercase;

}



.poll .choices .form-item.form-item-choice input.form-radio {

  margin: 0 !important;

}



.poll .choices .form-item.form-item-choice label {

  vertical-align: text-top;

  margin-left: 5px;

}



.block-poll ul.links {

  text-align: center;

  overflow: hidden;

  padding: 15px 0 0;

}



.block-poll ul.links li {

  display: inline-block;

  margin-right: 20px;

}



.block-poll ul.links li a {

  padding-right: 10px;

  position: relative;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



@media (prefers-reduced-motion: reduce) {

  .block-poll ul.links li a {

    -webkit-transition: none;

    transition: none;

  }

}



.block-poll ul.links li a:after {

  content: "\f105";

  position: absolute;

  top: -1px;

  right: 0;

  font-family: "Font Awesome 5 Free";

}



.block-poll ul.links li a:hover {

  padding-right: 15px;

}



.block-poll ul.links li:last-child {

  margin: 0;

}



/* perfect-scrollbar v0.6.7 */

.ps-container {

  -ms-touch-action: none;

  overflow: hidden !important;

}



.ps-container.ps-active-x > .ps-scrollbar-x-rail,

.ps-container.ps-active-y > .ps-scrollbar-y-rail {

  display: block;

}



.ps-container.ps-in-scrolling {

  pointer-events: none;

}



.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {

  background-color: #eee;

  opacity: 0.9;

  filter: alpha(opacity=90);

}



.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {

  background-color: #90a4b6;

}



.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {

  background-color: #eee;

  opacity: 0.9;

  filter: alpha(opacity=90);

}



.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {

  background-color: #90a4b6;

}



.ps-container > .ps-scrollbar-x-rail {

  display: none;

  position: absolute;

  /* please don't change 'position' */

  border-radius: 4px;

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;

  transition: background-color 0.2s linear, opacity 0.2s linear;

  bottom: 3px;

  /* there must be 'bottom' for ps-scrollbar-x-rail */

  height: 8px;

}



.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {

  position: absolute;

  /* please don't change 'position' */

  background-color: #aaa;

  border-radius: 4px;

  -webkit-transition: background-color 0.2s linear;

  transition: background-color 0.2s linear;

  bottom: 0;

  /* there must be 'bottom' for ps-scrollbar-x */

  height: 8px;

}



.ps-container > .ps-scrollbar-y-rail {

  display: none;

  position: absolute;

  /* please don't change 'position' */

  border-radius: 4px;

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;

  transition: background-color 0.2s linear, opacity 0.2s linear;

  right: 3px;

  /* there must be 'right' for ps-scrollbar-y-rail */

  width: 4px;

}



.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {

  position: absolute;

  /* please don't change 'position' */

  background-color: #aaa;

  border-radius: 4px;

  -webkit-transition: background-color 0.2s linear;

  transition: background-color 0.2s linear;

  right: 0;

  /* there must be 'right' for ps-scrollbar-y */

  width: 5px;

}



.ps-container:hover.ps-in-scrolling {

  pointer-events: none;

}



.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {

  background-color: #eee;

  opacity: 0.9;

  filter: alpha(opacity=90);

}



.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {

  background-color: #90a4b6;

}



.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {

  background-color: #eee;

  opacity: 0.9;

  filter: alpha(opacity=90);

}



.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {

  background-color: #90a4b6;

}



.ps-container:hover > .ps-scrollbar-x-rail,

.ps-container:hover > .ps-scrollbar-y-rail {

  opacity: 0.6;

  filter: alpha(opacity=60);

}



.ps-container:hover > .ps-scrollbar-x-rail:hover {

  background-color: #eee;

  opacity: 0.6;

  filter: alpha(opacity=60);

}



.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {

  background-color: #90a4b6;

}



.ps-container:hover > .ps-scrollbar-y-rail:hover {

  background-color: #eee;

  opacity: 0.6;

  filter: alpha(opacity=60);

}



.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {

  background-color: #90a4b6;

}



.uk-slideset-init {

  position: relative;

}



.uk-slideset-init ul {

  list-style-type: none;

  padding: 0;

}



.uk-slideset-init .uk-slideset-nav {

  position: absolute;

  top: 20px;

  right: 0;

  z-index: 1;

  margin: 0;

  padding: 0;

}



@media (max-width: 768px) {

  .uk-slideset-init .uk-slideset-nav {

    width: 100%;

  }

}



.uk-slideset-init .uk-slideset-nav li {

  float: left;

  margin-right: 10px;

  list-style-type: none;

}



@media (max-width: 768px) {

  .uk-slideset-init .uk-slideset-nav li {

    float: none;

    display: inline-block;

  }

}



.uk-slideset-init .uk-slideset-nav li a {

  width: 22px;

  height: 10px;

  border-radius: 30px;

  display: inline-block;

  border: 2px solid var(--notech-theme-color);

}



.uk-slideset-init .uk-slideset-nav li a:hover {

  cursor: pointer;

}



.uk-slideset-init .uk-slideset-nav li.uk-active a {

  background: var(--notech-theme-color);

}



.uk-slideset-init.nav-slideset-top .uk-slideset-nav {

  top: -30px;

}



.uk-slideset-init.nav-slideset-bottom .uk-slideset-nav {

  bottom: -30px;

  top: auto;

  left: 0;

  text-align: center;

}



.uk-slideset-init.nav-slideset-bottom .uk-slideset-nav li {

  display: inline-block;

  float: none;

}



.text-light .uk-slideset-init .uk-slideset-nav li a {

  border-color: #fff;

}



.text-light .uk-slideset-init .uk-slideset-nav li.uk-active a {

  background: #fff;

}



/* #Block grid

--------------------------------------------------------------- */

.item-columns {

  padding: 0 15px;

}



[class*="block-grid-"] {

  display: block;

  margin: 0 -10px;

  padding: 0;

}



[class*="block-grid-"]:before, [class*="block-grid-"]:after {

  display: table;

  content: " ";

}



[class*="block-grid-"]:after {

  clear: both;

}



[class*="block-grid-"] > div {

  display: block;

  float: left;

  height: auto;

  padding: 0 10px;

  width: 100%;

}



[class*="block-grid-"] > div:after {

  display: block;

}



@media (min-width: 640px) {

  .xs-block-grid-1 > div {

    width: 100%;

  }

  .xs-block-grid-1 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-1 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-1 > div:nth-of-type(1n+1) {

    clear: both;

  }

  .xs-block-grid-1 > div:nth-of-type(1n+1):after {

    display: none;

  }

  .xs-block-grid-1 > div:nth-last-child(-n+1):before {

    content: none;

  }

  .xs-block-grid-2 > div {

    width: 50%;

  }

  .xs-block-grid-2 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-2 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-2 > div:nth-of-type(2n+1) {

    clear: both;

  }

  .xs-block-grid-2 > div:nth-of-type(2n+1):after {

    display: none;

  }

  .xs-block-grid-2 > div:nth-last-child(-n+2):before {

    content: none;

  }

  .xs-block-grid-3 > div {

    width: 33.33333%;

  }

  .xs-block-grid-3 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-3 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-3 > div:nth-of-type(3n+1) {

    clear: both;

  }

  .xs-block-grid-3 > div:nth-of-type(3n+1):after {

    display: none;

  }

  .xs-block-grid-3 > div:nth-last-child(-n+3):before {

    content: none;

  }

  .xs-block-grid-4 > div {

    width: 25%;

  }

  .xs-block-grid-4 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-4 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-4 > div:nth-of-type(4n+1) {

    clear: both;

  }

  .xs-block-grid-4 > div:nth-of-type(4n+1):after {

    display: none;

  }

  .xs-block-grid-4 > div:nth-last-child(-n+4):before {

    content: none;

  }

  .xs-block-grid-5 > div {

    width: 20%;

  }

  .xs-block-grid-5 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-5 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-5 > div:nth-of-type(5n+1) {

    clear: both;

  }

  .xs-block-grid-5 > div:nth-of-type(5n+1):after {

    display: none;

  }

  .xs-block-grid-5 > div:nth-last-child(-n+5):before {

    content: none;

  }

  .xs-block-grid-6 > div {

    width: 16.66667%;

  }

  .xs-block-grid-6 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-6 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-6 > div:nth-of-type(6n+1) {

    clear: both;

  }

  .xs-block-grid-6 > div:nth-of-type(6n+1):after {

    display: none;

  }

  .xs-block-grid-6 > div:nth-last-child(-n+6):before {

    content: none;

  }

  .xs-block-grid-7 > div {

    width: 14.28571%;

  }

  .xs-block-grid-7 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-7 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-7 > div:nth-of-type(7n+1) {

    clear: both;

  }

  .xs-block-grid-7 > div:nth-of-type(7n+1):after {

    display: none;

  }

  .xs-block-grid-7 > div:nth-last-child(-n+7):before {

    content: none;

  }

  .xs-block-grid-8 > div {

    width: 12.5%;

  }

  .xs-block-grid-8 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-8 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-8 > div:nth-of-type(8n+1) {

    clear: both;

  }

  .xs-block-grid-8 > div:nth-of-type(8n+1):after {

    display: none;

  }

  .xs-block-grid-8 > div:nth-last-child(-n+8):before {

    content: none;

  }

  .xs-block-grid-9 > div {

    width: 11.11111%;

  }

  .xs-block-grid-9 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-9 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-9 > div:nth-of-type(9n+1) {

    clear: both;

  }

  .xs-block-grid-9 > div:nth-of-type(9n+1):after {

    display: none;

  }

  .xs-block-grid-9 > div:nth-last-child(-n+9):before {

    content: none;

  }

  .xs-block-grid-10 > div {

    width: 10%;

  }

  .xs-block-grid-10 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-10 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-10 > div:nth-of-type(10n+1) {

    clear: both;

  }

  .xs-block-grid-10 > div:nth-of-type(10n+1):after {

    display: none;

  }

  .xs-block-grid-10 > div:nth-last-child(-n+10):before {

    content: none;

  }

  .xs-block-grid-11 > div {

    width: 9.09091%;

  }

  .xs-block-grid-11 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-11 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-11 > div:nth-of-type(11n+1) {

    clear: both;

  }

  .xs-block-grid-11 > div:nth-of-type(11n+1):after {

    display: none;

  }

  .xs-block-grid-11 > div:nth-last-child(-n+11):before {

    content: none;

  }

  .xs-block-grid-12 > div {

    width: 8.33333%;

  }

  .xs-block-grid-12 > div:nth-of-type(1n) {

    clear: none;

  }

  .xs-block-grid-12 > div:nth-of-type(1n):after {

    display: block;

  }

  .xs-block-grid-12 > div:nth-of-type(12n+1) {

    clear: both;

  }

  .xs-block-grid-12 > div:nth-of-type(12n+1):after {

    display: none;

  }

  .xs-block-grid-12 > div:nth-last-child(-n+12):before {

    content: none;

  }

}



@media (min-width: 768px) {

  .sm-block-grid-1 > div {

    width: 100%;

  }

  .sm-block-grid-1 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-1 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-1 > div:nth-of-type(1n+1) {

    clear: both;

  }

  .sm-block-grid-1 > div:nth-of-type(1n+1):after {

    display: none;

  }

  .sm-block-grid-1 > div:nth-last-child(-n+1):before {

    content: none;

  }

  .sm-block-grid-2 > div {

    width: 50%;

  }

  .sm-block-grid-2 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-2 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-2 > div:nth-of-type(2n+1) {

    clear: both;

  }

  .sm-block-grid-2 > div:nth-of-type(2n+1):after {

    display: none;

  }

  .sm-block-grid-2 > div:nth-last-child(-n+2):before {

    content: none;

  }

  .sm-block-grid-3 > div {

    width: 33.33333%;

  }

  .sm-block-grid-3 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-3 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-3 > div:nth-of-type(3n+1) {

    clear: both;

  }

  .sm-block-grid-3 > div:nth-of-type(3n+1):after {

    display: none;

  }

  .sm-block-grid-3 > div:nth-last-child(-n+3):before {

    content: none;

  }

  .sm-block-grid-4 > div {

    width: 25%;

  }

  .sm-block-grid-4 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-4 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-4 > div:nth-of-type(4n+1) {

    clear: both;

  }

  .sm-block-grid-4 > div:nth-of-type(4n+1):after {

    display: none;

  }

  .sm-block-grid-4 > div:nth-last-child(-n+4):before {

    content: none;

  }

  .sm-block-grid-5 > div {

    width: 20%;

  }

  .sm-block-grid-5 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-5 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-5 > div:nth-of-type(5n+1) {

    clear: both;

  }

  .sm-block-grid-5 > div:nth-of-type(5n+1):after {

    display: none;

  }

  .sm-block-grid-5 > div:nth-last-child(-n+5):before {

    content: none;

  }

  .sm-block-grid-6 > div {

    width: 16.66667%;

  }

  .sm-block-grid-6 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-6 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-6 > div:nth-of-type(6n+1) {

    clear: both;

  }

  .sm-block-grid-6 > div:nth-of-type(6n+1):after {

    display: none;

  }

  .sm-block-grid-6 > div:nth-last-child(-n+6):before {

    content: none;

  }

  .sm-block-grid-7 > div {

    width: 14.28571%;

  }

  .sm-block-grid-7 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-7 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-7 > div:nth-of-type(7n+1) {

    clear: both;

  }

  .sm-block-grid-7 > div:nth-of-type(7n+1):after {

    display: none;

  }

  .sm-block-grid-7 > div:nth-last-child(-n+7):before {

    content: none;

  }

  .sm-block-grid-8 > div {

    width: 12.5%;

  }

  .sm-block-grid-8 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-8 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-8 > div:nth-of-type(8n+1) {

    clear: both;

  }

  .sm-block-grid-8 > div:nth-of-type(8n+1):after {

    display: none;

  }

  .sm-block-grid-8 > div:nth-last-child(-n+8):before {

    content: none;

  }

  .sm-block-grid-9 > div {

    width: 11.11111%;

  }

  .sm-block-grid-9 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-9 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-9 > div:nth-of-type(9n+1) {

    clear: both;

  }

  .sm-block-grid-9 > div:nth-of-type(9n+1):after {

    display: none;

  }

  .sm-block-grid-9 > div:nth-last-child(-n+9):before {

    content: none;

  }

  .sm-block-grid-10 > div {

    width: 10%;

  }

  .sm-block-grid-10 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-10 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-10 > div:nth-of-type(10n+1) {

    clear: both;

  }

  .sm-block-grid-10 > div:nth-of-type(10n+1):after {

    display: none;

  }

  .sm-block-grid-10 > div:nth-last-child(-n+10):before {

    content: none;

  }

  .sm-block-grid-11 > div {

    width: 9.09091%;

  }

  .sm-block-grid-11 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-11 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-11 > div:nth-of-type(11n+1) {

    clear: both;

  }

  .sm-block-grid-11 > div:nth-of-type(11n+1):after {

    display: none;

  }

  .sm-block-grid-11 > div:nth-last-child(-n+11):before {

    content: none;

  }

  .sm-block-grid-12 > div {

    width: 8.33333%;

  }

  .sm-block-grid-12 > div:nth-of-type(1n) {

    clear: none;

  }

  .sm-block-grid-12 > div:nth-of-type(1n):after {

    display: block;

  }

  .sm-block-grid-12 > div:nth-of-type(12n+1) {

    clear: both;

  }

  .sm-block-grid-12 > div:nth-of-type(12n+1):after {

    display: none;

  }

  .sm-block-grid-12 > div:nth-last-child(-n+12):before {

    content: none;

  }

}



/* Medium */

@media (min-width: 992px) {

  [class*="block-grid-"] {

    margin: 0 -10px;

  }

  [class*="block-grid-"] > div {

    padding: 0 10px;

  }

  .item-columns {

    padding: 0 10px;

  }

  .md-block-grid-1 > div {

    width: 100%;

  }

  .md-block-grid-1 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-1 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-1 > div:nth-of-type(1n+1) {

    clear: both;

  }

  .md-block-grid-1 > div:nth-of-type(1n+1):after {

    display: none;

  }

  .md-block-grid-1 > div:nth-last-child(-n+1):before {

    content: none;

  }

  .md-block-grid-2 > div {

    width: 50%;

  }

  .md-block-grid-2 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-2 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-2 > div:nth-of-type(2n+1) {

    clear: both;

  }

  .md-block-grid-2 > div:nth-of-type(2n+1):after {

    display: none;

  }

  .md-block-grid-2 > div:nth-last-child(-n+2):before {

    content: none;

  }

  .md-block-grid-3 > div {

    width: 33.33333%;

  }

  .md-block-grid-3 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-3 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-3 > div:nth-of-type(3n+1) {

    clear: both;

  }

  .md-block-grid-3 > div:nth-of-type(3n+1):after {

    display: none;

  }

  .md-block-grid-3 > div:nth-last-child(-n+3):before {

    content: none;

  }

  .md-block-grid-4 > div {

    width: 25%;

  }

  .md-block-grid-4 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-4 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-4 > div:nth-of-type(4n+1) {

    clear: both;

  }

  .md-block-grid-4 > div:nth-of-type(4n+1):after {

    display: none;

  }

  .md-block-grid-4 > div:nth-last-child(-n+4):before {

    content: none;

  }

  .md-block-grid-5 > div {

    width: 20%;

  }

  .md-block-grid-5 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-5 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-5 > div:nth-of-type(5n+1) {

    clear: both;

  }

  .md-block-grid-5 > div:nth-of-type(5n+1):after {

    display: none;

  }

  .md-block-grid-5 > div:nth-last-child(-n+5):before {

    content: none;

  }

  .md-block-grid-6 > div {

    width: 16.66667%;

  }

  .md-block-grid-6 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-6 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-6 > div:nth-of-type(6n+1) {

    clear: both;

  }

  .md-block-grid-6 > div:nth-of-type(6n+1):after {

    display: none;

  }

  .md-block-grid-6 > div:nth-last-child(-n+6):before {

    content: none;

  }

  .md-block-grid-7 > div {

    width: 14.28571%;

  }

  .md-block-grid-7 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-7 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-7 > div:nth-of-type(7n+1) {

    clear: both;

  }

  .md-block-grid-7 > div:nth-of-type(7n+1):after {

    display: none;

  }

  .md-block-grid-7 > div:nth-last-child(-n+7):before {

    content: none;

  }

  .md-block-grid-8 > div {

    width: 12.5%;

  }

  .md-block-grid-8 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-8 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-8 > div:nth-of-type(8n+1) {

    clear: both;

  }

  .md-block-grid-8 > div:nth-of-type(8n+1):after {

    display: none;

  }

  .md-block-grid-8 > div:nth-last-child(-n+8):before {

    content: none;

  }

  .md-block-grid-9 > div {

    width: 11.11111%;

  }

  .md-block-grid-9 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-9 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-9 > div:nth-of-type(9n+1) {

    clear: both;

  }

  .md-block-grid-9 > div:nth-of-type(9n+1):after {

    display: none;

  }

  .md-block-grid-9 > div:nth-last-child(-n+9):before {

    content: none;

  }

  .md-block-grid-10 > div {

    width: 10%;

  }

  .md-block-grid-10 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-10 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-10 > div:nth-of-type(10n+1) {

    clear: both;

  }

  .md-block-grid-10 > div:nth-of-type(10n+1):after {

    display: none;

  }

  .md-block-grid-10 > div:nth-last-child(-n+10):before {

    content: none;

  }

  .md-block-grid-11 > div {

    width: 9.09091%;

  }

  .md-block-grid-11 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-11 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-11 > div:nth-of-type(11n+1) {

    clear: both;

  }

  .md-block-grid-11 > div:nth-of-type(11n+1):after {

    display: none;

  }

  .md-block-grid-11 > div:nth-last-child(-n+11):before {

    content: none;

  }

  .md-block-grid-12 > div {

    width: 8.33333%;

  }

  .md-block-grid-12 > div:nth-of-type(1n) {

    clear: none;

  }

  .md-block-grid-12 > div:nth-of-type(1n):after {

    display: block;

  }

  .md-block-grid-12 > div:nth-of-type(12n+1) {

    clear: both;

  }

  .md-block-grid-12 > div:nth-of-type(12n+1):after {

    display: none;

  }

  .md-block-grid-12 > div:nth-last-child(-n+12):before {

    content: none;

  }

}



/* Large */

@media (min-width: 1200px) {

  [class*="block-grid-"] {

    margin: 0 -12px;

  }

  [class*="block-grid-"] > div {

    padding: 0 12px;

  }

  .item-columns {

    padding: 0 12px;

  }

  .lg-block-grid-1 > div {

    width: 100%;

  }

  .lg-block-grid-1 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-1 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-1 > div:nth-of-type(1n+1) {

    clear: both;

  }

  .lg-block-grid-1 > div:nth-of-type(1n+1):after {

    display: none;

  }

  .lg-block-grid-1 > div:nth-last-child(-n+1):before {

    content: none;

  }

  .lg-block-grid-2 > div {

    width: 50%;

  }

  .lg-block-grid-2 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-2 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-2 > div:nth-of-type(2n+1) {

    clear: both;

  }

  .lg-block-grid-2 > div:nth-of-type(2n+1):after {

    display: none;

  }

  .lg-block-grid-2 > div:nth-last-child(-n+2):before {

    content: none;

  }

  .lg-block-grid-3 > div {

    width: 33.33333%;

  }

  .lg-block-grid-3 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-3 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-3 > div:nth-of-type(3n+1) {

    clear: both;

  }

  .lg-block-grid-3 > div:nth-of-type(3n+1):after {

    display: none;

  }

  .lg-block-grid-3 > div:nth-last-child(-n+3):before {

    content: none;

  }

  .lg-block-grid-4 > div {

    width: 25%;

  }

  .lg-block-grid-4 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-4 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-4 > div:nth-of-type(4n+1) {

    clear: both;

  }

  .lg-block-grid-4 > div:nth-of-type(4n+1):after {

    display: none;

  }

  .lg-block-grid-4 > div:nth-last-child(-n+4):before {

    content: none;

  }

  .lg-block-grid-5 > div {

    width: 20%;

  }

  .lg-block-grid-5 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-5 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-5 > div:nth-of-type(5n+1) {

    clear: both;

  }

  .lg-block-grid-5 > div:nth-of-type(5n+1):after {

    display: none;

  }

  .lg-block-grid-5 > div:nth-last-child(-n+5):before {

    content: none;

  }

  .lg-block-grid-6 > div {

    width: 16.66667%;

  }

  .lg-block-grid-6 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-6 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-6 > div:nth-of-type(6n+1) {

    clear: both;

  }

  .lg-block-grid-6 > div:nth-of-type(6n+1):after {

    display: none;

  }

  .lg-block-grid-6 > div:nth-last-child(-n+6):before {

    content: none;

  }

  .lg-block-grid-7 > div {

    width: 14.28571%;

  }

  .lg-block-grid-7 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-7 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-7 > div:nth-of-type(7n+1) {

    clear: both;

  }

  .lg-block-grid-7 > div:nth-of-type(7n+1):after {

    display: none;

  }

  .lg-block-grid-7 > div:nth-last-child(-n+7):before {

    content: none;

  }

  .lg-block-grid-8 > div {

    width: 12.5%;

  }

  .lg-block-grid-8 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-8 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-8 > div:nth-of-type(8n+1) {

    clear: both;

  }

  .lg-block-grid-8 > div:nth-of-type(8n+1):after {

    display: none;

  }

  .lg-block-grid-8 > div:nth-last-child(-n+8):before {

    content: none;

  }

  .lg-block-grid-9 > div {

    width: 11.11111%;

  }

  .lg-block-grid-9 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-9 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-9 > div:nth-of-type(9n+1) {

    clear: both;

  }

  .lg-block-grid-9 > div:nth-of-type(9n+1):after {

    display: none;

  }

  .lg-block-grid-9 > div:nth-last-child(-n+9):before {

    content: none;

  }

  .lg-block-grid-10 > div {

    width: 10%;

  }

  .lg-block-grid-10 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-10 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-10 > div:nth-of-type(10n+1) {

    clear: both;

  }

  .lg-block-grid-10 > div:nth-of-type(10n+1):after {

    display: none;

  }

  .lg-block-grid-10 > div:nth-last-child(-n+10):before {

    content: none;

  }

  .lg-block-grid-11 > div {

    width: 9.09091%;

  }

  .lg-block-grid-11 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-11 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-11 > div:nth-of-type(11n+1) {

    clear: both;

  }

  .lg-block-grid-11 > div:nth-of-type(11n+1):after {

    display: none;

  }

  .lg-block-grid-11 > div:nth-last-child(-n+11):before {

    content: none;

  }

  .lg-block-grid-12 > div {

    width: 8.33333%;

  }

  .lg-block-grid-12 > div:nth-of-type(1n) {

    clear: none;

  }

  .lg-block-grid-12 > div:nth-of-type(1n):after {

    display: block;

  }

  .lg-block-grid-12 > div:nth-of-type(12n+1) {

    clear: both;

  }

  .lg-block-grid-12 > div:nth-of-type(12n+1):after {

    display: none;

  }

  .lg-block-grid-12 > div:nth-last-child(-n+12):before {

    content: none;

  }

}



.no-gutter [class*="block-grid-"] {

  margin: 0 !important;

}



.no-gutter [class*="block-grid-"] > div {

  padding: 0 !important;

}



.no-gutter .row {

  margin-left: 0 !important;

  margin-right: 0 !important;

}



.no-gutter [class*="col-"] {

  padding-left: 0 !important;

  padding-right: 0 !important;

}



.no-gutter .portfolio-v1 {

  margin-bottom: 0 !important;

}



@media (min-width: 992px) {

  .no-gutter-2 [class*="block-grid-"] {

    margin: 0 !important;

  }

  .no-gutter-2 [class*="block-grid-"] > div {

    padding: 0 !important;

  }

  .no-gutter-2 .row {

    margin-left: 0 !important;

    margin-right: 0 !important;

  }

  .no-gutter-2 [class*="col-"] {

    padding-left: 0 !important;

    padding-right: 0 !important;

  }

  .no-gutter-2 .portfolio-v1 {

    margin-bottom: 0 !important;

  }

}



.area-main-menu .menu-toggle {

  display: none;

}



@media (min-width: 1024.1px) {

  .navigation {

    position: relative;

    clear: both;

  }

  .navigation ul {

    list-style: none;

    padding: 0;

    margin: 0;

  }

  .navigation .gva_menu {

    float: left;

    position: relative;

  }

  .navigation .gva_menu li {

    position: relative;

  }

  .navigation .gva_menu li a {

    text-align: left !important;

  }

  .navigation .gva_menu li a .icaret {

    margin-left: 4px;

    border: none !important;

    font-size: 9px;

  }

  .navigation .gva_menu > li {

    display: inline-block;

  }

  .navigation .gva_menu > li > .sub-menu:after {

    content: '';

    position: absolute;

    bottom: 100%;

    left: 32px;

    width: 16px;

    height: 16px;

    border-width: 8px;

    border-style: solid;

    border-color: transparent transparent #fff transparent;

    display: block;

  }

  .navigation .gva_menu > li > .sub-menu .menu-item--active-trail > a {

    color: var(--notech-theme-color);

  }

  .navigation .gva_menu > li.gva-mega-menu {

    position: static !important;

  }

  .navigation .gva_menu > li.gva-mega-menu > .sub-menu {

    width: 100%;

  }

  .navigation .gva_menu > li:hover > a > span:first-child:before, .navigation .gva_menu > li:focus > a > span:first-child:before {

    opacity: 1;

    bottom: 1px;

  }

  .navigation .gva_menu > li:hover > ul.sub-menu, .navigation .gva_menu > li:hover div.sub-menu, .navigation .gva_menu > li:focus > ul.sub-menu, .navigation .gva_menu > li:focus div.sub-menu {

    display: block;

    visibility: visible;

    opacity: 1;

    top: 100%;

    margin-top: -2px;

    -webkit-transform: rotateX(0);

    transform: rotateX(0);

  }

  .navigation .gva_menu > li:hover > ul.sub-menu > li, .navigation .gva_menu > li:hover div.sub-menu > li, .navigation .gva_menu > li:focus > ul.sub-menu > li, .navigation .gva_menu > li:focus div.sub-menu > li {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

  .navigation .gva_menu > li:hover > a, .navigation .gva_menu > li:focus > a {

    color: var(--notech-theme-color);

  }

}
@media (min-width: 1100px) {
  .navigation .gva_menu > li > a {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    padding: 35px 16px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    color: var(--menu-link-color);
    font-family: var(--notech-heading-font-family);
  }
}
@media (min-width: 1024.1px) and (max-width: 1099px) {
  .navigation .gva_menu > li > a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 35px 12px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    color: var(--menu-link-color);
    font-family: var(--notech-heading-font-family);
  }
}
@media (min-width: 1024.1px) and (prefers-reduced-motion: reduce) {

  .navigation .gva_menu > li > a {

    -webkit-transition: none;

    transition: none;

  }

}



@media (min-width: 1024.1px) {

  .navigation .gva_menu > li > a > span:first-child {

    position: relative;

  }

  .navigation .gva_menu > li > a > span:first-child:before {

    content: '';

    width: 100%;

    height: 2px;

    background: var(--notech-theme-color);

    position: absolute;

    bottom: -5px;

    left: 0;

    z-index: 1;

    opacity: 0;

    -webkit-transition: all 0.35s;

    transition: all 0.35s;

  }

}



@media (min-width: 1024.1px) and (max-width: 991.98px) {

  .navigation .gva_menu > li > a {

    padding-left: 15px;

    padding-right: 15px;

  }

}



@media (min-width: 1024.1px) and (max-width: 767.98px) {

  .navigation .gva_menu > li > a {

    padding-left: 10px;

    padding-right: 10px;

  }

}



@media (min-width: 1024.1px) and (max-width: 768.9px) {

  .navigation .gva_menu > li > a {

    padding-left: 8px;

    padding-right: 8px;

  }

}



@media (min-width: 1024.1px) {

  .navigation .gva_menu > li > a:hover, .navigation .gva_menu > li > a:focus {

    color: var(--menu-link-color-hover);

  }

  .navigation .gva_menu > li > a:hover > span:first-child:before, .navigation .gva_menu > li > a:focus > span:first-child:before {

    opacity: 1;

    bottom: 1px;

  }

  .navigation .gva_menu > li > a > span {

    position: relative;

    padding-bottom: 6px;

  }

  .navigation .gva_menu > li.menu-item--active-trail > a {

    color: var(--notech-theme-color) !important;

  }

  .navigation .gva_menu > li.menu-item--active-trail > a > span:first-child:before {

    opacity: 1;

    bottom: 1px;

  }

  .navigation .gva_menu > li.megamenu.menu-columns-2 > ul.sub-menu > li {

    width: 50%;

    float: left;

  }

  .navigation .gva_menu > li.megamenu.menu-columns-3 > ul.sub-menu > li {

    width: 33.33%;

    float: left;

  }

  .navigation .gva_menu > li.megamenu.menu-columns-4 > ul.sub-menu > li {

    width: 25%;

    float: left;

  }

  .navigation .gva_menu > li.megamenu.menu-columns-5 > ul.sub-menu > li {

    width: 20%;

    float: left;

  }

  .navigation .gva_menu > li.menu-list ul.sub-menu {

    min-width: 250px;

  }

  .navigation .gva_menu > li.menu-list ul.sub-menu > li {

    border-bottom: 1px solid #dee2e6;

  }

  .navigation .gva_menu > li.menu-list ul.sub-menu > li > a {

    padding: 10px 15px;

    text-transform: uppercase;

  }

  .navigation .gva_menu .megamenu, .navigation .gva_menu .gva-mega-menu {

    position: static;

  }

  .navigation .gva_menu .megamenu > ul > li, .navigation .gva_menu .gva-mega-menu > ul > li {

    -webkit-transition: none;

    transition: none;

    opacity: 1;

    visibility: visible;

    -webkit-transform: none;

    transform: none;

    -webkit-transition-delay: 0s;

    transition-delay: 0s;

  }

  .navigation .gva_menu .megamenu > .sub-menu, .navigation .gva_menu .gva-mega-menu > .sub-menu {

    width: 100%;

    padding: 20px;

  }

  .navigation .gva_menu .megamenu > .sub-menu > li, .navigation .gva_menu .gva-mega-menu > .sub-menu > li {

    border: none;

    position: static;

    padding: 0 15px;

  }

  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > ul.sub-menu {

    position: static;

    border-width: 0;

    padding: 0;

    min-width: inherit;

    width: 100%;

    background-color: transparent;

    opacity: 1;

    -webkit-box-shadow: none;

    box-shadow: none;

  }

}



@media (min-width: 1024.1px) and (min-width: 768px) {

  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > ul.sub-menu {

    display: block !important;

    visibility: visible;

    -webkit-transform: rotateX(0);

    transform: rotateX(0);

  }

}



@media (min-width: 1024.1px) {

  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu li, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > ul.sub-menu li {

    padding: 10px 0 0;

    margin-bottom: 0;

    border: none;

  }

  .navigation .gva_menu .megamenu > .sub-menu > li > a, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > a {

    display: block;

    font-size: 14px;

    color: #2a3742;

    font-weight: 500;

    text-transform: uppercase;

    padding: 0 0 5px;

    margin-bottom: 5px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;

    position: relative;

    font-family: var(--notech-heading-font-family);

  }

  .navigation .gva_menu .megamenu > .sub-menu > li > a:after, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > a:after {

    display: none;

  }

  .navigation .gva_menu .megamenu:hover ul.sub-menu > li, .navigation .gva_menu .gva-mega-menu:hover ul.sub-menu > li {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

  .navigation .gva_menu .sub-menu {

    top: 101%;

    border-top: 1px solid rgba(0, 0, 0, 0.06);

    position: absolute;

    min-width: 260px;

    background-color: var(--submenu-bg-color);

    z-index: 999;

    left: 0;

    padding: 15px 30px 20px;

    visibility: hidden;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all 0.2s ease-out;

    transition: all 0.2s ease-out;

    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);

    -webkit-transform: rotateX(-90deg);

    transform: rotateX(-90deg);

    -webkit-transform-origin: 0 0;

    transform-origin: 0 0;

    color: var(--submenu-color);

  }

  .navigation .gva_menu .sub-menu > li {

    padding: 7px 0;

    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;

    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translateY(5px);

    transform: translateY(5px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  }

  .navigation .gva_menu .sub-menu > li > a {

    display: block;

    line-height: 26px;

    text-decoration: none;

    font-size: 16px;

    font-weight: 500;

    -webkit-transition: all 0.2s ease-out;

    transition: all 0.2s ease-out;

    position: relative;

    color: var(--submenu-link-color);

  }

}



@media (min-width: 1024.1px) and (prefers-reduced-motion: reduce) {

  .navigation .gva_menu .sub-menu > li > a {

    -webkit-transition: none;

    transition: none;

  }

}



@media (min-width: 1024.1px) {

  .navigation .gva_menu .sub-menu > li > a:hover, .navigation .gva_menu .sub-menu > li > a:focus, .navigation .gva_menu .sub-menu > li > a:active {

    color: var(--submenu-link-color-hover);

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+1) {

    -webkit-transition-delay: 0.1s;

    transition-delay: 0.1s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+2) {

    -webkit-transition-delay: 0.15s;

    transition-delay: 0.15s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+3) {

    -webkit-transition-delay: 0.2s;

    transition-delay: 0.2s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+4) {

    -webkit-transition-delay: 0.25s;

    transition-delay: 0.25s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+5) {

    -webkit-transition-delay: 0.3s;

    transition-delay: 0.3s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+6) {

    -webkit-transition-delay: 0.35s;

    transition-delay: 0.35s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+7) {

    -webkit-transition-delay: 0.4s;

    transition-delay: 0.4s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+8) {

    -webkit-transition-delay: 0.45s;

    transition-delay: 0.45s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+9) {

    -webkit-transition-delay: 0.5s;

    transition-delay: 0.5s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+10) {

    -webkit-transition-delay: 0.55s;

    transition-delay: 0.55s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+11) {

    -webkit-transition-delay: 0.6s;

    transition-delay: 0.6s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+12) {

    -webkit-transition-delay: 0.65s;

    transition-delay: 0.65s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+13) {

    -webkit-transition-delay: 0.7s;

    transition-delay: 0.7s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+14) {

    -webkit-transition-delay: 0.75s;

    transition-delay: 0.75s;

  }

  .navigation .gva_menu .sub-menu > li:nth-child(2n+15) {

    -webkit-transition-delay: 0.8s;

    transition-delay: 0.8s;

  }

  .navigation .gva_menu .sub-menu > li:last-child {

    border-bottom: 0;

  }

  .navigation .gva_menu .sub-menu > li ul {

    position: absolute;

    top: 0;

    right: 0;

    min-width: 250px;

    visibility: hidden;

    opacity: 0;

    filter: alpha(opacity=0);

    display: none;

    z-index: 11;

  }

}



@media (min-width: 1024.1px) and (min-width: 768px) {

  .navigation .gva_menu .sub-menu > li:hover > ul {

    visibility: visible;

    opacity: 1;

    display: block;

    left: 100%;

    -webkit-transform: rotateX(0);

    transform: rotateX(0);

  }

  .navigation .gva_menu .sub-menu > li:hover > ul > li {

    opacity: 1;

    visibility: visible;

  }

}



body.header-absolute .navigation ul.gva_menu > li > a {

  color: #fff !important;

}



.gva-mega-menu .block-blocktabs {

  position: relative;

}



.gva-mega-menu .block-blocktabs .ui-widget {

  font-size: 1rem;

}



.gva-mega-menu .block-blocktabs .ui-tabs-nav {

  padding: 0;

  position: static;

  width: 15%;

  float: left;

}



.gva-mega-menu .block-blocktabs .ui-tabs-nav > li {

  background: none;

  padding: 0;

  margin: 0;

  position: relative;

  width: 100%;

  float: none;

  clear: both;

  padding-right: 20px;

}



.gva-mega-menu .block-blocktabs .ui-tabs-nav > li > a {

  font-size: 12px;

  text-transform: uppercase;

  border-bottom: 1px solid #dee2e6;

  font-weight: 700;

  padding-bottom: 10px;

  margin-bottom: 10px;

  width: 100%;

}



.gva-mega-menu .block-blocktabs .ui-tabs-nav > li:last-child > a {

  padding-right: 0;

}



.gva-mega-menu .block-blocktabs .ui-tabs-nav > li.ui-tabs-active > a {

  color: var(--notech-theme-color);

}



.gva-mega-menu .block-blocktabs .ui-tabs-panel {

  float: left;

  width: 85%;

}



.item-list ul {

  overflow: hidden;

  padding: 0;

}



.item-list ul li.view-list-item {

  margin: 0 0 30px;

  overflow: hidden;

  list-style-type: none;

}



.item-list ul li.view-list-item .post-block {

  margin: 0;

}



.padding-small .item-list ul li.view-list-item {

  margin-bottom: 20px !important;

}



.padding-small .item-list ul li.view-list-item:last-child {

  margin-bottom: 0 !important;

}



ul[data-drupal-views-infinite-scroll-pager] {

  list-style-type: none;

  padding: 0;

  text-align: center;

}



ul[data-drupal-views-infinite-scroll-pager].pager {

  margin: 20px 0;

}



.views-view-grid .views-row {

  width: auto;

  clear: none;

  float: none !important;

}



.views-view-grid .views-row:last-child {

  margin-bottom: 0;

}



.post-masonry-style > div.views-col {

  margin-bottom: 10px;

}



.no-padding .gva-portfolio-items .row {

  margin: 0 !important;

}



.no-padding .gva-portfolio-items .isotope-items > div {

  padding: 0 !important;

}



.no-padding .gva-portfolio-items .isotope-items > div .isotope-item {

  margin-bottom: 0 !important;

}



.view-box-shadow .gva-view-grid {

  -webkit-box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);

}



@media (max-width: 767.98px) {

  .view-box-shadow .gva-view-grid {

    -webkit-box-shadow: none;

    box-shadow: none;

  }

}



.view-box-shadow .pager {

  padding-top: 20px;

}



.category-list .item-list ul {

  padding-left: 0 !important;

  overflow: visible;

}



.category-list .item-list ul::after {

  display: block;

  clear: both;

  content: "";

}



.category-list .item-list ul li {

  overflow: visible;

  border: none;

  margin: 5px 0 0 !important;

  padding: 0 !important;

  border: none !important;

  float: left;

  width: 100%;

  list-style-type: none;
}
.category-list .item-list ul li a {
  padding: 7px 0 6px 0;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  letter-spacing: 0;
  color: var(--body-color);
  font-weight: 500;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .category-list .item-list ul li a {
    -webkit-transition: none;
    transition: none;
  }
}
.category-list .item-list ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  width: auto;
  height: 100%;
  z-index: -1;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.category-list .item-list ul li a:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 11;
  color: var(--notech-theme-color);
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 14px;
  font-weight: 900;
  -webkit-transform: scale(0);
  transform: scale(0);
}
@media (prefers-reduced-motion: reduce) {

  .category-list .item-list ul li a:after {

    -webkit-transition: none;

    transition: none;

  }

}



.category-list .item-list ul li a:hover, .category-list .item-list ul li a:focus, .category-list .item-list ul li a:active {

  color: #2a3742;

  background: #fff;

}



.category-list .item-list ul li a:hover:before, .category-list .item-list ul li a:focus:before, .category-list .item-list ul li a:active:before {

  opacity: 1;

}



.category-list .item-list ul li a:hover:after, .category-list .item-list ul li a:focus:after, .category-list .item-list ul li a:active:after {

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);

}



.category-list .item-list ul li.menu-item--active-trail > a {

  color: #2a3742 !important;

  background: #fff;

}



.category-list .item-list ul li.menu-item--active-trail > a:before {

  opacity: 1;

}



.category-list .item-list ul li.menu-item--active-trail > a:after {

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);

}



.testimonial-v1 .testimonial-item {

  text-align: center;

  background: #fff;

  padding: 60px 30px;

}



.testimonial-v1 .testimonial-item .quote {

  line-height: 28px;

  position: relative;

  padding-top: 35px;

}



.testimonial-v1 .testimonial-item .avatar {

  text-align: center;

}



.testimonial-v1 .testimonial-item .avatar img {

  width: 100px;

  height: 100px;

  border-radius: 50%;

}



.testimonial-v1 .testimonial-item .content .title {

  margin: 30px 0 10px;

  font-size: 16px;

  font-weight: 700;

  line-height: 1;

  color: #2a3742;

}



.testimonial-v1 .testimonial-item .content .job {

  font-size: 12px;

  color: #bbbbbb;

}



.view-testimonial-v2 {

  position: relative;

  float: left;

  width: 100%;

}



.view-testimonial-v2 .owl-dots {

  text-align: left;

  position: relative;

  margin-top: 20px;

  float: left;

  width: 100%;

}



.view-testimonial-v2 .owl-dots .owl-dot {

  display: inline-block;

  padding: 0;

  margin: 5px;

  background: none;

  width: 45px;

  height: 45px;

  border-radius: 0;

  border: 2px solid #dee2e6;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-align: center;

  position: relative;

  z-index: 9;

}



.view-testimonial-v2 .owl-dots .owl-dot.active {

  border-color: var(--notech-theme-color);

}



.view-testimonial-v2 .owl-nav {

  display: none;

}



.testimonial-grid .item-grid {

  margin-bottom: 45px;

}



.testimonial-grid .item-grid::after {

  display: block;

  clear: both;

  content: "";

}



.testimonial-grid .item-grid .testimonials-quote {

  font-size: 16px;

  color: #2a3742;

  padding: 30px;

  border: 1px solid #dee2e6;

  font-weight: 300;

  font-style: italic;

}



.testimonial-grid .item-grid .testimonials-profile {

  display: inline-block;

  position: relative;

  margin-left: 30px;

  float: left;

  padding-top: 20px;

}



.testimonial-grid .item-grid .testimonials-profile:after {

  content: "";

  position: absolute;

  width: 50px;

  height: 2px;

  background: var(--notech-theme-color);

  top: -1px;

  left: 0;

  z-index: 1;

}



.testimonial-grid .item-grid .testimonials-profile .right {

  padding-left: 70px;

}



.testimonial-grid .item-grid .testimonials-profile .right .name {

  font-size: 16px;

  font-weight: 700;

  color: #2a3742;

  margin: 0;

  text-transform: uppercase;

}



.testimonial-grid .item-grid .testimonials-profile .right .job {

  font-size: 12px;

  font-weight: 900;

  color: var(--notech-theme-color);

  text-transform: uppercase;

}



.testimonial-grid .item-grid .testimonials-profile .left {

  display: inline-block;

  float: left;

}



.testimonial-grid .item-grid .testimonials-profile .left img {

  border-radius: 50%;

  width: 50px;

  height: auto;

}



.slider-gallery-v1 {

  margin-left: -3px !important;

  margin-right: -3px !important;

}



.slider-gallery-v1 .carousel-item {

  float: left;

  padding-right: 3px !important;

}



.slider-gallery-v1 img {

  -webkit-transform-style: none !important;

  transform-style: none !important;

  -webkit-transform: none !important;

  transform: none !important;

}



.slider-gallery-v1 .gallery-large {

  background: #fff;

}



.slider-gallery-v1 .gallery-large img {

  width: 100%;

  height: auto;

}



.slider-gallery-v1 div > .gallery-small {

  width: 50% !important;

  background: transparent !important;

  float: left;

}



.slider-gallery-v1 div > .gallery-small .gallery-small-item {

  background: #fff;

  width: 100% !important;

  height: auto !important;

  float: left;

  clear: both;

  padding-bottom: 3px;

  margin: 0;

}



.slider-gallery-v1 div > .gallery-small .gallery-small-item:last-child {

  padding-bottom: 0;

}



.slider-gallery-v1 div > .gallery-small .gallery-small-item img {

  width: 100%;

  height: auto;

}



.small-list .item-list ul > li {

  border-bottom: 1px solid #dee2e6;

  margin-bottom: 15px !important;

  padding-bottom: 15px;

}



.small-list .item-list ul > li a {

  font-size: 12px;

  text-transform: uppercase;

  color: #2a3742;

  font-weight: 700;

}



.small-list .item-list ul > li a:hover {

  color: var(--notech-theme-color);

}



.small-list .item-list ul > li:last-child {

  border: none;

  margin-bottom: 0 !important;

  padding-bottom: 0;

}



.tags-list .item-list > ul > li {

  margin-bottom: 5px;

  display: inline-block;

  float: left;

  margin-right: 10px;

}



.tags-list .item-list > ul > li a {

  padding: 8px 16px;

  overflow: hidden;

  font-size: 14px;

  display: inline-block;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  font-weight: 500;

  background: #fff;

  font-family: var(--notech-heading-font-family);

}



@media (prefers-reduced-motion: reduce) {

  .tags-list .item-list > ul > li a {

    -webkit-transition: none;

    transition: none;

  }

}



.tags-list .item-list > ul > li a:hover, .tags-list .item-list > ul > li a:focus, .tags-list .item-list > ul > li a:active {

  background: var(--notech-theme-color);

  color: #fff;

}



.banner-carousel .init-carousel-owl {

  margin-left: 0;

  margin-right: 0;

}



.banner-carousel .init-carousel-owl .item {

  padding: 0;

  border-left: 0;

  text-align: center;

  position: relative;

}



.banner-carousel.v2 .item {

  padding: 0;

  height: auto;

  background: transparent;

}



.banner-carousel.v2 .item > div {

  padding: 15px 20px;

  text-align: center;

  position: relative;

}



.banner-carousel.v2 .item > div:last-child {

  border: none;

}



.gva-googlemap {

  position: relative;

}



.gva-googlemap .map_canvas {

  z-index: 11 !important;

}



.gva-googlemap .gm-style div {

  border: none !important;

}



.gva-googlemap .gm-style-iw {

  max-width: 590px;

}



.gva-googlemap .gm-style-iw > div {

  max-width: 100% !important;

  width: 100%;

}



.gva-googlemap .gm-style-iw div {

  height: auto !important;

  overflow: hidden;

}



.gva-googlemap .gm-style-iw div .marker {

  width: 99%;

  max-width: 590px;

  background: #fff !important;

  padding: 15px 0 5px 5px;

  margin-top: 1px;

  margin-left: 1px;

}



.gva-googlemap .gm-style-iw div .marker .image {

  width: 45%;

  float: left;

}



@media (max-width: 640px) {

  .gva-googlemap .gm-style-iw div .marker .image {

    width: 100%;

  }

}



.gva-googlemap .gm-style-iw div .marker .image img {

  width: 100%;

  height: auto;

}



.gva-googlemap .gm-style-iw div .marker .info {

  float: left;

  width: 55%;

  padding-left: 20px;

  font-size: 14px;

  font-family: var(--notech-font-sans-serif);

}



@media (max-width: 640px) {

  .gva-googlemap .gm-style-iw div .marker .info {

    width: 100%;

  }

}



.gva-googlemap .gm-style-iw div .marker .info h3 {

  font-size: 18px;

  font-weight: 700;

  text-transform: none;

  margin-top: 10px;

}



.gva-googlemap .gm-style-iw div .marker .info p {

  -webkit-hyphens: auto;

  -ms-hyphens: auto;

  hyphens: auto;

  word-wrap: break-word;

}



.gva-googlemap .gm-style-iw div .marker .info .link-visit {

  font-size: 12px;

  text-transform: uppercase;

  font-weight: 700;

  color: var(--notech-theme-color);

  -webkit-transition: color 0.35s;

  transition: color 0.35s;

}



@media (prefers-reduced-motion: reduce) {

  .gva-googlemap .gm-style-iw div .marker .info .link-visit {

    -webkit-transition: none;

    transition: none;

  }

}



.gva-googlemap .gm-style-iw div .marker .info .link-visit:hover {

  color: #2a3742;

}



.gva-googlemap .makers {

  padding: 50px 30px;

  background: #ebf1f6;

}



.gva-googlemap .makers .row {

  margin-bottom: 30px;

}



@media (max-width: 767.98px) {

  .gva-googlemap .makers .row {

    margin-bottom: 0;

  }

}



.gva-googlemap .makers .row:last-child {

  margin-bottom: 0;

}



.gva-googlemap .makers .maker-item-inner {

  font-size: 14px;

  margin-top: 0;

}



@media (max-width: 767.98px) {

  .gva-googlemap .makers .maker-item-inner {

    margin-bottom: 20px;

  }

}



.gva-googlemap .makers .maker-item-inner .left {

  width: 30px;

  height: auto;

  float: left;

}



.gva-googlemap .makers .maker-item-inner .left .icon {

  font-size: 24px;

  margin-top: 5px;

  color: #2a3742;

}



.gva-googlemap .makers .maker-item-inner .right {

  padding-left: 30px;

  line-height: 24px;

}



.gva-googlemap .makers .maker-item-inner .right h3 {

  font-size: 18px;

  text-transform: none;

  margin-top: 0;

  margin-bottom: 5px;

}



.gva-googlemap .makers .maker-item-inner .right h3:hover {

  cursor: pointer;

  color: var(--notech-theme-color);

}



.gva-googlemap .makers .maker-item-inner:hover, .gva-googlemap .makers .maker-item-inner.active {

  cursor: pointer;

}



.gva-googlemap .makers .maker-item-inner:hover h3, .gva-googlemap .makers .maker-item-inner.active h3 {

  color: var(--notech-theme-color);

}



.gva-googlemap .makers .maker-item-inner:hover .icon, .gva-googlemap .makers .maker-item-inner.active .icon {

  color: var(--notech-theme-color);

  -webkit-animation: bounce 800ms ease-out;

  animation: bounce 800ms ease-out;

}



.block.block-gavias-blockbuilder {

  padding-bottom: 0 !important;

  margin-bottom: 0 !important;

}



.block.block-gavias-blockbuilder ul > li {

  list-style: none;

}



.gbb-row-wrapper {

  position: relative;

}



.gbb-row-wrapper .row-text-overlay {

  font-size: 50px;

  font-weight: 900;

  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.09);

  position: absolute;

  left: 0;

  right: 0;

  text-align: center;

  height: 46px;

  top: 50%;

  margin-top: -23px;

  z-index: 1;

  line-height: 1;

}



@media (max-width: 768.9px) {

  .gbb-row-wrapper .row-text-overlay {

    display: none;

  }

}



.gbb-row-wrapper .bb-container {

  position: relative;

  z-index: 2;

}



.gbb-row-wrapper .icon-row {

  color: var(--notech-theme-color);

}



.gbb-row-wrapper .gbb-row-wrapper .bb-inner {

  padding: 0;

}



.row-box {

  padding-left: 100px;

  padding-right: 100px;

}



@media (max-width: 768.9px) {

  .row-box {

    padding-left: 50px;

    padding-right: 50px;

  }

}



.container .container {

  width: 100% !important;

  padding-left: 0 !important;

  padding-right: 0 !important;

}



.bb-container.full-screen {

  display: table;

  table-layout: fixed;

  width: 100%;

}



.bb-container.full-screen .bb-inner {

  padding: 0 !important;

}



.bb-container.full-screen > .row {

  display: table-cell;

  vertical-align: middle;

  width: 100%;

  height: 100%;

}



.bb-container.container-wide {

  max-width: 1580px;

  margin: 0 auto;

  padding-left: 15px;

  padding-right: 15px;

}



.gbb-row.polygon {

  -webkit-clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);

  clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);

}



@media (max-width: 768.9px) {

  .gbb-row.row-border .row-wrapper > .gsc-column {

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    margin-bottom: 30px;

    padding-bottom: 15px;

  }

  .gbb-row.row-border .row-wrapper > .gsc-column:last-child {

    border-bottom: none;

    margin-bottom: 0;

    padding-bottom: 0;

  }

}



.gbb-row.row-border .row-wrapper > .gsc-column:after {

  content: '';

  width: 1px;

  height: auto;

  position: absolute;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: 1;

  background: rgba(255, 255, 255, 0.3);

}



@media (max-width: 768.9px) {

  .gbb-row.row-border .row-wrapper > .gsc-column:after {

    display: none;

  }

}



.gbb-row.row-border .row-wrapper > .gsc-column .column-inner {

  padding-left: 15px;

  padding-right: 15px;

}



.gbb-row.row-border .row-wrapper > .gsc-column:last-child:after {

  display: none !important;

}



.gbb-row.row-border .row-wrapper > .gsc-column[class*='col-lg-12']:after {

  display: none;

}



.gbb-row.border-inner-row .row-wrapper {

  border-bottom: 1px solid #dee2e6;

}



.gbb-row.special-row .bb-inner {

  padding-top: 0;

}



.gbb-row.special-row .row-wrapper {

  margin-top: -110px;

  position: relative;

  z-index: 9;

  -webkit-box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);

  background: #fff;

}



@media (max-width: 767.98px) {

  .gbb-row.special-row .row-wrapper {

    margin-top: 45px;

    -webkit-box-shadow: none;

    box-shadow: none;

  }

}



.gbb-row.special-row .row-wrapper .column-inner {

  padding: 35px 0;

  border-radius: 6px;

}



@media (max-width: 767.98px) {

  .gbb-row.special-row .row-wrapper .column-inner {

    padding: 0;

  }

}



.gsc-column {

  position: relative;

}



.gsc-column .bg-column-inner {

  position: absolute;

  z-index: -1;

  top: 0;

  left: 15px;

  right: 15px;

  bottom: 0;

  background-size: cover;

}



.row-style-1 > .bb-inner > .bb-container > .row > .gsc-column {

  border-right: 1px solid #dee2e6;

}



@media (max-width: 992px) {

  .row-style-1 > .bb-inner > .bb-container > .row > .gsc-column {

    border: 0;

  }

}



.row-style-1 > .bb-inner > .bb-container > .row > .gsc-column:last-child {

  border-right: 0;

}



.column-style-1 > .column-inner {

  padding-left: calc((100vw - 1200px) / 2);

}



@media (max-width: 991.98px) {

  .column-style-1 > .column-inner {

    padding-left: calc((100vw - 992px) / 2);

  }

}



@media (max-width: 767.98px) {

  .column-style-1 > .column-inner {

    padding-left: calc((100vw - 768px) / 2);

  }

}



@media (max-width: 768.9px) {

  .column-style-1 > .column-inner {

    padding-left: calc((100vw - 540px) / 2);

  }

}



.column-style-1 > .column-inner .bb-container {

  margin: 0;

}



.column-style-2 > .column-inner {

  padding-right: calc((100vw - 1200px) / 2);

}



@media (max-width: 991.98px) {

  .column-style-2 > .column-inner {

    padding-right: calc((100vw - 992px) / 2);

  }

}



@media (max-width: 767.98px) {

  .column-style-2 > .column-inner {

    padding-right: calc((100vw - 768px) / 2);

  }

}



@media (max-width: 768.9px) {

  .column-style-2 > .column-inner {

    padding-right: calc((100vw - 540px) / 2);

  }

}



@media (max-width: 575px) {

  .column-style-2 > .column-inner {

    padding-right: 15px;

  }

}



.column-style-2 > .column-inner .bb-container {

  margin: 0;

}



.column-style-3 {

  max-width: 800px;

  margin: 0 auto;

}



.column-bg-right {

  margin-left: auto;

  max-width: 650px;

}



.column-box-to-top {

  z-index: 11;

}



.column-box-to-top > .column-inner {

  background: #fff;

  margin: -60px 40px 40px;

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  border: 1px solid rgba(0, 0, 0, 0.06);

  padding: 30px 30px 0;

}



@media (max-width: 1024px) {

  .column-box-to-top > .column-inner {

    margin: -30px 20px 30px;

  }

}



@media (max-width: 768px) {

  .column-box-to-top > .column-inner {

    margin: 0 0 30px;

  }

}



.column-box-shadow {

  background: #fff;

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  border: 1px solid rgba(0, 0, 0, 0.06);

  padding: 60px;

  z-index: 11;

}



@media (max-width: 767.98px) {

  .column-box-shadow {

    padding: 30px;

  }

}



.row-gradient-1 {

  background: -webkit-gradient(linear, left top, left bottom, from(#3F51B5), to(#90566c));

  background: linear-gradient(to bottom, #3F51B5, #90566c);

  background-color: #3F51B5;

}



.row-gradient-2 {

  position: relative;

}



.row-gradient-2 > .bb-inner {

  position: relative;

  z-index: 11;

}



.row-gradient-2:after {

  content: '';

  background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%);

  background-color: #dde7ff;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  z-index: 1;

}



@media (max-width: 767.98px) {

  .row-gradient-2:after {

    top: 0;

  }

}



.row-bg-top {

  position: relative;

}



.row-bg-top > .bb-inner {

  position: relative;

  z-index: 11;

}



.row-bg-top:after {

  content: '';

  background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%);

  background-color: #dde7ff;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;

  height: 500px;

  width: 100%;

}



@media (max-width: 767.98px) {

  .row-bg-top:after {

    top: 0;

  }

}



.row-curve-bottom-white:after {

  content: '';

  width: 100%;

  height: 69px;

  position: absolute;

  bottom: 0;

  background: url("../images/curve-bg.png") repeat-x center center transparent;

  background-size: 100% 100%;

}



.grid-small .container {

  max-width: 900px;

  margin: 0 auto;

}



.gavias-blockbuilder-content {

  position: relative;

}



.gavias-blockbuilder-content .link-edit-blockbuider {

  border: 1px solid #dee2e6;

  position: absolute;

  top: 30px;

  left: 0px;

  z-index: 99;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);

  background: var(--notech-theme-color);

  color: #fff;

  text-transform: uppercase;

  font-weight: 700;

  font-size: 12px;

  display: inline-block;

  padding: 10px;

}



.gavias-blockbuilder-content .link-edit-blockbuider:hover, .gavias-blockbuilder-content .link-edit-blockbuider:focus, .gavias-blockbuilder-content .link-edit-blockbuider:active {

  color: #fff;

}



@media (max-width: 767.98px) {

  .gbb-row[style*="padding-top"] {

    padding-top: 25px !important;

  }

  .gbb-row[style*="padding-bottom"] {

    padding-bottom: 25px !important;

  }

}



.gbb-row .bb-inner {

  padding-top: 110px;

  padding-bottom: 110px;

}



@media (max-width: 1024px) {

  .gbb-row .bb-inner {

    padding-top: 80px;

    padding-bottom: 80px;

  }

}



.gbb-row .bb-inner.padding-small {

  padding-top: 50px;

  padding-bottom: 50px;

}



.gbb-row .bb-inner.padding-bottom-small {

  padding-bottom: 70px;

}



@media (max-width: 767.98px) {

  .gbb-row .bb-inner.padding-bottom-small {

    padding-bottom: 40px;

  }

}



.gbb-row .bb-inner.padding-top-large {

  padding-top: 160px;

}



@media (max-width: 767.98px) {

  .gbb-row .bb-inner.padding-top-large {

    padding-top: 130px;

  }

}



@media (max-width: 768.9px) {

  .gbb-row .bb-inner.padding-top-large {

    padding-top: 90px;

  }

}



.gbb-row .bb-inner.padding-bottom-large {

  padding-bottom: 160px;

}



@media (max-width: 767.98px) {

  .gbb-row .bb-inner.padding-bottom-large {

    padding-bottom: 130px;

  }

}



@media (max-width: 768.9px) {

  .gbb-row .bb-inner.padding-bottom-large {

    padding-bottom: 90px;

  }

}



.gbb-row .bb-inner.remove_margin {

  margin: 0 !important;

}



.gbb-row .bb-inner.remove_padding {

  padding: 0 !important;

}



.gbb-row .bb-inner.remove_padding_col > .bb-container > .row-wrapper {

  margin-left: 0 !important;

  margin-right: 0 !important;

}



.gbb-row .bb-inner.remove_padding_col > .bb-container > .row-wrapper > div.gsc-column {

  padding-left: 0 !important;

  padding-right: 0 !important;

}



.gbb-row .bb-inner.remove_padding_top {

  padding-top: 0 !important;

}



.gbb-row .bb-inner.remove_padding_bottom {

  padding-bottom: 0 !important;

}



.gbb-row .bb-inner.padding-large {

  padding-top: 180px;

  padding-bottom: 180px;

}



@media (max-width: 767.98px) {

  .gbb-row .bb-inner.padding-large {

    padding-top: 120px !important;

    padding-bottom: 120px !important;

  }

}



@media (max-width: 768.9px) {

  .gbb-row .bb-inner.padding-large {

    padding-top: 80px !important;

    padding-bottom: 80px !important;

  }

}



.widget {

  /******************** Block for drupal ***********************/

}



.widget.gsc-block-drupal {

  margin-bottom: 35px;

}



.widget.gsc-block-drupal.hidden-title-off .block-inner .block-title h2 {

  display: none !important;

}



.widget.gsc-block-drupal.title-align-center .block-title {

  text-align: center;

}



.widget.gsc-block-drupal.title-align-left .block-title {

  text-align: left;

}



.widget.gsc-block-drupal.title-align-right .block-title {

  text-align: right;

}



.widget.gsc-block-drupal.text-light div {

  color: #fff;

}



.widget.gsc-block-drupal.text-light .block-inner .block-title {

  color: #fff;

}



.widget.gsc-block-drupal.text-light .block-inner .block-content *, .widget.gsc-block-drupal.text-light .block-inner .block-content div {

  color: #fff;

}



.widget.gsc-block-drupal.text-light .block-inner .block-content *:after, .widget.gsc-block-drupal.text-light .block-inner .block-content *:before, .widget.gsc-block-drupal.text-light .block-inner .block-content div:after, .widget.gsc-block-drupal.text-light .block-inner .block-content div:before {

  color: rgba(255, 255, 255, 0.2);

}



.widget.gsc-block-drupal.remove-margin-on {

  margin-bottom: 0 !important;

}



.widget.gsc-block-drupal.remove-margin-on .block {

  margin-bottom: 0 !important;

}



.gsc-block-view.remove-margin-on {

  margin-bottom: 0 !important;

}



.el-custom-content.text-quote {

  padding: 165px 20px;

  max-width: 820px;

  margin: 0 auto;

}



@media (max-width: 767.98px) {

  .el-custom-content.text-quote {

    padding: 20px 20px;

  }

}



.el-custom-content.text-quote-2 {

  padding: 80px 20px;

  max-width: 1000px;

  margin: 0 auto;

}



@media (max-width: 767.98px) {

  .el-custom-content.text-quote-2 {

    padding: 20px 20px;

  }

}



.el-custom-content.style-white {

  color: #dcd7ff;

}



.el-custom-content.style-white a {

  font-weight: 700;

  color: #fff;

  border-bottom: 2px solid var(--notech-theme-color-second);

}



.gsc-accordion .panel-body {

  padding-left: 0;

  padding-right: 0;

}



.gsc-accordion .panel-group.skin-white .panel {

  border: 1px solid #dee2e6 !important;

  margin-bottom: 20px;

}



.gsc-accordion .panel-group.skin-white .panel .panel-title a:after {

  right: 0;

}



.gsc-accordion .panel-group.skin-dark {

  background: #ebf1f6;

}



.gsc-accordion .panel-group.skin-dark .panel {

  background: #ebf1f6;

  border-bottom: 1px solid #e2e2e2 !important;

}



.gsc-accordion .panel-group.skin-dark .panel .panel-title {

  background: #ebf1f6 !important;

}



.gsc-accordion .panel-group.skin-dark .panel .panel-title a {

  background: none !important;

}



.gsc-accordion .panel-group.skin-dark .panel .panel-title a:after {

  right: 0;

}



.gsc-accordion .panel-group.skin-dark .panel:last-child {

  border-bottom: none !important;

}



.gsc-accordion .panel-group.skin-white-border {

  background: #fff;

}



.gsc-accordion .panel-group.skin-white-border .panel {

  padding: 0 0 15px !important;

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

  margin-bottom: 18px !important;

}



.gsc-accordion .panel-group.skin-white-border .panel .panel-title a:after {

  right: 0;

}



.gsc-accordion .panel-group.skin-white-border .panel .panel-body {

  padding-top: 10px;

}



.gsc-accordion .panel-group.skin-white-border .panel:last-child {

  border-bottom: 0 !important;

  margin-bottom: 0 !important;

  padding-bottom: 0 !important;

}



.gsc-call-to-action .title {

  font-weight: 700;

  font-size: 42px;

  margin: 0;

}



@media (max-width: 767.98px) {

  .gsc-call-to-action .title.fsize-00 {

    font-size: 34px;

  }

}



.gsc-call-to-action .sub-title {

  color: #7f8284;

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 500;

  letter-spacing: 2px;

  margin-bottom: 10px;

}



.gsc-call-to-action .sub-title > span {

  padding: 0 2px 4px;

  border-bottom: 1px solid var(--notech-theme-color);

}



.gsc-call-to-action .heading-line.heading-line-1 {

  width: 80px;

  height: 2px;

  margin: 18px auto 18px;

  background: var(--notech-theme-color);

}



.gsc-call-to-action .heading-line.heading-line-2 {

  width: 80px;

  height: 6px;

  border-top: 1px solid var(--notech-theme-color);

  border-bottom: 1px solid var(--notech-theme-color);

  margin: 18px auto 18px;

}



.gsc-call-to-action .video-inner {

  margin-bottom: 45px;

}



.gsc-call-to-action .video-inner .link-video {

  display: inline-block;

  font-size: 24px;

  color: #fff;

  background: var(--notech-theme-color);

  text-align: center;

  position: relative;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  width: 80px;

  height: 80px;

  line-height: 82px;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-call-to-action .video-inner .link-video {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 767.98px) {

  .gsc-call-to-action .video-inner .link-video {

    width: 60px;

    height: 60px;

    line-height: 62px;

  }

}



.gsc-call-to-action .video-inner .link-video::before {

  position: absolute;

  content: '';

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  border: 1px solid #fff;

  opacity: 0;

  -webkit-animation: pulse-border-2 1.5s linear infinite;

  animation: pulse-border-2 1.5s linear infinite;

}



.gsc-call-to-action .video-inner .link-video::after {

  position: absolute;

  content: '';

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  border: 1px solid #fff;

  opacity: 0;

  -webkit-animation: pulse-border 1s linear infinite;

  animation: pulse-border 1s linear infinite;

}



.gsc-call-to-action .video-inner .link-video:hover {

  -webkit-transform: scale(0.9);

  transform: scale(0.9);

}



.gsc-call-to-action .button-action > a {

  margin: 0 10px;

  display: inline-block;

}



.gsc-call-to-action .button-action > a:first-child {

  margin-left: 0;

}



.gsc-call-to-action .button-action > a:last-child {

  margin-right: 0;

}



.gsc-call-to-action .desc {

  line-height: 30px;

}



.gsc-call-to-action.button-right {

  position: static;

}



.gsc-call-to-action.button-right .title {

  margin: 0 0 10px !important;

}



.gsc-call-to-action.button-right .heading-line {

  margin: 16px 0;

}



.gsc-call-to-action.button-right .content {

  padding-right: 170px;

}



@media (max-width: 800px) {

  .gsc-call-to-action.button-right .content {

    padding-right: 0;

  }

}



.gsc-call-to-action.button-right .content p {

  margin: 0;

}



.gsc-call-to-action.button-right .button-action {

  position: absolute;

  right: 0;

  top: 50%;

  z-index: 1;

  margin-top: -20px;

}



@media (max-width: 800px) {

  .gsc-call-to-action.button-right .button-action {

    position: relative;

    margin-top: 15px;

  }

}



.gsc-call-to-action.button-left {

  position: relative;

  text-align: right;

}



.gsc-call-to-action.button-left .title {

  margin: 0 0 10px !important;

}



.gsc-call-to-action.button-left .heading-line {

  margin: 16px 0;

}



.gsc-call-to-action.button-left .content {

  padding-left: 210px;

}



@media (max-width: 800px) {

  .gsc-call-to-action.button-left .content {

    padding-left: 0;

  }

}



.gsc-call-to-action.button-left .content p {

  margin: 0;

}



.gsc-call-to-action.button-left .button-action {

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -20px;

  z-index: 1;

}



@media (max-width: 800px) {

  .gsc-call-to-action.button-left .button-action {

    position: relative;

    margin-top: 15px;

  }

}



.gsc-call-to-action.button-bottom {

  padding: 0 0 30px;

}



.gsc-call-to-action.button-bottom .title {

  position: relative;

  margin-bottom: 32px;

}



@media (max-width: 767.98px) {

  .gsc-call-to-action.button-bottom .title {

    font-size: 32px;

    margin-bottom: 20px;

  }

}



.gsc-call-to-action.button-bottom .title .text-small {

  font-size: 28px;

  line-height: 36px;

}



.gsc-call-to-action.button-bottom .heading-line {

  margin: 16px 0;

}



.gsc-call-to-action.button-bottom .desc {

  font-size: 16px;

}



.gsc-call-to-action.button-bottom .button-action {

  margin-top: 45px;

}



@media (max-width: 767.98px) {

  .gsc-call-to-action.button-bottom .button-action {

    margin-top: 30px;

  }

}



.gsc-call-to-action.button-bottom.text-light .title:after {

  background: #fff;

}



.gsc-call-to-action.button-bottom-right {

  padding: 30px 0;

  text-align: right;

}



@media (max-width: 767.98px) {

  .gsc-call-to-action.button-bottom-right {

    padding: 0;

  }

}



.gsc-call-to-action.button-bottom-right .title {

  position: relative;

  margin-top: 0;

  letter-spacing: 0;

  font-weight: 700;

  margin-bottom: 32px;

}



.gsc-call-to-action.button-bottom-right .title:after {

  left: auto;

  right: 0;

}



.gsc-call-to-action.button-bottom-right .title .text-small {

  font-size: 30px;

}



.gsc-call-to-action.button-bottom-right .desc {

  font-size: 16px;

}



.gsc-call-to-action.button-bottom-right .button-action {

  margin-top: 30px;

}



.gsc-call-to-action.button-bottom-right.text-light .title:after {

  background: #fff;

}



.gsc-call-to-action.button-center {

  text-align: center;

  margin: 0 auto;

}



.gsc-call-to-action.button-center .title {

  font-size: 32px;

  position: relative;

  margin-bottom: 10px;

  margin-top: 0;

}



.gsc-call-to-action.button-center .desc {

  margin-top: 20px;

}



.gsc-call-to-action.button-center .button-action {

  margin-top: 45px;

}



.gsc-call-to-action.button-center.text-light .title:after {

  background: #fff;

}



.gsc-call-to-action.has-background {

  padding: 35px;

  margin-bottom: 30px;

}



.gsc-call-to-action.has-background .title {

  margin-bottom: 0;

  padding-bottom: 15px;

  font-size: 20px;

}



.gsc-call-to-action.has-background .title:after {

  display: none;

}



.gsc-call-to-action.has-background.button-right .button-action {

  right: 30px;

}



.gsc-call-to-action.text-light .content {

  color: #fff;

}



.gsc-call-to-action.text-light .content .sub-title {

  color: #fff;

}



.gsc-call-to-action.text-light .content .title {

  color: #fff;

}



.gsc-call-to-action.text-light .content .desc * {

  color: rgba(255, 255, 255, 0.96);

}



.gsc-call-to-action.text-light .subtitle {

  color: rgba(255, 255, 255, 0.96);

}



.feature-one__single {

  position: relative;

  margin-bottom: 30px;

  overflow: hidden;

  max-width: 500px;

  margin: 0 auto;

}



.feature-one__single:before {

  content: '';

  background: #2a3742;

  opacity: 0.2;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  -webkit-transition: 0.35s;

  transition: 0.35s;

}



.feature-one__img img {

  width: 100% !important;

}



.feature-one__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 50px;
  color: #fff;
  z-index: 11;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}



@media (max-width: 1200px) {

  .feature-one__title {

    padding: 20px 20px;

    font-size: 20px;

  }

}



@media (max-width: 1024px) {

  .feature-one__title {

    padding: 15px 15px 20px;

  }

}



.feature-one__content {

  position: absolute;

  bottom: 0;

  left: 0;

  float: right;

  width: 100%;

  z-index: 20;

  padding: 30px 50px;

  opacity: 0;

  margin-bottom: -120px;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



@media (max-width: 1200px) {

  .feature-one__content {

    padding: 20px 20px;

  }

}



@media (max-width: 1024px) {

  .feature-one__content {

    padding: 15px 15px 20px;

  }

}



.feature-one__content-icon {

  font-size: 60px;

  color: var(--notech-theme-color-second);

}



@media (max-width: 1200px) {

  .feature-one__content-icon {

    font-size: 50px;

  }

}



.feature-one__content-title {

  font-size: 24px;

  line-height: 28px;

  font-weight: 700;

  margin: 0 0 15px;

  position: relative;

  color: #fff;

}



@media (max-width: 1200px) {

  .feature-one__content-title {

    font-size: 20px;

    line-height: 26px;

    margin: 0 0 10px;

  }

}



.feature-one__content-desc {

  font-size: 16px;

  line-height: 30px;

  color: rgba(255, 255, 255, 0.7);

}



.feature-one__content-desc p {

  margin: 0;

}



.feature-one__content-action {
  margin-top: 15px;
}

.feature-one__content-action .btn-inline{
	color: #00afaa !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}


.feature-one__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.feature-one__single:hover:before {
  top: 0;
  opacity: 0.9;
}



.feature-one__single:hover .feature-one__title {

  opacity: 0;

  bottom: 120px;

}



.feature-one__single:hover .feature-one__content {

  opacity: 1;

  margin-bottom: 0;

}



.feature-two__single {

  position: relative;

}
.feature-two__overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12;
}
.feature-two__image {
  position: relative;
  z-index: 1;
}
.feature-two__image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.theprocess .feature-two__image:after {
  background: none;
	border: 4px solid #655dc6;
	-webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.feature-two__image img {
  width: 100% !important;
}
.feature-two__content {
  padding: 25px 30px 25px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -50px;
  position: relative;
  z-index: 9;
  background: #fff;
}
@media (min-width: 1025px) {
.theprocess .feature-two__content {
	  margin-top: -35px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
.theprocess .feature-two__content {
	  margin-top: -23px;
	}
}
@media (max-width: 768px) {
.theprocess .feature-two__content {
	  margin-top: -15px;
	}
}
@media (min-width: 769px) {
.theprocess .feature-two__content {
	line-height: 1.5;
	padding: 30px 20% 35px;
}
}
@media (max-width: 768px) {
.theprocess .feature-two__content {
	line-height: 1.5;
	padding: 30px 30px 35px;
}
}
@media (max-width: 1024px) {

  .feature-two__content {

    padding-left: 20px;

    padding-right: 20px;

  }

}



.feature-two__content:after {

  content: '';

  position: absolute;

  width: 100%;

  height: 0;

  bottom: 0;

  left: 0;

  background: var(--notech-theme-color);

  z-index: 9;

  -webkit-transition: all 0.8s;

  transition: all 0.8s;

  opacity: 0;

}



.feature-two__content-inner {

  position: relative;

  z-index: 11;

}



.feature-two__title {
  font-size: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-bottom: 5px;
}
.theprocess .feature-two__title {
  font-size: 24px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-bottom: 10px;
}
.feature-two__single:hover .feature-two__image:after {

  height: 100%;

  opacity: 1;

}



.feature-two__single:hover .feature-two__content:after {
  height: 100%;
  opacity: 1;
}
.feature-two__single:hover .feature-two__title {
  color: #fff;
}
.feature-two__single:hover .feature-two__desc {
  color: #fff;
}
.feature-three__single {

  margin-bottom: 30px;

  background: #fff;

  position: relative;

}



.feature-three__content {

  padding: 0 30px 30px;

  position: relative;

  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);

  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);

}



.feature-three__content-icon {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  background: #f5f8fa;

  width: 100px;

  height: 100px;

  border-radius: 50%;

  border: 8px solid #fff;

  font-size: 50px;

  color: var(--notech-theme-color);

  margin-top: -50px;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}



.feature-three__content-title {

  font-size: 20px;

  margin: 20px 0;

}



.feature-three__content-desc {
  margin-bottom: 20px;

}



.feature-three__overlay-link {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 1;

}



.feature-three__single:hover .feature-three__content-icon {

  background: var(--notech-theme-color);

  color: #fff;

  -webkit-animation: beat 1.5s ease 0s infinite;

  animation: beat 1.5s ease 0s infinite;

}



.owl-carousel .owl-item.center .feature-one__single:before {

  top: 0;

  opacity: 0.9;

}



.owl-carousel .owl-item.center .feature-one__single .feature-one__title {

  opacity: 0;

  bottom: 120px;

}



.owl-carousel .owl-item.center .feature-one__single .feature-one__content {

  opacity: 1;

  margin-bottom: 0;

}



.feature-four__single {

  position: relative;

  margin-bottom: 30px;

  overflow: hidden;

  min-height: 350px;

}



.feature-four__image {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  z-index: 1;

}



.feature-four__image:before {

  content: '';

  background: #2a3742;

  opacity: 0.69;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  -webkit-transition: 0.35s;

  transition: 0.35s;

}



.feature-four__image img {

  position: absolute;

  height: 100%;

  width: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  top: 50%;

  left: 50%;

}



.feature-four__title {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  padding: 30px 50px;

  color: #fff;

  z-index: 11;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.feature-four__content {

  position: absolute;

  bottom: 0;

  left: 0;

  float: right;

  width: 100%;

  z-index: 20;

  padding: 10px 30px 25px;

  opacity: 1;

  margin-bottom: 0;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.feature-four__content-icon {

  font-size: 52px;

  color: var(--notech-theme-color-second);

}



.feature-four__content-title {

  font-size: 20px;

  line-height: 28px;

  font-weight: 700;

  margin: 0px 0 15px;

  position: relative;

  color: #fff;

}



.feature-four__content-desc {

  font-size: 16px;

  line-height: 24px;

  color: rgba(255, 255, 255, 0.7);

}



.feature-four__content-desc p {

  margin: 0;

}



.feature-four__content-action {

  margin-top: 10px;

}



.feature-four__overlay-link {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 21;

}



.feature-four__single:hover__content-icon {

  -webkit-animation: beat 1.5s ease 0s infinite;

  animation: beat 1.5s ease 0s infinite;

}



.el-feature-block {

  margin-bottom: 30px;

}



.service-one__single {

  border: 1px solid rgba(0, 0, 0, 0.05);

  background: #fff;

  min-height: 265px;

  padding: 30px;

  margin-bottom: 30px;

  margin-top: 10px;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  -webkit-box-shadow: 6px 5px 15px 0px rgba(0, 0, 0, 0.06);

  box-shadow: 6px 5px 15px 0px rgba(0, 0, 0, 0.06);

}



@media (prefers-reduced-motion: reduce) {

  .service-one__single {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 767.98px) {

  .service-one__single {

    padding: 30px 20px;

  }

}



.service-one__icon {

  margin: 30px 0;

  font-size: 56px;

  color: var(--notech-theme-color);

  line-height: 56px;

}



.service-one__title {

  font-size: 18px;

}



@media (max-width: 767.98px) {

  .service-one__title {

    font-size: 16px;

  }

}



.service-one__desc {

  font-size: 14px;

  font-family: var(--notech-heading-font-family);

  position: relative;

  padding-top: 15px;

}



.service-one__desc:after {

  content: '';

  width: 20px;

  height: 2px;

  background: #2a3742;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.service-one__link {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;

  width: 100%;

  height: 100%;

}



.service-one__single:hover, .service-one__single:focus, .service-one__single:active {

  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  background: var(--notech-theme-color);

  border-color: var(--notech-theme-color);

}



.service-one__single:hover .service-one__icon, .service-one__single:focus .service-one__icon, .service-one__single:active .service-one__icon {

  color: #fff;

}



.service-one__single:hover .service-one__title, .service-one__single:focus .service-one__title, .service-one__single:active .service-one__title {

  color: #fff;

}



.service-one__single:hover .service-one__desc, .service-one__single:focus .service-one__desc, .service-one__single:active .service-one__desc {

  color: #fff;

}



.service-one__single:hover .service-one__desc:after, .service-one__single:focus .service-one__desc:after, .service-one__single:active .service-one__desc:after {

  background: #fff;

  width: 45px;

}



.service-two__single {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  min-height: 170px;
	text-align: center;
  padding: 30px 30px 30px 25px;
  margin-bottom: 30px;
  margin-top: 10px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-shadow: 6px 5px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 6px 5px 15px 0px rgba(0, 0, 0, 0.06);
}

@media (prefers-reduced-motion: reduce) {

  .service-two__single {

    -webkit-transition: none;

    transition: none;

  }

}
@media (max-width: 767.98px) {
  .service-two__single {
    padding: 30px 20px;
  }
}
.service-two__icon {
  margin: 16px 0 13px 0;
  font-size: 56px;
  color: var(--notech-theme-color);
  line-height: 56px;
}
.service-two__title {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767.98px) {

  .service-two__title {

    font-size: 16px;

  }

}



.service-two__desc {

  font-size: 14px;

  position: relative;

  padding-top: 15px;

  color: rgba(255, 255, 255, 0.6);

}
.service-two__desc:after {
  content: '';
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.service-two__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.service-two__single:hover, .service-two__single:focus, .service-two__single:active {

  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  background: #fff;

  border-color: #fff;

}



.service-two__single:hover .service-two__title, .service-two__single:focus .service-two__title, .service-two__single:active .service-two__title {

  color: #2a3742;

}



.service-two__single:hover .service-two__desc, .service-two__single:focus .service-two__desc, .service-two__single:active .service-two__desc {

  color: var(--body-color);

}



.service-two__single:hover .service-two__desc:after, .service-two__single:focus .service-two__desc:after, .service-two__single:active .service-two__desc:after {

  background: var(--notech-theme-color);

  width: 45px;

}



.service-three__single {

  background: #fff;

  padding: 30px;

  margin-bottom: 30px;

  margin-top: 15px;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  -webkit-box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, 0.06);

  box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, 0.06);

  text-align: center;

  position: relative;

  z-index: 1;

}



@media (prefers-reduced-motion: reduce) {

  .service-three__single {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 767.98px) {

  .service-three__single {

    padding: 30px 20px;

  }

}



.service-three__single:after {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  right: 0;

  height: 100%;

  background-color: var(--notech-theme-color);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  opacity: 1;

  -webkit-transform-origin: bottom;

  transform-origin: bottom;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);

  z-index: -1;
}
.service-three__icon {

  margin: 0 auto;

  font-size: 62px;

  color: var(--notech-theme-color);

  line-height: 62px;

  width: 122px;

  height: 122px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  background: #f5f8fa;

  border-radius: 50%;

  position: relative;

  z-index: 1;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  overflow: hidden;

}



.service-three__title {

  font-size: 20px;

  color: #2a3742;

  margin: 15px 0 10px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



@media (max-width: 767.98px) {

  .service-three__title {

    font-size: 18px;

  }

}



.service-three__desc {

  font-size: 14px;

  position: relative;

  color: var(--body-color);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.service-three__link {

  font-size: 14px;

  font-weight: 700;

  padding: 8px 10px;

  text-align: center;

  background: #f5f8fa;

  width: 100%;

  display: inline-block;

  margin-top: 15px;

}



.service-three__link-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 11;

}



.service-three__single:hover, .service-three__single:focus, .service-three__single:active {

  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

}



.service-three__single:hover:after, .service-three__single:focus:after, .service-three__single:active:after {

  opacity: 1;

  -webkit-transform: scaleY(1);

  transform: scaleY(1);

}



.service-three__single:hover .service-three__title, .service-three__single:focus .service-three__title, .service-three__single:active .service-three__title {
  color: #fff;
}
.service-three__single:hover .service-three__icon, .service-three__single:focus .service-three__icon, .service-three__single:active .service-three__icon {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.85;
}
.service-three__single:hover .service-three__desc, .service-three__single:focus .service-three__desc, .service-three__single:active .service-three__desc {
  color: rgba(255, 255, 255, 0.8);
}



.service-four__single {
  background: #ffffff;
  min-height: 190px;
  padding: 30px 12px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}



@media (prefers-reduced-motion: reduce) {

  .service-four__single {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 767.98px) {

  .service-four__single {

    padding: 30px 15px;

  }

}



.service-four__icon {

  margin: 0 0 10px;

  font-size: 62px;

  color: var(--notech-theme-color);

  line-height: 1;

}
.service-four__title {
  font-size: 18px;
  color: #2a3742;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
	margin-bottom: 0;
}
.active.active-effect.center .service-four__title, .active-effect:hover .service-four__title {
  color: #ffffff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.service-four__desc {
  font-size: 15px;
	line-height: 1.5;
  position: relative;
  padding-top: 10px;
  color: #506276;
}
.active.active-effect.center .service-four__desc {
  color: rgba(255, 255, 255, 0.6);
}


.service-four__link {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;

  width: 100%;

  height: 100%;

}



.service-four__single:hover, .service-four__single:focus, .service-four__single:active {

  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  background: var(--notech-theme-color);

}



.service-four__single:hover .service-four__icon, .service-four__single:focus .service-four__icon, .service-four__single:active .service-four__icon {

  color: #fff;

}



.service-four__single:hover .service-four__desc, .service-four__single:focus .service-four__desc, .service-four__single:active .service-four__desc {

  color: rgba(255, 255, 255, 0.8);

}



.owl-carousel .owl-item.center .service-one__single {

  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  background: var(--notech-theme-color);

  border-color: transparent;

}



.owl-carousel .owl-item.center .service-one__icon {

  color: #fff;

}



.owl-carousel .owl-item.center .service-one__title {

  color: #fff;

}



.owl-carousel .owl-item.center .service-one__desc {

  color: rgba(255, 255, 255, 0.8);

}



.owl-carousel .owl-item.center .service-one__desc:after {

  background: #fff;

  width: 45px;

}



.owl-carousel .owl-item.center .service-two__single {

  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  background: #fff;

  border-color: #fff;

}



.owl-carousel .owl-item.center .service-two__single .service-two__title {

  color: #2a3742;

}



.owl-carousel .owl-item.center .service-two__single .service-two__desc {

  color: var(--body-color);

}



.owl-carousel .owl-item.center .service-two__single .service-two__desc:after {

  background: var(--notech-theme-color);

  width: 45px;

}



.owl-carousel .owl-item.center .service-four__single {

  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  background: var(--notech-theme-color);

}



.owl-carousel .owl-item.center .service-four__icon {

  color: #fff;

}



.owl-carousel .owl-item.center .service-four__desc {

  color: rgba(255, 255, 255, 0.8);

}



.banner-one__single {

  text-align: center;

}



.banner-one__image {

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  opacity: 0.6;

}



.banner-one__overlay-link {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}



.banner-one__single:hover .banner-one__image {

  opacity: 1;

  -webkit-animation: beat 1.5s ease 0s infinite;

  animation: beat 1.5s ease 0s infinite;

}



.iconbox-one__single {

  position: relative;

  margin-bottom: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



@media (max-width: 1024px) {

  .iconbox-one__single {

    margin-bottom: 20px;

  }

}



.iconbox-one__icon-inner {

  width: 46px;

  height: 46px;

  border-radius: 50%;

  background: var(--notech-theme-color-second);

  color: #fff;

  margin-right: 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 48px;

  flex: 0 0 48px;

}



.iconbox-one__icon {

  font-size: 18px;

}



.iconbox-one__content-inner p {

  margin: 0;

}



.iconbox-one__title {

  font-size: 18px;

  line-height: 1.2;

  margin-bottom: 5px;

}



.iconbox-one__desc {

  color: var(--body-color);

}



.iconbox-two__single {

  background: #fff;

  position: relative;

  padding: 30px 20px;

  margin-bottom: 30px;

}



.iconbox-two__icon-inner {

  width: 56px;

  height: 56px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  background: var(--notech-theme-color);

  color: #fff;

  position: absolute;

  top: 30px;

  left: 20px;

  z-index: 1;

  border-radius: 50%;

  float: left;

}



.iconbox-two__icon-inner .icon {

  font-size: 24px;

  color: #fff;

}



.iconbox-two__content-inner {

  padding-left: 70px;

  color: var(--body-color);

}



@media (max-width: 767.98px) {

  .iconbox-two__content-inner {

    padding-left: 0;

    padding-top: 70px;

  }

}



.iconbox-two__content-inner p {

  margin: 0;

}



.iconbox-two__title {

  font-size: 20px;

  line-height: 24px;

}



@media (max-width: 991.98px) {

  .iconbox-two__title {

    font-size: 18px;

  }

}



.iconbox-two__desc {

  margin-top: 10px;

  font-size: 15px;

}



.iconbox-two__desc ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



.iconbox-two__desc ul li {

  position: relative;

  padding-left: 15px;

}



.iconbox-two__desc ul li:after {

  content: "\f111";

  margin-right: 10px;

  color: var(--notech-theme-color);

  display: block;

  font-size: 6px;

  font-family: "Font Awesome 5 Free";

  position: absolute;

  top: 9px;

  left: 0;

  z-index: 1;

  font-weight: 900;

}



.iconbox-two__overlay-link {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}



.iconbox-three__single {

  width: 100%;

  margin-bottom: 30px;

}



.iconbox-three__icon-inner {

  color: var(--notech-theme-color);

  font-size: 62px;

  line-height: 1;

  margin-bottom: 10px;

}



.iconbox-three__content-inner {

  padding-top: 8px;

}



.iconbox-three__title {

  font-size: 18px;

  padding: 0 0 22px;

  margin: 0 0 16px;

  position: relative;

}



.iconbox-three__title:after {

  content: '';

  width: 120px;

  height: 2px;

  background: rgba(0, 0, 0, 0.2);

  position: absolute;

  bottom: 0;

  left: 0;

  z-index: 1;

}



.iconbox-three__single.text-light .iconbox-three__title {

  color: #fff;

}



.iconbox-three__single.text-light .iconbox-three__title:after {

  background: rgba(255, 255, 255, 0.2);

}



.iconbox-three__single.text-light .iconbox-three__desc {

  color: rgba(255, 255, 255, 0.5);

}



.iconbox-four__single {

  position: relative;

}



.iconbox-four__content {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.iconbox-four__icon {

  font-size: 62px;

  color: var(--notech-theme-color-second);

  margin-right: 20px;

}



.iconbox-four__title {

  font-size: 20px;

  color: #2a3742;

  margin: 0;

  line-height: 34px;

}



.iconbox-four__link {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 11;

}



.iconbox-five__single {

  background: #fff;

  position: relative;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  margin-bottom: 20px;

  overflow: hidden;

  padding: 20px;

  border-radius: 6px;

  border: 1px solid rgba(0, 0, 0, 0.1);

}



@media (prefers-reduced-motion: reduce) {

  .iconbox-five__single {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 991.98px) {

  .iconbox-five__single {

    padding: 20px 10px;

  }

}



.iconbox-five__content-inner {

  text-align: left;

}



.iconbox-five__title {

  color: #2a3742;

  font-size: 20px;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  margin: 6px 0 6px;

  line-height: 24px;

}



@media (prefers-reduced-motion: reduce) {

  .iconbox-five__title {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 991.98px) {

  .iconbox-five__title {

    font-size: 18px;

    line-height: 22px;

  }

}



.iconbox-five__desc {

  color: #90a4b6;

  line-height: 22px;

  font-size: 16px;

}



.iconbox-five__desc a {

  text-decoration: underline;

  color: #90a4b6;

}



.iconbox-five__desc a:hover {

  color: var(--notech-theme-color);

}



.iconbox-five__icon-inner {

  text-align: center;

  width: 70px;

  height: 70px;

  float: left;

  border-radius: 50%;

  border: 1px solid #dee2e6;

  padding-top: 9px;

}



@media (max-width: 991.98px) {

  .iconbox-five__icon-inner {

    width: 60px;

    height: 60px;

    padding-top: 4px;

  }

}



.iconbox-five__icon-inner .icon {

  color: var(--notech-theme-color);

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  font-size: 26px;

  width: 50px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  background: #ebf1f6;

  display: inline-block;

  position: relative;

  border-radius: 50%;

}



@media (prefers-reduced-motion: reduce) {

  .iconbox-five__icon-inner .icon {

    -webkit-transition: none;

    transition: none;

  }

}



.iconbox-five__content-inner {

  padding-left: 85px;

}



@media (max-width: 991.98px) {

  .iconbox-five__content-inner {

    padding-left: 75px;

  }

}



.iconbox-five__single:hover .iconbox-five__icon-inner .icon {

  color: #fff;

  background: var(--notech-theme-color);

}



.iconbox-six__single {

  position: relative;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  overflow: hidden;

  padding: 20px;

  text-align: center;

}



@media (prefers-reduced-motion: reduce) {

  .iconbox-six__single {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 991.98px) {

  .iconbox-six__single {

    padding: 10px;

  }

}
.iconbox-six__title {
  color: #2a3742;
  font-size: 22px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 10px 0 0;
  line-height: 22px;
}
@media (prefers-reduced-motion: reduce) {
  .iconbox-six__title {
    -webkit-transition: none;
    transition: none;
  }
}
.iconbox-six__desc {

  color: #90a4b6;

  line-height: 22px;

  font-size: 16px;

  margin-top: 15px;

}



.iconbox-six__desc a {

  text-decoration: underline;

  color: #90a4b6;

}



.iconbox-six__desc a:hover {

  color: var(--notech-theme-color);

}



.iconbox-six__icon-inner .icon {

  color: var(--notech-theme-color-second);

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  font-size: 62px;

  line-height: 1;

  display: inline-block;

}



@media (prefers-reduced-motion: reduce) {

  .iconbox-six__icon-inner .icon {

    -webkit-transition: none;

    transition: none;

  }

}



.iconbox-six__single:hover .iconbox-five__icon-inner .icon {

  color: #fff;

  background: var(--notech-theme-color);

}



.iconbox-seven__single {

  position: relative;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  overflow: hidden;

  padding: 0 0 20px;

}



@media (prefers-reduced-motion: reduce) {

  .iconbox-seven__single {

    -webkit-transition: none;

    transition: none;

  }

}



.iconbox-seven__wrap {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.iconbox-seven__link {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 11;

}



.iconbox-seven__icon-inner {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 80px;

  flex: 0 0 80px;

}



.iconbox-seven__icon-inner .icon {

  color: var(--notech-theme-color);

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  font-size: 28px;

  line-height: 1;

  display: inline-block;

  width: 80px;

  height: 80px;

  background: #f5f8fa;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



@media (prefers-reduced-motion: reduce) {

  .iconbox-seven__icon-inner .icon {

    -webkit-transition: none;

    transition: none;

  }

}



.iconbox-seven__content-inner {

  text-align: left;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 calc(100% - 80px);

  flex: 0 0 calc(100% - 80px);

  padding-left: 20px;

}



.iconbox-seven__title {

  color: var(--body-color);

  font-size: 14px;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  margin: 0 0 5px;

  line-height: 20px;

  font-weight: 400;

}



@media (prefers-reduced-motion: reduce) {

  .iconbox-seven__title {

    -webkit-transition: none;

    transition: none;

  }

}



.iconbox-seven__desc {

  color: #2a3742;

  line-height: 24px;

  font-size: 18px;

  font-weight: 500;

}



.iconbox-seven__desc p {

  margin-bottom: 0;

}



.iconbox-seven__desc a {

  text-decoration: underline;

}



.iconbox-seven__desc a:hover {

  color: var(--notech-theme-color);

}



.iconbox-seven__single:hover .iconbox-seven__icon-inner .icon {

  color: #fff;

  background: var(--notech-theme-color);

}



.gsc-icon-box-classic {

  position: relative;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.gsc-icon-box-classic::after {

  display: block;

  clear: both;

  content: "";

}



.gsc-icon-box-classic .highlight_content {

  margin-top: 5px;

}



.gsc-icon-box-classic .highlight_content .title {

  font-size: 20px;

  color: #2a3742;

  margin: 0 0 10px;

}



.gsc-icon-box-classic .highlight_content .desc p {

  margin-bottom: 0;

}



.gsc-icon-box-classic .highlight_content.verticle-align-top {

  vertical-align: top;

}



.gsc-icon-box-classic .highlight_content.verticle-align-bottom {

  vertical-align: bottom;

}



.gsc-icon-box-classic .highlight_content.verticle-align-middle {

  vertical-align: middle;

}



.gsc-icon-box-classic .highlight-icon .icon-container {

  text-align: center;

  line-height: 1;

  position: relative;

  color: #2A2C38;

}



.gsc-icon-box-classic .highlight-icon .icon-container .icon {

  position: relative;

  z-index: 11;

  display: inline-block;

}



.gsc-icon-box-classic .highlight-icon .icon-container.icon-shadow {

  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);

  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);

}



.gsc-icon-box-classic .highlight-icon .icon-container.fa-stack {

  line-height: 2.3em !important;

  width: 2.2em;

  height: 2.2em;

}



.gsc-icon-box-classic .highlight-icon .icon-container.text-theme[class*="border-"] {

  border-color: rgba(0, 0, 0, 0.1);

}



.gsc-icon-box-classic .highlight-icon .icon-container.text-white[class*="border-"] {

  border-color: rgba(255, 255, 255, 0.2);

}



.gsc-icon-box-classic .highlight-icon .icon-container.text-black {

  color: #2a3742;

}



.gsc-icon-box-classic .highlight-icon .icon-container.text-black[class*="border-"] {

  border-color: rgba(0, 0, 0, 0.1);

}



.gsc-icon-box-classic .highlight-icon .icon-container.radius-1x:after {

  border-radius: 3px;

}



.gsc-icon-box-classic .highlight-icon .icon-container.radius-2x:after {

  border-radius: 5px;

}



.gsc-icon-box-classic .highlight-icon .icon-container.radius-5x:after {

  border-radius: 50%;

}



.gsc-icon-box-classic.icon-background .highlight-icon .icon-container {

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

}



.gsc-icon-box-classic.icon-background .highlight-icon .icon-container:after {

  top: 0px;

  left: 0px;

  z-index: 1;

  position: absolute;

  width: 100%;

  height: 100%;

  content: '';

  -webkit-transform: scale(1);

  transform: scale(1);

  opacity: 1;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

}



.gsc-icon-box-classic.icon-background .highlight-icon .icon-container.bg-black:after {

  background: #222222;

}



.gsc-icon-box-classic.icon-background .highlight-icon .icon-container.bg-theme:after {

  background: var(--notech-theme-color);

}



.gsc-icon-box-classic.icon-background.icon-border .highlight-icon .icon-container.bg-black {

  border-color: #222222;

}



.gsc-icon-box-classic.icon-background.icon-border .highlight-icon .icon-container.bg-theme {

  border-color: var(--notech-theme-color);

}



.gsc-icon-box-classic.icon-border:not(.icon-background) .highlight-icon .icon-container {

  color: var(--notech-theme-color);

}



.gsc-icon-box-classic.top-center {

  text-align: center;

  max-width: 550px;

  margin-right: auto;

  margin-left: auto;

}



.gsc-icon-box-classic.top-center .highlight-icon {

  text-align: center;

  padding-right: 0 !important;

  margin-bottom: 15px;

}



.gsc-icon-box-classic.top-center .highlight-icon .icon-container {

  display: inline-block;

}



.gsc-icon-box-classic.top-center .highlight-icon .icon-container.fa-1x {

  font-size: 1.4em;

}



.gsc-icon-box-classic.top-center .title {

  position: relative;

  margin: 18px 0 16px;

}



.gsc-icon-box-classic.top-center .highlight_content {

  text-align: center;

  max-width: 300px;

  margin: 0 auto;

}



.gsc-icon-box-classic.top-center .highlight_content .desc {

  text-align: center;

  font-weight: 400;

  text-transform: normal;

}



.gsc-icon-box-classic.top-left {

  text-align: left;

  clear: both;

}



.gsc-icon-box-classic.top-left .title {

  margin: 16px 0 15px;

}



.gsc-icon-box-classic.top-right {

  text-align: right;

  clear: both;

  float: right;

}



.gsc-icon-box-classic.top-right .title {

  margin: 16px 0 15px;

}



.gsc-icon-box-classic.top-right .highlight-icon {

  width: 100%;

  text-align: right;

}



.gsc-icon-box-classic.top-right .highlight-icon .icon-container {

  display: inline-block;

}



.gsc-icon-box-classic.right, .gsc-icon-box-classic.left {

  display: table;

  max-width: 600px;

}



.gsc-icon-box-classic.right .highlight-icon, .gsc-icon-box-classic.left .highlight-icon {

  display: table-cell;

  vertical-align: top;

}



.gsc-icon-box-classic.right .highlight_content, .gsc-icon-box-classic.left .highlight_content {

  display: table-cell;

}



.gsc-icon-box-classic.right .highlight_content .title, .gsc-icon-box-classic.left .highlight_content .title {

  margin: 0 0 15px;

}



.gsc-icon-box-classic.right .highlight_content .desc, .gsc-icon-box-classic.left .highlight_content .desc {

  margin-top: 8px;

}



.gsc-icon-box-classic.right.icon-background .highlight-icon, .gsc-icon-box-classic.left.icon-background .highlight-icon {

  padding-top: 0;

}



.gsc-icon-box-classic .right {

  text-align: right;

}



.gsc-icon-box-classic .right .highlight-icon {

  padding-left: 20px;

}



.gsc-icon-box-classic.left, .gsc-icon-box-classic.left-2 {

  text-align: left;

}



.gsc-icon-box-classic.left .highlight-icon, .gsc-icon-box-classic.left-2 .highlight-icon {

  padding-right: 20px;

}



.gsc-icon-box-classic.left-2 {

  width: 100%;

  display: table;

}



.gsc-icon-box-classic.left-2 .highlight-icon {

  display: table-cell;

  vertical-align: middle;

}



.gsc-icon-box-classic.left-2 .highlight_content {

  display: table-cell;

  padding-left: 10px;

  width: 100%;

  vertical-align: middle;

}



.gsc-icon-box-classic.left-2 .highlight_content .title {

  font-size: 20px;

}



@media (max-width: 767.98px) {

  .gsc-icon-box-classic.left-2 .highlight_content .title {

    font-size: 18px;

  }

}



.gsc-icon-box-classic.left-2 .highlight_content .desc {

  font-family: var(--notech-heading-font-family);

  font-size: 16px;

}



.gsc-icon-box-classic.left-2.icon-background .highlight-icon {

  padding-top: 0;

}



@media (max-width: 768.9px) {

  .gsc-icon-box-classic.responsive-1 {

    margin: 0 auto;

    float: none;

  }

  .gsc-icon-box-classic.responsive-1 .highlight-icon {

    width: 100%;

    display: block;

    margin-bottom: 10px;

  }

  .gsc-icon-box-classic.responsive-1 .highlight_content {

    width: 100%;

    display: block;

    padding: 0;

  }

}



@media (max-width: 640px) {

  .gsc-icon-box-classic.responsive-2 {

    margin: 0 auto;

    float: none;

  }

  .gsc-icon-box-classic.responsive-2 .highlight-icon {

    width: 100%;

    display: block;

    margin-bottom: 20px;

  }

  .gsc-icon-box-classic.responsive-2 .highlight_content {

    width: 100%;

    display: block;

    padding: 0;

  }

}



.gsc-icon-box-classic.box-background {

  padding: 30px 40px;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.gsc-icon-box-classic.box-background.active, .gsc-icon-box-classic.box-background:hover, .gsc-icon-box-classic.box-background:focus, .gsc-icon-box-classic.box-background:active {

  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);

}



.gsc-icon-box-classic.border-s1 .icon-inner {

  padding: 6px;

  border: 2px solid #dee2e6;

  display: inline-block;

}



.gsc-icon-box-classic.border-s1 .icon-inner .fa-stack {

  line-height: 2.3em !important;

  width: 2.2em;

  height: 2.2em;

}



.gsc-icon-box-classic.border-s1 .icon-inner .fa-2x {

  font-size: 1.6em;

}



.gsc-icon-box-classic.border-s1 .icon-inner .fa-1x {

  font-size: 1.2em;

}



.gsc-icon-box-classic.border-s1 .icon-inner .fa-1x .fa-stack {

  line-height: 2.3em !important;

  width: 2.2em;

  height: 2.2em;

}



.gsc-icon-box-classic .i-border-theme {

  border-color: var(--notech-theme-color) !important;

}



.gsc-icon-box-classic .i-border-black {

  border-color: #071F20 !important;

}



.gsc-icon-box-classic .i-border-dark {

  border-color: #f1f1f1 !important;

}



.gsc-icon-box-classic .i-border-white {

  border-color: #fff !important;

}



.gsc-icon-box-classic:hover .highlight-icon .icon {

  -webkit-animation: beat 1.5s ease 0s infinite;

  animation: beat 1.5s ease 0s infinite;

}



.milestone-one__single {

  text-align: center;

  display: block;

  width: 100%;

  margin-bottom: 30px;

}



.milestone-one__icon {

  color: var(--notech-theme-color);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin: 0 auto 15px;

  width: 75px;

  height: 75px;

  border-radius: 50%;

  background: #fff;

  position: relative;

  z-index: 1;

  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);

  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);

}



.milestone-one__icon:before {

  position: absolute;

  top: 0px;

  left: 0px;

  right: 0px;

  bottom: 0px;

  content: "";

  border-radius: 50%;

  background-color: var(--notech-theme-color);

  -webkit-transform: scale(0);

  transform: scale(0);

  -webkit-transform-origin: center;

  transform-origin: center;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

  z-index: -1;

}



.milestone-one__icon .icon {

  color: var(--notech-theme-color);

  font-size: 32px;

  line-height: 1;

  -webkit-transform: scale(1) rotateY(0deg);

  transform: scale(1) rotateY(0deg);

  -webkit-transition: all 500ms linear;

  transition: all 500ms linear;

}



.milestone-one__content {

  display: block;

  text-align: center;

  float: none;

  width: 100%;

  margin-top: 10px;

}



.milestone-one__number-inner {

  font-size: 40px;

  font-weight: 400;

  line-height: 40px;

  margin: 18px 0 18px;

  color: var(--notech-theme-color-second);

}



.milestone-one__number-inner .symbol {

  position: relative;

  top: -4px;

  left: -5px;

}



.milestone-one__text {

  font-size: 16px;

  font-weight: 700;

  color: #2a3742;

  margin: 0;

}



.milestone-one__single:hover .milestone-one__icon:before {

  -webkit-transform: scale(1);

  transform: scale(1);

}



.milestone-one__single:hover .milestone-one__icon .icon {

  color: #fff;

  -webkit-transform: scale(0.9) rotateY(360deg);

  transform: scale(0.9) rotateY(360deg);

}



.milestone-two__single {

  text-align: center;

  display: block;

  width: 100%;

  margin-bottom: 30px;

  padding: 30px 15px;

}



.milestone-two__icon {

  color: var(--notech-theme-color);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin: 0 auto 15px;

  width: 75px;

  height: 75px;

  border-radius: 50%;

  background: #fff;

  position: relative;

  z-index: 1;

  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);

  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);

}



.milestone-two__icon:before {

  position: absolute;

  top: 0px;

  left: 0px;

  right: 0px;

  bottom: 0px;

  content: "";

  border-radius: 50%;

  background-color: var(--notech-theme-color);

  -webkit-transform: scale(0);

  transform: scale(0);

  -webkit-transform-origin: center;

  transform-origin: center;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

  z-index: -1;

}



.milestone-two__icon .icon {

  color: var(--notech-theme-color);

  font-size: 32px;

  line-height: 1;

  -webkit-transform: scale(1) rotateY(0deg);

  transform: scale(1) rotateY(0deg);

  -webkit-transition: all 500ms linear;

  transition: all 500ms linear;

  margin-top: 18px;

}



.milestone-two__content {

  display: block;

  text-align: center;

  float: none;

  width: 100%;

}



.milestone-two__number-inner {

  font-size: 40px;

  font-weight: 700;

  line-height: 40px;

  margin: 0 0 15px;

  color: var(--notech-theme-color);

}



.milestone-two__number-inner .symbol {

  position: relative;

  top: -4px;

  left: -5px;

}



.milestone-two__text {

  font-size: 16px;

  color: #2a3742;

  margin: 0;

  font-weight: 400;

  line-height: 26px;

}



.milestone-two__single:hover .milestone-two__icon:before {

  -webkit-transform: scale(1);

  transform: scale(1);

}



.milestone-two__single:hover .milestone-two__icon .icon {

  color: #fff;

  -webkit-transform: scale(0.9) rotateY(360deg);

  transform: scale(0.9) rotateY(360deg);

}



.milestone-two__single.text-light .milestone-two__number-inner {

  color: #fff;

}



.milestone-three__single {

  text-align: center;

  display: block;

  width: 100%;

  margin-bottom: 30px;

}



.milestone-three__wrap {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.milestone-three__icon {

  color: var(--notech-theme-color);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 75px;

  flex: 0 0 75px;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin: 0 auto 15px;

  width: 75px;

  height: 75px;

  border-radius: 50%;

  background: #f5f8fa;

  position: relative;

  z-index: 1;

}



.milestone-three__icon:before {

  position: absolute;

  top: 0px;

  left: 0px;

  right: 0px;

  bottom: 0px;

  content: "";

  border-radius: 50%;

  background-color: var(--notech-theme-color);

  -webkit-transform: scale(0);

  transform: scale(0);

  -webkit-transform-origin: center;

  transform-origin: center;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

  z-index: -1;

}



.milestone-three__icon .icon {

  color: var(--notech-theme-color);

  font-size: 32px;

  line-height: 1;

  -webkit-transform: scale(1) rotateY(0deg);

  transform: scale(1) rotateY(0deg);

  -webkit-transition: all 500ms linear;

  transition: all 500ms linear;

}



.milestone-three__content {

  display: block;

  text-align: left;

  float: none;

  width: 100%;

  margin-left: 20px;

}



.milestone-three__number-inner {

  font-size: 40px;

  line-height: 40px;

  margin: 0 0 2px;

  color: #2a3742;

}



.milestone-three__symbol {

  position: relative;

  top: -3px;

  left: -5px;

}



.milestone-three__text {

  font-size: 16px;

  margin: 0;

  font-weight: 400;

  line-height: 26px;

  color: var(--body-color);

}



.milestone-three__single:hover .milestone-three__icon:before, .milestone-three__single.active .milestone-three__icon:before {

  -webkit-transform: scale(1);

  transform: scale(1);

}



.milestone-three__single:hover .milestone-three__icon .icon, .milestone-three__single.active .milestone-three__icon .icon {

  color: #fff;

  -webkit-transform: scale(0.9) rotateY(360deg);

  transform: scale(0.9) rotateY(360deg);

}



.milestone-three__single.text-light .milestone-three__number-inner {

  color: #fff;

}



.gsc-images-parallax {

  width: 720px;

  max-width: 100%;

  margin: 0 auto;

}



.gsc-images-parallax::after {

  display: block;

  clear: both;

  content: "";

}



.gsc-images-parallax .images {

  position: relative;

}



.gsc-images-parallax .action {

  margin-top: 15px;

}



.gsc-images-parallax.style-v1 {

  margin-bottom: 60px;

}



.gsc-images-parallax.style-v1 .images {

  position: relative;

  text-align: center;

}



@media (max-width: 768.9px) {

  .gsc-images-parallax.style-v1 .images {

    max-width: 650px;

    float: none;

    margin: 0 auto;

  }

}
.gsc-images-parallax.style-v1 .content-box {
  padding: 12px 26px;
  background: var(--notech-theme-color-second);
	color: #ffffff;
  text-align: center;
	font-style: italic;
  position: absolute;
  top: 150px;
  left: -40px;
  z-index: 99;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--notech-heading-font-family);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.gsc-images-parallax.style-v1 .content-box:hover {
  background: var(--notech-theme-color-second);
	color: #ffffff;
	text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.gsc-images-parallax.style-v1 .widget-content .images .content-box .content-box-inner a {
	text-decoration: none;
}
.gsc-images-parallax.style-v1 .widget-content .images .content-box .content-box-inner a:hover,.gsc-images-parallax.style-v1 .widget-content .images .content-box .content-box-inner:hover {
	text-decoration: none;
}
.gsc-images-parallax.style-v1 .content-box:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: -30px;
  border: 30px solid transparent;
  border-right-color: var(--notech-theme-color-second);
  z-index: 1;
}


.gsc-images-parallax.style-v1 .content-box .icon {

  display: block;

  width: 100%;

  margin-bottom: 5px;

  font-size: 46px;

  line-height: 50px;

  font-weight: 400;

}



.gsc-images-parallax.style-v1 .content-box a {

  color: #fff;

}



.gsc-images-parallax.style-v1 .content-box a:hover {

  text-decoration: underline;

}



@media (max-width: 991.98px) {

  .gsc-images-parallax.style-v1 .content-box {

    width: 150px;

    height: 150px;

    font-size: 17px;

  }

  .gsc-images-parallax.style-v1 .content-box .icon {

    font-size: 45px;

    line-height: 45px;

  }

}



@media (max-width: 767.98px) {

  .gsc-images-parallax.style-v1 .content-box {

    width: 120px;

    height: 120px;

    font-size: 14px;

  }

  .gsc-images-parallax.style-v1 .content-box .icon {

    font-size: 35px;

    line-height: 35px;

  }

}



.gsc-images-parallax.style-v1.right .image-1 {

  position: relative;

  z-index: 1;

  padding-left: 100px;

}



.gsc-images-parallax.style-v1.right .image-2 {

  position: absolute;

  bottom: -100px;

  left: 0;

  z-index: 9;

  padding: 10px;

  text-align: right;

  background: #fff;

  max-width: 70%;

  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

}



@media (max-width: 768.9px) {

  .gsc-images-parallax.style-v1.right .image-2 {

    bottom: 0 !important;

  }

}



.gsc-images-parallax.style-v1.left .image-1 {

  position: relative;

  z-index: 1;

  padding-right: 100px;

}



.gsc-images-parallax.style-v1.left .image-1:after {

  content: '';

  width: 388px;

  height: 403px;

  position: absolute;

  top: calc(100% - 194px);

  left: -194px;

  z-index: -1;

  background: url("../images/bg-line.png") no-repeat center center transparent;

  -webkit-animation: spin 6s linear infinite;

  animation: spin 6s linear infinite;

}



.gsc-images-parallax.style-v1.left .image-2 {

  position: absolute;

  bottom: -100px;

  right: 0;

  z-index: 9;

  padding: 10px;

  text-align: left;

  background: #fff;

  max-width: 70%;

  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);

}



@media (max-width: 768.9px) {

  .gsc-images-parallax.style-v1.left .image-2 {

    bottom: 0 !important;

  }

}



.gsc-video-box {

  position: relative;

  margin: 0 auto;

}



.gsc-video-box.style-1 {

  margin-bottom: 10px;

}



.gsc-video-box.style-1 .image .popup-video {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 11;

  width: 100%;

  height: 100%;

  text-transform: capitalize;

}



.gsc-video-box.style-1 .image .popup-video .icon {

  position: absolute;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  opacity: 1;

  top: 50%;

  left: 50%;

  margin-left: -20px;

  margin-top: -20px;

  z-index: 12;

  background: var(--notech-theme-color);

  color: var(--notech-theme-color-second);

  display: inline-block;

  text-align: center;

  line-height: 43px;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-video-box.style-1 .image .popup-video .icon {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-video-box.style-1 .video-content-left {

  position: relative;

  width: 200px;

  float: left;

}



@media (max-width: 767.98px) {

  .gsc-video-box.style-1 .video-content-left {

    width: 100%;

    margin-bottom: 10px;

  }

}



.gsc-video-box.style-1 .video-content-right {

  padding-left: 220px;

  font-size: 18px;

  color: var(--notech-theme-color-second);

  padding-top: 15px;

}



@media (max-width: 767.98px) {

  .gsc-video-box.style-1 .video-content-right {

    width: 100%;

    margin-bottom: 15px;

    padding-left: 0;

  }

}



.gsc-video-box.style-2 {

  margin-bottom: 30px;

}



.gsc-video-box.style-2 .image {

  position: relative;

}



.gsc-video-box.style-2 .image:after {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;

  background: rgba(0, 0, 0, 0.2);

}



.gsc-video-box.style-2 .image .popup-video {

  display: inline-block;

  font-size: 24px;

  color: #fff;

  background: var(--notech-theme-color);

  text-align: center;

  position: relative;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  width: 80px;

  height: 80px;

  line-height: 82px;

  position: absolute;

  z-index: 11;

  top: 50%;

  left: 50%;

  margin-left: -40px;

  margin-top: -40px;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-video-box.style-2 .image .popup-video {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 767.98px) {

  .gsc-video-box.style-2 .image .popup-video {

    width: 60px;

    height: 60px;

    line-height: 62px;

    margin-left: -30px;

    margin-top: -30px;

  }

}



.gsc-video-box.style-2 .image .popup-video::before {

  position: absolute;

  content: '';

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  border: 1px solid #fff;

  opacity: 0;

  -webkit-animation: pulse-border-2 1.5s linear infinite;

  animation: pulse-border-2 1.5s linear infinite;

}



.gsc-video-box.style-2 .image .popup-video::after {

  position: absolute;

  content: '';

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  border: 1px solid #fff;

  opacity: 0;

  -webkit-animation: pulse-border 1s linear infinite;

  animation: pulse-border 1s linear infinite;

}



.gsc-video-box.style-2 .image .popup-video:hover {

  -webkit-transform: scale(0.9);

  transform: scale(0.9);

}



.gsc-video-box.style-2 .video-content .link-video {

  font-size: 12px;

  font-weight: 400;

  margin: 20px 0 0 35px;

  position: relative;

  float: left;

  text-transform: capitalize;

}



.gsc-video-box.style-2 .video-content .link-video:after {

  content: "";

  position: absolute;

  width: 30px;

  height: 1px;

  background-color: #2a3742;

  top: 14px;

  left: -35px;

}



.gsc-video-box.style-2 .video-content .link-video strong {

  font-size: 14px;

}



.gsc-video-box.style-2 .video-content .button-review {

  float: right;

  margin-top: 20px;

}



.gsc-video-box.style-2 .video-content .button-review a {

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  color: #2a3742;

  border: 1px solid #2a3742;

  padding: 4px 15px;

  border-radius: 30px;

  font-weight: 700;

  font-size: 12px;

  text-transform: capitalize;

  letter-spacing: 2px;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-video-box.style-2 .video-content .button-review a {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-video-box.style-2 .video-content .button-review a:hover {

  color: #fff;

  background: var(--notech-theme-color);

  border-color: var(--notech-theme-color);

}



.gsc-video-box.style-2 .video-inner {

  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);

  position: relative;

}



.gsc-links .content-inner {

  max-width: 1000px;

  margin: 0 auto 0;

  position: relative;

  top: 0;

}



.gsc-links .content-inner .box-content {

  padding: 15px 5px;

}



.gsc-links .content-inner .box-content a {

  text-align: center;

}



.gsc-links .content-inner .box-content a span {

  display: block;

  text-transform: uppercase;

  letter-spacing: 3px;

  font-weight: 500;

  font-size: 11px;

}



.gsc-links .content-inner .box-content a span.icon {

  font-size: 24px;

}



.gsc-links .content-inner .box-content a:hover {

  opacity: 1;

  color: #2a3742;

}



.gsc-links .content-inner .box-content a.o_active {

  color: var(--notech-theme-color);

}



.gsc-links .btn-hidden-links {

  position: absolute;

  right: 15px;

  top: 30px;

  z-index: 9;

  display: none;

  font-size: 32px;

  line-height: 1;

}



.gsc-links .btn-hidden-links.hidden-menu {

  top: 26px;

}



.gsc-links .btn-hidden-links.hidden-menu span:before {

  content: "\f20e";

}



.gsc-links.stuck {

  background: #fff;

  margin-top: 0 !important;

  right: 0;

  left: auto;

}



@media (max-width: 1200px) {

  .gsc-links.stuck {

    padding-right: 70px;

  }

}



.gsc-links.stuck .btn-hidden-links {

  display: block;

}



.gsc-links.stuck.hidden-menu {

  -webkit-box-shadow: none;

  box-shadow: none;

  background: none;

  top: -120px;

}



.gsc-links.stuck.hidden-menu .content-inner {

  opacity: 0;

  filter: alpha(opacity=0);

}



.gsc-links.stuck.hidden-menu .btn-hidden-links {

  position: fixed;

}



.gsc-links:hover .box-content a {

  opacity: 0.3;

  filter: alpha(opacity=30);

}



.gsc-tabs-content {

  background: #fff;

}



.gsc-tabs-content .nav-tabs {

  border-bottom: 1px solid #dee2e6;

  text-align: center;

  margin-bottom: 0;

}



.gsc-tabs-content .nav-tabs > li {

  float: left;

  display: inline-block;

}



.gsc-tabs-content .nav-tabs > li > a {

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 700;

  padding: 15px 20px;

  display: inline-block;

}



.gsc-tabs-content .nav-tabs > li.active {

  background: #ebf1f6;

}



.gsc-tabs-content .tab-content {

  padding: 30px;

}



.gsc-tabs-content .tab-content .tab-pane .images {

  float: left;

  width: 50%;

  padding-right: 15px;

}



@media (max-width: 767.98px) {

  .gsc-tabs-content .tab-content .tab-pane .images {

    width: 100%;

    padding-right: 0;

    margin-bottom: 10px;

  }

}



.gsc-tabs-content .tab-content .tab-pane .images .content-inner {

  width: 100%;

  text-align: center;

}



.gsc-tabs-content .tab-content .tab-pane .images .content-inner span {

  position: relative;

  display: inline-block;

}



.gsc-tabs-content .tab-content .tab-pane .content-inner {

  float: left;

  width: 50%;

  padding-left: 15px;

}



@media (max-width: 767.98px) {

  .gsc-tabs-content .tab-content .tab-pane .content-inner {

    width: 100%;

    padding-left: 0;

  }

}



.gsc-tabs-content.style-2 {

  background: #fff;

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  border: 1px solid rgba(0, 0, 0, 0.08);

  margin-bottom: 30px;

}



.gsc-tabs-content.style-3 {

  background: #fff;

  border: 1px solid rgba(0, 0, 0, 0.08);

  margin-bottom: 30px;

}



.gsc-team .social-icons a {

  width: 35px;

  height: 35px;

  line-height: 35px;

  text-align: center;

  border-radius: 50%;

  margin-right: 10px;

  display: inline-block;

  color: #fff;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

}



.gsc-team .social-icons a:hover {

  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);

  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);

}



.gsc-team .team-name {

  font-size: 20px;

  text-transform: capitalize;

  padding: 0 0 15px;

  position: relative;

  margin: 0;

  font-family: var(--notech-heading-font-family);

}



@media (max-width: 767.98px) {

  .gsc-team .team-name {

    font-size: 18px;

  }

}



.gsc-team .team-position {

  text-transform: capitalize;

  color: var(--notech-theme-color);

  font-size: 13px;

}



.gsc-team .team-info {

  margin: 15px 0;

}



.gsc-team.team-horizontal {

  margin-top: 50px;

}



.gsc-team.team-horizontal .team-header {

  position: relative;

  overflow: hidden;

}



.gsc-team.team-horizontal .team-header img {

  -webkit-transition: all 3s;

  transition: all 3s;

  display: inline-block;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-horizontal .team-header img {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-horizontal .team-header .box-hover {

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transform: scale(0.8);

  transform: scale(0.8);

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.6);

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-horizontal .team-header .box-hover {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-horizontal .team-header .box-hover .content-inner {

  position: absolute;

  top: 50%;

  margin-top: -15px;

  left: 0;

  width: 100%;

  height: auto;

  padding: 0 20px;

}



.gsc-team.team-horizontal .team-header .social-list a {

  background: none;

  color: #fff !important;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  margin-right: 20px;

  display: inline-block;

  font-size: 16px;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-horizontal .team-header .social-list a {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-horizontal .team-header .social-list a:last-child {

  margin-right: 0;

}



.gsc-team.team-horizontal .team-header .social-list a:hover {

  color: var(--notech-theme-color) !important;

}



.gsc-team.team-horizontal .team-name {

  font-size: 18px;

  margin: 0 0 12px 0;

  text-transform: uppercase;

  padding: 0 0 12px;

  position: relative;

}



.gsc-team.team-horizontal .team-name:after {

  bottom: 0;

  left: 0;

  content: "";

  background: var(--notech-theme-color);

  width: 45px;

  height: 1px;

  position: absolute;

}



.gsc-team.team-horizontal:hover .box-hover {

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);

}



.gsc-team.team-horizontal:hover .team-header img {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

}



.gsc-team.team-vertical {

  position: relative;

  background: none;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  border-radius: 6px;

  max-width: 450px;

  margin: 0 auto 30px;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-vertical {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-vertical .team-header {

  overflow: hidden;

  position: relative;

}



.gsc-team.team-vertical .team-header img {

  -webkit-transition: all 3s;

  transition: all 3s;

  display: inline-block;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-vertical .team-header img {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-vertical .team-header .social-list {

  position: absolute;

  bottom: 45px;

  left: 0;

  width: 100%;

  z-index: 9;

  text-align: center;

}



.gsc-team.team-vertical .team-header .social-list a {

  background: none;

  color: #fff !important;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  margin-right: 20px;

  display: inline-block;

  font-size: 16px;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-vertical .team-header .social-list a {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-vertical .team-header .social-list a:last-child {

  margin-right: 0;

}



.gsc-team.team-vertical .team-header .social-list a:hover {

  color: var(--notech-theme-color) !important;

}



.gsc-team.team-vertical .team-name {

  padding: 0;

  color: #fff;

  font-family: var(--notech-heading-font-family);

}



.gsc-team.team-vertical .team-position {

  color: rgba(255, 255, 255, 0.8);

  margin: 5px 0 0;

}



.gsc-team.team-vertical .team-content {

  color: #fff;

}



.gsc-team.team-vertical .box-hover {

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transform: scale(0.8);

  transform: scale(0.8);

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.6);

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-vertical .box-hover {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-vertical .box-hover .team-content {

  position: absolute;

  left: 0;

  width: 100%;

  height: auto;

  padding: 0 20px;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}



.gsc-team.team-vertical .team-body {

  bottom: 0;

  left: 0;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-vertical .team-body {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-vertical .team-body .content-hover {

  opacity: 0;

  filter: alpha(opacity=0);

}



.gsc-team.team-vertical .team-body .info {

  padding: 20px 15px;

  position: relative;

  margin-top: -35px;

  margin-left: 15px;

  margin-right: 15px;

  z-index: 9;

  background: var(--notech-theme-color);

}



.gsc-team.team-vertical:hover .box-hover {

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);

}



.gsc-team.team-circle {

  margin-bottom: 30px;

  position: relative;

  background: none;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  border-radius: 50%;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-circle {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-circle .team-header {

  overflow: hidden;

  position: relative;

}



.gsc-team.team-circle .team-header img {

  -webkit-transition: all 3s;

  transition: all 3s;

  display: inline-block;

  border-radius: 50%;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-circle .team-header img {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-circle .team-header .social-list {

  position: absolute;

  bottom: 45px;

  left: 0;

  width: 100%;

  z-index: 9;

  text-align: center;

}



.gsc-team.team-circle .team-header .social-list a {

  background: none;

  color: #fff !important;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  margin-right: 20px;

  display: inline-block;

  font-size: 16px;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-circle .team-header .social-list a {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-circle .team-header .social-list a:last-child {

  margin-right: 0;

}



.gsc-team.team-circle .team-header .social-list a:hover {

  color: var(--notech-theme-color) !important;

}



.gsc-team.team-circle .team-name {

  padding: 0;

  color: #2a3742;

  font-family: var(--notech-heading-font-family);

}



.gsc-team.team-circle .team-position {

  color: #90a4b6;

  margin: 5px 0 0;

}



.gsc-team.team-circle .team-content {

  color: #90a4b6;

}



.gsc-team.team-circle .box-hover {

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transform: scale(0.8);

  transform: scale(0.8);

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.6);

  border-radius: 50%;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-circle .box-hover {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-circle .box-hover .team-content {

  position: absolute;

  left: 0;

  width: 100%;

  height: auto;

  padding: 0 20px;

}



.gsc-team.team-circle .team-body {

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  text-align: center;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-team.team-circle .team-body {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-team.team-circle .team-body .content-hover {

  opacity: 0;

  filter: alpha(opacity=0);

}



.gsc-team.team-circle .team-body .info {

  padding: 20px 15px;

  position: relative;

  margin-top: -35px;

  z-index: 9;

  background: #fff;

}



.gsc-team.team-circle:hover .box-hover {

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);

}



.gsc-quotes-rotator .cbp-qtrotator {

  position: relative;

  width: 100%;

  z-index: 1;

}



.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent {

  position: absolute;

  min-height: 100px;

  border-top: 1px solid #dee2e6;

  padding: 10px 0;

  top: 0;

  z-index: 0;

  opacity: 0;

  width: 100%;

}



.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {

  font-size: 50px;

  line-height: 1.1;

  letter-spacing: -1px;

  margin-bottom: 15px;

  font-weight: 700;

  color: #2a3742;

  font-family: var(--notech-heading-font-family);

}



@media (max-width: 768.9px) {

  .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {

    font-size: 38px;

  }

}



.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-inner {

  margin-top: 20px;

  font-size: 18px;

  line-height: 36px;

}



.gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent {

  border-bottom: none;

}



.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,

.gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent {

  position: relative;

  z-index: 100;

  pointer-events: auto;

  opacity: 1;

}



.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:before,

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {

  content: " ";

  display: table;

}



.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {

  clear: both;

}



.gsc-quotes-rotator .cbp-qtprogress {

  position: absolute;

  background: var(--notech-theme-color);

  height: 1px;

  width: 0%;

  top: 0;

  z-index: 1000;

}



.gsc-quotes-rotator .cbp-qtrotator blockquote {

  margin: 0;

  padding: 0;

}



.gsc-quotes-rotator.text-light {

  color: #fff;

}



.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent {

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}



.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-inner {

  color: #fff;

}



.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-title {

  color: #fff;

}



.gva-job-box {

  padding: 30px;

  border: 1px solid #dee2e6;

  background: #fff;

  margin-bottom: 30px;

  display: table;

  width: 100%;

}



.gva-job-box .logo-inner {

  width: 60px;

  text-align: center;

  display: table-cell;

}



.gva-job-box .content-inner {

  display: table-cell;

  padding-left: 20px;

}



.gva-job-box .content-inner .job-type {

  font-size: 12px;

  text-transform: uppercase;

  font-weight: 700;

  display: inline-block;

  color: var(--notech-theme-color);

}



.gva-job-box .content-inner .box-title {

  margin: 0 0 20px;

  font-size: 20px;

}



.gva-job-box .content-inner .information ul {

  margin: 0;

  padding: 0;

  list-style: none;

}



.gva-job-box .content-inner .information ul li {

  position: relative;

  font-size: 14px;

}



.gva-job-box .content-inner .information ul li i {

  color: var(--notech-theme-color);

  width: 20px;

  text-align: left;

  font-size: 14px;

}



.gsc-our-gallery {

  margin-bottom: 30px;

}



.gsc-our-gallery .owl-nav > div.owl-prev {

  left: 15px !important;

}



.gsc-our-gallery .owl-nav > div.owl-next {

  right: 15px !important;

}
.gsc-our-gallery .owl-carousel {
	max-height: 377px;
}
.gsc-our-gallery .owl-carousel.owl-drag .owl-item {
	max-height: 377px;
}


.gallery-one__single {

  position: relative;

}



.gallery-one__content {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(36, 29, 105, 0.7);

  opacity: 0;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.gallery-one__content-inner {

  position: relative;

  text-align: center;

  top: 33.3%;

  left: 0;

  width: 100%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}



.gallery-one__title {

  color: #fff;

  font-size: 20px;

  margin-bottom: 0;

}



.gallery-one__desc {

  color: #ababab;

  font-size: 16px;

}



.gallery-one__single:hover .gallery-one__content {

  opacity: 1;

}



.gsc-box-hover {

  position: relative;

  margin-bottom: 30px;

  background: transparent;

}



.gsc-box-hover .frontend, .gsc-box-hover .backend {

  z-index: 1;

  border-radius: inherit;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -webkit-perspective: inherit;

  perspective: inherit !important;

  -webkit-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);

  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);

  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);

  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);

  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);

  min-height: 250px;

  background: #fff;

}



.gsc-box-hover .frontend {

  height: inherit;

  -webkit-transform: rotateY(0deg);

  transform: rotateY(0deg);

}



.gsc-box-hover .frontend .frontend-content {

  border-top: 0;

  padding: 25px;

  text-align: center;

  border: 1px solid rgba(0, 0, 0, 0.08);

  border-top: 0;

}



.gsc-box-hover .backend {

  position: absolute;

  display: block;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  -webkit-transform: rotateY(180deg);

  transform: rotateY(180deg);

  background: var(--notech-theme-color);

  padding: 20px 20px 40px;

  color: #fff;

}



.gsc-box-hover .backend .content-be {

  height: 100%;

  -webkit-transform: translateZ(70px) scale(0.86);

  transform: translateZ(70px) scale(0.86);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

}



.gsc-box-hover .backend .be-desc {

  color: #f1f1f1;

}



.gsc-box-hover .backend .box-title {

  position: relative;

  padding-bottom: 15px;

  margin-bottom: 15px;

  text-transform: capitalize;

  font-weight: 20px;

}



.gsc-box-hover .backend .box-title:after {

  content: '';

  width: 50px;

  height: 2px;

  background: #fff;

  position: absolute;

  bottom: 0;

  left: 0;

  z-index: 1;

}



.gsc-box-hover .backend .box-title a {

  color: #fff;

}



.gsc-box-hover .backend .box-title a:hover {

  text-decoration: underline;

}



.gsc-box-hover .backend .link-action {

  position: absolute;

  bottom: -34px;

  right: 0;

  z-index: 9;

}



.gsc-box-hover .backend .link-action a {

  color: #fff;

  text-transform: capitalize;

  font-size: 14px;

  font-weight: 700;

}



.gsc-box-hover .backend .link-action a i {

  margin-left: 6px;

}



.gsc-box-hover .backend .link-action a:hover {

  text-decoration: underline;

}



.gsc-box-hover .box-content {

  -webkit-perspective: 1000px;

  perspective: 1000px;

  border-radius: inherit;

}



.gsc-box-hover .box-title {

  font-weight: 700;

  font-size: 18px;

  line-height: 1.2;

  padding-bottom: 12px;

  text-transform: capitalize;

}



.gsc-box-hover:hover .frontend, .gsc-box-hover:hover .backend, .gsc-box-hover:active .frontend, .gsc-box-hover:active .backend, .gsc-box-hover:focus .frontend, .gsc-box-hover:focus .backend, .gsc-box-hover.active .frontend, .gsc-box-hover.active .backend {

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);

  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);

  transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);

  transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);

  transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1), -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);

}



.gsc-box-hover:hover .frontend, .gsc-box-hover:active .frontend, .gsc-box-hover:focus .frontend, .gsc-box-hover.active .frontend {

  -webkit-transform: rotateY(-180deg);

  transform: rotateY(-180deg);

}



.gsc-box-hover:hover .backend, .gsc-box-hover:active .backend, .gsc-box-hover:focus .backend, .gsc-box-hover.active .backend {

  -webkit-transform: rotateY(0);

  transform: rotateY(0);

}



.gsc-heading {

  padding: 0 0 35px;

  display: block;

  width: 100%;

}



.gsc-heading::after {

  display: block;

  clear: both;

  content: "";

}



@media (max-width: 768.9px) {

  .gsc-heading {

    padding: 0 0 30px;

  }

}



.gsc-heading__title {

  position: relative;

  margin: 0;

  letter-spacing: -0.5px;

  font-size: 40px;

}



@media (max-width: 991.98px) {

  .gsc-heading__title {

    font-size: 36px;

  }

}



@media (max-width: 767.98px) {

  .gsc-heading__title {

    font-size: 32px;

  }

}



@media (max-width: 768.9px) {

  .gsc-heading__title {

    font-size: 28px;

  }

}



.gsc-heading__sub-title {

  color: var(--notech-theme-color);

  font-size: 16px;

  font-weight: 700;

  margin-bottom: 5px;

  font-family: var(--notech-heading-font-family);

}



@media (max-width: 767.98px) {

  .gsc-heading__sub-title {

    font-size: 14px;

  }

}
.gsc-heading__sub-title > span {
  padding: 0 0 0 22px;
  position: relative;
}
.gsc-heading__sub-title > span:after {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--notech-theme-color-second);
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 0;
  z-index: 1;
	display:none;
}
.gsc-heading__sub-title > span:before {
	background: url('../../../../../../../sites/default/files/icon-e.png') no-repeat 0 0;
	background-size: 100%;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 0;
  top: 0px;
  left: 0;
  z-index: 1;
}
.gsc-heading__desc {
  margin: 25px 0 0;
}
.gsc-heading__action {
  margin-top: 30px;
}
@media (max-width: 767.98px) {

  .gsc-heading__action {

    margin-top: 15px;

  }

}



.gsc-heading__align-center {

  text-align: center;

  margin: 0 auto;

}



.gsc-heading__align-center .gsc-heading__desc {

  margin: 15px 0 0;

}



.gsc-heading__align-left {

  text-align: left;

}



.gsc-heading__align-left .gsc-heading__desc {

  float: left;

}



.gsc-heading__align-right {

  text-align: right;

  float: right;

}



.gsc-heading__align-right::after {

  display: block;

  clear: both;

  content: "";

}



.gsc-heading__align-right .gsc-heading__desc {

  float: right;

}



.style-2.gsc-heading {

  padding-bottom: 30px;

}



.style-2 .gsc-heading__sub-title {

  color: var(--body-color);

  margin: 0;

}



.style-2 .gsc-heading__sub-title span {

  padding: 0;

  font-weight: 400;

  font-size: 16px;

}



.style-2 .gsc-heading__sub-title span:after, .style-2 .gsc-heading__sub-title span:before {

  display: none;

}



.style-2 .gsc-heading__title {

  position: relative;

  margin: 0;

  font-size: 18px;

  line-height: 30px;

}



.style-2 .gsc-heading__desc {

  font-size: 16px;

  margin-top: 28px;

}



.style-3.gsc-heading {

  padding-bottom: 30px;

}



.style-3 .gsc-heading__title {

  position: relative;

  margin: 0;

  font-size: 68px;

  line-height: 70px;

}



@media (max-width: 1024px) {

  .style-3 .gsc-heading__title {

    font-size: 50px;

    line-height: 55px;

  }

}



@media (max-width: 992px) {

  .style-3 .gsc-heading__title {

    font-size: 40px;

    line-height: 45px;

  }

}



.style-3 .gsc-heading__desc {

  font-size: 18px;

  margin-top: 32px;

}



.gsc-chart {

  text-align: center;

}



.gsc-chart .pieChart span {

  font-size: 18px;

  color: #2a3742;

}



.gsc-chart .content {

  text-align: center;

}



.gsc-chart .content > div {

  display: block;

}



.gsc-chart .content .icon {

  font-size: 25px;

  margin-top: 5px;

}



.gsc-chart .content .title {

  font-size: 22px;

  margin: 30px 0 25px;

}



.gsc-map {

  position: relative;

}



.gsc-map .content-inner {

  position: absolute;

  bottom: 30px;

  left: 30px;

  z-index: 9;

  max-width: 400px;

  padding: 20px;

  background: #fff;

  border-radius: 6px;

  border: 1px solid #dee2e6;

}



@media (max-width: 600px) {

  .gsc-map .content-inner {

    position: static;

    width: 100%;

    max-width: 100%;

  }

}



.gsc-map .info {

  margin-bottom: 10px;

  padding-left: 28px;

  position: relative;

}



.gsc-map .info span.icon {

  font-size: 18px;

  top: 5px;

  left: 0;

  position: absolute;

  z-index: 1;

  color: #2a3742;

}



.gsc-map .phone {

  color: var(--notech-theme-color);

}



.gsc-map .social-inline {

  float: left;

  width: 100%;

  text-align: left;

  margin-top: 0;

}



.gsc-map .social-inline > a {

  margin: 0 10px 0 0;

  font-size: 16px;

}



.gsc-quote {

  position: relative;

  padding-top: 125px;

}



.gsc-quote:after {

  position: absolute;

  content: "";

  background: url("../images/testimonial-icon.png") no-repeat center center transparent;

  width: 30px;

  height: 30px;

  left: 0;

  top: 50px;

  z-index: 1;

}



.gsc-quote .content {

  line-height: 28px;

}



.gsc-quote .signature {

  margin-top: 60px;

}



.gsc-quote .position {

  margin-top: 25px;

}



.gsc-quote-text {

  position: relative;

  padding: 30px 30px 30px 70px;

  margin-bottom: 35px;

}



.gsc-quote-text .icon {

  position: absolute;

  left: 20px;

  top: 45px;

  z-index: 1;

  font-size: 20px;

  color: var(--notech-theme-color);

}



.gsc-quote-text .content {

  line-height: 36px;

  font-size: 20px;

  color: #2a3742;

  font-family: var(--notech-heading-font-family);

}



.gsc-quote-text.has-border {

  border: 2px solid #dee2e6;

}



.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {

  border-bottom: 0;

}



.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs > li a {

  display: block;

  position: relative;

  z-index: 1;

}



.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs > li a:after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  height: 2px;

  width: 100%;

  background: var(--notech-theme-color);

  z-index: -1;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs > li a:hover, .gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs > li a.active {

  color: #fff;

}



.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs > li a:hover:after, .gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs > li a.active:after {

  height: 100%;

}



.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {

  background: #fff;

  padding: 20px 0 0;

}



.gsc-tabs .tabs_wrapper.tabs_vertical {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {

  width: 25%;

  float: left;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 25%;

  flex: 0 0 25%;

  max-width: 50%;

  background: #fff;

  border: 1px solid #dee2e6;

  border-right: 0;

}



.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li {

  display: block;

  border-bottom: 1px solid #dee2e6;

  width: 100%;

  padding-top: 15px;

}



.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li a {

  width: 100%;

  display: block;

}



.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li:last-child {

  margin-bottom: 0;

  border: none;

}



.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {

  width: 75%;

  float: left;

  width: 75%;

  float: left;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 75%;

  flex: 0 0 75%;

  max-width: 75%;

}



.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {

  background: #fff;

  padding: 30px;

  border: 1px solid #dee2e6;

}



.gsc-button {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 2px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
}
@media (prefers-reduced-motion: reduce) {
  .gsc-button {
    -webkit-transition: none;
    transition: none;
  }
}
.gsc-button.radius-2x {
  border-radius: 5px;
}



.gsc-button.radius-5x {

  border-radius: 60px;

}



.gsc-button.mini {
  font-size: 10px;
  padding: 3px 10px;
}



.gsc-button.small {
  font-size: 12px;
  padding: 8px 15px;
}
.gsc-button.medium {
  font-size: 14px;
  padding: 12px 25px;
}
.gsc-button.large {
  font-size: 16px;
  padding: 20px 45px;
}
.gsc-button.extra-large {
  font-size: 18px;
  padding: 22px 52px;
}



.gsc-our-partners {

  margin-bottom: 45px;

}



.gsc-our-partners::after {

  display: block;

  clear: both;

  content: "";

}



.gsc-our-partners .image {

  width: 35%;

  float: left;

}



@media (max-width: 400px) {

  .gsc-our-partners .image {

    width: 100%;

    text-align: center;

  }

}



.gsc-our-partners .content-inner {

  width: 65%;

  float: left;

  padding-left: 30px;

}



@media (max-width: 400px) {

  .gsc-our-partners .content-inner {

    width: 100%;

  }

}



.gsc-our-partners .content-inner .title {

  font-size: 20px;

}



.gsc-our-partners .content-inner .info {

  font-size: 13px;

  padding: 5px 0 12px;

  font-family: var(--notech-heading-font-family);

}



.gsc-our-partners .content-inner .info .category {

  color: var(--notech-theme-color);

}



.image-content-one__single {

  margin-bottom: 30px;

  margin-left: auto;

  margin-right: auto;

  padding-right: 90px;

  position: relative;

}



.image-content-one__image {

  position: relative;

}



.image-content-one__link-overlay {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}



.image-content-one__content {

  padding: 30px 20px 30px;

  z-index: 11;

  width: 200px;

  position: absolute;

  top: 50px;

  right: 0;

  background: var(--notech-theme-color);

}



.image-content-one__title {

  font-size: 18px;

  margin: 0;

  font-weight: 400;

  line-height: 32px;

  color: #fff;

}



.image-content-one__title a {

  color: #fff;

}



.image-content-one__read-more {

  margin-top: 15px;

}



.image-content-one__read-more a {

  color: #fff !important;

}



.image-content-one__read-more a:hover {

  text-decoration: underline;

}



.image-content-two__single {

  margin-bottom: 30px;

  margin-left: auto;

  margin-right: auto;

  position: relative;

}



.image-content-two__image {

  position: relative;

}



.image-content-two__link-overlay {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}



.image-content-two__content {

  padding: 35px 50px 40px;

  z-index: 11;

  width: 385px;

  max-width: 90%;

  position: absolute;

  bottom: 0;

  left: 0;

  background: var(--notech-theme-color-second);

}



@media (max-width: 1024px) {

  .image-content-two__content {

    padding: 30px 20px 35px;

  }

}



.image-content-two__title {

  font-size: 20px;

  margin: 0;

  font-weight: 400;

  line-height: 32px;

  font-weight: 700;

  color: #fff;

}



.image-content-two__title a {

  color: #fff;

}



.image-content-two__read-more {

  margin-top: 15px;

}



.image-content-two__read-more a {

  color: #fff !important;

}



.image-content-two__read-more a:hover {

  text-decoration: underline;

}



.image-content-three__single {

  margin: 0 auto 30px;

  position: relative;

  text-align: center;

  padding: 30px 30px 20px;

  border: 1px solid #dee2e6;

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}



.image-content-three__image {

  position: relative;

  margin-bottom: 20px;

}



.image-content-three__link-overlay {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}



.image-content-three__title {

  font-size: 20px;

  line-height: 32px;

  margin: 0 0 10px;

}



.image-content-three__read-more {

  margin-top: 15px;

}



.image-content-three__read-more a {

  color: #fff !important;

}



.image-content-three__read-more a:hover {

  text-decoration: underline;

}



.gsc-box-download {

  background: var(--notech-theme-color);

  color: #fff;

  padding: 30px;

  margin: 20px 0;

}



.gsc-box-download .info .title {

  font-size: 18px;

}



.gsc-box-download .info .desc {

  font-size: 12px;

  line-height: 24px;

}



.gsc-box-download .box-files a {

  display: inline-block;

  margin-bottom: 10px;

  text-align: center;

  color: #2a3742;

  font-weight: 700;

  font-size: 13px;

  background: #fff;

  padding: 15px;

  width: 100%;

}



.gsc-box-download.horizontal::after {

  display: block;

  clear: both;

  content: "";

}



.gsc-box-download.horizontal .info {

  width: 70%;

  float: left;

}



@media (max-width: 640px) {

  .gsc-box-download.horizontal .info {

    width: 100%;

    margin-bottom: 15px;

  }

}



.gsc-box-download.horizontal .box-files {

  width: 30%;

  float: left;

}



@media (max-width: 640px) {

  .gsc-box-download.horizontal .box-files {

    width: 100%;

  }

}



.gsc-socials {

  margin-bottom: 30px;

}



.gsc-socials a {

  color: var(--body-color);

  text-decoration: none;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

  margin-right: 12px;

  font-size: 14px;

}



@media (prefers-reduced-motion: reduce) {

  .gsc-socials a {

    -webkit-transition: none;

    transition: none;

  }

}



.gsc-socials a:last-child {

  margin-right: 0;

}



.gsc-socials a:hover, .gsc-socials a:focus, .gsc-socials a:active {

  opacity: 0.7;

  filter: alpha(opacity=70);

}



.gsc-socials a i {

  color: #fff;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  display: inline-block;

  text-align: center;

  line-height: 40px;

  font-size: 14px;

}



.progress-one__single {

  margin-bottom: 25px;

}



.progress-one__label {

  font-size: 16px;

  color: #2a3742;

  font-weight: 700;

  margin-bottom: 5px;

}



.progress-one__content {

  height: 12px;

  border-radius: 20px;

}



.progress-one__bar {

  height: 12px;

  border-radius: 20px;

}



.progress-one__percentage {

  top: -28px !important;

}



.progress-one__single.style-2 .progress-one__bar {

  background: var(--notech-theme-color-second) !important;

}



.progress-one__single.style-3 .progress-one__content {

  background: rgba(255, 255, 255, 0.28) !important;

}



.progress-one__single.style-3 .progress-one__label {

  color: #fff;

}



.progress-one__single.style-3 .progress-one__bar {

  background: rgba(255, 255, 255, 0.9) !important;

}



.progress-one__single.style-3 .progress-one__percentage {

  color: #fff;

}



.progress-one__single.style-4 .progress-one__bar {

  background: #2a3742 !important;

}



.service-timeline {

  list-style: none;

  padding: 0;

  margin: 0 auto;

  width: 100%;

  position: relative;

}



.service-timeline .hentry {

  position: relative;

}



.service-timeline .hentry .icon {

  font-size: 30px;

  position: relative;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  background: var(--notech-theme-color);

  color: #fff;

}



@media (prefers-reduced-motion: reduce) {

  .service-timeline .hentry .icon {

    -webkit-transition: none;

    transition: none;

  }

}



.service-timeline .hentry .hentry-box {

  -webkit-box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);

  background: #fff;

  padding: 25px 30px 30px;

  max-width: 400px;

  border-radius: 6px;

  position: relative;

  overflow: hidden;

}



.service-timeline .hentry .hentry-box .icon-overlay {

  color: #222;

  position: absolute;

  bottom: -15px;

  right: -15px;

  font-size: 60px;

  opacity: 0.2;

  filter: alpha(opacity=20);

  line-height: 1;

}



@media (max-width: 767.98px) {

  .service-timeline .hentry {

    padding-left: 70px !important;

  }

  .service-timeline .hentry .icon {

    left: 0 !important;

  }

}



@media (max-width: 768.9px) {

  .service-timeline .hentry .content-inner {

    padding-left: 15px !important;

  }

}



.service-timeline:before {

  background: #dee2e6;

  content: "";

  left: 50%;

  top: 10px;

  bottom: 0;

  position: absolute;

  width: 1px;

  margin-left: -1px;

  margin-top: -10px;

  height: 100%;

}



@media (max-width: 767.98px) {

  .service-timeline:before {

    left: 35px;

  }

}



.service-timeline > li {

  display: block;

  width: 100%;

  position: relative;

  padding-top: 60px;

}



.service-timeline > li.active .icon {

  background: var(--notech-theme-color) !important;

  color: #fff !important;

}



.service-timeline > li:last-child {

  padding-bottom: 110px;

}



.service-timeline > li .hentry {

  width: 50%;

}



@media (max-width: 767.98px) {

  .service-timeline > li .hentry {

    padding-left: 40px;

    width: 100%;

    float: left;

    clear: left;

  }

}



.service-timeline > li:nth-child(even) .hentry {

  float: left;

  clear: left;

  padding-right: 50px;

  text-align: right;

}



@media (max-width: 767.98px) {

  .service-timeline > li:nth-child(even) .hentry {

    text-align: left;

    padding-right: 0;

    padding-left: 50px;

  }

}



.service-timeline > li:nth-child(even) .hentry .icon {

  right: -35px;

}



@media (max-width: 767.98px) {

  .service-timeline > li:nth-child(even) .hentry .icon {

    left: -35px;

    right: auto;

  }

}



.service-timeline > li:nth-child(even) .hentry .hentry-box {

  float: right;

}



@media (max-width: 767.98px) {

  .service-timeline > li:nth-child(even) .hentry .hentry-box {

    float: left;

  }

}



.service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner {

  padding-right: 10px;

}



@media (max-width: 767.98px) {

  .service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner {

    padding-left: 10px;

    padding-right: 0;

  }

}



.service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner .title:after {

  right: 0;

  left: auto;

}



@media (max-width: 767.98px) {

  .service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner .title:after {

    left: 0;

    right: 0;

  }

}



.service-timeline > li:nth-child(even) .hentry .hentry-box .icon-overlay {

  right: auto;

  left: -15px;

}



.service-timeline > li:nth-child(odd) .hentry {

  float: right;

  clear: right;

  padding-left: 50px;

  text-align: left;

}



.service-timeline > li:nth-child(odd) .hentry .icon {

  left: -35px;

}



.service-timeline > li:nth-child(odd) .hentry .hentry-box .content-inner {

  padding-left: 10px;

}



.service-timeline > li .hentry {

  position: relative;

}



.service-timeline > li .hentry .icon {

  display: inline-block;

  width: 68px;

  height: 68px;

  border-radius: 50%;

  border: 1px solid #dee2e6;

  text-align: center;

  line-height: 72px;

  position: absolute;

  top: 50%;

  margin-top: -35px;

  z-index: 9;

  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);

}



.service-timeline > li .hentry .title {

  font-size: 22px;

  font-weight: 700;

  color: #2a3742;

  font-family: var(--notech-heading-font-family);

  margin-bottom: 15px;

  padding-bottom: 15px;

  position: relative;

}



.service-timeline > li .hentry .title:after {

  content: '';

  width: 25px;

  height: 2px;

  background: var(--notech-theme-color);

  position: absolute;

  left: 0;

  bottom: 0;

  z-index: 11;

}



.service-timeline > li .hentry .content {

  font-size: 16px;

}



.trusted-source {

  position: relative;

  display: block;

  z-index: 2;

  max-width: 1170px;

  margin: 0 auto;

}



.trusted-source .trusted-source__inner {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  background: var(--notech-theme-color);

  padding: 58px 100px 58px;

}



@media (max-width: 1199px) {

  .trusted-source .trusted-source__inner {

    padding: 50px 30px;

  }

}



@media (max-width: 1024px) {

  .trusted-source .trusted-source__inner {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    padding: 45px 20px;

  }

}



.trusted-source .content-left {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



@media (max-width: 1024px) {

  .trusted-source .content-left {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    text-align: center;

  }

}



.trusted-source .content-left .title {

  font-size: 30px;

  color: #fff;

  font-weight: 700;

  line-height: 35px;

}



.trusted-source .content-left .trusted-icon {

  position: relative;

  height: 94px;

  width: 94px;

  background-color: #fff;

  border-radius: 50%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  margin-left: 165px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



@media (max-width: 1024px) {

  .trusted-source .content-left .trusted-icon {

    margin: 15px 0 20px;

  }

}



.trusted-source .content-left .trusted-icon:before {

  position: absolute;

  top: 50%;

  left: -67px;

  width: 55px;

  height: 2px;

  content: "";

  background-color: rgba(255, 255, 255, 0.15);

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}



.trusted-source .content-left .trusted-icon:after {

  position: absolute;

  top: 50%;

  right: -67px;

  width: 55px;

  height: 2px;

  content: "";

  background-color: rgba(255, 255, 255, 0.15);

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}



.trusted-source .content-left .trusted-icon img {

  width: auto;

}



.trusted-source .content-left .trusted-icon:hover {

  background: #2a3742;

}



.trusted-source .content-right {

  position: relative;

  display: block;

}



@media (max-width: 1024px) {

  .trusted-source .content-right {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    text-align: center;

  }

}



.trusted-source .content-right .contact-info {

  position: relative;

  display: block;

}



.trusted-source .content-right .contact-info p {

  font-size: 14px;

  color: #fff;

  line-height: 27px;

  margin: 0;

}



.trusted-source .content-right .contact-info a {

  font-size: 24px;

  color: #fff;

  font-weight: 700;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.trusted-source .content-right .contact-info a span {

  font-weight: 400;

}



.business-from__sub-title {

  font-size: 30px;

  color: var(--notech-theme-color-second);

  margin-bottom: 5px;

}



@media (max-width: 1024px) {

  .business-from__sub-title {

    font-size: 20px;

  }

}



.business-from__title {

  font-size: 100px;

  text-transform: uppercase;

  font-weight: 700;

  color: #fff;

  line-height: 100px;

  letter-spacing: 10px;

}



@media (max-width: 1024px) {

  .business-from__title {

    font-size: 80px;

    line-height: 80px;

  }

}



@media (max-width: 992px) {

  .business-from__title {

    font-size: 60px;

    line-height: 62px;

  }

}



@media (max-width: 768px) {

  .business-from__title {

    font-size: 38px;

    line-height: 42px;

    letter-spacing: 6px;

  }

}



.business-from__btn-box {

  margin-top: 40px;

}



@media (max-width: 1024px) {

  .business-from__btn-box {

    margin-top: 25px;

  }

}



.business-heading__one {

  text-align: center;

  position: relative;

  overflow: hidden;

  margin: 55px 0 75px 0;

}



.business-heading__one span {

  position: relative;

  font-size: 20px;

  color: #2a3742;

  font-weight: 700;

  padding: 0 20px;

}



.business-heading__one span:after, .business-heading__one span:before {

  content: '';

  width: 1000px;

  height: 1px;

  position: absolute;

  top: 50%;

  background: #DDDDE2;

}



.business-heading__one span:after {

  right: 100%;

}



.business-heading__one span:before {

  left: 100%;

}



.site-footer__top {

  position: relative;

  display: block;

  padding-bottom: 75px;

}



@media (max-width: 1024px) {

  .site-footer__top {

    padding-bottom: 50px;

  }

}



.site-footer__top-inner {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  padding: 32px 39px;

  border: 1px solid rgba(255,255,255,0.12);

}
@media (max-width: 1024px) {
  .site-footer__top-inner {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .site-footer__top-inner {
    padding: 10px 20px 20px 20px;
  }
}
@media (max-width: 800px) {
  .site-footer__top-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


.site-footer__top-left {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.site-footer__top-icon {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-right: 30px;

}



@media (max-width: 1024px) {

  .site-footer__top-icon {

    margin-right: 20px;

  }

}



.site-footer__top-icon span {

  font-size: 65px;

  color: var(--notech-theme-color-second);

}



@media (max-width: 1024px) {

  .site-footer__top-icon span {

    font-size: 50px;

  }

}
.site-footer__top-title {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 34px;
}
.formtitles.site-footer__top-title {
  font-size: 22px;
  color: #00AFAA;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1024px) {

  .site-footer__top-title {
    font-size: 18px;
    line-height: 28px;
  }
  .formtitles.site-footer__top-title {
    font-size: 18px;
    line-height: 20px;
  }

}



.site-footer__top-right {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



@media (max-width: 800px) {

  .site-footer__top-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 0px;
  }

}
.site-footer__btn {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .site-footer__btn {
    padding: 18px 16px;
  }
}
@media (max-width: 1024px) {
	.site-footer__btn {padding: 10px 16px; text-align: center; width: 100%; font-size: 14px;
  }
}

.contact-info {

  max-width: unset;

}



.contact-info ul {

  margin: 0;

  padding: 0;

  list-style-type: none;

}



.contact-info ul li {

  margin-bottom: 12px;

  padding-bottom: 12px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  font-family: var(--notech-heading-font-family);

  font-size: 15px;

}



.contact-info ul li:last-child {

  margin-bottom: 0;

  border-bottom: 0;

}



.contact-info ul li i {

  color: var(--notech-theme-color);

  width: 20px;

  margin-right: 10px;

}



.service-help__block {

  position: relative;

  z-index: 1;

  padding: 50px 15px;

  text-align: center;

  margin-bottom: 30px;

}



.service-help__block:after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

  background: #2a3742;

  opacity: 0.8;

}



.service-help__bg {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

}



.service-help__bg img {

  position: absolute;

  height: 100%;

  width: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  top: 50%;

  left: 50%;

}



.service-help__icon {

  width: 86px;

  height: 86px;

  border-radius: 50%;

  background: #fff;

  padding-top: 22px;

  margin: 0 auto;

}



.service-help__title {

  color: #fff;

  margin: 30px 0;

}



.service-help__content {

  color: #fff;

}



.service-help__content p {

  margin: 0;

}



.service-help__content a {

  color: #fff;

  font-weight: 700;

}



.service-help__content a span {

  font-weight: 400;

}



.service-help__content a:hover {

  text-decoration: underline;

}



@-webkit-keyframes beat {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

  50% {

    -webkit-transform: scale(0.82);

    transform: scale(0.82);

  }

}



@keyframes beat {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

  50% {

    -webkit-transform: scale(0.82);

    transform: scale(0.82);

  }

}



/* Flip Horizontally */

@-webkit-keyframes gavias_flip_x {

  0% {

    -webkit-transform: perspective(400px) rotateX(90deg);

    opacity: 0;

    filter: alpha(opacity=0);

  }

  100% {

    -webkit-transform: perspective(400px) rotateX(0deg);

    opacity: 1;

  }

}



@keyframes gavias_flip_x {

  0% {

    -webkit-transform: perspective(400px) rotateX(90deg);

    transform: perspective(400px) rotateX(90deg);

    opacity: 0;

    filter: alpha(opacity=0);

  }

  100% {

    -webkit-transform: perspective(400px) rotateX(0deg);

    transform: perspective(400px) rotateX(0deg);

    opacity: 1;

  }

}



/* Flip Vertically */

@-webkit-keyframes gavias_flip_y {

  0% {

    -webkit-transform: perspective(400px) rotateY(90deg);

    opacity: 0;

    filter: alpha(opacity=0);

  }

  100% {

    -webkit-transform: perspective(400px) rotateY(0deg);

    opacity: 1;

  }

}



@keyframes gavias_flip_y {

  0% {

    -webkit-transform: perspective(400px) rotateY(90deg);

    transform: perspective(400px) rotateY(90deg);

    opacity: 0;

    filter: alpha(opacity=0);

  }

  100% {

    -webkit-transform: perspective(400px) rotateY(0deg);

    transform: perspective(400px) rotateY(0deg);

    opacity: 1;

  }

}



@-webkit-keyframes pulse-border {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: scale(1.3);

    transform: scale(1.3);

    opacity: 0;

  }

}



@keyframes pulse-border {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: scale(1.3);

    transform: scale(1.3);

    opacity: 0;

  }

}



@-webkit-keyframes pulse-border-2 {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: scale(1.5);

    transform: scale(1.5);

    opacity: 0;

  }

}



@keyframes pulse-border-2 {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: scale(1.5);

    transform: scale(1.5);

    opacity: 0;

  }

}



#gva-preloader {

  position: fixed;

  background: white;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 9999;

}



.cssload-container {

  width: 100%;

  height: 200px;

  overflow: hidden;

  margin: 0px auto;

  position: absolute;

  top: 50%;

  margin-top: -100px;

}



.cssload-container .wait-text {

  text-align: center;

  padding-bottom: 15px;

  color: #2a3742;

}



.cssload-container .cssload-item {

  margin: auto;

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  width: 131px;

  height: 131px;

  background-color: #fff;

  box-sizing: border-box;

  -o-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);

  box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);

}



.cssload-container .cssload-moon {

  border-bottom: 26px solid var(--notech-theme-color);

  border-radius: 50%;

  -o-border-radius: 50%;

  -ms-border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-animation: spin 1.45s ease infinite;

  animation: spin 1.45s ease infinite;

}



@keyframes spin {

  from {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  to {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



@-webkit-keyframes spin {

  from {

    -webkit-transform: rotate(0deg);

  }

  to {

    -webkit-transform: rotate(360deg);

  }

}



.blur {

  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');

  -webkit-filter: url(#blur-filter);

  filter: url(#blur-filter);

  -webkit-filter: blur(3px);

  filter: blur(3px);

}



.blur-svg {

  display: none;

}



.hover-in {

  -webkit-transition: .3s ease-out;

  transition: .3s ease-out;

}



.hover-out {

  -webkit-transition: .3s ease-in;

  transition: .3s ease-in;

}



@media (max-width: 1024px) {

  .area-main-menu {

    min-height: 60px;

  }

  .gva-offcanvas-mobile {

    background: #fff;

    position: fixed !important;

    left: 0;

    top: 0;

    width: 100%;

    max-width: 350px;

    top: 0;

    bottom: 0;

    z-index: 999;

    height: auto;

    overflow-y: auto;

    overflow-x: hidden;

    webkit-overflow-scrolling: touch;

    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);

    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);

    padding-top: 0;

    transform: translateX(-100%);

    -webkit-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

  }

  .gva-offcanvas-mobile.show-view {

    -webkit-transition: all 0.35s;

    transition: all 0.35s;

    transform: translateX(0);

    -webkit-transform: translateX(0);

    -ms-transform: translateX(0);

    -moz-transform: translateX(0);

  }

}



@media (max-width: 1024px) and (prefers-reduced-motion: reduce) {

  .gva-offcanvas-mobile.show-view {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 1024px) {

  .gva-offcanvas-mobile .after-offcanvas {

    display: block !important;

    visibility: visible !important;

  }

  .gva-offcanvas-mobile .after-offcanvas .block {

    float: left;

    width: 100%;

  }

  .gva-offcanvas-mobile .close-offcanvas {

    display: block !important;

    visibility: visible !important;

    text-align: center;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    width: 100%;

    padding: 15px 0;

    opacity: 1;

    color: #111111;

  }

  .gva-offcanvas-mobile .close-offcanvas span {

    font-size: 24px;

  }

  .gva-offcanvas-mobile .close-offcanvas:hover {

    cursor: pointer;

    color: var(--notech-theme-color);

  }

  .gva-offcanvas-mobile .block {

    border-bottom: 1px solid #dee2e6;

    padding: 10px 20px 20px 20px;

  }

  .gva-offcanvas-mobile .block .block-content::after {

    display: block;

    clear: both;

    content: "";

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu {

    padding: 10px 0 0;

    width: 100% !important;

    background: none !important;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li {

    list-style: none;

    display: block;

    clear: both;

    width: 100%;

    margin-bottom: 8px !important;

    padding-bottom: 10px !important;

    padding-top: 5px !important;

    border-bottom: 1px solid #dee2e6;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:last-child {

    border-bottom: none;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li:before {

    content: none;

    display: none;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a {

    display: block;

    width: 100%;

    line-height: 32px;

    font-size: 17px;

    padding: 0 !important;

    font-weight: 700;

    color: #2a3742 !important;

    font-family: var(--notech-heading-font-family);

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:before {

    content: none;

    display: none;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:hover {

    color: var(--notech-theme-color) !important;

    background: none !important;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.menu-parent:hover .sub-menu {

    display: none;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu {

    padding-left: 20px !important;

    margin-bottom: 10px;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu .icaret {

    display: none;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a {

    font-size: 15px;

    line-height: 24px;

    padding-top: 2px !important;

    padding-bottom: 2px !important;

    color: #696969 !important;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a:hover {

    color: var(--notech-theme-color) !important;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu ul.sub-menu {

    display: block !important;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li {

    width: 100% !important;

    float: none !important;

    display: block;

    padding: 0;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li > a {

    padding: 0;

    border: 0;

    margin: 6px 0;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li.block-image {

    display: none;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu > .sub-menu > li > a {

    color: #2a3742;

    font-weight: 700;

    font-size: 15px;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu li a {

    position: relative;

    display: block;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {

    color: var(--notech-theme-color);

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {

    position: absolute;

    width: 32px;

    height: 32px;

    top: -1px;

    bottom: 0;

    right: 0;

    font-size: 13px;

    background: #f0f0f0;

    color: #3C3C3C;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret.nav-minus:before {

    content: '\f077';

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before {

    position: absolute;

    text-transform: inherit;

    left: 50%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu li ul {

    display: none;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu {

    -webkit-transition: none;

    transition: none;

    min-width: inherit;

    display: none;

    width: 100%;

    position: static;

    padding: 0 !important;

    visibility: visible;

    border: 0;

    background: none;

    opacity: 1;

    -webkit-box-shadow: none;

    box-shadow: none;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:after, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:before {

    content: none;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a {

    border-width: 0;

    padding-left: 0;

    padding-right: 0;

    font-size: 14px;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:before, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:after {

    content: none !important;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:hover {

    text-indent: 0;

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu ul {

    display: none;

    visibility: visible;

    opacity: 1;

    -webkit-transform: translate(0, 0);

    transform: translate(0, 0);

  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu .block-image {

    display: none;

  }

}



.menu-bar {

  height: 32px;

  width: 36px;

  position: absolute;

  cursor: pointer;

  top: 50%;

  right: 10px;

  margin-top: -16px;

}



.menu-bar:hover {

  -webkit-box-shadow: 0, 0, 10px, 0.3;

  box-shadow: 0, 0, 10px, 0.3;

}



.menu-bar span {

  display: block;

  width: 24px;

  height: 2px;

  background-color: #222222;

  position: absolute;

  left: 0;

  right: 0;

  margin: auto;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



@media (prefers-reduced-motion: reduce) {

  .menu-bar span {

    -webkit-transition: none;

    transition: none;

  }

}



.menu-bar span.one {

  top: 6px;

}



.menu-bar span.two {

  top: 0;

  bottom: 0;

}



.menu-bar span.three {

  bottom: 6px;

}



.menu-bar.show-view span.two {

  opacity: 0;

  filter: alpha(opacity=0);

}



.menu-bar.show-view span.one, .menu-bar.show-view span.three {

  top: 0;

  bottom: 0;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

}



.menu-bar.show-view span.three {

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

}



.has-button .menu-bar-mobile {

  right: 165px;

}



@media (max-width: 510px) {

  .col-xs-6 {

    width: 100% !important;

  }

}



.event-block .event-image {

  position: relative;

  overflow: hidden;

}



.event-block .event-image .date {

  position: absolute;

  top: 15px;

  right: 10px;

  overflow: hidden;

  padding: 5px 10px;

  background: #fff;

  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);

  text-align: center;

}



.event-block .event-image .date .day {

  font-size: 30px;

  text-transform: uppercase;

  color: var(--notech-theme-color);

  display: block;

  font-weight: 700;

  border-radius: 6px;

  line-height: 1;

}



.event-block .event-image .date .month {

  font-size: 12px;

  font-weight: 700;

  color: #2a3742;

  display: block;

  text-transform: uppercase;

}



.event-block .event-image .date .icon {

  margin-right: 5px;

}



.event-block .event-content {

  background: #fff;

  padding: 15px 20px;

  border: 1px solid #dee2e6;

  border-top: 0;

  min-height: 185px;

}



.event-block .event-content .event-info .title {

  font-size: 14px;

  line-height: 24px;

  display: block;

  margin-bottom: 5px;

  font-weight: 700;

}



.event-block .event-content .event-info .event-meta {

  font-size: 13px;

  color: var(--notech-theme-color-second);

}



.event-block .event-content .event-info .body {

  margin-top: 10px;

  line-height: 28px;

}



.event-block-2 {

  padding-bottom: 35px;

  margin-bottom: 35px;

  border-bottom: 1px solid #dee2e6;

}



.event-block-2::after {

  display: block;

  clear: both;

  content: "";

}



@media (max-width: 540px) {

  .event-block-2 {

    padding-bottom: 20px;

    margin-bottom: 20px;

  }

}



.event-block-2 .content-inner {

  padding-left: 320px;

  position: relative;

  z-index: 9;

}



@media (max-width: 767.98px) {

  .event-block-2 .content-inner {

    padding-left: 310px;

  }

}



@media (max-width: 768.9px) {

  .event-block-2 .content-inner {

    padding-left: 220px;

  }

}



@media (max-width: 650px) {

  .event-block-2 .content-inner {

    padding-left: 0;

  }

}



.event-block-2 .content-inner .event-content-inner {

  position: relative;

}



.event-block-2 .content-inner .event-content-inner .event-content {

  padding-left: 90px;

}



@media (max-width: 767.98px) {

  .event-block-2 .content-inner .event-content-inner .event-content {

    padding-left: 0;

  }

}



.event-block-2 .post-title {

  font-size: 20px;

  margin-bottom: 15px;

}



.event-block-2 .event-image {

  width: 320px;

  float: left;

  position: relative;

  z-index: 1;

}



@media (max-width: 767.98px) {

  .event-block-2 .event-image {

    width: 300px;

  }

}



@media (max-width: 768.9px) {

  .event-block-2 .event-image {

    width: 200px;

  }

}



@media (max-width: 650px) {

  .event-block-2 .event-image {

    width: 100%;

    margin-bottom: 15px;

  }

}



.event-block-2 .event-image .event-date {

  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);

  width: 120px;

  height: 120px;

  float: left;

  text-align: center;

  line-height: 1.1;

  padding-top: 15px;

  position: absolute;

  background: #fff;

  top: 50%;

  right: -60px;

  margin-top: -60px;

}



@media (max-width: 767.98px) {

  .event-block-2 .event-image .event-date {

    top: 10px;

    right: 10px;

    margin-top: 0;

    padding-top: 10px;

    width: 90px;

    height: 90px;

  }

}



.event-block-2 .event-image .event-date .date {

  font-size: 55px;

  font-weight: 700;

  color: var(--notech-theme-color);

  display: block;

}



@media (max-width: 767.98px) {

  .event-block-2 .event-image .event-date .date {

    font-size: 45px;

  }

}



.event-block-2 .event-image .event-date .month {

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 700;

  color: #2a3742;

}



.event-block-2 .event-meta {

  font-size: 15px;

  margin-top: 5px;

  line-height: 22px;

}



.event-block-2 .event-line {

  width: 50px;

  height: 2px;

  background: var(--notech-theme-color);

  margin: 15px 0 15px;

}



@media (max-width: 767.98px) {

  .event-block-2 .post-title {

    margin-top: 0;

    font-size: 18px;

  }

}



.event-list-item .event-date {

  display: inline-block;

  background: var(--notech-theme-color);

  color: #fff;

  border-radius: 3px;

  padding: 0 15px;

  font-size: 13px;

  line-height: 30px;

  line-height: 24px;

}



.event-list-item .event-title {

  margin-top: 5px;

}



.event-list-item .event-title a {

  font-size: 20px;

  color: #2a3742;

  font-weight: 700;

}



.event-list-item .event-body {

  color: #232526;

}



.event-list-item .event-body p {

  margin-bottom: 0;

}



.events-list .view-content-wrap .item:last-child .event-block-2 {

  margin-bottom: 0;

  padding-bottom: 0;

  border: none;

}



.event-block-list .event-date {

  width: 110px;

  height: auto;

  float: left;

  background: var(--notech-theme-color);

  color: #fff;

  padding: 12px 10px;

}



.event-block-list .event-date span {

  display: block;

}



.event-block-list .event-date span.day {

  font-size: 30px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.5);

  line-height: 1;

  margin-bottom: 3px;

  padding-bottom: 3px;

}



.event-block-list .event-title a {

  font-weight: 700;

  font-size: 14px;

  display: inline-block;

  line-height: 24px;

}



.event-block-list .event-address {

  font-size: 14px;

}



.event-block-list .event-address i {

  font-size: 16px;

  color: var(--notech-theme-color);

}



.event-block-list .event-content {

  padding-left: 125px;

}



.event-full {

  margin-bottom: 30px;

}



.event-full .event-info {

  background: #ebf1f6;

  padding: 20px;

  font-size: 16px;

}



.event-full .event-info .date > *, .event-full .event-info .address > * {

  float: left;

}



.event-full .event-info .date i, .event-full .event-info .address i {

  margin-right: 10px;

  margin-top: 6px;

}



.portfolio-filter {

  margin-bottom: 18px;

}



.portfolio-filter ul.nav-tabs {

  padding: 5px 0;

  border-bottom: none;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.portfolio-filter ul.nav-tabs > li {

  display: inline-block;

}



.portfolio-filter ul.nav-tabs > li > a {

  font-weight: 500;

  color: var(--body-color);

  margin-right: 10px;

  padding: 8px 15px;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  letter-spacing: 0;

  position: relative;

  border: 1px solid #dee2e6;

  font-size: 14px;

  background: #fff;

  font-family: var(--notech-heading-font-family);

  display: inline-block;

  margin-bottom: 10px;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-filter ul.nav-tabs > li > a {

    -webkit-transition: none;

    transition: none;

  }

}



.portfolio-filter ul.nav-tabs > li > a:hover {

  border-color: var(--notech-theme-color);

  color: var(--notech-theme-color);

}



.portfolio-filter ul.nav-tabs > li > a.active {

  border-color: var(--notech-theme-color);

  background: var(--notech-theme-color);

  color: #fff;

}



.gva-portfolio-items {

  float: left;

  width: 100%;

}



.portfolio-one__single {

  position: relative;

  max-width: 480px;

  margin: 0 auto;

  margin-bottom: 60px;

}



.portfolio-one__images {

  position: relative;

  text-align: center;

}



.portfolio-one__images:before {

  content: '';

  width: 100%;

  height: 0;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;

  background: rgba(0, 0, 0, 0.36);

  opacity: 0;

  -webkit-transition: all 0.8s;

  transition: all 0.8s;

}



.portfolio-one__images .image-popup {

  opacity: 0;

  filter: alpha(opacity=0);

  width: 32px;

  height: 32px;

  background: #fff;

  line-height: 32px;

  position: absolute;

  top: 15px;

  right: 15px;

  z-index: 99;

  text-align: center;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-one__images .image-popup {

    -webkit-transition: none;

    transition: none;

  }

}



.portfolio-one__images .image-popup:hover {

  color: #fff;

  background: var(--notech-theme-color);

}



.portfolio-one__link {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}



.portfolio-one__content-inner {

  position: absolute;

  left: 15px;

  right: 15px;

  bottom: -30px;

  z-index: 11;

  text-align: left;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  padding: 35px 30px 30px;

  background: #fff;

  overflow: hidden;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-one__content-inner {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 991.98px) {

  .portfolio-one__content-inner {

    padding: 30px;

  }

}



.portfolio-one__arrow {

  position: absolute;

  right: 0;

  top: -50px;

  width: 55px;

  height: 55px;

  border-radius: 0 0 0 60px;

  background: #fff;

  color: var(--notech-theme-color);

  z-index: 11;

  font-size: 12px;

  line-height: 50px;

  text-align: center;

  padding-left: 12px;

  opacity: 0;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.portfolio-one__title {

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  font-size: 20px;

  line-height: 28px;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-one__title {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 991.98px) {

  .portfolio-one__title {

    font-size: 18px;

  }

}



.portfolio-one__title a:hover, .portfolio-one__title a:focus, .portfolio-one__title a:active {

  text-decoration: underline;

}



.portfolio-one__category a {

  color: var(--notech-theme-color-second);

  font-size: 16px;

}



@media (max-width: 991.98px) {

  .portfolio-one__category a {

    font-size: 14px;

  }

}



.portfolio-one__category a:hover, .portfolio-one__category a:focus, .portfolio-one__category a:active {

  text-decoration: underline;

}



.portfolio-one__single:hover .portfolio-one__images:before {

  opacity: 1;

  height: 100%;

}



.portfolio-one__single:hover .portfolio-one__images .image-popup {

  opacity: 1;

}



.portfolio-one__single:hover .portfolio-one__content-inner {

  background: var(--notech-theme-color);

}



.portfolio-one__single:hover .portfolio-one__title a {

  color: #fff;

}



.portfolio-one__single:hover .portfolio-one__arrow {

  top: 0;

  opacity: 1;

}



.owl-carousel .owl-item.active.center .portfolio-one__single .portfolio-one__images .image-popup {

  opacity: 1;

}



.owl-carousel .owl-item.active.center .portfolio-one__single .portfolio-one__content-inner {

  background: var(--notech-theme-color);

}



.owl-carousel .owl-item.active.center .portfolio-one__single .portfolio-one__title a {

  color: #fff;

}



.owl-carousel .owl-item.active.center .portfolio-one__single .portfolio-one__arrow {

  top: 0;

  opacity: 1;

}



.portfolio-v2 {

  position: relative;

  margin-bottom: 30px;

  background: #fff;

}



.portfolio-v2 .portfolio-content .portfolio-images {

  position: relative;

}



.portfolio-v2 .portfolio-content .portfolio-images:after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #2a3742;

  opacity: 0;

  z-index: 9;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.portfolio-v2 .portfolio-content .portfolio-images .image-popup {

  position: absolute;

  top: 50%;

  left: 50%;

  margin-left: -10px;

  margin-top: -10px;

  z-index: 11;

  opacity: 0;

}



.portfolio-v2 .portfolio-content .portfolio-images .image-popup i {

  font-size: 28px;

  color: #fff;

}



.portfolio-v2 .portfolio-content .content-inner {

  position: relative;

  padding: 30px 50px 35px;

  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);

  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);

  text-align: center;

}



@media (max-width: 1200px) {

  .portfolio-v2 .portfolio-content .content-inner {

    padding: 30px 18px;

  }

}



.portfolio-v2 .portfolio-content .content-inner .title {

  margin: 0 0 15px;

}



.portfolio-v2 .portfolio-content .content-inner .title a {

  font-size: 20px;

}



@media (max-width: 1024px) {

  .portfolio-v2 .portfolio-content .content-inner .title a {

    font-size: 18px;

    line-height: 30px;

  }

}



.portfolio-v2 .portfolio-content .content-inner .category {

  -webkit-transition: all 0.45s;

  transition: all 0.45s;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-v2 .portfolio-content .content-inner .category {

    -webkit-transition: none;

    transition: none;

  }

}



.portfolio-v2 .portfolio-content .content-inner .category a {

  color: #6c7f90;

  font-size: 16px;

}



.portfolio-v2 .portfolio-content .content-inner .category a:hover, .portfolio-v2 .portfolio-content .content-inner .category a:focus, .portfolio-v2 .portfolio-content .content-inner .category a:active {

  text-decoration: underline;

}



.portfolio-v2 .portfolio-content .content-inner .action {

  margin-top: 25px;

}



.portfolio-v2 .portfolio-content .content-inner .action a {

  width: 100%;

  padding: 15px 15px;

  background: #6c7f90;

  color: #fff;

  letter-spacing: 0.5px;

}



.portfolio-v2 .portfolio-content .content-inner .action a:hover {

  background: var(--notech-theme-color);

}



.portfolio-v2 ul {

  list-style: none;

  padding: 0;

}



.portfolio-v2:hover .portfolio-content .portfolio-images:after {

  opacity: 0.36;

}



.portfolio-v2:hover .portfolio-content .portfolio-images .image-popup {

  opacity: 1;

}



.portfolio-v4 {

  position: relative;

  margin: 0 1px;

  margin-bottom: 38px;

  background: none;

}



.portfolio-v4 .portfolio-images {

  position: relative;

  text-align: center;

}



.portfolio-v4 .portfolio-images:after {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 9;

  opacity: 0;

  filter: alpha(opacity=0);

  background: rgba(0, 0, 0, 0.5);

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-v4 .portfolio-images:after {

    -webkit-transition: none;

    transition: none;

  }

}



.portfolio-v4 .portfolio-images .image-popup {

  opacity: 0;

  filter: alpha(opacity=0);

  width: 32px;

  height: 32px;

  background: #fff;

  line-height: 32px;

  position: absolute;

  top: 15px;

  right: 15px;

  z-index: 99;

  text-align: center;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  margin-top: 30px;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-v4 .portfolio-images .image-popup {

    -webkit-transition: none;

    transition: none;

  }

}



.portfolio-v4 .portfolio-images .image-popup:hover {

  color: #fff;

  background: var(--notech-theme-color);

}



.portfolio-v4 .portfolio-images .link {

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: all 0.45s;

  transition: all 0.45s;

  width: 32px;

  height: 32px;

  background: #fff;

  line-height: 33px;

  position: absolute;

  top: 55px;

  right: 15px;

  z-index: 99;

  text-align: center;

  margin-top: 45px;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-v4 .portfolio-images .link {

    -webkit-transition: none;

    transition: none;

  }

}



.portfolio-v4 .portfolio-images .link:hover {

  color: #fff;

  background: var(--notech-theme-color);

}



.portfolio-v4 .content-inner {

  position: relative;

  margin-left: 15px;

  margin-right: 15px;

  z-index: 11;

  margin-top: -35px;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  padding: 25px 25px 30px;

  background: #fff;

  border: 1px solid rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);

  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-v4 .content-inner {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 991.98px) {

  .portfolio-v4 .content-inner {

    padding: 25px 20px 30px;

    margin-left: 10px;

    margin-right: 10px;

  }

}



.portfolio-v4 .content-inner .title {

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  font-size: 20px;

  line-height: 26px;

  margin-bottom: 2px;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-v4 .content-inner .title {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 767.98px) {

  .portfolio-v4 .content-inner .title {

    font-size: 18px;

  }

}



.portfolio-v4 .content-inner .category {

  padding-bottom: 10px;

  position: relative;

}



.portfolio-v4 .content-inner .category a {

  font-size: 14px;

  color: var(--body-color);

}



.portfolio-v4 .content-inner .category a:hover, .portfolio-v4 .content-inner .category a:focus, .portfolio-v4 .content-inner .category a:active {

  text-decoration: underline;

}



.portfolio-v4 .content-inner .category:after {

  content: '';

  width: 15px;

  height: 2px;

  background: var(--notech-theme-color);

  position: absolute;

  left: 0;

  bottom: 0;

  z-index: 11;

}



.portfolio-v4:hover .portfolio-images:after, .portfolio-v4:active .portfolio-images:after, .portfolio-v4:focus .portfolio-images:after {

  opacity: 1;

}



.portfolio-v4:hover .portfolio-images .image-popup, .portfolio-v4:active .portfolio-images .image-popup, .portfolio-v4:focus .portfolio-images .image-popup {

  opacity: 1;

  margin-top: 0;

}



.portfolio-v4:hover .portfolio-images a.link, .portfolio-v4:active .portfolio-images a.link, .portfolio-v4:focus .portfolio-images a.link {

  opacity: 1;

  margin-top: 0;

}



.portfolio-v4 ul {

  list-style: none;

  padding: 0;

}



.portfolio-carousel-single {

  max-width: 1080px;

  margin: 0 auto;

}



.portfolio-three__single {

  overflow: hidden;

}



.portfolio-three__images {

  text-align: center;

}



.portfolio-three__images img {

  max-width: 750px;

  position: relative;

  z-index: 9;

}



.portfolio-three__images .image-popup {

  position: absolute;

  left: 50%;

  bottom: -30px;

  z-index: 99;

  width: 32px;

  height: 32px;

  margin-left: -16px;

  line-height: 32px;

  text-align: center;

  background: var(--notech-theme-color);

  color: #fff;

  display: inline-block;

  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;

  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;

  opacity: 0;

  filter: alpha(opacity=0);

}



.portfolio-three__read-more {

  position: absolute;

  right: 0;

  bottom: 30px;

  z-index: 1;

  width: 300px;

  text-align: right;

}



.portfolio-three__read-more a {

  text-transform: uppercase;

  font-weight: 700;

  font-size: 12px;

  letter-spacing: 1px;

  -webkit-transition: all 1s;

  transition: all 1s;

  padding-right: 40px;

  opacity: 0;

  filter: alpha(opacity=0);

  color: #2a3742;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-three__read-more a {

    -webkit-transition: none;

    transition: none;

  }

}



.portfolio-three__read-more a:hover {

  color: var(--notech-theme-color);

}



.portfolio-three__read-more:after {

  content: "";

  width: 0px;

  height: 1px;

  background: #2A2C38;

  position: absolute;

  bottom: 0;

  left: 0;

  -webkit-transition: all 1s;

  transition: all 1s;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-three__read-more:after {

    -webkit-transition: none;

    transition: none;

  }

}



.portfolio-three__read-more:hover:after {

  background: var(--notech-theme-color);

}



.portfolio-three__content {

  position: absolute;

  top: 100px;

  left: 50px;

  z-index: 11;

}



@media (max-width: 767.98px) {

  .portfolio-three__content {

    left: 30px;

  }

}



.portfolio-three__content:after {

  content: "";

  -webkit-transition: all 1s;

  transition: all 1s;

  width: 1px;

  height: 0;

  background: #2A2C38;

  position: absolute;

  top: -110px;

  left: 0;

}



@media (prefers-reduced-motion: reduce) {

  .portfolio-three__content:after {

    -webkit-transition: none;

    transition: none;

  }

}



.portfolio-three__category {

  margin-bottom: 5px;

}



.portfolio-three__category a {

  font-weight: 700;

  background: #fff;

  display: inline-block;

  padding: 0 5px;

  font-size: 14px;

  color: #2a3742;

}



.portfolio-three__category a:hover {

  color: var(--notech-theme-color);

}



.portfolio-three__content-inner {

  overflow: hidden;

}



.portfolio-three__title {

  background: rgba(255, 255, 255, 0.9);

  background: var(--notech-theme-color-second);

  padding: 18px 30px 15px;

  margin: 0;

  max-width: 450px;

  position: relative;

  border-bottom: 0;

}



.portfolio-three__title:after {

  content: '';

  width: 60px;

  height: 2px;

  background: var(--notech-theme-color);

  position: absolute;

  bottom: 0;

  left: 30px;

  z-index: 9;

}



.portfolio-three__title a {

  font-size: 20px;

  color: #2a3742;

}



.portfolio-three__title a:hover {

  color: var(--notech-theme-color);

}



.portfolio-three__desc {

  background: rgba(255, 255, 255, 0.9);

  background: var(--notech-theme-color-second);

  color: rgba(0, 0, 0, 0.8);

  padding: 15px 30px 20px;

  max-width: 450px;

  border-top: 0;

  line-height: 24px;

}



.portfolio-three__category {

  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;

  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;

  -webkit-transform: translate(0, -70%);

  transform: translate(0, -70%);

  ms-transform: translate(0, -70%);

  opacity: 0;

  filter: alpha(opacity=0);

}



.portfolio-three__title {

  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;

  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;

  -webkit-transform: translate(0, -50%);

  transform: translate(0, -50%);

  ms-transform: translate(0, -50%);

  opacity: 0;

  filter: alpha(opacity=0);

}



.portfolio-three__desc {

  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;

  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;

  -webkit-transform: translate(0, -30%);

  transform: translate(0, -30%);

  ms-transform: translate(0, -30%);

  opacity: 0;

  filter: alpha(opacity=0);

}



.active-effect .portfolio-three__content:after {

  height: 100px;

}



.active-effect .portfolio-three__category, .active-effect .portfolio-three__title, .active-effect .portfolio-three__desc {

  -webkit-transform: translate(0, 0);

  transform: translate(0, 0);

  ms-transform: translate(0, 0);

  opacity: 1;

}



.active-effect .portfolio-three__images .image-popup {

  opacity: 1;

  bottom: 20px;

}



.active-effect .portfolio-three__read-more a {

  padding-right: 10px;

  opacity: 1;

}



.active-effect .portfolio-three__read-more:after {

  width: 300px;

}



.text-light .portfolio-carousel-single .portfolio-item .portfolio-content::after {

  background: #fff;

}



.text-light .portfolio-carousel-single .portfolio-item .images .read-more:after {

  background: #fff;

}



.text-light .portfolio-carousel-single .portfolio-item .images .read-more a {

  color: #fff;

}



.testimonial-one__single {

  max-width: 900px;

  margin: 10px auto 30px;

  padding: 40px 30px 50px;

  background: #fff;

  border: 2px solid rgba(0, 0, 0, 0);

  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);

  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  text-align: center;

}



@media (max-width: 1024px) {

  .testimonial-one__single {

    padding: 30px 18px 40px;

  }

}



.testimonial-one__icon {

  display: inline-block;

  margin: 0 auto 10px;

  width: 75px;

  height: 76px;

  background: url("../images/testimonial-quote.png") no-repeat center center transparent;

}



.testimonial-one__quote {

  font-size: 18px;

  line-height: 36px;

  position: relative;

  text-align: center;

  color: var(--body-color);

}



@media (max-width: 1024px) {

  .testimonial-one__quote {

    font-size: 16px;

    line-height: 32px;

  }

}



.testimonial-one__avatar {

  max-width: 90px;

  position: relative;

  margin: 30px auto 0;

}



.testimonial-one__avatar img {

  width: 100% !important;

  height: auto;

  border-radius: 50%;

}



.testimonial-one__info {

  margin-top: 18px;

  text-align: center;

}



.testimonial-one__name {

  font-size: 18px;

  font-weight: 700;

  color: #2a3742;

}



.testimonial-one__job {

  font-size: 16px;

  line-height: 1;

}



.testimonial-one:hover {

  -webkit-box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.08);

  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.08);

}



.owl-carousel .owl-item.center .testimonial-one__single {

  border-color: var(--notech-theme-color);

}



.testimonial-node-2 {

  max-width: 750px;

  margin: 0 auto;

  padding: 0;

  text-align: center;

}



.testimonial-node-2 .content-body {

  position: relative;

  padding: 0 30px 30px;

}



.testimonial-node-2 .content-body .avatar {

  margin-bottom: 45px;

  max-width: 90px;

  position: relative;

  display: inline-block;

}



.testimonial-node-2 .content-body .avatar img {

  width: 100% !important;

  height: auto;

  border-radius: 50%;

}



.testimonial-node-2 .content-body .avatar .quote-icon {

  font-size: 38px;

  width: 38px;

  height: 38px;

  background: var(--notech-theme-color);

  color: #fff;

  text-align: center;

  display: inline-block;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  margin-top: -20px;

  right: -20px;

  line-height: 62px;

  font-style: italic;

  padding-right: 12px;

}



.testimonial-node-2 .content-body .quote {

  font-size: 26px;

  line-height: 48px;

  position: relative;

  padding-bottom: 25px;

  color: #2a3742;

  text-align: center;

  font-family: var(--notech-heading-font-family);

}



@media (max-width: 767.98px) {

  .testimonial-node-2 .content-body .quote {

    font-size: 22px;

    line-height: 40px;

  }

}



.testimonial-node-2 .content-body .info {

  text-align: center;

}



.testimonial-node-2 .content-body .info .name {

  font-size: 20px;

  font-weight: 700;

  color: var(--notech-theme-color-second);

  font-family: var(--notech-heading-font-family);

}



.testimonial-node-2 .content-body .info .job {

  font-size: 16px;

  line-height: 1;

  font-family: var(--notech-heading-font-family);

}



.testimonial-three__single {

  padding: 0 15px;

  max-width: 1000px;

  margin: 0 auto;

}



.testimonial-three__content {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  position: relative;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.testimonial-three__content:after {

  content: '';

  width: 75px;

  height: 76px;

  background: url("../images/testimonial-quote.png") no-repeat center center transparent;

  position: absolute;

  bottom: 0;

  right: 15px;

  z-index: 1;

}



.testimonial-three__avatar {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 170px;

  flex: 0 0 170px;

  max-width: 170px;

  position: relative;

}



.testimonial-three__avatar img {

  border-radius: 50%;

}



.testimonial-three__quote-icon {

  display: inline-block;

  width: 38px;

  height: 38px;

  border-radius: 50%;

  background: var(--notech-theme-color);

  color: #fff;

  line-height: 52px;

  text-align: center;

  font-size: 30px;

  font-weight: 700;

  position: absolute;

  top: 30px;

  right: -10px;

}



.testimonial-three__content-inner {

  padding-left: 80px;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 calc(100% - 170px);

  flex: 0 0 calc(100% - 170px);

}



@media (max-width: 1024px) {

  .testimonial-three__content-inner {

    padding-left: 30px;

  }

}



@media (max-width: 768px) {

  .testimonial-three__content-inner {

    padding-left: 0;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    padding-top: 20px;

  }

}



.testimonial-three__quote {

  font-size: 26px;

  color: #2a3742;

  line-height: 46px;

}



@media (max-width: 1024px) {

  .testimonial-three__quote {

    font-size: 20px;

    line-height: 38px;

  }

}



.testimonial-three__info {

  margin-top: 35px;

}



@media (max-width: 1024px) {

  .testimonial-three__info {

    margin-top: 20px;

  }

}



.testimonial-three__name {

  font-size: 20px;

  font-weight: 700;

  color: var(--notech-theme-color);

  margin-bottom: 5px;

}



.testimonial-three__job {

  font-size: 16px;

}



.testimonial-grid .item-grid {

  margin-bottom: 45px;

}



.testimonial-grid .item-grid::after {

  display: block;

  clear: both;

  content: "";

}



.testimonial-grid .item-grid .testimonials-quote {

  font-size: 16px;

  color: #2a3742;

  padding: 30px;

  border: 1px solid #dee2e6;

  font-weight: 400;

  font-style: italic;

  font-family: "Georgia";

}



.testimonial-grid .item-grid .testimonials-profile {

  display: inline-block;

  position: relative;

  margin-left: 30px;

  float: left;

  padding-top: 20px;

}



.testimonial-grid .item-grid .testimonials-profile:after {

  content: "";

  position: absolute;

  width: 50px;

  height: 2px;

  background: var(--notech-theme-color);

  top: -1px;

  left: 0;

  z-index: 1;

}



.testimonial-grid .item-grid .testimonials-profile .right {

  padding-left: 70px;

}



.testimonial-grid .item-grid .testimonials-profile .right .name {

  font-size: 16px;

  font-weight: 700;

  color: #2a3742;

  margin: 0;

  text-transform: uppercase;

}



.testimonial-grid .item-grid .testimonials-profile .right .job {

  font-size: 12px;

  font-weight: 900;

  color: var(--notech-theme-color);

  text-transform: uppercase;

}



.testimonial-grid .item-grid .testimonials-profile .left {

  display: inline-block;

  float: left;

}



.testimonial-grid .item-grid .testimonials-profile .left img {

  border-radius: 50%;

  width: 50px;

  height: auto;

}



.team-two__content {

  margin-bottom: 30px;

  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);

  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);

  text-align: center;

  padding: 30px 15px;

  position: relative;

  overflow: hidden;

}



.team-two__content:after {

  content: '';

  position: absolute;

  top: 0;

  right: -100px;

  width: 138px;

  height: 130px;

  background: url("../images/shape-1.png") no-repeat right bottom transparent;

  z-index: 11;

  opacity: 0;

  -webkit-transition: all 0.8s;

  transition: all 0.8s;

}



.team-two__name {

  font-size: 22px;

  margin: 0 0 5px;

}



.team-two__image {

  position: relative;

  overflow: hidden;

}



.team-two__image .item-image a:after {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 9;

  background: rgba(0, 0, 0, 0.36);

  -webkit-transition: all 1s;

  transition: all 1s;

  opacity: 0;

}



.team-two__job {

  color: var(--body-color);

}



.team-two__socials {

  position: absolute;

  bottom: 20px;

  right: 20px;

  margin-bottom: -50px;

  opacity: 0;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  z-index: 11;

  width: 45px;

}



.team-two__socials a {

  text-align: center;

  color: #2a3742;

  font-size: 16px;

  margin: 0 5px;

  width: 42px;

  height: 42px;

  border-radius: 50%;

  background: #fff;

  display: inline-block;

  line-height: 42px;

  margin-top: 10px;

}



.team-two__socials a:hover, .team-two__socials a:focus, .team-two__socials a:active {

  background: var(--notech-theme-color);

  color: #fff;

}



.team-two__single:hover .team-two__content:after {

  right: 0;

  opacity: 1;

}



.team-two__single:hover .team-two__socials {

  opacity: 1;

  margin-bottom: 0;

}



.team-two__single:hover .team-two__image .item-image a:after {

  opacity: 1;

}



.team-block.team-v1 {

  text-align: center;

  margin-bottom: 30px;

  position: relative;

  overflow: hidden;

  background: transparent;

  background: #fff;

}



.team-block.team-v1 .team-image {

  position: relative;

  background: transparent;

}



.team-block.team-v1 .team-image .socials-team {

  z-index: 9;

  width: auto;

  padding: 10px 0;

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: all 0.15s;

  transition: all 0.15s;

  text-align: center;

  position: absolute;

  top: -20px;

  right: 10px;

  z-index: 9;

  width: 32px;

}



@media (prefers-reduced-motion: reduce) {

  .team-block.team-v1 .team-image .socials-team {

    -webkit-transition: none;

    transition: none;

  }

}



.team-block.team-v1 .team-image .socials-team a {

  width: 32px;

  height: 32px;

  border-radius: 50%;

  line-height: 32px;

  text-align: center;

  color: #fff;

  background: #2A2C38;

  font-size: 14px;

  display: block;

  margin-bottom: 10px;

}



.team-block.team-v1 .team-image .socials-team a:hover, .team-block.team-v1 .team-image .socials-team a:focus, .team-block.team-v1 .team-image .socials-team a:active {

  background: var(--notech-theme-color);

}



.team-block.team-v1 .team-image .item-image {

  position: relative;

}



.team-block.team-v1 .team-image .item-image a:after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(255, 255, 255, 0.8);

  opacity: 0;

  filter: alpha(opacity=0);

  z-index: 1;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



@media (prefers-reduced-motion: reduce) {

  .team-block.team-v1 .team-image .item-image a:after {

    -webkit-transition: none;

    transition: none;

  }

}



.team-block.team-v1 .team-content {

  background: transparent;

  position: relative;

  text-align: left;

  padding: 10px 20px 20px;

  border: 1px solid #dee2e6;

  border-top: 0;

}



.team-block.team-v1 .team-content .team-name {

  font-size: 20px;

  font-weight: 700;

  margin: 0;

  line-height: 20px;

  padding: 20px 0 6px;

  text-transform: capitalize;

}



.team-block.team-v1 .team-content .team-job {

  font-size: 13px;

  color: #808080;

  padding: 0 0 10px;

}



.team-block.team-v1 .team-skills .progress-label {

  font-weight: 400 !important;

  font-size: 13px;

  color: #2a3742;

  text-transform: capitalize;

}



.team-block.team-v1 .team-skills .progress {

  margin-bottom: 12px !important;

  height: 2px !important;

}



.team-block.team-v1 .team-skills .progress .progress-bar span {

  display: none;

}



.team-block.team-v1 .team-skills .progress .percentage {

  font-size: 12px !important;

  top: -22px;

  color: #2a3742;

  font-weight: 400;

}



.team-block.team-v1:hover .team-image .item-image:after {

  opacity: 1;

}



.team-block.team-v1:hover .team-image .socials-team {

  opacity: 1;

  top: 10px;

}



.team-list .team-block .team-image {

  width: 35%;

  float: left;

}



.team-list .team-block .team-content {

  padding-left: 30px;

  width: 65%;

  float: left;

}



.team-list .team-block .team-content .team-body {

  display: block !important;

  visibility: visible !important;

  padding: 10px 0;

}



.colorpicker {

  z-index: 9999999 !important;

}



.permission-save-hidden #gavias_customize_save {

  display: none !important;

}



.gavias-skins-panel {

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

  background: #fff;

  right: -403px;

  position: fixed;

  height: auto;

  top: 0px;

  bottom: 0;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  width: 400px;

  z-index: 999;

}



@media (prefers-reduced-motion: reduce) {

  .gavias-skins-panel {

    -webkit-transition: none;

    transition: none;

  }

}



.gavias-skins-panel .gavias-skins-panel-inner {

  bottom: 0;

  padding: 10px 10px 10px;

  height: auto;

  overflow-x: hidden;

  overflow-y: scroll;

  position: absolute;

  top: 0;

  width: 100%;

}



.gavias-skins-panel.active {

  right: 0 !important;

}



.gavias-skins-panel #gavias_profile_customize_name option {

  color: #2a3742;

}



.gavias-skins-panel .control-panel {

  position: absolute;

  top: 150px;

  left: -40px;

  width: 40px;

  height: 40px;

  background: var(--notech-theme-color);

  color: #fff;

  font-size: 16px;

  line-height: 45px;

  text-align: center;

}



.gavias-skins-panel .control-panel:hover {

  cursor: pointer;

}



.gavias-skins-panel .panel-skins-content {

  padding-bottom: 20px;

  overflow: hidden;

}



.gavias-skins-panel .panel-skins-content:last-child {

  padding-bottom: 0;

}



.gavias-skins-panel .panel-skins-content .title {

  font-size: 14px;

  font-weight: 700;

  padding-bottom: 10px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  text-transform: uppercase;

  color: #2a3742;

  margin-bottom: 10px;

}



#customize-gavias-preivew {

  font-size: 14px;

}



#customize-gavias-preivew .accordion-item .accordion-button {

  -webkit-box-shadow: none;

  box-shadow: none;

  font-weight: 600;

}



#customize-gavias-preivew select, #customize-gavias-preivew input {

  font-size: 14px;

  padding: 10px 10px;

  line-height: 20px;

}



#customize-gavias-preivew .form-group {

  position: relative;

  float: left;

  width: 100%;

  margin-bottom: 10px;

}



#customize-gavias-preivew .form-group label {

  width: 170px;

  float: left;

  padding-top: 10px;

  font-size: 13px;

  color: #2a3742;

  font-weight: 400;

}



#customize-gavias-preivew .form-group label.fw {

  width: 100%;

}



#customize-gavias-preivew .form-group input {

  width: calc(100% - 170px);

  float: left;

}



#customize-gavias-preivew .form-group .colorselector {

  width: calc(100% - 170px);

  position: relative;

}



#customize-gavias-preivew .form-group .colorselector input {

  width: 100% !important;

}



#customize-gavias-preivew .form-group .colorselector .input-group-addon {

  border: 1px solid #dee2e6;

  position: absolute;

  width: 30px;

  height: 100%;

  top: 0;

  right: 0;

  z-index: 1;

}



#customize-gavias-preivew .form-group .colorselector .input-group-addon i {

  width: 30px;

  height: 20px;

  display: inline-block;

}



#customize-gavias-preivew .form-group .colorselector .remove {

  width: 34px;

  height: 34px;

  color: #2a3742;

  position: absolute;

  top: 4px;

  right: 25px;

  line-height: 34px;

  text-align: center;

  z-index: 99;

}



#customize-gavias-preivew .form-group .colorselector .remove:hover {

  cursor: pointer;

}



.gavias_customize_form .form-group.action {

  float: left;

  width: 100%;

  margin-top: 20px;

}



.gavias_customize_form .form-group.action input {

  width: 28%;

  margin-left: 10px;

  color: #fff;

  font-weight: 600;

  margin-bottom: 10px;

  padding: 10px 0;

}



.gavias_customize_form .form-group.action input#gavias_customize_save {

  background: theme-color("success");

}



.gavias_customize_form .form-group.action input#gavias_customize_preview {

  background: theme-color("info");

}



.gavias_customize_form .form-group.action input#gavias_customize_reset {

  background: theme-color("warning");

}



.gavias_sliderlayer {

  background: #fff;

}



.tp-parallax-wrap {

  visibility: visible !important;

  -webkit-transform-style: unset !important;

  transform-style: unset !important;

}



.tp-parallax-wrap::after {

  display: block;

  clear: both;

  content: "";

}



.slotholder {

  -webkit-filter: unset !important;

  filter: unset !important;

}



.layer-style-image {

  display: inline-block;

  text-align: center;

}



.layer-style-image img {

  max-width: 100% !important;

  height: auto !important;

}



.gavias_sliderlayer .tp-bullets, #gavias_slider_single .tp-bullets {

  -webkit-opacity: 1 !important;

  -ms-opacity: 1 !important;

  -o-opacity: 1 !important;

  opacity: 1 !important;

  visibility: visible !important;

  margin-left: -40px;

}



.gavias_sliderlayer .tp-bullets .tp-bullet, #gavias_slider_single .tp-bullets .tp-bullet {

  width: 20px;

  height: 5px;

  background: rgba(255, 255, 255, 0.4);

}



.gavias_sliderlayer .tp-bullets .tp-bullet.selected, #gavias_slider_single .tp-bullets .tp-bullet.selected {

  background: #fff;

}



.gavias_sliderlayer .tparrows, #gavias_slider_single .tparrows {

  width: 36px;

  height: 36px;

  background: #fff !important;

  line-height: 36px;

  color: #2a3742;

  font-size: 18px;

  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);

  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);

}



@media (max-width: 768.9px) {

  .gavias_sliderlayer .tparrows, #gavias_slider_single .tparrows {

    width: 35px;

    height: 35px;

    line-height: 35px;

  }

}



.gavias_sliderlayer .tparrows:hover, .gavias_sliderlayer .tparrows:focus, #gavias_slider_single .tparrows:hover, #gavias_slider_single .tparrows:focus {

  background: var(--notech-theme-color);

  color: #fff;

}



.gavias_sliderlayer .tparrows:before, #gavias_slider_single .tparrows:before {

  color: #2a3742 !important;

  line-height: 36px !important;

}



.gavias_sliderlayer .tp-caption, #gavias_slider_single .tp-caption {

  z-index: 99;

  line-height: 28px;

  color: #2a3742;

}



.gavias_sliderlayer .tp-caption img, #gavias_slider_single .tp-caption img {

  max-width: 100% !important;

  height: auto !important;

}



.gavias_sliderlayer .slide-style-1, #gavias_slider_single .slide-style-1 {

  font-family: var(--notech-heading-font-family);

}



.gavias_sliderlayer .slide-style-2, #gavias_slider_single .slide-style-2 {

  font-family: var(--notech-heading-font-family);

  letter-spacing: 4px;

}



.gavias_sliderlayer .slide-style-3, #gavias_slider_single .slide-style-3 {

  letter-spacing: 3px;

  font-family: var(--notech-heading-font-family);

  border-bottom: 2px solid var(--notech-theme-color);

}



.gavias_sliderlayer .sub-title, #gavias_slider_single .sub-title {

  text-transform: uppercase;

  font-size: 18px;

  line-height: 1.2;

  font-weight: 700;

  position: relative;

  padding-left: 20px;

  margin-bottom: 10px;

  color: #fff;

}



.gavias_sliderlayer .sub-title:after, #gavias_slider_single .sub-title:after {

  content: "";

  width: 5px;

  height: 100%;

  background: var(--notech-theme-color);

  position: absolute;

  top: -2px;

  left: 0;

  z-index: 99;

}



.gavias_sliderlayer .text-large, #gavias_slider_single .text-large {

  color: #2a3742;

  font-size: 36px;

  line-height: 48px;

  letter-spacing: 1px;

  font-weight: 700;

  text-transform: none;

}



.gavias_sliderlayer .text-big, #gavias_slider_single .text-big {

  color: #2a3742;

  font-size: 48px;

  line-height: 60px;

  letter-spacing: 1px;

  font-weight: 700;

  text-transform: uppercase;

}



.gavias_sliderlayer .text-medium, #gavias_slider_single .text-medium {

  color: rgba(0, 0, 0, 0.6);

  font-size: 20px;

  line-height: 22px;

  letter-spacing: 2px;

  font-weight: 700;

  text-transform: uppercase;

}



.gavias_sliderlayer .small-text, #gavias_slider_single .small-text {

  color: rgba(255, 255, 255, 0.8);

  font-size: 16px;

  color: #fff;

  line-height: 18px;

}



.gavias_sliderlayer .text-black, #gavias_slider_single .text-black {

  color: #2a3742 !important;

}



.gavias_sliderlayer .text-theme, #gavias_slider_single .text-theme {

  color: var(--notech-theme-color) !important;

}



.gavias_sliderlayer .text-theme-second, #gavias_slider_single .text-theme-second {

  color: var(--notech-theme-color-second) !important;

}



.gavias_sliderlayer .text-white, #gavias_slider_single .text-white {

  color: #fff !important;

}



.gavias_sliderlayer .text-center, #gavias_slider_single .text-center {

  text-align: center;

}



.gavias_sliderlayer .text-left, #gavias_slider_single .text-left {

  text-align: left;

}



.gavias_sliderlayer .inner.btn-slide, .gavias_sliderlayer .btn-slide a, #gavias_slider_single .inner.btn-slide, #gavias_slider_single .btn-slide a {

  font-size: 16px;

  background: var(--notech-theme-color);

  color: #fff;

  font-weight: 700;

  padding: 22px 45px 22px 45px;

  line-height: 20px;

  position: relative;

  z-index: 9;

  display: inline-block;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  border: none;

  font-family: var(--notech-heading-font-family);

  text-transform: none;

}



@media (prefers-reduced-motion: reduce) {

  .gavias_sliderlayer .inner.btn-slide, .gavias_sliderlayer .btn-slide a, #gavias_slider_single .inner.btn-slide, #gavias_slider_single .btn-slide a {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 1024px) {

  .gavias_sliderlayer .inner.btn-slide, .gavias_sliderlayer .btn-slide a, #gavias_slider_single .inner.btn-slide, #gavias_slider_single .btn-slide a {

    padding: 18px 28px;

    font-size: 17px;

  }

}



@media (max-width: 768px) {

  .gavias_sliderlayer .inner.btn-slide, .gavias_sliderlayer .btn-slide a, #gavias_slider_single .inner.btn-slide, #gavias_slider_single .btn-slide a {

    padding: 15px 25px;

  }

}



.gavias_sliderlayer .inner.btn-slide:hover, .gavias_sliderlayer .btn-slide a:hover, #gavias_slider_single .inner.btn-slide:hover, #gavias_slider_single .btn-slide a:hover {

  cursor: pointer;

  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);

  color: #fff;

}



.gavias_sliderlayer .inner.btn-slide:hover span:after, .gavias_sliderlayer .btn-slide a:hover span:after, #gavias_slider_single .inner.btn-slide:hover span:after, #gavias_slider_single .btn-slide a:hover span:after {

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);

}



.gavias_sliderlayer .inner.btn-slide-white, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .inner.btn-slide-white, #gavias_slider_single .btn-slide-white a {

  font-size: 16px;

  background: #fff;

  color: #2a3742;

  font-weight: 700;

  padding: 22px 45px 22px 45px;

  line-height: 20px;

  position: relative;

  z-index: 9;

  display: inline-block;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

  border: none;

  font-family: var(--notech-heading-font-family);

  text-transform: none;

}



@media (prefers-reduced-motion: reduce) {

  .gavias_sliderlayer .inner.btn-slide-white, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .inner.btn-slide-white, #gavias_slider_single .btn-slide-white a {

    -webkit-transition: none;

    transition: none;

  }

}



@media (max-width: 1024px) {

  .gavias_sliderlayer .inner.btn-slide-white, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .inner.btn-slide-white, #gavias_slider_single .btn-slide-white a {

    padding: 18px 28px;

    font-size: 17px;

  }

}



@media (max-width: 768px) {

  .gavias_sliderlayer .inner.btn-slide-white, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .inner.btn-slide-white, #gavias_slider_single .btn-slide-white a {

    padding: 15px 25px;

  }

}



.gavias_sliderlayer .inner.btn-slide-white:hover, .gavias_sliderlayer .btn-slide-white a:hover, #gavias_slider_single .inner.btn-slide-white:hover, #gavias_slider_single .btn-slide-white a:hover {

  cursor: pointer;

  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);

  color: #fff;

  background: var(--notech-theme-color);

}



.gavias_sliderlayer .gavias-overlay:after, #gavias_slider_single .gavias-overlay:after {

  content: "";

  background: url(../imagesgrid-slide.png) repeat rgba(0, 0, 0, 0.3);

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 1;

}



.rs-background-video-layer {

  position: relative;

}



.rs-background-video-layer:after {

  content: "";

  background: url(../images/grid-slide.png) repeat rgba(0, 0, 0, 0.39);

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 1;

}


/* Bootstrap CSS */

:root {

  --bs-blue: #0d6efd;

  --bs-indigo: #6610f2;

  --bs-purple: #6f42c1;

  --bs-pink: #d63384;

  --bs-red: #dc3545;

  --bs-orange: #fd7e14;

  --bs-yellow: #ffc107;

  --bs-green: #198754;

  --bs-teal: #20c997;

  --bs-cyan: #0dcaf0;

  --bs-white: #fff;

  --bs-gray: #506276;

  --bs-gray-dark: #343a40;

  --bs-primary: #0d6efd;

  --bs-secondary: #506276;

  --bs-success: #198754;

  --bs-info: #0dcaf0;

  --bs-warning: #ffc107;

  --bs-danger: #dc3545;

  --bs-light: #d4d8db;

  --bs-dark: #506276;

  --bs-font-sans-serif: "Muli", sans-serif;

  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));

  /****/

  --notech-font-sans-serif: 'kumbh-sans', sans-serif;

  --notech-heading-font-family: 'gilmer', sans-serif;

  --notech-theme-color: #655dc6;

  --notech-theme-color-second: #00AFAA;

  --font-body-weight: 400;

  --font-body-size: 16px;

  --body-color: #506276;

  --body-link-color: #2a3742;

  --body-link-color-hover: #655dc6;

  --topbar-bg-color: #fff;

  --topbar-color: #828892;

  --topbar-link-color: #828892;

  --topbar-link-color-hover: #655dc6;

  --menu-link-color: #506276;

  --menu-link-color-hover: #655dc6;

  --submenu-bg-color: #ffffff;

  --submenu-color: #506276;

  --submenu-link-color: #506276;

  --submenu-link-color-hover: #655dc6;

  --topbar-color-icon: #655dc6;

  --footer-bg-color: #2a3742;

  --footer-color: #aea8b9;

  --footer-link-color: #aea8b9;

  --footer-link-color-hover: #ffffff;

  --copyright-bg-color: #2a3742;

  --copyright-color: #aea8b9;

  --copyright-link-color: #aea8b9;

  --copyright-link-color-hover: #ffffff;

}



*,

*::before,

*::after {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}



body {

  margin: 0;

  font-family: var(--notech-font-sans-serif);

  font-size: 1.05rem;

  font-weight: var(--font-body-weight);

  line-height: 1.8;

  color: var(--body-color);

  background-color: #fff;

  -webkit-text-size-adjust: 100%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}



hr {

  margin: 1rem 0;

  color: inherit;

  background-color: currentColor;

  border: 0;

  opacity: 0.25;

}



hr:not([size]) {

  height: 1px;

}



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--notech-heading-font-family);
  font-weight: 600;
  line-height: 1.25;
  color: #334250;
}



h1, .h1 {

  font-size: calc(1.325rem + 0.9vw);

}



@media (min-width: 1200px) {

  h1, .h1 {

    font-size: 2rem;

  }

}



h2, .h2 {

  font-size: calc(1.285rem + 0.42vw);

}



@media (min-width: 1200px) {

  h2, .h2 {

    font-size: 1.6rem;

  }

}



h3, .h3 {

  font-size: calc(1.265rem + 0.18vw);

}



@media (min-width: 1200px) {

  h3, .h3 {

    font-size: 1.4rem;

  }

}



h4, .h4 {

  font-size: calc(1.255rem + 0.06vw);

}



@media (min-width: 1200px) {

  h4, .h4 {

    font-size: 1.3rem;

  }

}



h5, .h5 {

  font-size: 1.15rem;

}



h6, .h6 {

  font-size: 1rem;

}



p {

  margin-top: 0;

  margin-bottom: 1rem;

}



abbr[title],

abbr[data-bs-original-title] {

  -webkit-text-decoration: underline dotted;

  text-decoration: underline dotted;

  cursor: help;

  text-decoration-skip-ink: none;

}



address {

  margin-bottom: 1rem;

  font-style: normal;

  line-height: inherit;

}



ol,

ul {

  padding-left: 2rem;

}



ol,

ul,

dl {

  margin-top: 0;

  margin-bottom: 1rem;

}



ol ol,

ul ul,

ol ul,

ul ol {

  margin-bottom: 0;

}



dt {

  font-weight: 700;

}



dd {

  margin-bottom: .5rem;

  margin-left: 0;

}



blockquote {

  margin: 0 0 1rem;

}



b,

strong {

  font-weight: bolder;

}



small, .small {

  font-size: 0.875em;

}



mark, .mark {

  padding: 0.2em;

  background-color: #fcf8e3;

}



sub,

sup {

  position: relative;

  font-size: 0.75em;

  line-height: 0;

  vertical-align: baseline;

}



sub {

  bottom: -.25em;

}



sup {

  top: -.5em;

}



a {
  color: var(--body-link-color);
  text-decoration: none;
}
a:hover {
  color: var(--body-link-color-hover);
}
.text-white a {
  color: var(--body-dark-link-color);
  text-decoration: none;
}
.text-white a:hover {
  color: var(--body-dark-link-color-hover);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,

code,

kbd,

samp {

  font-family: var(--bs-font-monospace);

  font-size: 1em;

  direction: ltr /* rtl:ignore */;

  unicode-bidi: bidi-override;

}



pre {

  display: block;

  margin-top: 0;

  margin-bottom: 1rem;

  overflow: auto;

  font-size: 0.875em;

}



pre code {

  font-size: inherit;

  color: inherit;

  word-break: normal;

}



code {

  font-size: 0.875em;

  color: #d63384;

  word-wrap: break-word;

}



a > code {

  color: inherit;

}



kbd {

  padding: 0.2rem 0.4rem;

  font-size: 0.875em;

  color: #fff;

  background-color: #212529;

  border-radius: 0.2rem;

}



kbd kbd {

  padding: 0;

  font-size: 1em;

  font-weight: 700;

}



figure {

  margin: 0 0 1rem;

}



img,

svg {

  vertical-align: middle;

}



table {

  caption-side: bottom;

  border-collapse: collapse;

}



caption {

  padding-top: 0.5rem;

  padding-bottom: 0.5rem;

  color: #506276;

  text-align: left;

}



th {

  text-align: inherit;

  text-align: -webkit-match-parent;

}



thead,

tbody,

tfoot,

tr,

td,

th {

  border-color: inherit;

  border-style: solid;

  border-width: 0;

}



label {

  display: inline-block;

}



button {

  border-radius: 0;

}



button:focus:not(:focus-visible) {

  outline: 0;

}



input,

button,

select,

optgroup,

textarea {

  margin: 0;

  font-family: inherit;

  font-size: inherit;

  line-height: inherit;

}



button,

select {

  text-transform: none;

}



[role="button"] {

  cursor: pointer;

}



select {

  word-wrap: normal;

}



select:disabled {

  opacity: 1;

}



[list]::-webkit-calendar-picker-indicator {

  display: none;

}



button,

[type="button"],

[type="reset"],

[type="submit"] {

  -webkit-appearance: button;

}



button:not(:disabled),

[type="button"]:not(:disabled),

[type="reset"]:not(:disabled),

[type="submit"]:not(:disabled) {

  cursor: pointer;

}



::-moz-focus-inner {

  padding: 0;

  border-style: none;

}



textarea {

  resize: vertical;

}



fieldset {

  min-width: 0;

  padding: 0;

  margin: 0;

  border: 0;

}



legend {

  float: left;

  width: 100%;

  padding: 0;

  margin-bottom: 0.5rem;

  font-size: calc(1.275rem + 0.3vw);

  line-height: inherit;

}



@media (min-width: 1200px) {

  legend {

    font-size: 1.5rem;

  }

}



legend + * {

  clear: left;

}



::-webkit-datetime-edit-fields-wrapper,

::-webkit-datetime-edit-text,

::-webkit-datetime-edit-minute,

::-webkit-datetime-edit-hour-field,

::-webkit-datetime-edit-day-field,

::-webkit-datetime-edit-month-field,

::-webkit-datetime-edit-year-field {

  padding: 0;

}



::-webkit-inner-spin-button {

  height: auto;

}



[type="search"] {

  outline-offset: -2px;

  -webkit-appearance: textfield;

}



/* rtl:raw:

[type="tel"],

[type="url"],

[type="email"],

[type="number"] {

  direction: ltr;

}

*/

::-webkit-search-decoration {

  -webkit-appearance: none;

}



::-webkit-color-swatch-wrapper {

  padding: 0;

}



::file-selector-button {

  font: inherit;

}



::-webkit-file-upload-button {

  font: inherit;

  -webkit-appearance: button;

}



output {

  display: inline-block;

}



iframe {

  border: 0;

}



summary {

  display: list-item;

  cursor: pointer;

}



progress {

  vertical-align: baseline;

}



[hidden] {

  display: none !important;

}



.lead {

  font-size: 1.25rem;

  font-weight: 300;

}



.display-1 {

  font-size: calc(1.625rem + 4.5vw);

  font-weight: 300;

  line-height: 1.25;

}



@media (min-width: 1200px) {

  .display-1 {

    font-size: 5rem;

  }

}



.display-2 {

  font-size: calc(1.575rem + 3.9vw);

  font-weight: 300;

  line-height: 1.25;

}



@media (min-width: 1200px) {

  .display-2 {

    font-size: 4.5rem;

  }

}



.display-3 {

  font-size: calc(1.525rem + 3.3vw);

  font-weight: 300;

  line-height: 1.25;

}



@media (min-width: 1200px) {

  .display-3 {

    font-size: 4rem;

  }

}



.display-4 {

  font-size: calc(1.475rem + 2.7vw);

  font-weight: 300;

  line-height: 1.25;

}



@media (min-width: 1200px) {

  .display-4 {

    font-size: 3.5rem;

  }

}



.display-5 {

  font-size: calc(1.425rem + 2.1vw);

  font-weight: 300;

  line-height: 1.25;

}



@media (min-width: 1200px) {

  .display-5 {

    font-size: 3rem;

  }

}



.display-6 {

  font-size: calc(1.375rem + 1.5vw);

  font-weight: 300;

  line-height: 1.25;

}



@media (min-width: 1200px) {

  .display-6 {

    font-size: 2.5rem;

  }

}



.list-unstyled {

  padding-left: 0;

  list-style: none;

}



.list-inline {

  padding-left: 0;

  list-style: none;

}



.list-inline-item {

  display: inline-block;

}



.list-inline-item:not(:last-child) {

  margin-right: 0.5rem;

}



.initialism {

  font-size: 0.875em;

  text-transform: uppercase;

}



.blockquote {

  margin-bottom: 1rem;

  font-size: 1.25rem;

}



.blockquote > :last-child {

  margin-bottom: 0;

}



.blockquote-footer {

  margin-top: -1rem;

  margin-bottom: 1rem;

  font-size: 0.875em;

  color: #506276;

}



.blockquote-footer::before {

  content: "\2014\00A0";

}



.img-fluid {

  max-width: 100%;

  height: auto;

}



.img-thumbnail {

  padding: 0.25rem;

  background-color: #fff;

  border: 1px solid #dee2e6;

  border-radius: 0.25rem;

  max-width: 100%;

  height: auto;

}



.figure {

  display: inline-block;

}



.figure-img {

  margin-bottom: 0.5rem;

  line-height: 1;

}



.figure-caption {

  font-size: 0.875em;

  color: #506276;

}



.container,

.container-fluid,

.container-sm,

.container-md,

.container-lg,

.container-xl,

.container-xxl {

  width: 100%;

  padding-right: 15px;

  padding-left: 15px;

  margin-right: auto;

  margin-left: auto;

}



@media (min-width: 576px) {

  .container, .container-sm {

    max-width: 540px;

  }

}



@media (min-width: 768px) {

  .container, .container-sm, .container-md {

    max-width: 768px;

  }

}



@media (min-width: 992px) {

  .container, .container-sm, .container-md, .container-lg {

    max-width: 992px;

  }

}



@media (min-width: 1025px) {

  .container, .container-sm, .container-md, .container-lg, .container-xl {

    max-width: 1025px;

  }

}



@media (min-width: 1200px) {

  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {

    max-width: 1200px;

  }

}



.row {

  --bs-gutter-x: 30px;

  --bs-gutter-y: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-top: calc(var(--bs-gutter-y) * -1);

  margin-right: calc(var(--bs-gutter-x) * -.5);

  margin-left: calc(var(--bs-gutter-x) * -.5);

}



.row > * {

  -ms-flex-negative: 0;

  flex-shrink: 0;

  width: 100%;

  max-width: 100%;

  padding-right: calc(var(--bs-gutter-x) * .5);

  padding-left: calc(var(--bs-gutter-x) * .5);

  margin-top: var(--bs-gutter-y);

}



.col {

  -webkit-box-flex: 1;

  -ms-flex: 1 0 0%;

  flex: 1 0 0%;

}



.row-cols-auto > * {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: auto;

}



.row-cols-1 > * {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 100%;

}



.row-cols-2 > * {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 50%;

}



.row-cols-3 > * {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 33.33333%;

}



.row-cols-4 > * {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 25%;

}



.row-cols-5 > * {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 20%;

}



.row-cols-6 > * {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 16.66667%;

}



@media (min-width: 576px) {

  .col-sm {

    -webkit-box-flex: 1;

    -ms-flex: 1 0 0%;

    flex: 1 0 0%;

  }

  .row-cols-sm-auto > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

  }

  .row-cols-sm-1 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 100%;

  }

  .row-cols-sm-2 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

  }

  .row-cols-sm-3 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 33.33333%;

  }

  .row-cols-sm-4 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 25%;

  }

  .row-cols-sm-5 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 20%;

  }

  .row-cols-sm-6 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 16.66667%;

  }

}



@media (min-width: 768px) {

  .col-md {

    -webkit-box-flex: 1;

    -ms-flex: 1 0 0%;

    flex: 1 0 0%;

  }

  .row-cols-md-auto > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

  }

  .row-cols-md-1 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 100%;

  }

  .row-cols-md-2 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

  }

  .row-cols-md-3 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 33.33333%;

  }

  .row-cols-md-4 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 25%;

  }

  .row-cols-md-5 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 20%;

  }

  .row-cols-md-6 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 16.66667%;

  }

}



@media (min-width: 992px) {

  .col-lg {

    -webkit-box-flex: 1;

    -ms-flex: 1 0 0%;

    flex: 1 0 0%;

  }

  .row-cols-lg-auto > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

  }

  .row-cols-lg-1 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 100%;

  }

  .row-cols-lg-2 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

  }

  .row-cols-lg-3 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 33.33333%;

  }

  .row-cols-lg-4 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 25%;

  }

  .row-cols-lg-5 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 20%;

  }

  .row-cols-lg-6 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 16.66667%;

  }

}



@media (min-width: 1025px) {

  .col-xl {

    -webkit-box-flex: 1;

    -ms-flex: 1 0 0%;

    flex: 1 0 0%;

  }

  .row-cols-xl-auto > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

  }

  .row-cols-xl-1 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 100%;

  }

  .row-cols-xl-2 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

  }

  .row-cols-xl-3 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 33.33333%;

  }

  .row-cols-xl-4 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 25%;

  }

  .row-cols-xl-5 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 20%;

  }

  .row-cols-xl-6 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 16.66667%;

  }

}



@media (min-width: 1200px) {

  .col-xxl {

    -webkit-box-flex: 1;

    -ms-flex: 1 0 0%;

    flex: 1 0 0%;

  }

  .row-cols-xxl-auto > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

  }

  .row-cols-xxl-1 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 100%;

  }

  .row-cols-xxl-2 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

  }

  .row-cols-xxl-3 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 33.33333%;

  }

  .row-cols-xxl-4 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 25%;

  }

  .row-cols-xxl-5 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 20%;

  }

  .row-cols-xxl-6 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 16.66667%;

  }

}



.col-auto {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: auto;

}



.col-1 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 8.33333%;

}



.col-2 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 16.66667%;

}



.col-3 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 25%;

}



.col-4 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 33.33333%;

}



.col-5 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 41.66667%;

}



.col-6 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 50%;

}



.col-7 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 58.33333%;

}



.col-8 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 66.66667%;

}



.col-9 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 75%;

}



.col-10 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 83.33333%;

}



.col-11 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 91.66667%;

}



.col-12 {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 100%;

}



.offset-1 {

  margin-left: 8.33333%;

}



.offset-2 {

  margin-left: 16.66667%;

}



.offset-3 {

  margin-left: 25%;

}



.offset-4 {

  margin-left: 33.33333%;

}



.offset-5 {

  margin-left: 41.66667%;

}



.offset-6 {

  margin-left: 50%;

}



.offset-7 {

  margin-left: 58.33333%;

}



.offset-8 {

  margin-left: 66.66667%;

}



.offset-9 {

  margin-left: 75%;

}



.offset-10 {

  margin-left: 83.33333%;

}



.offset-11 {

  margin-left: 91.66667%;

}



.g-0,

.gx-0 {

  --bs-gutter-x: 0;

}



.g-0,

.gy-0 {

  --bs-gutter-y: 0;

}



.g-1,

.gx-1 {

  --bs-gutter-x: 0.25rem;

}



.g-1,

.gy-1 {

  --bs-gutter-y: 0.25rem;

}



.g-2,

.gx-2 {

  --bs-gutter-x: 0.5rem;

}



.g-2,

.gy-2 {

  --bs-gutter-y: 0.5rem;

}



.g-3,

.gx-3 {

  --bs-gutter-x: 1rem;

}



.g-3,

.gy-3 {

  --bs-gutter-y: 1rem;

}



.g-4,

.gx-4 {

  --bs-gutter-x: 1.5rem;

}



.g-4,

.gy-4 {

  --bs-gutter-y: 1.5rem;

}



.g-5,

.gx-5 {

  --bs-gutter-x: 3rem;

}



.g-5,

.gy-5 {

  --bs-gutter-y: 3rem;

}



@media (min-width: 576px) {

  .col-sm-auto {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

  }

  .col-sm-1 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 8.33333%;

  }

  .col-sm-2 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 16.66667%;

  }

  .col-sm-3 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 25%;

  }

  .col-sm-4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 33.33333%;

  }

  .col-sm-5 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 41.66667%;

  }

  .col-sm-6 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

  }

  .col-sm-7 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 58.33333%;

  }

  .col-sm-8 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 66.66667%;

  }

  .col-sm-9 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 75%;

  }

  .col-sm-10 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 83.33333%;

  }

  .col-sm-11 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 91.66667%;

  }

  .col-sm-12 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 100%;

  }

  .offset-sm-0 {

    margin-left: 0;

  }

  .offset-sm-1 {

    margin-left: 8.33333%;

  }

  .offset-sm-2 {

    margin-left: 16.66667%;

  }

  .offset-sm-3 {

    margin-left: 25%;

  }

  .offset-sm-4 {

    margin-left: 33.33333%;

  }

  .offset-sm-5 {

    margin-left: 41.66667%;

  }

  .offset-sm-6 {

    margin-left: 50%;

  }

  .offset-sm-7 {

    margin-left: 58.33333%;

  }

  .offset-sm-8 {

    margin-left: 66.66667%;

  }

  .offset-sm-9 {

    margin-left: 75%;

  }

  .offset-sm-10 {

    margin-left: 83.33333%;

  }

  .offset-sm-11 {

    margin-left: 91.66667%;

  }

  .g-sm-0,

  .gx-sm-0 {

    --bs-gutter-x: 0;

  }

  .g-sm-0,

  .gy-sm-0 {

    --bs-gutter-y: 0;

  }

  .g-sm-1,

  .gx-sm-1 {

    --bs-gutter-x: 0.25rem;

  }

  .g-sm-1,

  .gy-sm-1 {

    --bs-gutter-y: 0.25rem;

  }

  .g-sm-2,

  .gx-sm-2 {

    --bs-gutter-x: 0.5rem;

  }

  .g-sm-2,

  .gy-sm-2 {

    --bs-gutter-y: 0.5rem;

  }

  .g-sm-3,

  .gx-sm-3 {

    --bs-gutter-x: 1rem;

  }

  .g-sm-3,

  .gy-sm-3 {

    --bs-gutter-y: 1rem;

  }

  .g-sm-4,

  .gx-sm-4 {

    --bs-gutter-x: 1.5rem;

  }

  .g-sm-4,

  .gy-sm-4 {

    --bs-gutter-y: 1.5rem;

  }

  .g-sm-5,

  .gx-sm-5 {

    --bs-gutter-x: 3rem;

  }

  .g-sm-5,

  .gy-sm-5 {

    --bs-gutter-y: 3rem;

  }

}



@media (min-width: 768px) {

  .col-md-auto {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

  }

  .col-md-1 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 8.33333%;

  }

  .col-md-2 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 16.66667%;

  }

  .col-md-3 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 25%;

  }

  .col-md-4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 33.33333%;

  }

  .col-md-5 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 41.66667%;

  }

  .col-md-6 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

  }

  .col-md-7 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 58.33333%;

  }

  .col-md-8 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 66.66667%;

  }

  .col-md-9 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 75%;

  }

  .col-md-10 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 83.33333%;

  }

  .col-md-11 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 91.66667%;

  }

  .col-md-12 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 100%;

  }

  .offset-md-0 {

    margin-left: 0;

  }

  .offset-md-1 {

    margin-left: 8.33333%;

  }

  .offset-md-2 {

    margin-left: 16.66667%;

  }

  .offset-md-3 {

    margin-left: 25%;

  }

  .offset-md-4 {

    margin-left: 33.33333%;

  }

  .offset-md-5 {

    margin-left: 41.66667%;

  }

  .offset-md-6 {

    margin-left: 50%;

  }

  .offset-md-7 {

    margin-left: 58.33333%;

  }

  .offset-md-8 {

    margin-left: 66.66667%;

  }

  .offset-md-9 {

    margin-left: 75%;

  }

  .offset-md-10 {

    margin-left: 83.33333%;

  }

  .offset-md-11 {

    margin-left: 91.66667%;

  }

  .g-md-0,

  .gx-md-0 {

    --bs-gutter-x: 0;

  }

  .g-md-0,

  .gy-md-0 {

    --bs-gutter-y: 0;

  }

  .g-md-1,

  .gx-md-1 {

    --bs-gutter-x: 0.25rem;

  }

  .g-md-1,

  .gy-md-1 {

    --bs-gutter-y: 0.25rem;

  }

  .g-md-2,

  .gx-md-2 {

    --bs-gutter-x: 0.5rem;

  }

  .g-md-2,

  .gy-md-2 {

    --bs-gutter-y: 0.5rem;

  }

  .g-md-3,

  .gx-md-3 {

    --bs-gutter-x: 1rem;

  }

  .g-md-3,

  .gy-md-3 {

    --bs-gutter-y: 1rem;

  }

  .g-md-4,

  .gx-md-4 {

    --bs-gutter-x: 1.5rem;

  }

  .g-md-4,

  .gy-md-4 {

    --bs-gutter-y: 1.5rem;

  }

  .g-md-5,

  .gx-md-5 {

    --bs-gutter-x: 3rem;

  }

  .g-md-5,

  .gy-md-5 {

    --bs-gutter-y: 3rem;

  }

}



@media (min-width: 992px) {

  .col-lg-auto {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

  }

  .col-lg-1 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 8.33333%;

  }

  .col-lg-2 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 16.66667%;

  }

  .col-lg-3 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 25%;

  }

  .col-lg-4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 33.33333%;

  }

  .col-lg-5 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 41.66667%;

  }

  .col-lg-6 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

  }

  .col-lg-7 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 58.33333%;

  }

  .col-lg-8 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 66.66667%;

  }

  .col-lg-9 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 75%;

  }

  .col-lg-10 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 83.33333%;

  }

  .col-lg-11 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 91.66667%;

  }

  .col-lg-12 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 100%;

  }

  .offset-lg-0 {

    margin-left: 0;

  }

  .offset-lg-1 {

    margin-left: 8.33333%;

  }

  .offset-lg-2 {

    margin-left: 16.66667%;

  }

  .offset-lg-3 {

    margin-left: 25%;

  }

  .offset-lg-4 {

    margin-left: 33.33333%;

  }

  .offset-lg-5 {

    margin-left: 41.66667%;

  }

  .offset-lg-6 {

    margin-left: 50%;

  }

  .offset-lg-7 {

    margin-left: 58.33333%;

  }

  .offset-lg-8 {

    margin-left: 66.66667%;

  }

  .offset-lg-9 {

    margin-left: 75%;

  }

  .offset-lg-10 {

    margin-left: 83.33333%;

  }

  .offset-lg-11 {

    margin-left: 91.66667%;

  }

  .g-lg-0,

  .gx-lg-0 {

    --bs-gutter-x: 0;

  }

  .g-lg-0,

  .gy-lg-0 {

    --bs-gutter-y: 0;

  }

  .g-lg-1,

  .gx-lg-1 {

    --bs-gutter-x: 0.25rem;

  }

  .g-lg-1,

  .gy-lg-1 {

    --bs-gutter-y: 0.25rem;

  }

  .g-lg-2,

  .gx-lg-2 {

    --bs-gutter-x: 0.5rem;

  }

  .g-lg-2,

  .gy-lg-2 {

    --bs-gutter-y: 0.5rem;

  }

  .g-lg-3,

  .gx-lg-3 {

    --bs-gutter-x: 1rem;

  }

  .g-lg-3,

  .gy-lg-3 {

    --bs-gutter-y: 1rem;

  }

  .g-lg-4,

  .gx-lg-4 {

    --bs-gutter-x: 1.5rem;

  }

  .g-lg-4,

  .gy-lg-4 {

    --bs-gutter-y: 1.5rem;

  }

  .g-lg-5,

  .gx-lg-5 {

    --bs-gutter-x: 3rem;

  }

  .g-lg-5,

  .gy-lg-5 {

    --bs-gutter-y: 3rem;

  }

}



@media (min-width: 1025px) {

  .col-xl-auto {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

  }

  .col-xl-1 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 8.33333%;

  }

  .col-xl-2 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 16.66667%;

  }

  .col-xl-3 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 25%;

  }

  .col-xl-4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 33.33333%;

  }

  .col-xl-5 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 41.66667%;

  }

  .col-xl-6 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

  }

  .col-xl-7 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 58.33333%;

  }

  .col-xl-8 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 66.66667%;

  }

  .col-xl-9 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 75%;

  }

  .col-xl-10 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 83.33333%;

  }

  .col-xl-11 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 91.66667%;

  }

  .col-xl-12 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 100%;

  }

  .offset-xl-0 {

    margin-left: 0;

  }

  .offset-xl-1 {

    margin-left: 8.33333%;

  }

  .offset-xl-2 {

    margin-left: 16.66667%;

  }

  .offset-xl-3 {

    margin-left: 25%;

  }

  .offset-xl-4 {

    margin-left: 33.33333%;

  }

  .offset-xl-5 {

    margin-left: 41.66667%;

  }

  .offset-xl-6 {

    margin-left: 50%;

  }

  .offset-xl-7 {

    margin-left: 58.33333%;

  }

  .offset-xl-8 {

    margin-left: 66.66667%;

  }

  .offset-xl-9 {

    margin-left: 75%;

  }

  .offset-xl-10 {

    margin-left: 83.33333%;

  }

  .offset-xl-11 {

    margin-left: 91.66667%;

  }

  .g-xl-0,

  .gx-xl-0 {

    --bs-gutter-x: 0;

  }

  .g-xl-0,

  .gy-xl-0 {

    --bs-gutter-y: 0;

  }

  .g-xl-1,

  .gx-xl-1 {

    --bs-gutter-x: 0.25rem;

  }

  .g-xl-1,

  .gy-xl-1 {

    --bs-gutter-y: 0.25rem;

  }

  .g-xl-2,

  .gx-xl-2 {

    --bs-gutter-x: 0.5rem;

  }

  .g-xl-2,

  .gy-xl-2 {

    --bs-gutter-y: 0.5rem;

  }

  .g-xl-3,

  .gx-xl-3 {

    --bs-gutter-x: 1rem;

  }

  .g-xl-3,

  .gy-xl-3 {

    --bs-gutter-y: 1rem;

  }

  .g-xl-4,

  .gx-xl-4 {

    --bs-gutter-x: 1.5rem;

  }

  .g-xl-4,

  .gy-xl-4 {

    --bs-gutter-y: 1.5rem;

  }

  .g-xl-5,

  .gx-xl-5 {

    --bs-gutter-x: 3rem;

  }

  .g-xl-5,

  .gy-xl-5 {

    --bs-gutter-y: 3rem;

  }

}



@media (min-width: 1200px) {

  .col-xxl-auto {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

  }

  .col-xxl-1 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 8.33333%;

  }

  .col-xxl-2 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 16.66667%;

  }

  .col-xxl-3 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 25%;

  }

  .col-xxl-4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 33.33333%;

  }

  .col-xxl-5 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 41.66667%;

  }

  .col-xxl-6 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

  }

  .col-xxl-7 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 58.33333%;

  }

  .col-xxl-8 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 66.66667%;

  }

  .col-xxl-9 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 75%;

  }

  .col-xxl-10 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 83.33333%;

  }

  .col-xxl-11 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 91.66667%;

  }

  .col-xxl-12 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 100%;

  }

  .offset-xxl-0 {

    margin-left: 0;

  }

  .offset-xxl-1 {

    margin-left: 8.33333%;

  }

  .offset-xxl-2 {

    margin-left: 16.66667%;

  }

  .offset-xxl-3 {

    margin-left: 25%;

  }

  .offset-xxl-4 {

    margin-left: 33.33333%;

  }

  .offset-xxl-5 {

    margin-left: 41.66667%;

  }

  .offset-xxl-6 {

    margin-left: 50%;

  }

  .offset-xxl-7 {

    margin-left: 58.33333%;

  }

  .offset-xxl-8 {

    margin-left: 66.66667%;

  }

  .offset-xxl-9 {

    margin-left: 75%;

  }

  .offset-xxl-10 {

    margin-left: 83.33333%;

  }

  .offset-xxl-11 {

    margin-left: 91.66667%;

  }

  .g-xxl-0,

  .gx-xxl-0 {

    --bs-gutter-x: 0;

  }

  .g-xxl-0,

  .gy-xxl-0 {

    --bs-gutter-y: 0;

  }

  .g-xxl-1,

  .gx-xxl-1 {

    --bs-gutter-x: 0.25rem;

  }

  .g-xxl-1,

  .gy-xxl-1 {

    --bs-gutter-y: 0.25rem;

  }

  .g-xxl-2,

  .gx-xxl-2 {

    --bs-gutter-x: 0.5rem;

  }

  .g-xxl-2,

  .gy-xxl-2 {

    --bs-gutter-y: 0.5rem;

  }

  .g-xxl-3,

  .gx-xxl-3 {

    --bs-gutter-x: 1rem;

  }

  .g-xxl-3,

  .gy-xxl-3 {

    --bs-gutter-y: 1rem;

  }

  .g-xxl-4,

  .gx-xxl-4 {

    --bs-gutter-x: 1.5rem;

  }

  .g-xxl-4,

  .gy-xxl-4 {

    --bs-gutter-y: 1.5rem;

  }

  .g-xxl-5,

  .gx-xxl-5 {

    --bs-gutter-x: 3rem;

  }

  .g-xxl-5,

  .gy-xxl-5 {

    --bs-gutter-y: 3rem;

  }

}



.table {

  --bs-table-bg: transparent;

  --bs-table-accent-bg: transparent;

  --bs-table-striped-color: var(--body-color);

  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);

  --bs-table-active-color: var(--body-color);

  --bs-table-active-bg: rgba(0, 0, 0, 0.1);

  --bs-table-hover-color: var(--body-color);

  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);

  width: 100%;

  margin-bottom: 1rem;

  color: var(--body-color);

  vertical-align: top;

  border-color: #dee2e6;

}



.table > :not(caption) > * > * {

  padding: 0.5rem 0.5rem;

  background-color: var(--bs-table-bg);

  border-bottom-width: 1px;

  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);

  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);

}



.table > tbody {

  vertical-align: inherit;

}



.table > thead {

  vertical-align: bottom;

}



.table > :not(:last-child) > :last-child > * {

  border-bottom-color: currentColor;

}



.caption-top {

  caption-side: top;

}



.table-sm > :not(caption) > * > * {

  padding: 0.25rem 0.25rem;

}



.table-bordered > :not(caption) > * {

  border-width: 1px 0;

}



.table-bordered > :not(caption) > * > * {

  border-width: 0 1px;

}



.table-borderless > :not(caption) > * > * {

  border-bottom-width: 0;

}



.table-striped > tbody > tr:nth-of-type(odd) {

  --bs-table-accent-bg: var(--bs-table-striped-bg);

  color: var(--bs-table-striped-color);

}



.table-active {

  --bs-table-accent-bg: var(--bs-table-active-bg);

  color: var(--bs-table-active-color);

}



.table-hover > tbody > tr:hover {

  --bs-table-accent-bg: var(--bs-table-hover-bg);

  color: var(--bs-table-hover-color);

}



.table-primary {

  --bs-table-bg: #cfe2ff;

  --bs-table-striped-bg: #c5d7f2;

  --bs-table-striped-color: #2a3742;

  --bs-table-active-bg: #bacbe6;

  --bs-table-active-color: #2a3742;

  --bs-table-hover-bg: #bfd1ec;

  --bs-table-hover-color: #2a3742;

  color: #2a3742;

  border-color: #bacbe6;

}



.table-secondary {

  --bs-table-bg: #e4e5e7;

  --bs-table-striped-bg: #d9dadb;

  --bs-table-striped-color: #2a3742;

  --bs-table-active-bg: #cdced0;

  --bs-table-active-color: #2a3742;

  --bs-table-hover-bg: #d3d4d6;

  --bs-table-hover-color: #2a3742;

  color: #2a3742;

  border-color: #cdced0;

}



.table-success {

  --bs-table-bg: #d1e7dd;

  --bs-table-striped-bg: #c7dbd2;

  --bs-table-striped-color: #2a3742;

  --bs-table-active-bg: #bcd0c7;

  --bs-table-active-color: #2a3742;

  --bs-table-hover-bg: #c1d6cc;

  --bs-table-hover-color: #2a3742;

  color: #2a3742;

  border-color: #bcd0c7;

}



.table-info {

  --bs-table-bg: #cff4fc;

  --bs-table-striped-bg: #c5e8ef;

  --bs-table-striped-color: #2a3742;

  --bs-table-active-bg: #badce3;

  --bs-table-active-color: #2a3742;

  --bs-table-hover-bg: #bfe2e9;

  --bs-table-hover-color: #2a3742;

  color: #2a3742;

  border-color: #badce3;

}



.table-warning {

  --bs-table-bg: #fff3cd;

  --bs-table-striped-bg: #f2e7c3;

  --bs-table-striped-color: #2a3742;

  --bs-table-active-bg: #e6dbb9;

  --bs-table-active-color: #2a3742;

  --bs-table-hover-bg: #ece1be;

  --bs-table-hover-color: #2a3742;

  color: #2a3742;

  border-color: #e6dbb9;

}



.table-danger {

  --bs-table-bg: #f8d7da;

  --bs-table-striped-bg: #eccccf;

  --bs-table-striped-color: #2a3742;

  --bs-table-active-bg: #dfc2c4;

  --bs-table-active-color: #2a3742;

  --bs-table-hover-bg: #e5c7ca;

  --bs-table-hover-color: #2a3742;

  color: #2a3742;

  border-color: #dfc2c4;

}



.table-light {

  --bs-table-bg: #d4d8db;

  --bs-table-striped-bg: #c9cdd0;

  --bs-table-striped-color: #2a3742;

  --bs-table-active-bg: #bfc2c5;

  --bs-table-active-color: #2a3742;

  --bs-table-hover-bg: #c4c8cb;

  --bs-table-hover-color: #2a3742;

  color: #2a3742;

  border-color: #bfc2c5;

}



.table-dark {

  --bs-table-bg: #506276;

  --bs-table-striped-bg: #737982;

  --bs-table-striped-color: #2a3742;

  --bs-table-active-bg: #6d727b;

  --bs-table-active-color: #fff;

  --bs-table-hover-bg: #70757f;

  --bs-table-hover-color: #fff;

  color: #2a3742;

  border-color: #6d727b;

}



.table-responsive {

  overflow-x: auto;

  -webkit-overflow-scrolling: touch;

}



@media (max-width: 575.98px) {

  .table-responsive-sm {

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

  }

}



@media (max-width: 767.98px) {

  .table-responsive-md {

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

  }

}



@media (max-width: 991.98px) {

  .table-responsive-lg {

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

  }

}



@media (max-width: 1024.98px) {

  .table-responsive-xl {

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

  }

}



@media (max-width: 1199.98px) {

  .table-responsive-xxl {

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

  }

}



.form-label {

  margin-bottom: 0.5rem;

}



.col-form-label {

  padding-top: calc(0.375rem + 1px);

  padding-bottom: calc(0.375rem + 1px);

  margin-bottom: 0;

  font-size: inherit;

  line-height: 1.8;

}



.col-form-label-lg {

  padding-top: calc(0.5rem + 1px);

  padding-bottom: calc(0.5rem + 1px);

  font-size: 1.25rem;

}



.col-form-label-sm {

  padding-top: calc(0.25rem + 1px);

  padding-bottom: calc(0.25rem + 1px);

  font-size: 0.875rem;

}

.form-text {

  margin-top: 0.25rem;

  font-size: 0.875em;

  color: #506276;

}
.form-control {

  display: block;

  width: 100%;

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  font-weight: var(--font-body-weight);

  line-height: 1.8;

  color: var(--body-color);

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #ced4da;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  border-radius: 0.25rem;

  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .form-control {

    -webkit-transition: none;

    transition: none;

  }

}



.form-control[type="file"] {

  overflow: hidden;

}



.form-control[type="file"]:not(:disabled):not([readonly]) {

  cursor: pointer;

}



.form-control:focus {

  color: var(--body-color);

  background-color: #fff;

  border-color: #86b7fe;

  outline: 0;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

}



.form-control::-webkit-date-and-time-value {

  height: 1.8em;

}



.form-control::-webkit-input-placeholder {

  color: #506276;

  opacity: 1;

}



.form-control:-ms-input-placeholder {

  color: #506276;

  opacity: 1;

}



.form-control::-ms-input-placeholder {

  color: #506276;

  opacity: 1;

}



.form-control::placeholder {

  color: #506276;

  opacity: 1;

}



.form-control:disabled, .form-control[readonly] {

  background-color: #e9ecef;

  opacity: 1;

}



.form-control::file-selector-button {

  padding: 0.375rem 0.75rem;

  margin: -0.375rem -0.75rem;

  -webkit-margin-end: 0.75rem;

  margin-inline-end: 0.75rem;

  color: var(--body-color);

  background-color: #e9ecef;

  pointer-events: none;

  border-color: inherit;

  border-style: solid;

  border-width: 0;

  border-inline-end-width: 1px;

  border-radius: 0;

  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .form-control::file-selector-button {

    -webkit-transition: none;

    transition: none;

  }

}



.form-control:hover:not(:disabled):not([readonly])::file-selector-button {

  background-color: #dde0e3;

}



.form-control::-webkit-file-upload-button {

  padding: 0.375rem 0.75rem;

  margin: -0.375rem -0.75rem;

  -webkit-margin-end: 0.75rem;

  margin-inline-end: 0.75rem;

  color: var(--body-color);

  background-color: #e9ecef;

  pointer-events: none;

  border-color: inherit;

  border-style: solid;

  border-width: 0;

  border-inline-end-width: 1px;

  border-radius: 0;

  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .form-control::-webkit-file-upload-button {

    -webkit-transition: none;

    transition: none;

  }

}



.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {

  background-color: #dde0e3;

}



.form-control-plaintext {

  display: block;

  width: 100%;

  padding: 0.375rem 0;

  margin-bottom: 0;

  line-height: 1.8;

  color: var(--body-color);

  background-color: transparent;

  border: solid transparent;

  border-width: 1px 0;

}



.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {

  padding-right: 0;

  padding-left: 0;

}



.form-control-sm {

  min-height: calc(1.8em + (0.5rem + 2px));

  padding: 0.25rem 0.5rem;

  font-size: 0.875rem;

  border-radius: 0.2rem;

}



.form-control-sm::file-selector-button {

  padding: 0.25rem 0.5rem;

  margin: -0.25rem -0.5rem;

  -webkit-margin-end: 0.5rem;

  margin-inline-end: 0.5rem;

}



.form-control-sm::-webkit-file-upload-button {

  padding: 0.25rem 0.5rem;

  margin: -0.25rem -0.5rem;

  -webkit-margin-end: 0.5rem;

  margin-inline-end: 0.5rem;

}



.form-control-lg {

  min-height: calc(1.8em + (1rem + 2px));

  padding: 0.5rem 1rem;

  font-size: 1.25rem;

  border-radius: 0.3rem;

}



.form-control-lg::file-selector-button {

  padding: 0.5rem 1rem;

  margin: -0.5rem -1rem;

  -webkit-margin-end: 1rem;

  margin-inline-end: 1rem;

}



.form-control-lg::-webkit-file-upload-button {

  padding: 0.5rem 1rem;

  margin: -0.5rem -1rem;

  -webkit-margin-end: 1rem;

  margin-inline-end: 1rem;

}



textarea.form-control {

  min-height: calc(1.8em + (0.75rem + 2px));

}



textarea.form-control-sm {

  min-height: calc(1.8em + (0.5rem + 2px));

}



textarea.form-control-lg {

  min-height: calc(1.8em + (1rem + 2px));

}



.form-control-color {

  max-width: 3rem;

  height: auto;

  padding: 0.375rem;

}



.form-control-color:not(:disabled):not([readonly]) {

  cursor: pointer;

}



.form-control-color::-moz-color-swatch {

  height: 1.8em;

  border-radius: 0.25rem;

}



.form-control-color::-webkit-color-swatch {

  height: 1.8em;

  border-radius: 0.25rem;

}
.form-select {

  display: block;

  width: 100%;

  padding: 0.375rem 2.25rem 0.375rem 0.75rem;

  -moz-padding-start: calc(0.75rem - 3px);

  font-size: 1rem;

  font-weight: var(--font-body-weight);

  line-height: 1.8;

  color: var(--body-color);

  background-color: #fff;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

  background-repeat: no-repeat;

  background-position: right 0.75rem center;

  background-size: 16px 12px;

  border: 1px solid #ced4da;

  border-radius: 0rem;

  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



@media (prefers-reduced-motion: reduce) {

  .form-select {

    -webkit-transition: none;

    transition: none;

  }

}



.form-select:focus {

  border-color: #86b7fe;

  outline: 0;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

}



.form-select[multiple], .form-select[size]:not([size="1"]) {

  padding-right: 0.75rem;

  background-image: none;

}



.form-select:disabled {

  background-color: #e9ecef;

}



.form-select:-moz-focusring {

  color: transparent;

  text-shadow: 0 0 0 var(--body-color);

}



.form-select-sm {

  padding-top: 0.25rem;

  padding-bottom: 0.25rem;

  padding-left: 0.5rem;

  font-size: 0.875rem;

}



.form-select-lg {

  padding-top: 0.5rem;

  padding-bottom: 0.5rem;

  padding-left: 1rem;

  font-size: 1.25rem;

}



.form-check {

  display: block;

  min-height: 1.8rem;

  padding-left: 1.5em;

  margin-bottom: 0.125rem;

}



.form-check .form-check-input {

  float: left;

  margin-left: -1.5em;

}



.form-check-input {

  width: 1em;

  height: 1em;

  margin-top: 0.4em;

  vertical-align: top;

  background-color: #fff;

  background-repeat: no-repeat;

  background-position: center;

  background-size: contain;

  border: 1px solid rgba(0, 0, 0, 0.25);

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  -webkit-print-color-adjust: exact;

  color-adjust: exact;

}



.form-check-input[type="checkbox"] {

  border-radius: 0.25em;

}



.form-check-input[type="radio"] {

  border-radius: 50%;

}



.form-check-input:active {

  -webkit-filter: brightness(90%);

  filter: brightness(90%);

}



.form-check-input:focus {

  border-color: #86b7fe;

  outline: 0;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

}



.form-check-input:checked {

  background-color: #0d6efd;

  border-color: #0d6efd;

}



.form-check-input:checked[type="checkbox"] {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");

}



.form-check-input:checked[type="radio"] {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");

}



.form-check-input[type="checkbox"]:indeterminate {

  background-color: #0d6efd;

  border-color: #0d6efd;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");

}



.form-check-input:disabled {

  pointer-events: none;

  -webkit-filter: none;

  filter: none;

  opacity: 0.5;

}



.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {

  opacity: 0.5;

}



.form-switch {

  padding-left: 2.5em;

}



.form-switch .form-check-input {

  width: 2em;

  margin-left: -2.5em;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");

  background-position: left center;

  border-radius: 2em;

  -webkit-transition: background-position 0.15s ease-in-out;

  transition: background-position 0.15s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .form-switch .form-check-input {

    -webkit-transition: none;

    transition: none;

  }

}



.form-switch .form-check-input:focus {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");

}



.form-switch .form-check-input:checked {

  background-position: right center;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");

}



.form-check-inline {

  display: inline-block;

  margin-right: 1rem;

}



.btn-check {

  position: absolute;

  clip: rect(0, 0, 0, 0);

  pointer-events: none;

}



.btn-check[disabled] + .btn, .btn-check:disabled + .btn {

  pointer-events: none;

  -webkit-filter: none;

  filter: none;

  opacity: 0.65;

}



.form-range {

  width: 100%;

  height: 1.5rem;

  padding: 0;

  background-color: transparent;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



.form-range:focus {

  outline: 0;

}



.form-range:focus::-webkit-slider-thumb {

  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

}



.form-range:focus::-moz-range-thumb {

  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

}



.form-range::-moz-focus-outer {

  border: 0;

}



.form-range::-webkit-slider-thumb {

  width: 1rem;

  height: 1rem;

  margin-top: -0.25rem;

  background-color: #0d6efd;

  border: 0;

  border-radius: 1rem;

  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  -webkit-appearance: none;

  appearance: none;

}



@media (prefers-reduced-motion: reduce) {

  .form-range::-webkit-slider-thumb {

    -webkit-transition: none;

    transition: none;

  }

}



.form-range::-webkit-slider-thumb:active {

  background-color: #b6d4fe;

}



.form-range::-webkit-slider-runnable-track {

  width: 100%;

  height: 0.5rem;

  color: transparent;

  cursor: pointer;

  background-color: #dee2e6;

  border-color: transparent;

  border-radius: 1rem;

}



.form-range::-moz-range-thumb {

  width: 1rem;

  height: 1rem;

  background-color: #0d6efd;

  border: 0;

  border-radius: 1rem;

  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  -moz-appearance: none;

  appearance: none;

}



@media (prefers-reduced-motion: reduce) {

  .form-range::-moz-range-thumb {

    -webkit-transition: none;

    transition: none;

  }

}



.form-range::-moz-range-thumb:active {

  background-color: #b6d4fe;

}



.form-range::-moz-range-track {

  width: 100%;

  height: 0.5rem;

  color: transparent;

  cursor: pointer;

  background-color: #dee2e6;

  border-color: transparent;

  border-radius: 1rem;

}



.form-range:disabled {

  pointer-events: none;

}



.form-range:disabled::-webkit-slider-thumb {

  background-color: #adb5bd;

}



.form-range:disabled::-moz-range-thumb {

  background-color: #adb5bd;

}



.form-floating {

  position: relative;

}



.form-floating > .form-control,

.form-floating > .form-select {

  height: calc(3.5rem + 2px);

  line-height: 1.25;

}



.form-floating > label {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  padding: 1rem 0.75rem;

  pointer-events: none;

  border: 1px solid transparent;

  -webkit-transform-origin: 0 0;

  transform-origin: 0 0;

  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;

  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;

  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;

  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .form-floating > label {

    -webkit-transition: none;

    transition: none;

  }

}



.form-floating > .form-control {

  padding: 1rem 0.75rem;

}



.form-floating > .form-control::-webkit-input-placeholder {

  color: transparent;

}



.form-floating > .form-control:-ms-input-placeholder {

  color: transparent;

}



.form-floating > .form-control::-ms-input-placeholder {

  color: transparent;

}



.form-floating > .form-control::placeholder {

  color: transparent;

}



.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {

  padding-top: 1.625rem;

  padding-bottom: 0.625rem;

}



.form-floating > .form-control:-webkit-autofill {

  padding-top: 1.625rem;

  padding-bottom: 0.625rem;

}



.form-floating > .form-select {

  padding-top: 1.625rem;

  padding-bottom: 0.625rem;

}



.form-floating > .form-control:focus ~ label,

.form-floating > .form-control:not(:placeholder-shown) ~ label,

.form-floating > .form-select ~ label {

  opacity: 0.65;

  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);

  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);

}



.form-floating > .form-control:-webkit-autofill ~ label {

  opacity: 0.65;

  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);

  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);

}



.input-group {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  width: 100%;

}



.input-group > .form-control,

.input-group > .form-select {

  position: relative;

  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  width: 1%;

  min-width: 0;

}



.input-group > .form-control:focus,

.input-group > .form-select:focus {

  z-index: 3;

}



.input-group .btn {

  position: relative;

  z-index: 2;

}



.input-group .btn:focus {

  z-index: 3;

}



.input-group-text {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  font-weight: var(--font-body-weight);

  line-height: 1.8;

  color: var(--body-color);

  text-align: center;

  white-space: nowrap;

  background-color: #e9ecef;

  border: 1px solid #ced4da;

  border-radius: 0.25rem;

}



.input-group-lg > .form-control,

.input-group-lg > .form-select,

.input-group-lg > .input-group-text,

.input-group-lg > .btn {

  padding: 0.5rem 1rem;

  font-size: 1.25rem;

  border-radius: 0.3rem;

}



.input-group-sm > .form-control,

.input-group-sm > .form-select,

.input-group-sm > .input-group-text,

.input-group-sm > .btn {

  padding: 0.25rem 0.5rem;

  font-size: 0.875rem;

  border-radius: 0.2rem;

}



.input-group-lg > .form-select,

.input-group-sm > .form-select {

  padding-right: 3rem;

}



.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

}



.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),

.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

}



.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

  margin-left: -1px;

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}



.valid-feedback {

  display: none;

  width: 100%;

  margin-top: 0.25rem;

  font-size: 0.875em;

  color: #198754;

}



.valid-tooltip {

  position: absolute;

  top: 100%;

  z-index: 5;

  display: none;

  max-width: 100%;

  padding: 0.25rem 0.5rem;

  margin-top: .1rem;

  font-size: 0.875rem;

  color: #fff;

  background-color: rgba(25, 135, 84, 0.9);

  border-radius: 0.25rem;

}



.was-validated :valid ~ .valid-feedback,

.was-validated :valid ~ .valid-tooltip,

.is-valid ~ .valid-feedback,

.is-valid ~ .valid-tooltip {

  display: block;

}



.was-validated .form-control:valid, .form-control.is-valid {

  border-color: #198754;

  padding-right: calc(1.8em + 0.75rem);

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");

  background-repeat: no-repeat;

  background-position: right calc(0.45em + 0.1875rem) center;

  background-size: calc(0.9em + 0.375rem) calc(0.9em + 0.375rem);

}



.was-validated .form-control:valid:focus, .form-control.is-valid:focus {

  border-color: #198754;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

}



.was-validated textarea.form-control:valid, textarea.form-control.is-valid {

  padding-right: calc(1.8em + 0.75rem);

  background-position: top calc(0.45em + 0.1875rem) right calc(0.45em + 0.1875rem);

}



.was-validated .form-select:valid, .form-select.is-valid {

  border-color: #198754;

}



.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {

  padding-right: 4.125rem;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");

  background-position: right 0.75rem center, center right 2.25rem;

  background-size: 16px 12px, calc(0.9em + 0.375rem) calc(0.9em + 0.375rem);

}



.was-validated .form-select:valid:focus, .form-select.is-valid:focus {

  border-color: #198754;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

}



.was-validated .form-check-input:valid, .form-check-input.is-valid {

  border-color: #198754;

}



.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {

  background-color: #198754;

}



.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

}



.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {

  color: #198754;

}



.form-check-inline .form-check-input ~ .valid-feedback {

  margin-left: .5em;

}



.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated

.input-group .form-select:valid,

.input-group .form-select.is-valid {

  z-index: 1;

}



.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated

.input-group .form-select:valid:focus,

.input-group .form-select.is-valid:focus {

  z-index: 3;

}



.invalid-feedback {

  display: none;

  width: 100%;

  margin-top: 0.25rem;

  font-size: 0.875em;

  color: #dc3545;

}



.invalid-tooltip {

  position: absolute;

  top: 100%;

  z-index: 5;

  display: none;

  max-width: 100%;

  padding: 0.25rem 0.5rem;

  margin-top: .1rem;

  font-size: 0.875rem;

  color: #fff;

  background-color: rgba(220, 53, 69, 0.9);

  border-radius: 0.25rem;

}



.was-validated :invalid ~ .invalid-feedback,

.was-validated :invalid ~ .invalid-tooltip,

.is-invalid ~ .invalid-feedback,

.is-invalid ~ .invalid-tooltip {

  display: block;

}



.was-validated .form-control:invalid, .form-control.is-invalid {

  border-color: #dc3545;

  padding-right: calc(1.8em + 0.75rem);

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");

  background-repeat: no-repeat;

  background-position: right calc(0.45em + 0.1875rem) center;

  background-size: calc(0.9em + 0.375rem) calc(0.9em + 0.375rem);

}



.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {

  border-color: #dc3545;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

}



.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {

  padding-right: calc(1.8em + 0.75rem);

  background-position: top calc(0.45em + 0.1875rem) right calc(0.45em + 0.1875rem);

}



.was-validated .form-select:invalid, .form-select.is-invalid {

  border-color: #dc3545;

}



.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {

  padding-right: 4.125rem;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");

  background-position: right 0.75rem center, center right 2.25rem;

  background-size: 16px 12px, calc(0.9em + 0.375rem) calc(0.9em + 0.375rem);

}



.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {

  border-color: #dc3545;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

}



.was-validated .form-check-input:invalid, .form-check-input.is-invalid {

  border-color: #dc3545;

}



.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {

  background-color: #dc3545;

}



.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

}



.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {

  color: #dc3545;

}



.form-check-inline .form-check-input ~ .invalid-feedback {

  margin-left: .5em;

}



.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated

.input-group .form-select:invalid,

.input-group .form-select.is-invalid {

  z-index: 2;

}



.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated

.input-group .form-select:invalid:focus,

.input-group .form-select.is-invalid:focus {

  z-index: 3;

}



.btn {

  display: inline-block;

  font-weight: 400;

  line-height: 1.8;

  color: var(--body-color);

  text-align: center;

  vertical-align: middle;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  background-color: transparent;

  border: 1px solid transparent;

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  border-radius: 0.25rem;

  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .btn {

    -webkit-transition: none;

    transition: none;

  }

}



.btn:hover {

  color: var(--body-color);

}



.btn-check:focus + .btn, .btn:focus {

  outline: 0;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

}



.btn:disabled, .btn.disabled,

fieldset:disabled .btn {

  pointer-events: none;

  opacity: 0.65;

}



.btn-primary {

  color: #fff;

  background-color: #0d6efd;

  border-color: #0d6efd;

}



.btn-primary:hover {

  color: #fff;

  background-color: #0b5ed7;

  border-color: #0a58ca;

}



.btn-check:focus + .btn-primary, .btn-primary:focus {

  color: #fff;

  background-color: #0b5ed7;

  border-color: #0a58ca;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);

}



.btn-check:checked + .btn-primary,

.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,

.show > .btn-primary.dropdown-toggle {

  color: #fff;

  background-color: #0a58ca;

  border-color: #0a53be;

}



.btn-check:checked + .btn-primary:focus,

.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,

.show > .btn-primary.dropdown-toggle:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);

}



.btn-primary:disabled, .btn-primary.disabled {

  color: #fff;

  background-color: #0d6efd;

  border-color: #0d6efd;

}



.btn-secondary {

  color: #2a3742;

  background-color: #506276;

  border-color: #506276;

}



.btn-secondary:hover {

  color: #2a3742;

  background-color: #8d929b;

  border-color: #868c95;

}



.btn-check:focus + .btn-secondary, .btn-secondary:focus {

  color: #2a3742;

  background-color: #8d929b;

  border-color: #868c95;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(103, 108, 116, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(103, 108, 116, 0.5);

}



.btn-check:checked + .btn-secondary,

.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,

.show > .btn-secondary.dropdown-toggle {

  color: #2a3742;

  background-color: #9499a1;

  border-color: #868c95;

}



.btn-check:checked + .btn-secondary:focus,

.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,

.show > .btn-secondary.dropdown-toggle:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(103, 108, 116, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(103, 108, 116, 0.5);

}



.btn-secondary:disabled, .btn-secondary.disabled {

  color: #2a3742;

  background-color: #506276;

  border-color: #506276;

}



.btn-success {

  color: #fff;

  background-color: #198754;

  border-color: #198754;

}



.btn-success:hover {

  color: #fff;

  background-color: #157347;

  border-color: #146c43;

}



.btn-check:focus + .btn-success, .btn-success:focus {

  color: #fff;

  background-color: #157347;

  border-color: #146c43;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);

}



.btn-check:checked + .btn-success,

.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,

.show > .btn-success.dropdown-toggle {

  color: #fff;

  background-color: #146c43;

  border-color: #13653f;

}



.btn-check:checked + .btn-success:focus,

.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,

.show > .btn-success.dropdown-toggle:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);

}



.btn-success:disabled, .btn-success.disabled {

  color: #fff;

  background-color: #198754;

  border-color: #198754;

}



.btn-info {

  color: #2a3742;

  background-color: #0dcaf0;

  border-color: #0dcaf0;

}



.btn-info:hover {

  color: #2a3742;

  background-color: #31d2f2;

  border-color: #25cff2;

}



.btn-check:focus + .btn-info, .btn-info:focus {

  color: #2a3742;

  background-color: #31d2f2;

  border-color: #25cff2;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);

}



.btn-check:checked + .btn-info,

.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,

.show > .btn-info.dropdown-toggle {

  color: #2a3742;

  background-color: #3dd5f3;

  border-color: #25cff2;

}



.btn-check:checked + .btn-info:focus,

.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,

.show > .btn-info.dropdown-toggle:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);

}



.btn-info:disabled, .btn-info.disabled {

  color: #2a3742;

  background-color: #0dcaf0;

  border-color: #0dcaf0;

}



.btn-warning {

  color: #2a3742;

  background-color: #ffc107;

  border-color: #ffc107;

}



.btn-warning:hover {

  color: #2a3742;

  background-color: #ffca2c;

  border-color: #ffc720;

}



.btn-check:focus + .btn-warning, .btn-warning:focus {

  color: #2a3742;

  background-color: #ffca2c;

  border-color: #ffc720;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);

}



.btn-check:checked + .btn-warning,

.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,

.show > .btn-warning.dropdown-toggle {

  color: #2a3742;

  background-color: #ffcd39;

  border-color: #ffc720;

}



.btn-check:checked + .btn-warning:focus,

.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,

.show > .btn-warning.dropdown-toggle:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);

}



.btn-warning:disabled, .btn-warning.disabled {

  color: #2a3742;

  background-color: #ffc107;

  border-color: #ffc107;

}



.btn-danger {

  color: #fff;

  background-color: #dc3545;

  border-color: #dc3545;

}



.btn-danger:hover {

  color: #fff;

  background-color: #bb2d3b;

  border-color: #b02a37;

}



.btn-check:focus + .btn-danger, .btn-danger:focus {

  color: #fff;

  background-color: #bb2d3b;

  border-color: #b02a37;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);

}



.btn-check:checked + .btn-danger,

.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,

.show > .btn-danger.dropdown-toggle {

  color: #fff;

  background-color: #b02a37;

  border-color: #a52834;

}



.btn-check:checked + .btn-danger:focus,

.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,

.show > .btn-danger.dropdown-toggle:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);

}



.btn-danger:disabled, .btn-danger.disabled {

  color: #fff;

  background-color: #dc3545;

  border-color: #dc3545;

}



.btn-light {

  color: #2a3742;

  background-color: #d4d8db;

  border-color: #d4d8db;

}



.btn-light:hover {

  color: #2a3742;

  background-color: #dadee0;

  border-color: #d8dcdf;

}



.btn-check:focus + .btn-light, .btn-light:focus {

  color: #2a3742;

  background-color: #dadee0;

  border-color: #d8dcdf;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(180, 184, 186, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(180, 184, 186, 0.5);

}



.btn-check:checked + .btn-light,

.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,

.show > .btn-light.dropdown-toggle {

  color: #2a3742;

  background-color: #dde0e2;

  border-color: #d8dcdf;

}



.btn-check:checked + .btn-light:focus,

.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,

.show > .btn-light.dropdown-toggle:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(180, 184, 186, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(180, 184, 186, 0.5);

}



.btn-light:disabled, .btn-light.disabled {

  color: #2a3742;

  background-color: #d4d8db;

  border-color: #d4d8db;

}



.btn-dark {

  color: #2a3742;

  background-color: #506276;

  border-color: #506276;

}



.btn-dark:hover {

  color: #2a3742;

  background-color: #8d929b;

  border-color: #868c95;

}



.btn-check:focus + .btn-dark, .btn-dark:focus {

  color: #2a3742;

  background-color: #8d929b;

  border-color: #868c95;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(103, 108, 116, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(103, 108, 116, 0.5);

}



.btn-check:checked + .btn-dark,

.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,

.show > .btn-dark.dropdown-toggle {

  color: #2a3742;

  background-color: #9499a1;

  border-color: #868c95;

}



.btn-check:checked + .btn-dark:focus,

.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,

.show > .btn-dark.dropdown-toggle:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(103, 108, 116, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(103, 108, 116, 0.5);

}



.btn-dark:disabled, .btn-dark.disabled {

  color: #2a3742;

  background-color: #506276;

  border-color: #506276;

}



.btn-outline-primary {

  color: #0d6efd;

  border-color: #0d6efd;

}



.btn-outline-primary:hover {

  color: #fff;

  background-color: #0d6efd;

  border-color: #0d6efd;

}



.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);

}



.btn-check:checked + .btn-outline-primary,

.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {

  color: #fff;

  background-color: #0d6efd;

  border-color: #0d6efd;

}



.btn-check:checked + .btn-outline-primary:focus,

.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);

}



.btn-outline-primary:disabled, .btn-outline-primary.disabled {

  color: #0d6efd;

  background-color: transparent;

}



.btn-outline-secondary {

  color: #506276;

  border-color: #506276;

}



.btn-outline-secondary:hover {

  color: #2a3742;

  background-color: #506276;

  border-color: #506276;

}



.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(121, 127, 137, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(121, 127, 137, 0.5);

}



.btn-check:checked + .btn-outline-secondary,

.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {

  color: #2a3742;

  background-color: #506276;

  border-color: #506276;

}



.btn-check:checked + .btn-outline-secondary:focus,

.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(121, 127, 137, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(121, 127, 137, 0.5);

}



.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {

  color: #506276;

  background-color: transparent;

}



.btn-outline-success {

  color: #198754;

  border-color: #198754;

}



.btn-outline-success:hover {

  color: #fff;

  background-color: #198754;

  border-color: #198754;

}



.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);

}



.btn-check:checked + .btn-outline-success,

.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {

  color: #fff;

  background-color: #198754;

  border-color: #198754;

}



.btn-check:checked + .btn-outline-success:focus,

.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);

}



.btn-outline-success:disabled, .btn-outline-success.disabled {

  color: #198754;

  background-color: transparent;

}



.btn-outline-info {

  color: #0dcaf0;

  border-color: #0dcaf0;

}



.btn-outline-info:hover {

  color: #2a3742;

  background-color: #0dcaf0;

  border-color: #0dcaf0;

}



.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);

}



.btn-check:checked + .btn-outline-info,

.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {

  color: #2a3742;

  background-color: #0dcaf0;

  border-color: #0dcaf0;

}



.btn-check:checked + .btn-outline-info:focus,

.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);

}



.btn-outline-info:disabled, .btn-outline-info.disabled {

  color: #0dcaf0;

  background-color: transparent;

}



.btn-outline-warning {

  color: #ffc107;

  border-color: #ffc107;

}



.btn-outline-warning:hover {

  color: #2a3742;

  background-color: #ffc107;

  border-color: #ffc107;

}



.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);

}



.btn-check:checked + .btn-outline-warning,

.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {

  color: #2a3742;

  background-color: #ffc107;

  border-color: #ffc107;

}



.btn-check:checked + .btn-outline-warning:focus,

.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);

}



.btn-outline-warning:disabled, .btn-outline-warning.disabled {

  color: #ffc107;

  background-color: transparent;

}



.btn-outline-danger {

  color: #dc3545;

  border-color: #dc3545;

}



.btn-outline-danger:hover {

  color: #fff;

  background-color: #dc3545;

  border-color: #dc3545;

}



.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);

}



.btn-check:checked + .btn-outline-danger,

.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {

  color: #fff;

  background-color: #dc3545;

  border-color: #dc3545;

}



.btn-check:checked + .btn-outline-danger:focus,

.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);

}



.btn-outline-danger:disabled, .btn-outline-danger.disabled {

  color: #dc3545;

  background-color: transparent;

}



.btn-outline-light {

  color: #d4d8db;

  border-color: #d4d8db;

}



.btn-outline-light:hover {

  color: #2a3742;

  background-color: #d4d8db;

  border-color: #d4d8db;

}



.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(212, 216, 219, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(212, 216, 219, 0.5);

}



.btn-check:checked + .btn-outline-light,

.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {

  color: #2a3742;

  background-color: #d4d8db;

  border-color: #d4d8db;

}



.btn-check:checked + .btn-outline-light:focus,

.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(212, 216, 219, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(212, 216, 219, 0.5);

}



.btn-outline-light:disabled, .btn-outline-light.disabled {

  color: #d4d8db;

  background-color: transparent;

}



.btn-outline-dark {

  color: #506276;

  border-color: #506276;

}



.btn-outline-dark:hover {

  color: #2a3742;

  background-color: #506276;

  border-color: #506276;

}



.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(121, 127, 137, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(121, 127, 137, 0.5);

}



.btn-check:checked + .btn-outline-dark,

.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {

  color: #2a3742;

  background-color: #506276;

  border-color: #506276;

}



.btn-check:checked + .btn-outline-dark:focus,

.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {

  -webkit-box-shadow: 0 0 0 0.25rem rgba(121, 127, 137, 0.5);

  box-shadow: 0 0 0 0.25rem rgba(121, 127, 137, 0.5);

}



.btn-outline-dark:disabled, .btn-outline-dark.disabled {

  color: #506276;

  background-color: transparent;

}



.btn-link {

  font-weight: 400;

  color: var(--body-link-color);

  text-decoration: none;

}



.btn-link:hover {

  color: var(--body-link-color-hover);

}



.btn-link:disabled, .btn-link.disabled {

  color: #506276;

}



.btn-lg, .btn-group-lg > .btn {

  padding: 0.5rem 1rem;

  font-size: 1.25rem;

  border-radius: 0.3rem;

}



.btn-sm, .btn-group-sm > .btn {

  padding: 0.25rem 0.5rem;

  font-size: 0.875rem;

  border-radius: 0.2rem;

}



.fade {

  -webkit-transition: opacity 0.15s linear;

  transition: opacity 0.15s linear;

}



@media (prefers-reduced-motion: reduce) {

  .fade {

    -webkit-transition: none;

    transition: none;

  }

}



.fade:not(.show) {

  opacity: 0;

}



.collapse:not(.show) {

  display: none;

}



.collapsing {

  height: 0;

  overflow: hidden;

  -webkit-transition: height 0.35s ease;

  transition: height 0.35s ease;

}



@media (prefers-reduced-motion: reduce) {

  .collapsing {

    -webkit-transition: none;

    transition: none;

  }

}



.dropup,

.dropend,

.dropdown,

.dropstart {

  position: relative;

}



.dropdown-toggle {

  white-space: nowrap;

}



.dropdown-toggle::after {

  display: inline-block;

  margin-left: 0.255em;

  vertical-align: 0.255em;

  content: "";

  border-top: 0.3em solid;

  border-right: 0.3em solid transparent;

  border-bottom: 0;

  border-left: 0.3em solid transparent;

}



.dropdown-toggle:empty::after {

  margin-left: 0;

}



.dropdown-menu {

  position: absolute;

  z-index: 1000;

  display: none;

  min-width: 10rem;

  padding: 0.5rem 0;

  margin: 0;

  font-size: 1rem;

  color: var(--body-color);

  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[data-bs-popper] {

  top: 100%;

  left: 0;

  margin-top: 0.125rem;

}



.dropdown-menu-start {

  --bs-position: start;

}



.dropdown-menu-start[data-bs-popper] {

  right: auto;

  left: 0;

}



.dropdown-menu-end {

  --bs-position: end;

}



.dropdown-menu-end[data-bs-popper] {

  right: 0;

  left: auto;

}



@media (min-width: 576px) {

  .dropdown-menu-sm-start {

    --bs-position: start;

  }

  .dropdown-menu-sm-start[data-bs-popper] {

    right: auto;

    left: 0;

  }

  .dropdown-menu-sm-end {

    --bs-position: end;

  }

  .dropdown-menu-sm-end[data-bs-popper] {

    right: 0;

    left: auto;

  }

}



@media (min-width: 768px) {

  .dropdown-menu-md-start {

    --bs-position: start;

  }

  .dropdown-menu-md-start[data-bs-popper] {

    right: auto;

    left: 0;

  }

  .dropdown-menu-md-end {

    --bs-position: end;

  }

  .dropdown-menu-md-end[data-bs-popper] {

    right: 0;

    left: auto;

  }

}



@media (min-width: 992px) {

  .dropdown-menu-lg-start {

    --bs-position: start;

  }

  .dropdown-menu-lg-start[data-bs-popper] {

    right: auto;

    left: 0;

  }

  .dropdown-menu-lg-end {

    --bs-position: end;

  }

  .dropdown-menu-lg-end[data-bs-popper] {

    right: 0;

    left: auto;

  }

}



@media (min-width: 1025px) {

  .dropdown-menu-xl-start {

    --bs-position: start;

  }

  .dropdown-menu-xl-start[data-bs-popper] {

    right: auto;

    left: 0;

  }

  .dropdown-menu-xl-end {

    --bs-position: end;

  }

  .dropdown-menu-xl-end[data-bs-popper] {

    right: 0;

    left: auto;

  }

}



@media (min-width: 1200px) {

  .dropdown-menu-xxl-start {

    --bs-position: start;

  }

  .dropdown-menu-xxl-start[data-bs-popper] {

    right: auto;

    left: 0;

  }

  .dropdown-menu-xxl-end {

    --bs-position: end;

  }

  .dropdown-menu-xxl-end[data-bs-popper] {

    right: 0;

    left: auto;

  }

}



.dropup .dropdown-menu[data-bs-popper] {

  top: auto;

  bottom: 100%;

  margin-top: 0;

  margin-bottom: 0.125rem;

}



.dropup .dropdown-toggle::after {

  display: inline-block;

  margin-left: 0.255em;

  vertical-align: 0.255em;

  content: "";

  border-top: 0;

  border-right: 0.3em solid transparent;

  border-bottom: 0.3em solid;

  border-left: 0.3em solid transparent;

}



.dropup .dropdown-toggle:empty::after {

  margin-left: 0;

}



.dropend .dropdown-menu[data-bs-popper] {

  top: 0;

  right: auto;

  left: 100%;

  margin-top: 0;

  margin-left: 0.125rem;

}



.dropend .dropdown-toggle::after {

  display: inline-block;

  margin-left: 0.255em;

  vertical-align: 0.255em;

  content: "";

  border-top: 0.3em solid transparent;

  border-right: 0;

  border-bottom: 0.3em solid transparent;

  border-left: 0.3em solid;

}



.dropend .dropdown-toggle:empty::after {

  margin-left: 0;

}



.dropend .dropdown-toggle::after {

  vertical-align: 0;

}



.dropstart .dropdown-menu[data-bs-popper] {

  top: 0;

  right: 100%;

  left: auto;

  margin-top: 0;

  margin-right: 0.125rem;

}



.dropstart .dropdown-toggle::after {

  display: inline-block;

  margin-left: 0.255em;

  vertical-align: 0.255em;

  content: "";

}



.dropstart .dropdown-toggle::after {

  display: none;

}



.dropstart .dropdown-toggle::before {

  display: inline-block;

  margin-right: 0.255em;

  vertical-align: 0.255em;

  content: "";

  border-top: 0.3em solid transparent;

  border-right: 0.3em solid;

  border-bottom: 0.3em solid transparent;

}



.dropstart .dropdown-toggle:empty::after {

  margin-left: 0;

}



.dropstart .dropdown-toggle::before {

  vertical-align: 0;

}



.dropdown-divider {

  height: 0;

  margin: 0.5rem 0;

  overflow: hidden;

  border-top: 1px solid rgba(0, 0, 0, 0.15);

}



.dropdown-item {

  display: block;

  width: 100%;

  padding: 0.25rem 1rem;

  clear: both;

  font-weight: 400;

  color: #212529;

  text-align: inherit;

  white-space: nowrap;

  background-color: transparent;

  border: 0;

}



.dropdown-item:hover, .dropdown-item:focus {

  color: #1e2125;

  background-color: #e9ecef;

}



.dropdown-item.active, .dropdown-item:active {

  color: #fff;

  text-decoration: none;

  background-color: #0d6efd;

}



.dropdown-item.disabled, .dropdown-item:disabled {

  color: #adb5bd;

  pointer-events: none;

  background-color: transparent;

}



.dropdown-menu.show {

  display: block;

}



.dropdown-header {

  display: block;

  padding: 0.5rem 1rem;

  margin-bottom: 0;

  font-size: 0.875rem;

  color: #506276;

  white-space: nowrap;

}



.dropdown-item-text {

  display: block;

  padding: 0.25rem 1rem;

  color: #212529;

}



.dropdown-menu-dark {

  color: #dee2e6;

  background-color: #343a40;

  border-color: rgba(0, 0, 0, 0.15);

}



.dropdown-menu-dark .dropdown-item {

  color: #dee2e6;

}



.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {

  color: #fff;

  background-color: rgba(255, 255, 255, 0.15);

}



.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {

  color: #fff;

  background-color: #0d6efd;

}



.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {

  color: #adb5bd;

}



.dropdown-menu-dark .dropdown-divider {

  border-color: rgba(0, 0, 0, 0.15);

}



.dropdown-menu-dark .dropdown-item-text {

  color: #dee2e6;

}



.dropdown-menu-dark .dropdown-header {

  color: #adb5bd;

}



.btn-group,

.btn-group-vertical {

  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  vertical-align: middle;

}



.btn-group > .btn,

.btn-group-vertical > .btn {

  position: relative;

  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

}



.btn-group > .btn-check:checked + .btn,

.btn-group > .btn-check:focus + .btn,

.btn-group > .btn:hover,

.btn-group > .btn:focus,

.btn-group > .btn:active,

.btn-group > .btn.active,

.btn-group-vertical > .btn-check:checked + .btn,

.btn-group-vertical > .btn-check:focus + .btn,

.btn-group-vertical > .btn:hover,

.btn-group-vertical > .btn:focus,

.btn-group-vertical > .btn:active,

.btn-group-vertical > .btn.active {

  z-index: 1;

}



.btn-toolbar {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

}



.btn-toolbar .input-group {

  width: auto;

}



.btn-group > .btn:not(:first-child),

.btn-group > .btn-group:not(:first-child) {

  margin-left: -1px;

}



.btn-group > .btn:not(:last-child):not(.dropdown-toggle),

.btn-group > .btn-group:not(:last-child) > .btn {

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

}



.btn-group > .btn:nth-child(n + 3),

.btn-group > :not(.btn-check) + .btn,

.btn-group > .btn-group:not(:first-child) > .btn {

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}



.dropdown-toggle-split {

  padding-right: 0.5625rem;

  padding-left: 0.5625rem;

}



.dropdown-toggle-split::after,

.dropup .dropdown-toggle-split::after,

.dropend .dropdown-toggle-split::after {

  margin-left: 0;

}



.dropstart .dropdown-toggle-split::before {

  margin-right: 0;

}



.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {

  padding-right: 0.375rem;

  padding-left: 0.375rem;

}



.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {

  padding-right: 0.75rem;

  padding-left: 0.75rem;

}



.btn-group-vertical {

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.btn-group-vertical > .btn,

.btn-group-vertical > .btn-group {

  width: 100%;

}



.btn-group-vertical > .btn:not(:first-child),

.btn-group-vertical > .btn-group:not(:first-child) {

  margin-top: -1px;

}



.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),

.btn-group-vertical > .btn-group:not(:last-child) > .btn {

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}



.btn-group-vertical > .btn ~ .btn,

.btn-group-vertical > .btn-group:not(:first-child) > .btn {

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}



.nav {

  display: -webkit-box;

  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;

  color: var(--body-link-color);

  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .nav-link {

    -webkit-transition: none;

    transition: none;

  }

}



.nav-link:hover, .nav-link:focus {

  color: var(--body-link-color-hover);

}



.nav-link.disabled {

  color: #506276;

  pointer-events: none;

  cursor: default;

}



.nav-tabs {

  border-bottom: 1px solid #dee2e6;

}



.nav-tabs .nav-link {

  margin-bottom: -1px;

  background: none;

  border: 1px solid transparent;

  border-top-left-radius: 0.25rem;

  border-top-right-radius: 0.25rem;

}



.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {

  border-color: #e9ecef #e9ecef #dee2e6;

  isolation: isolate;

}



.nav-tabs .nav-link.disabled {

  color: #506276;

  background-color: transparent;

  border-color: transparent;

}



.nav-tabs .nav-link.active,

.nav-tabs .nav-item.show .nav-link {

  color: #495057;

  background-color: #fff;

  border-color: #dee2e6 #dee2e6 #fff;

}



.nav-tabs .dropdown-menu {

  margin-top: -1px;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}



.nav-pills .nav-link {

  background: none;

  border: 0;

  border-radius: 0.25rem;

}



.nav-pills .nav-link.active,

.nav-pills .show > .nav-link {

  color: #fff;

  background-color: #0d6efd;

}



.nav-fill > .nav-link,

.nav-fill .nav-item {

  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  text-align: center;

}



.nav-justified > .nav-link,

.nav-justified .nav-item {

  -ms-flex-preferred-size: 0;

  flex-basis: 0;

  -webkit-box-flex: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;

  text-align: center;

}



.nav-fill .nav-item .nav-link,

.nav-justified .nav-item .nav-link {

  width: 100%;

}



.tab-content > .tab-pane {

  display: none;

}



.tab-content > .active {

  display: block;

}



.navbar {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  padding-top: 0.5rem;

  padding-bottom: 0.5rem;

}



.navbar > .container,

.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: inherit;

  flex-wrap: inherit;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

}



.navbar-brand {

  padding-top: 0.275rem;

  padding-bottom: 0.275rem;

  margin-right: 1rem;

  font-size: 1.25rem;

  white-space: nowrap;

}



.navbar-nav {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

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

}



.navbar-text {

  padding-top: 0.5rem;

  padding-bottom: 0.5rem;

}



.navbar-collapse {

  -ms-flex-preferred-size: 100%;

  flex-basis: 100%;

  -webkit-box-flex: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.navbar-toggler {

  padding: 0.25rem 0.75rem;

  font-size: 1.25rem;

  line-height: 1;

  background-color: transparent;

  border: 1px solid transparent;

  border-radius: 0.25rem;

  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;

  transition: -webkit-box-shadow 0.15s ease-in-out;

  transition: box-shadow 0.15s ease-in-out;

  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .navbar-toggler {

    -webkit-transition: none;

    transition: none;

  }

}



.navbar-toggler:hover {

  text-decoration: none;

}



.navbar-toggler:focus {

  text-decoration: none;

  outline: 0;

  -webkit-box-shadow: 0 0 0 0.25rem;

  box-shadow: 0 0 0 0.25rem;

}



.navbar-toggler-icon {

  display: inline-block;

  width: 1.5em;

  height: 1.5em;

  vertical-align: middle;

  background-repeat: no-repeat;

  background-position: center;

  background-size: 100%;

}



.navbar-nav-scroll {

  max-height: var(--bs-scroll-height, 75vh);

  overflow-y: auto;

}



@media (min-width: 576px) {

  .navbar-expand-sm {

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

  }

  .navbar-expand-sm .navbar-nav {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -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: 0.5rem;

    padding-left: 0.5rem;

  }

  .navbar-expand-sm .navbar-nav-scroll {

    overflow: visible;

  }

  .navbar-expand-sm .navbar-collapse {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-preferred-size: auto;

    flex-basis: auto;

  }

  .navbar-expand-sm .navbar-toggler {

    display: none;

  }

}



@media (min-width: 768px) {

  .navbar-expand-md {

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

  }

  .navbar-expand-md .navbar-nav {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -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: 0.5rem;

    padding-left: 0.5rem;

  }

  .navbar-expand-md .navbar-nav-scroll {

    overflow: visible;

  }

  .navbar-expand-md .navbar-collapse {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-preferred-size: auto;

    flex-basis: auto;

  }

  .navbar-expand-md .navbar-toggler {

    display: none;

  }

}



@media (min-width: 992px) {

  .navbar-expand-lg {

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

  }

  .navbar-expand-lg .navbar-nav {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -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: 0.5rem;

    padding-left: 0.5rem;

  }

  .navbar-expand-lg .navbar-nav-scroll {

    overflow: visible;

  }

  .navbar-expand-lg .navbar-collapse {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-preferred-size: auto;

    flex-basis: auto;

  }

  .navbar-expand-lg .navbar-toggler {

    display: none;

  }

}



@media (min-width: 1025px) {

  .navbar-expand-xl {

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

  }

  .navbar-expand-xl .navbar-nav {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -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: 0.5rem;

    padding-left: 0.5rem;

  }

  .navbar-expand-xl .navbar-nav-scroll {

    overflow: visible;

  }

  .navbar-expand-xl .navbar-collapse {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-preferred-size: auto;

    flex-basis: auto;

  }

  .navbar-expand-xl .navbar-toggler {

    display: none;

  }

}



@media (min-width: 1200px) {

  .navbar-expand-xxl {

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

  }

  .navbar-expand-xxl .navbar-nav {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {

    position: absolute;

  }

  .navbar-expand-xxl .navbar-nav .nav-link {

    padding-right: 0.5rem;

    padding-left: 0.5rem;

  }

  .navbar-expand-xxl .navbar-nav-scroll {

    overflow: visible;

  }

  .navbar-expand-xxl .navbar-collapse {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-preferred-size: auto;

    flex-basis: auto;

  }

  .navbar-expand-xxl .navbar-toggler {

    display: none;

  }

}



.navbar-expand {

  -ms-flex-wrap: nowrap;

  flex-wrap: nowrap;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

}



.navbar-expand .navbar-nav {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

}



.navbar-expand .navbar-nav .dropdown-menu {

  position: absolute;

}



.navbar-expand .navbar-nav .nav-link {

  padding-right: 0.5rem;

  padding-left: 0.5rem;

}



.navbar-expand .navbar-nav-scroll {

  overflow: visible;

}



.navbar-expand .navbar-collapse {

  display: -webkit-box !important;

  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:hover, .navbar-light .navbar-brand:focus {

  color: rgba(0, 0, 0, 0.9);

}



.navbar-light .navbar-nav .nav-link {

  color: rgba(0, 0, 0, 0.55);

}



.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {

  color: rgba(0, 0, 0, 0.7);

}



.navbar-light .navbar-nav .nav-link.disabled {

  color: rgba(0, 0, 0, 0.3);

}



.navbar-light .navbar-nav .show > .nav-link,

.navbar-light .navbar-nav .nav-link.active {

  color: rgba(0, 0, 0, 0.9);

}



.navbar-light .navbar-toggler {

  color: rgba(0, 0, 0, 0.55);

  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' 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.55);

}



.navbar-light .navbar-text a,

.navbar-light .navbar-text a:hover,

.navbar-light .navbar-text a:focus {

  color: rgba(0, 0, 0, 0.9);

}



.navbar-dark .navbar-brand {

  color: #fff;

}



.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {

  color: #fff;

}



.navbar-dark .navbar-nav .nav-link {

  color: rgba(255, 255, 255, 0.55);

}



.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {

  color: rgba(255, 255, 255, 0.75);

}



.navbar-dark .navbar-nav .nav-link.disabled {

  color: rgba(255, 255, 255, 0.25);

}



.navbar-dark .navbar-nav .show > .nav-link,

.navbar-dark .navbar-nav .nav-link.active {

  color: #fff;

}



.navbar-dark .navbar-toggler {

  color: rgba(255, 255, 255, 0.55);

  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' 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.55);

}



.navbar-dark .navbar-text a,

.navbar-dark .navbar-text a:hover,

.navbar-dark .navbar-text a:focus {

  color: #fff;

}



.card {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  min-width: 0;

  word-wrap: break-word;

  background-color: #fff;

  background-clip: border-box;

  border: 1px solid rgba(0, 0, 0, 0.125);

  border-radius: 0.25rem;

}



.card > hr {

  margin-right: 0;

  margin-left: 0;

}



.card > .list-group {

  border-top: inherit;

  border-bottom: inherit;

}



.card > .list-group:first-child {

  border-top-width: 0;

  border-top-left-radius: calc(0.25rem - 1px);

  border-top-right-radius: calc(0.25rem - 1px);

}



.card > .list-group:last-child {

  border-bottom-width: 0;

  border-bottom-right-radius: calc(0.25rem - 1px);

  border-bottom-left-radius: calc(0.25rem - 1px);

}



.card > .card-header + .list-group,

.card > .list-group + .card-footer {

  border-top: 0;

}



.card-body {

  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  padding: 1rem 1rem;

}



.card-title {

  margin-bottom: 0.5rem;

}



.card-subtitle {

  margin-top: -0.25rem;

  margin-bottom: 0;

}



.card-text:last-child {

  margin-bottom: 0;

}



.card-link:hover {

  text-decoration: none;

}



.card-link + .card-link {

  margin-left: 1rem;

}



.card-header {

  padding: 0.5rem 1rem;

  margin-bottom: 0;

  background-color: rgba(0, 0, 0, 0.03);

  border-bottom: 1px solid rgba(0, 0, 0, 0.125);

}



.card-header:first-child {

  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;

}



.card-footer {

  padding: 0.5rem 1rem;

  background-color: rgba(0, 0, 0, 0.03);

  border-top: 1px solid rgba(0, 0, 0, 0.125);

}



.card-footer:last-child {

  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);

}



.card-header-tabs {

  margin-right: -0.5rem;

  margin-bottom: -0.5rem;

  margin-left: -0.5rem;

  border-bottom: 0;

}



.card-header-pills {

  margin-right: -0.5rem;

  margin-left: -0.5rem;

}



.card-img-overlay {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  padding: 1rem;

  border-radius: calc(0.25rem - 1px);

}



.card-img,

.card-img-top,

.card-img-bottom {

  width: 100%;

}



.card-img,

.card-img-top {

  border-top-left-radius: calc(0.25rem - 1px);

  border-top-right-radius: calc(0.25rem - 1px);

}



.card-img,

.card-img-bottom {

  border-bottom-right-radius: calc(0.25rem - 1px);

  border-bottom-left-radius: calc(0.25rem - 1px);

}



.card-group > .card {

  margin-bottom: 0.75rem;

}



@media (min-width: 576px) {

  .card-group {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

  }

  .card-group > .card {

    -webkit-box-flex: 1;

    -ms-flex: 1 0 0%;

    flex: 1 0 0%;

    margin-bottom: 0;

  }

  .card-group > .card + .card {

    margin-left: 0;

    border-left: 0;

  }

  .card-group > .card:not(:last-child) {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

  }

  .card-group > .card:not(:last-child) .card-img-top,

  .card-group > .card:not(:last-child) .card-header {

    border-top-right-radius: 0;

  }

  .card-group > .card:not(:last-child) .card-img-bottom,

  .card-group > .card:not(:last-child) .card-footer {

    border-bottom-right-radius: 0;

  }

  .card-group > .card:not(:first-child) {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

  }

  .card-group > .card:not(:first-child) .card-img-top,

  .card-group > .card:not(:first-child) .card-header {

    border-top-left-radius: 0;

  }

  .card-group > .card:not(:first-child) .card-img-bottom,

  .card-group > .card:not(:first-child) .card-footer {

    border-bottom-left-radius: 0;

  }

}



.accordion-button {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  width: 100%;

  padding: 1rem 1.25rem;

  font-size: 1rem;

  color: var(--body-color);

  text-align: left;

  background-color: #fff;

  border: 0;

  border-radius: 0;

  overflow-anchor: none;

  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .accordion-button {

    -webkit-transition: none;

    transition: none;

  }

}



.accordion-button:not(.collapsed) {

  color: #0c63e4;

  background-color: #e7f1ff;

  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);

  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);

}



.accordion-button:not(.collapsed)::after {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

  -webkit-transform: rotate(-180deg);

  transform: rotate(-180deg);

}



.accordion-button::after {

  -ms-flex-negative: 0;

  flex-shrink: 0;

  width: 1.25rem;

  height: 1.25rem;

  margin-left: auto;

  content: "";

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

  background-repeat: no-repeat;

  background-size: 1.25rem;

  -webkit-transition: -webkit-transform 0.2s ease-in-out;

  transition: -webkit-transform 0.2s ease-in-out;

  transition: transform 0.2s ease-in-out;

  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .accordion-button::after {

    -webkit-transition: none;

    transition: none;

  }

}



.accordion-button:hover {

  z-index: 2;

}



.accordion-button:focus {

  z-index: 3;

  border-color: #86b7fe;

  outline: 0;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

}



.accordion-header {

  margin-bottom: 0;

}



.accordion-item {

  background-color: #fff;

  border: 1px solid rgba(0, 0, 0, 0.125);

}



.accordion-item:first-of-type {

  border-top-left-radius: 0.25rem;

  border-top-right-radius: 0.25rem;

}



.accordion-item:first-of-type .accordion-button {

  border-top-left-radius: calc(0.25rem - 1px);

  border-top-right-radius: calc(0.25rem - 1px);

}



.accordion-item:not(:first-of-type) {

  border-top: 0;

}



.accordion-item:last-of-type {

  border-bottom-right-radius: 0.25rem;

  border-bottom-left-radius: 0.25rem;

}



.accordion-item:last-of-type .accordion-button.collapsed {

  border-bottom-right-radius: calc(0.25rem - 1px);

  border-bottom-left-radius: calc(0.25rem - 1px);

}



.accordion-item:last-of-type .accordion-collapse {

  border-bottom-right-radius: 0.25rem;

  border-bottom-left-radius: 0.25rem;

}



.accordion-body {

  padding: 1rem 1.25rem;

}



.accordion-flush .accordion-collapse {

  border-width: 0;

}



.accordion-flush .accordion-item {

  border-right: 0;

  border-left: 0;

  border-radius: 0;

}



.accordion-flush .accordion-item:first-child {

  border-top: 0;

}



.accordion-flush .accordion-item:last-child {

  border-bottom: 0;

}



.accordion-flush .accordion-item .accordion-button {

  border-radius: 0;

}



.breadcrumb {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 0 0;

  margin-bottom: 1rem;

  list-style: none;

}



.breadcrumb-item + .breadcrumb-item {

  padding-left: 0.5rem;

}



.breadcrumb-item + .breadcrumb-item::before {

  float: left;

  padding-right: 0.5rem;

  color: #506276;

  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;

}



.breadcrumb-item.active {

  color: #506276;

}



.pagination {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding-left: 0;

  list-style: none;

}



.page-link {

  position: relative;

  display: block;

  color: var(--body-link-color);

  background-color: #fff;

  border: 1px solid #dee2e6;

  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .page-link {

    -webkit-transition: none;

    transition: none;

  }

}



.page-link:hover {

  z-index: 2;

  color: var(--body-link-color-hover);

  background-color: #e9ecef;

  border-color: #dee2e6;

}



.page-link:focus {

  z-index: 3;

  color: var(--body-link-color-hover);

  background-color: #e9ecef;

  outline: 0;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

}



.page-item:not(:first-child) .page-link {

  margin-left: -1px;

}



.page-item.active .page-link {

  z-index: 3;

  color: #fff;

  background-color: #0d6efd;

  border-color: #0d6efd;

}



.page-item.disabled .page-link {

  color: #506276;

  pointer-events: none;

  background-color: #fff;

  border-color: #dee2e6;

}



.page-link {

  padding: 0.375rem 0.75rem;

}



.page-item:first-child .page-link {

  border-top-left-radius: 0.25rem;

  border-bottom-left-radius: 0.25rem;

}



.page-item:last-child .page-link {

  border-top-right-radius: 0.25rem;

  border-bottom-right-radius: 0.25rem;

}



.pagination-lg .page-link {

  padding: 0.75rem 1.5rem;

  font-size: 1.25rem;

}



.pagination-lg .page-item:first-child .page-link {

  border-top-left-radius: 0.3rem;

  border-bottom-left-radius: 0.3rem;

}



.pagination-lg .page-item:last-child .page-link {

  border-top-right-radius: 0.3rem;

  border-bottom-right-radius: 0.3rem;

}



.pagination-sm .page-link {

  padding: 0.25rem 0.5rem;

  font-size: 0.875rem;

}



.pagination-sm .page-item:first-child .page-link {

  border-top-left-radius: 0.2rem;

  border-bottom-left-radius: 0.2rem;

}



.pagination-sm .page-item:last-child .page-link {

  border-top-right-radius: 0.2rem;

  border-bottom-right-radius: 0.2rem;

}



.badge {

  display: inline-block;

  padding: 0.35em 0.65em;

  font-size: 0.75em;

  font-weight: 700;

  line-height: 1;

  color: #fff;

  text-align: center;

  white-space: nowrap;

  vertical-align: baseline;

  border-radius: 0.25rem;

}



.badge:empty {

  display: none;

}



.btn .badge {

  position: relative;

  top: -1px;

}



.alert {

  position: relative;

  padding: 1rem 1rem;

  margin-bottom: 1rem;

  border: 1px solid transparent;

  border-radius: 0.25rem;

}



.alert-heading {

  color: inherit;

}



.alert-link {

  font-weight: 700;

}



.alert-dismissible {

  padding-right: 3rem;

}



.alert-dismissible .btn-close {

  position: absolute;

  top: 0;

  right: 0;

  z-index: 2;

  padding: 1.25rem 1rem;

}



.alert-primary {

  color: #084298;

  background-color: #cfe2ff;

  border-color: #b6d4fe;

}



.alert-primary .alert-link {

  color: #06357a;

}



.alert-secondary {

  color: #494c52;

  background-color: #e4e5e7;

  border-color: #d7d9dc;

}



.alert-secondary .alert-link {

  color: #3a3d42;

}



.alert-success {

  color: #0f5132;

  background-color: #d1e7dd;

  border-color: #badbcc;

}



.alert-success .alert-link {

  color: #0c4128;

}



.alert-info {

  color: #055160;

  background-color: #cff4fc;

  border-color: #b6effb;

}



.alert-info .alert-link {

  color: #04414d;

}



.alert-warning {

  color: #664d03;

  background-color: #fff3cd;

  border-color: #ffecb5;

}



.alert-warning .alert-link {

  color: #523e02;

}



.alert-danger {

  color: #842029;

  background-color: #f8d7da;

  border-color: #f5c2c7;

}



.alert-danger .alert-link {

  color: #6a1a21;

}



.alert-light {

  color: #555658;

  background-color: #f6f7f8;

  border-color: #f2f3f4;

}



.alert-light .alert-link {

  color: #444546;

}



.alert-dark {

  color: #494c52;

  background-color: #e4e5e7;

  border-color: #d7d9dc;

}



.alert-dark .alert-link {

  color: #3a3d42;

}



@-webkit-keyframes progress-bar-stripes {

  0% {

    background-position-x: 1rem;

  }

}



@keyframes progress-bar-stripes {

  0% {

    background-position-x: 1rem;

  }

}



.progress {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  height: 1rem;

  overflow: hidden;

  font-size: 0.75rem;

  background-color: #e9ecef;

  border-radius: 0.25rem;

}



.progress-bar {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  overflow: hidden;

  color: #fff;

  text-align: center;

  white-space: nowrap;

  background-color: #0d6efd;

  -webkit-transition: width 0.6s ease;

  transition: width 0.6s ease;

}



@media (prefers-reduced-motion: reduce) {

  .progress-bar {

    -webkit-transition: none;

    transition: none;

  }

}



.progress-bar-striped {

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-size: 1rem 1rem;

}



.progress-bar-animated {

  -webkit-animation: 1s linear infinite progress-bar-stripes;

  animation: 1s linear infinite progress-bar-stripes;

}



@media (prefers-reduced-motion: reduce) {

  .progress-bar-animated {

    -webkit-animation: none;

    animation: none;

  }

}



.list-group {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  padding-left: 0;

  margin-bottom: 0;

  border-radius: 0.25rem;

}



.list-group-numbered {

  list-style-type: none;

  counter-reset: section;

}



.list-group-numbered > li::before {

  content: counters(section, ".") ". ";

  counter-increment: section;

}



.list-group-item-action {

  width: 100%;

  color: #495057;

  text-align: inherit;

}



.list-group-item-action:hover, .list-group-item-action:focus {

  z-index: 1;

  color: #495057;

  text-decoration: none;

  background-color: #d4d8db;

}



.list-group-item-action:active {

  color: var(--body-color);

  background-color: #e9ecef;

}



.list-group-item {

  position: relative;

  display: block;

  padding: 0.5rem 1rem;

  color: #212529;

  background-color: #fff;

  border: 1px solid rgba(0, 0, 0, 0.125);

}



.list-group-item:first-child {

  border-top-left-radius: inherit;

  border-top-right-radius: inherit;

}



.list-group-item:last-child {

  border-bottom-right-radius: inherit;

  border-bottom-left-radius: inherit;

}



.list-group-item.disabled, .list-group-item:disabled {

  color: #506276;

  pointer-events: none;

  background-color: #fff;

}



.list-group-item.active {

  z-index: 2;

  color: #fff;

  background-color: #0d6efd;

  border-color: #0d6efd;

}



.list-group-item + .list-group-item {

  border-top-width: 0;

}



.list-group-item + .list-group-item.active {

  margin-top: -1px;

  border-top-width: 1px;

}



.list-group-horizontal {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

}



.list-group-horizontal > .list-group-item:first-child {

  border-bottom-left-radius: 0.25rem;

  border-top-right-radius: 0;

}



.list-group-horizontal > .list-group-item:last-child {

  border-top-right-radius: 0.25rem;

  border-bottom-left-radius: 0;

}



.list-group-horizontal > .list-group-item.active {

  margin-top: 0;

}



.list-group-horizontal > .list-group-item + .list-group-item {

  border-top-width: 1px;

  border-left-width: 0;

}



.list-group-horizontal > .list-group-item + .list-group-item.active {

  margin-left: -1px;

  border-left-width: 1px;

}



@media (min-width: 576px) {

  .list-group-horizontal-sm {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

  }

  .list-group-horizontal-sm > .list-group-item:first-child {

    border-bottom-left-radius: 0.25rem;

    border-top-right-radius: 0;

  }

  .list-group-horizontal-sm > .list-group-item:last-child {

    border-top-right-radius: 0.25rem;

    border-bottom-left-radius: 0;

  }

  .list-group-horizontal-sm > .list-group-item.active {

    margin-top: 0;

  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {

    border-top-width: 1px;

    border-left-width: 0;

  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {

    margin-left: -1px;

    border-left-width: 1px;

  }

}



@media (min-width: 768px) {

  .list-group-horizontal-md {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

  }

  .list-group-horizontal-md > .list-group-item:first-child {

    border-bottom-left-radius: 0.25rem;

    border-top-right-radius: 0;

  }

  .list-group-horizontal-md > .list-group-item:last-child {

    border-top-right-radius: 0.25rem;

    border-bottom-left-radius: 0;

  }

  .list-group-horizontal-md > .list-group-item.active {

    margin-top: 0;

  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {

    border-top-width: 1px;

    border-left-width: 0;

  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {

    margin-left: -1px;

    border-left-width: 1px;

  }

}



@media (min-width: 992px) {

  .list-group-horizontal-lg {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

  }

  .list-group-horizontal-lg > .list-group-item:first-child {

    border-bottom-left-radius: 0.25rem;

    border-top-right-radius: 0;

  }

  .list-group-horizontal-lg > .list-group-item:last-child {

    border-top-right-radius: 0.25rem;

    border-bottom-left-radius: 0;

  }

  .list-group-horizontal-lg > .list-group-item.active {

    margin-top: 0;

  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {

    border-top-width: 1px;

    border-left-width: 0;

  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {

    margin-left: -1px;

    border-left-width: 1px;

  }

}



@media (min-width: 1025px) {

  .list-group-horizontal-xl {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

  }

  .list-group-horizontal-xl > .list-group-item:first-child {

    border-bottom-left-radius: 0.25rem;

    border-top-right-radius: 0;

  }

  .list-group-horizontal-xl > .list-group-item:last-child {

    border-top-right-radius: 0.25rem;

    border-bottom-left-radius: 0;

  }

  .list-group-horizontal-xl > .list-group-item.active {

    margin-top: 0;

  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {

    border-top-width: 1px;

    border-left-width: 0;

  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {

    margin-left: -1px;

    border-left-width: 1px;

  }

}



@media (min-width: 1200px) {

  .list-group-horizontal-xxl {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

  }

  .list-group-horizontal-xxl > .list-group-item:first-child {

    border-bottom-left-radius: 0.25rem;

    border-top-right-radius: 0;

  }

  .list-group-horizontal-xxl > .list-group-item:last-child {

    border-top-right-radius: 0.25rem;

    border-bottom-left-radius: 0;

  }

  .list-group-horizontal-xxl > .list-group-item.active {

    margin-top: 0;

  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {

    border-top-width: 1px;

    border-left-width: 0;

  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {

    margin-left: -1px;

    border-left-width: 1px;

  }

}



.list-group-flush {

  border-radius: 0;

}



.list-group-flush > .list-group-item {

  border-width: 0 0 1px;

}



.list-group-flush > .list-group-item:last-child {

  border-bottom-width: 0;

}



.list-group-item-primary {

  color: #084298;

  background-color: #cfe2ff;

}



.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {

  color: #084298;

  background-color: #bacbe6;

}



.list-group-item-primary.list-group-item-action.active {

  color: #fff;

  background-color: #084298;

  border-color: #084298;

}



.list-group-item-secondary {

  color: #494c52;

  background-color: #e4e5e7;

}



.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {

  color: #494c52;

  background-color: #cdced0;

}



.list-group-item-secondary.list-group-item-action.active {

  color: #fff;

  background-color: #494c52;

  border-color: #494c52;

}



.list-group-item-success {

  color: #0f5132;

  background-color: #d1e7dd;

}



.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {

  color: #0f5132;

  background-color: #bcd0c7;

}



.list-group-item-success.list-group-item-action.active {

  color: #fff;

  background-color: #0f5132;

  border-color: #0f5132;

}



.list-group-item-info {

  color: #055160;

  background-color: #cff4fc;

}



.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {

  color: #055160;

  background-color: #badce3;

}



.list-group-item-info.list-group-item-action.active {

  color: #fff;

  background-color: #055160;

  border-color: #055160;

}



.list-group-item-warning {

  color: #664d03;

  background-color: #fff3cd;

}



.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {

  color: #664d03;

  background-color: #e6dbb9;

}



.list-group-item-warning.list-group-item-action.active {

  color: #fff;

  background-color: #664d03;

  border-color: #664d03;

}



.list-group-item-danger {

  color: #842029;

  background-color: #f8d7da;

}



.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {

  color: #842029;

  background-color: #dfc2c4;

}



.list-group-item-danger.list-group-item-action.active {

  color: #fff;

  background-color: #842029;

  border-color: #842029;

}



.list-group-item-light {

  color: #555658;

  background-color: #f6f7f8;

}



.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {

  color: #555658;

  background-color: #dddedf;

}



.list-group-item-light.list-group-item-action.active {

  color: #fff;

  background-color: #555658;

  border-color: #555658;

}



.list-group-item-dark {

  color: #494c52;

  background-color: #e4e5e7;

}



.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {

  color: #494c52;

  background-color: #cdced0;

}



.list-group-item-dark.list-group-item-action.active {

  color: #fff;

  background-color: #494c52;

  border-color: #494c52;

}



.btn-close {

  -webkit-box-sizing: content-box;

  box-sizing: content-box;

  width: 1em;

  height: 1em;

  padding: 0.25em 0.25em;

  color: #2a3742;

  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;

  border: 0;

  border-radius: 0.25rem;

  opacity: 0.5;

}



.btn-close:hover {

  color: #2a3742;

  text-decoration: none;

  opacity: 0.75;

}



.btn-close:focus {

  outline: 0;

  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  opacity: 1;

}



.btn-close:disabled, .btn-close.disabled {

  pointer-events: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  opacity: 0.25;

}



.btn-close-white {

  -webkit-filter: invert(1) grayscale(100%) brightness(200%);

  filter: invert(1) grayscale(100%) brightness(200%);

}



.toast {

  width: 350px;

  max-width: 100%;

  font-size: 0.875rem;

  pointer-events: auto;

  background-color: rgba(255, 255, 255, 0.85);

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

  border-radius: 0.25rem;

}



.toast:not(.showing):not(.show) {

  opacity: 0;

}



.toast.hide {

  display: none;

}



.toast-container {

  width: -webkit-max-content;

  width: -moz-max-content;

  width: max-content;

  max-width: 100%;

  pointer-events: none;

}



.toast-container > :not(:last-child) {

  margin-bottom: 0.75rem;

}



.toast-header {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0.5rem 0.75rem;

  color: #506276;

  background-color: rgba(255, 255, 255, 0.85);

  background-clip: padding-box;

  border-bottom: 1px solid rgba(0, 0, 0, 0.05);

  border-top-left-radius: calc(0.25rem - 1px);

  border-top-right-radius: calc(0.25rem - 1px);

}



.toast-header .btn-close {

  margin-right: -0.375rem;

  margin-left: 0.75rem;

}



.toast-body {

  padding: 0.75rem;

  word-wrap: break-word;

}



.modal {

  position: fixed;

  top: 0;

  left: 0;

  z-index: 1060;

  display: none;

  width: 100%;

  height: 100%;

  overflow-x: hidden;

  overflow-y: auto;

  outline: 0;

}



.modal-dialog {

  position: relative;

  width: auto;

  margin: 0.5rem;

  pointer-events: none;

}



.modal.fade .modal-dialog {

  -webkit-transition: -webkit-transform 0.3s ease-out;

  transition: -webkit-transform 0.3s ease-out;

  transition: transform 0.3s ease-out;

  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;

  -webkit-transform: translate(0, -50px);

  transform: translate(0, -50px);

}



@media (prefers-reduced-motion: reduce) {

  .modal.fade .modal-dialog {

    -webkit-transition: none;

    transition: none;

  }

}



.modal.show .modal-dialog {

  -webkit-transform: none;

  transform: none;

}



.modal.modal-static .modal-dialog {

  -webkit-transform: scale(1.02);

  transform: scale(1.02);

}



.modal-dialog-scrollable {

  height: calc(100% - 1rem);

}



.modal-dialog-scrollable .modal-content {

  max-height: 100%;

  overflow: hidden;

}



.modal-dialog-scrollable .modal-body {

  overflow-y: auto;

}



.modal-dialog-centered {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  min-height: calc(100% - 1rem);

}



.modal-content {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  width: 100%;

  pointer-events: auto;

  background-color: #fff;

  background-clip: padding-box;

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

  border-radius: 0.3rem;

  outline: 0;

}



.modal-backdrop {

  position: fixed;

  top: 0;

  left: 0;

  z-index: 1040;

  width: 100vw;

  height: 100vh;

  background-color: #2a3742;

}



.modal-backdrop.fade {

  opacity: 0;

}



.modal-backdrop.show {

  opacity: 0.5;

}



.modal-header {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-negative: 0;

  flex-shrink: 0;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  padding: 1rem 1rem;

  border-bottom: 1px solid #dee2e6;

  border-top-left-radius: calc(0.3rem - 1px);

  border-top-right-radius: calc(0.3rem - 1px);

}



.modal-header .btn-close {

  padding: 0.5rem 0.5rem;

  margin: -0.5rem -0.5rem -0.5rem auto;

}



.modal-title {

  margin-bottom: 0;

  line-height: 1.8;

}



.modal-body {

  position: relative;

  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  padding: 1rem;

}



.modal-footer {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -ms-flex-negative: 0;

  flex-shrink: 0;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  padding: 0.75rem;

  border-top: 1px solid #dee2e6;

  border-bottom-right-radius: calc(0.3rem - 1px);

  border-bottom-left-radius: calc(0.3rem - 1px);

}



.modal-footer > * {

  margin: 0.25rem;

}



@media (min-width: 576px) {

  .modal-dialog {

    max-width: 500px;

    margin: 1.75rem auto;

  }

  .modal-dialog-scrollable {

    height: calc(100% - 3.5rem);

  }

  .modal-dialog-centered {

    min-height: calc(100% - 3.5rem);

  }

  .modal-sm {

    max-width: 300px;

  }

}



@media (min-width: 992px) {

  .modal-lg,

  .modal-xl {

    max-width: 800px;

  }

}



@media (min-width: 1025px) {

  .modal-xl {

    max-width: 1140px;

  }

}



.modal-fullscreen {

  width: 100vw;

  max-width: none;

  height: 100%;

  margin: 0;

}



.modal-fullscreen .modal-content {

  height: 100%;

  border: 0;

  border-radius: 0;

}



.modal-fullscreen .modal-header {

  border-radius: 0;

}



.modal-fullscreen .modal-body {

  overflow-y: auto;

}



.modal-fullscreen .modal-footer {

  border-radius: 0;

}



@media (max-width: 575.98px) {

  .modal-fullscreen-sm-down {

    width: 100vw;

    max-width: none;

    height: 100%;

    margin: 0;

  }

  .modal-fullscreen-sm-down .modal-content {

    height: 100%;

    border: 0;

    border-radius: 0;

  }

  .modal-fullscreen-sm-down .modal-header {

    border-radius: 0;

  }

  .modal-fullscreen-sm-down .modal-body {

    overflow-y: auto;

  }

  .modal-fullscreen-sm-down .modal-footer {

    border-radius: 0;

  }

}



@media (max-width: 767.98px) {

  .modal-fullscreen-md-down {

    width: 100vw;

    max-width: none;

    height: 100%;

    margin: 0;

  }

  .modal-fullscreen-md-down .modal-content {

    height: 100%;

    border: 0;

    border-radius: 0;

  }

  .modal-fullscreen-md-down .modal-header {

    border-radius: 0;

  }

  .modal-fullscreen-md-down .modal-body {

    overflow-y: auto;

  }

  .modal-fullscreen-md-down .modal-footer {

    border-radius: 0;

  }

}



@media (max-width: 991.98px) {

  .modal-fullscreen-lg-down {

    width: 100vw;

    max-width: none;

    height: 100%;

    margin: 0;

  }

  .modal-fullscreen-lg-down .modal-content {

    height: 100%;

    border: 0;

    border-radius: 0;

  }

  .modal-fullscreen-lg-down .modal-header {

    border-radius: 0;

  }

  .modal-fullscreen-lg-down .modal-body {

    overflow-y: auto;

  }

  .modal-fullscreen-lg-down .modal-footer {

    border-radius: 0;

  }

}



@media (max-width: 1024.98px) {

  .modal-fullscreen-xl-down {

    width: 100vw;

    max-width: none;

    height: 100%;

    margin: 0;

  }

  .modal-fullscreen-xl-down .modal-content {

    height: 100%;

    border: 0;

    border-radius: 0;

  }

  .modal-fullscreen-xl-down .modal-header {

    border-radius: 0;

  }

  .modal-fullscreen-xl-down .modal-body {

    overflow-y: auto;

  }

  .modal-fullscreen-xl-down .modal-footer {

    border-radius: 0;

  }

}



@media (max-width: 1199.98px) {

  .modal-fullscreen-xxl-down {

    width: 100vw;

    max-width: none;

    height: 100%;

    margin: 0;

  }

  .modal-fullscreen-xxl-down .modal-content {

    height: 100%;

    border: 0;

    border-radius: 0;

  }

  .modal-fullscreen-xxl-down .modal-header {

    border-radius: 0;

  }

  .modal-fullscreen-xxl-down .modal-body {

    overflow-y: auto;

  }

  .modal-fullscreen-xxl-down .modal-footer {

    border-radius: 0;

  }

}



.tooltip {

  position: absolute;

  z-index: 1080;

  display: block;

  margin: 0;

  font-family: var(--notech-font-sans-serif);

  font-style: normal;

  font-weight: 400;

  line-height: 1.8;

  text-align: left;

  text-align: start;

  text-decoration: none;

  text-shadow: none;

  text-transform: none;

  letter-spacing: normal;

  word-break: normal;

  word-spacing: normal;

  white-space: normal;

  line-break: auto;

  font-size: 0.875rem;

  word-wrap: break-word;

  opacity: 0;

}



.tooltip.show {

  opacity: 0.9;

}



.tooltip .tooltip-arrow {

  position: absolute;

  display: block;

  width: 0.8rem;

  height: 0.4rem;

}



.tooltip .tooltip-arrow::before {

  position: absolute;

  content: "";

  border-color: transparent;

  border-style: solid;

}



.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {

  padding: 0.4rem 0;

}



.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {

  bottom: 0;

}



.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {

  top: -1px;

  border-width: 0.4rem 0.4rem 0;

  border-top-color: #2a3742;

}



.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {

  padding: 0 0.4rem;

}



.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {

  left: 0;

  width: 0.4rem;

  height: 0.8rem;

}



.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {

  right: -1px;

  border-width: 0.4rem 0.4rem 0.4rem 0;

  border-right-color: #2a3742;

}



.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {

  padding: 0.4rem 0;

}



.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {

  top: 0;

}



.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {

  bottom: -1px;

  border-width: 0 0.4rem 0.4rem;

  border-bottom-color: #2a3742;

}



.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {

  padding: 0 0.4rem;

}



.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {

  right: 0;

  width: 0.4rem;

  height: 0.8rem;

}



.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {

  left: -1px;

  border-width: 0.4rem 0 0.4rem 0.4rem;

  border-left-color: #2a3742;

}



.tooltip-inner {

  max-width: 200px;

  padding: 0.25rem 0.5rem;

  color: #fff;

  text-align: center;

  background-color: #2a3742;

  border-radius: 0.25rem;

}



.popover {

  position: absolute;

  top: 0;

  left: 0 /* rtl:ignore */;

  z-index: 1070;

  display: block;

  max-width: 276px;

  font-family: var(--notech-font-sans-serif);

  font-style: normal;

  font-weight: 400;

  line-height: 1.8;

  text-align: left;

  text-align: start;

  text-decoration: none;

  text-shadow: none;

  text-transform: none;

  letter-spacing: normal;

  word-break: normal;

  word-spacing: normal;

  white-space: normal;

  line-break: auto;

  font-size: 0.875rem;

  word-wrap: break-word;

  background-color: #fff;

  background-clip: padding-box;

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

  border-radius: 0.3rem;

}



.popover .popover-arrow {

  position: absolute;

  display: block;

  width: 1rem;

  height: 0.5rem;

}



.popover .popover-arrow::before, .popover .popover-arrow::after {

  position: absolute;

  display: block;

  content: "";

  border-color: transparent;

  border-style: solid;

}



.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {

  bottom: calc(-0.5rem - 1px);

}



.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {

  bottom: 0;

  border-width: 0.5rem 0.5rem 0;

  border-top-color: rgba(0, 0, 0, 0.25);

}



.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {

  bottom: 1px;

  border-width: 0.5rem 0.5rem 0;

  border-top-color: #fff;

}



.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {

  left: calc(-0.5rem - 1px);

  width: 0.5rem;

  height: 1rem;

}



.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {

  left: 0;

  border-width: 0.5rem 0.5rem 0.5rem 0;

  border-right-color: rgba(0, 0, 0, 0.25);

}



.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {

  left: 1px;

  border-width: 0.5rem 0.5rem 0.5rem 0;

  border-right-color: #fff;

}



.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {

  top: calc(-0.5rem - 1px);

}



.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {

  top: 0;

  border-width: 0 0.5rem 0.5rem 0.5rem;

  border-bottom-color: rgba(0, 0, 0, 0.25);

}



.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {

  top: 1px;

  border-width: 0 0.5rem 0.5rem 0.5rem;

  border-bottom-color: #fff;

}



.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {

  position: absolute;

  top: 0;

  left: 50%;

  display: block;

  width: 1rem;

  margin-left: -0.5rem;

  content: "";

  border-bottom: 1px solid #f0f0f0;

}



.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {

  right: calc(-0.5rem - 1px);

  width: 0.5rem;

  height: 1rem;

}



.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {

  right: 0;

  border-width: 0.5rem 0 0.5rem 0.5rem;

  border-left-color: rgba(0, 0, 0, 0.25);

}



.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {

  right: 1px;

  border-width: 0.5rem 0 0.5rem 0.5rem;

  border-left-color: #fff;

}



.popover-header {

  padding: 0.5rem 1rem;

  margin-bottom: 0;

  font-size: 1rem;

  color: #2a3742;

  background-color: #f0f0f0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  border-top-left-radius: calc(0.3rem - 1px);

  border-top-right-radius: calc(0.3rem - 1px);

}



.popover-header:empty {

  display: none;

}



.popover-body {

  padding: 1rem 1rem;

  color: var(--body-color);

}



.carousel {

  position: relative;

}



.carousel.pointer-event {

  -ms-touch-action: pan-y;

  touch-action: pan-y;

}



.carousel-inner {

  position: relative;

  width: 100%;

  overflow: hidden;

}



.carousel-inner::after {

  display: block;

  clear: both;

  content: "";

}



.carousel-item {

  position: relative;

  display: none;

  float: left;

  width: 100%;

  margin-right: -100%;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -webkit-transition: -webkit-transform 0.6s ease-in-out;

  transition: -webkit-transform 0.6s ease-in-out;

  transition: transform 0.6s ease-in-out;

  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .carousel-item {

    -webkit-transition: none;

    transition: none;

  }

}



.carousel-item.active,

.carousel-item-next,

.carousel-item-prev {

  display: block;

}



/* rtl:begin:ignore */

.carousel-item-next:not(.carousel-item-start),

.active.carousel-item-end {

  -webkit-transform: translateX(100%);

  transform: translateX(100%);

}



.carousel-item-prev:not(.carousel-item-end),

.active.carousel-item-start {

  -webkit-transform: translateX(-100%);

  transform: translateX(-100%);

}



/* rtl:end:ignore */

.carousel-fade .carousel-item {

  opacity: 0;

  -webkit-transition-property: opacity;

  transition-property: opacity;

  -webkit-transform: none;

  transform: none;

}



.carousel-fade .carousel-item.active,

.carousel-fade .carousel-item-next.carousel-item-start,

.carousel-fade .carousel-item-prev.carousel-item-end {

  z-index: 1;

  opacity: 1;

}



.carousel-fade .active.carousel-item-start,

.carousel-fade .active.carousel-item-end {

  z-index: 0;

  opacity: 0;

  -webkit-transition: opacity 0s 0.6s;

  transition: opacity 0s 0.6s;

}



@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-start,

  .carousel-fade .active.carousel-item-end {

    -webkit-transition: none;

    transition: none;

  }

}



.carousel-control-prev,

.carousel-control-next {

  position: absolute;

  top: 0;

  bottom: 0;

  z-index: 1;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 15%;

  padding: 0;

  color: #fff;

  text-align: center;

  background: none;

  border: 0;

  opacity: 0.5;

  -webkit-transition: opacity 0.15s ease;

  transition: opacity 0.15s ease;

}



@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,

  .carousel-control-next {

    -webkit-transition: none;

    transition: none;

  }

}



.carousel-control-prev:hover, .carousel-control-prev:focus,

.carousel-control-next:hover,

.carousel-control-next:focus {

  color: #fff;

  text-decoration: none;

  outline: 0;

  opacity: 0.9;

}



.carousel-control-prev {

  left: 0;

}



.carousel-control-next {

  right: 0;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

  display: inline-block;

  width: 2rem;

  height: 2rem;

  background-repeat: no-repeat;

  background-position: 50%;

  background-size: 100% 100%;

}



/* rtl:options: {

  "autoRename": true,

  "stringMap":[ {

    "name"    : "prev-next",

    "search"  : "prev",

    "replace" : "next"

  } ]

} */

.carousel-control-prev-icon {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");

}



.carousel-control-next-icon {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}



.carousel-indicators {

  position: absolute;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 2;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  padding: 0;

  margin-right: 15%;

  margin-bottom: 1rem;

  margin-left: 15%;

  list-style: none;

}



.carousel-indicators [data-bs-target] {

  -webkit-box-sizing: content-box;

  box-sizing: content-box;

  -webkit-box-flex: 0;

  -ms-flex: 0 1 auto;

  flex: 0 1 auto;

  width: 30px;

  height: 3px;

  padding: 0;

  margin-right: 3px;

  margin-left: 3px;

  text-indent: -999px;

  cursor: pointer;

  background-color: #fff;

  background-clip: padding-box;

  border: 0;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  opacity: 0.5;

  -webkit-transition: opacity 0.6s ease;

  transition: opacity 0.6s ease;

}



@media (prefers-reduced-motion: reduce) {

  .carousel-indicators [data-bs-target] {

    -webkit-transition: none;

    transition: none;

  }

}



.carousel-indicators .active {

  opacity: 1;

}



.carousel-caption {

  position: absolute;

  right: 15%;

  bottom: 1.25rem;

  left: 15%;

  padding-top: 1.25rem;

  padding-bottom: 1.25rem;

  color: #fff;

  text-align: center;

}



.carousel-dark .carousel-control-prev-icon,

.carousel-dark .carousel-control-next-icon {

  -webkit-filter: invert(1) grayscale(100);

  filter: invert(1) grayscale(100);

}



.carousel-dark .carousel-indicators [data-bs-target] {

  background-color: #2a3742;

}



.carousel-dark .carousel-caption {

  color: #2a3742;

}



@-webkit-keyframes spinner-border {

  to {

    -webkit-transform: rotate(360deg) /* rtl:ignore */;

    transform: rotate(360deg) /* rtl:ignore */;

  }

}



@keyframes spinner-border {

  to {

    -webkit-transform: rotate(360deg) /* rtl:ignore */;

    transform: rotate(360deg) /* rtl:ignore */;

  }

}



.spinner-border {

  display: inline-block;

  width: 2rem;

  height: 2rem;

  vertical-align: -0.125em;

  border: 0.25em solid currentColor;

  border-right-color: transparent;

  border-radius: 50%;

  -webkit-animation: 0.75s linear infinite spinner-border;

  animation: 0.75s linear infinite spinner-border;

}



.spinner-border-sm {

  width: 1rem;

  height: 1rem;

  border-width: 0.2em;

}



@-webkit-keyframes spinner-grow {

  0% {

    -webkit-transform: scale(0);

    transform: scale(0);

  }

  50% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes spinner-grow {

  0% {

    -webkit-transform: scale(0);

    transform: scale(0);

  }

  50% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.spinner-grow {

  display: inline-block;

  width: 2rem;

  height: 2rem;

  vertical-align: -0.125em;

  background-color: currentColor;

  border-radius: 50%;

  opacity: 0;

  -webkit-animation: 0.75s linear infinite spinner-grow;

  animation: 0.75s linear infinite spinner-grow;

}



.spinner-grow-sm {

  width: 1rem;

  height: 1rem;

}



@media (prefers-reduced-motion: reduce) {

  .spinner-border,

  .spinner-grow {

    -webkit-animation-duration: 1.5s;

    animation-duration: 1.5s;

  }

}



.offcanvas {

  position: fixed;

  bottom: 0;

  z-index: 1050;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  max-width: 100%;

  visibility: hidden;

  background-color: #fff;

  background-clip: padding-box;

  outline: 0;

  -webkit-transition: -webkit-transform 0.3s ease-in-out;

  transition: -webkit-transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

}



@media (prefers-reduced-motion: reduce) {

  .offcanvas {

    -webkit-transition: none;

    transition: none;

  }

}



.offcanvas-header {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  padding: 1rem 1rem;

}



.offcanvas-header .btn-close {

  padding: 0.5rem 0.5rem;

  margin-top: -0.5rem;

  margin-right: -0.5rem;

  margin-bottom: -0.5rem;

}



.offcanvas-title {

  margin-bottom: 0;

  line-height: 1.8;

}



.offcanvas-body {

  -webkit-box-flex: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;

  padding: 1rem 1rem;

  overflow-y: auto;

}



.offcanvas-start {

  top: 0;

  left: 0;

  width: 400px;

  border-right: 1px solid rgba(0, 0, 0, 0.2);

  -webkit-transform: translateX(-100%);

  transform: translateX(-100%);

}



.offcanvas-end {

  top: 0;

  right: 0;

  width: 400px;

  border-left: 1px solid rgba(0, 0, 0, 0.2);

  -webkit-transform: translateX(100%);

  transform: translateX(100%);

}



.offcanvas-top {

  top: 0;

  right: 0;

  left: 0;

  height: 30vh;

  max-height: 100%;

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  -webkit-transform: translateY(-100%);

  transform: translateY(-100%);

}



.offcanvas-bottom {

  right: 0;

  left: 0;

  height: 30vh;

  max-height: 100%;

  border-top: 1px solid rgba(0, 0, 0, 0.2);

  -webkit-transform: translateY(100%);

  transform: translateY(100%);

}



.offcanvas.show {

  -webkit-transform: none;

  transform: none;

}



.clearfix::after {

  display: block;

  clear: both;

  content: "";

}



.link-primary {

  color: #0d6efd;

}



.link-primary:hover, .link-primary:focus {

  color: #0a58ca;

}



.link-secondary {

  color: #506276;

}



.link-secondary:hover, .link-secondary:focus {

  color: #9499a1;

}



.link-success {

  color: #198754;

}



.link-success:hover, .link-success:focus {

  color: #146c43;

}



.link-info {

  color: #0dcaf0;

}



.link-info:hover, .link-info:focus {

  color: #3dd5f3;

}



.link-warning {

  color: #ffc107;

}



.link-warning:hover, .link-warning:focus {

  color: #ffcd39;

}



.link-danger {

  color: #dc3545;

}



.link-danger:hover, .link-danger:focus {

  color: #b02a37;

}



.link-light {

  color: #d4d8db;

}



.link-light:hover, .link-light:focus {

  color: #dde0e2;

}



.link-dark {

  color: #506276;

}



.link-dark:hover, .link-dark:focus {

  color: #9499a1;

}



.ratio {

  position: relative;

  width: 100%;

}



.ratio::before {

  display: block;

  padding-top: var(--bs-aspect-ratio);

  content: "";

}



.ratio > * {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



.ratio-1x1 {

  --bs-aspect-ratio: 100%;

}



.ratio-4x3 {

  --bs-aspect-ratio: calc(3 / 4 * 100%);

}



.ratio-16x9 {

  --bs-aspect-ratio: calc(9 / 16 * 100%);

}



.ratio-21x9 {

  --bs-aspect-ratio: calc(9 / 21 * 100%);

}



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

}



.sticky-top {

  position: -webkit-sticky;

  position: sticky;

  top: 0;

  z-index: 1020;

}



@media (min-width: 576px) {

  .sticky-sm-top {

    position: -webkit-sticky;

    position: sticky;

    top: 0;

    z-index: 1020;

  }

}



@media (min-width: 768px) {

  .sticky-md-top {

    position: -webkit-sticky;

    position: sticky;

    top: 0;

    z-index: 1020;

  }

}



@media (min-width: 992px) {

  .sticky-lg-top {

    position: -webkit-sticky;

    position: sticky;

    top: 0;

    z-index: 1020;

  }

}



@media (min-width: 1025px) {

  .sticky-xl-top {

    position: -webkit-sticky;

    position: sticky;

    top: 0;

    z-index: 1020;

  }

}



@media (min-width: 1200px) {

  .sticky-xxl-top {

    position: -webkit-sticky;

    position: sticky;

    top: 0;

    z-index: 1020;

  }

}



.visually-hidden,

.visually-hidden-focusable:not(:focus):not(:focus-within) {

  position: absolute !important;

  width: 1px !important;

  height: 1px !important;

  padding: 0 !important;

  margin: -1px !important;

  overflow: hidden !important;

  clip: rect(0, 0, 0, 0) !important;

  white-space: nowrap !important;

  border: 0 !important;

}



.stretched-link::after {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1;

  content: "";

}



.text-truncate {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



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

}



.float-start {

  float: left !important;

}



.float-end {

  float: right !important;

}



.float-none {

  float: none !important;

}



.overflow-auto {

  overflow: auto !important;

}



.overflow-hidden {

  overflow: hidden !important;

}



.overflow-visible {

  overflow: visible !important;

}



.overflow-scroll {

  overflow: scroll !important;

}



.d-inline {

  display: inline !important;

}



.d-inline-block {

  display: inline-block !important;

}



.d-block {

  display: block !important;

}



.d-grid {

  display: grid !important;

}



.d-table {

  display: table !important;

}



.d-table-row {

  display: table-row !important;

}



.d-table-cell {

  display: table-cell !important;

}



.d-flex {

  display: -webkit-box !important;

  display: -ms-flexbox !important;

  display: flex !important;

}



.d-inline-flex {

  display: -webkit-inline-box !important;

  display: -ms-inline-flexbox !important;

  display: inline-flex !important;

}



.d-none {

  display: none !important;

}



.shadow {

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

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

}



.shadow-sm {

  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;

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

}



.shadow-lg {

  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;

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

}



.shadow-none {

  -webkit-box-shadow: none !important;

  box-shadow: none !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;

}



.top-0 {

  top: 0 !important;

}



.top-50 {

  top: 50% !important;

}



.top-100 {

  top: 100% !important;

}



.bottom-0 {

  bottom: 0 !important;

}



.bottom-50 {

  bottom: 50% !important;

}



.bottom-100 {

  bottom: 100% !important;

}



.start-0 {

  left: 0 !important;

}



.start-50 {

  left: 50% !important;

}



.start-100 {

  left: 100% !important;

}



.end-0 {

  right: 0 !important;

}



.end-50 {

  right: 50% !important;

}



.end-100 {

  right: 100% !important;

}



.translate-middle {

  -webkit-transform: translate(-50%, -50%) !important;

  transform: translate(-50%, -50%) !important;

}



.translate-middle-x {

  -webkit-transform: translateX(-50%) !important;

  transform: translateX(-50%) !important;

}



.translate-middle-y {

  -webkit-transform: translateY(-50%) !important;

  transform: translateY(-50%) !important;

}



.border {

  border: 1px solid #dee2e6 !important;

}



.border-0 {

  border: 0 !important;

}



.border-top {

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

}



.border-top-0 {

  border-top: 0 !important;

}



.border-end {

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

}



.border-end-0 {

  border-right: 0 !important;

}



.border-bottom {

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

}



.border-bottom-0 {

  border-bottom: 0 !important;

}



.border-start {

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

}



.border-start-0 {

  border-left: 0 !important;

}



.border-primary {

  border-color: #0d6efd !important;

}



.border-secondary {

  border-color: #506276 !important;

}



.border-success {

  border-color: #198754 !important;

}



.border-info {

  border-color: #0dcaf0 !important;

}



.border-warning {

  border-color: #ffc107 !important;

}



.border-danger {

  border-color: #dc3545 !important;

}



.border-light {

  border-color: #d4d8db !important;

}



.border-dark {

  border-color: #506276 !important;

}



.border-white {

  border-color: #fff !important;

}



.border-1 {

  border-width: 1px !important;

}



.border-2 {

  border-width: 2px !important;

}



.border-3 {

  border-width: 3px !important;

}



.border-4 {

  border-width: 4px !important;

}



.border-5 {

  border-width: 5px !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;

}



.mw-100 {

  max-width: 100% !important;

}



.vw-100 {

  width: 100vw !important;

}



.min-vw-100 {

  min-width: 100vw !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;

}



.mh-100 {

  max-height: 100% !important;

}



.vh-100 {

  height: 100vh !important;

}



.min-vh-100 {

  min-height: 100vh !important;

}



.flex-fill {

  -webkit-box-flex: 1 !important;

  -ms-flex: 1 1 auto !important;

  flex: 1 1 auto !important;

}



.flex-row {

  -webkit-box-orient: horizontal !important;

  -webkit-box-direction: normal !important;

  -ms-flex-direction: row !important;

  flex-direction: row !important;

}



.flex-column {

  -webkit-box-orient: vertical !important;

  -webkit-box-direction: normal !important;

  -ms-flex-direction: column !important;

  flex-direction: column !important;

}



.flex-row-reverse {

  -webkit-box-orient: horizontal !important;

  -webkit-box-direction: reverse !important;

  -ms-flex-direction: row-reverse !important;

  flex-direction: row-reverse !important;

}



.flex-column-reverse {

  -webkit-box-orient: vertical !important;

  -webkit-box-direction: reverse !important;

  -ms-flex-direction: column-reverse !important;

  flex-direction: column-reverse !important;

}



.flex-grow-0 {

  -webkit-box-flex: 0 !important;

  -ms-flex-positive: 0 !important;

  flex-grow: 0 !important;

}



.flex-grow-1 {

  -webkit-box-flex: 1 !important;

  -ms-flex-positive: 1 !important;

  flex-grow: 1 !important;

}



.flex-shrink-0 {

  -ms-flex-negative: 0 !important;

  flex-shrink: 0 !important;

}



.flex-shrink-1 {

  -ms-flex-negative: 1 !important;

  flex-shrink: 1 !important;

}



.flex-wrap {

  -ms-flex-wrap: wrap !important;

  flex-wrap: wrap !important;

}



.flex-nowrap {

  -ms-flex-wrap: nowrap !important;

  flex-wrap: nowrap !important;

}



.flex-wrap-reverse {

  -ms-flex-wrap: wrap-reverse !important;

  flex-wrap: wrap-reverse !important;

}



.gap-0 {

  gap: 0 !important;

}



.gap-1 {

  gap: 0.25rem !important;

}



.gap-2 {

  gap: 0.5rem !important;

}



.gap-3 {

  gap: 1rem !important;

}



.gap-4 {

  gap: 1.5rem !important;

}



.gap-5 {

  gap: 3rem !important;

}



.justify-content-start {

  -webkit-box-pack: start !important;

  -ms-flex-pack: start !important;

  justify-content: flex-start !important;

}



.justify-content-end {

  -webkit-box-pack: end !important;

  -ms-flex-pack: end !important;

  justify-content: flex-end !important;

}



.justify-content-center {

  -webkit-box-pack: center !important;

  -ms-flex-pack: center !important;

  justify-content: center !important;

}



.justify-content-between {

  -webkit-box-pack: justify !important;

  -ms-flex-pack: justify !important;

  justify-content: space-between !important;

}



.justify-content-around {

  -ms-flex-pack: distribute !important;

  justify-content: space-around !important;

}



.justify-content-evenly {

  -webkit-box-pack: space-evenly !important;

  -ms-flex-pack: space-evenly !important;

  justify-content: space-evenly !important;

}



.align-items-start {

  -webkit-box-align: start !important;

  -ms-flex-align: start !important;

  align-items: flex-start !important;

}



.align-items-end {

  -webkit-box-align: end !important;

  -ms-flex-align: end !important;

  align-items: flex-end !important;

}



.align-items-center {

  -webkit-box-align: center !important;

  -ms-flex-align: center !important;

  align-items: center !important;

}



.align-items-baseline {

  -webkit-box-align: baseline !important;

  -ms-flex-align: baseline !important;

  align-items: baseline !important;

}



.align-items-stretch {

  -webkit-box-align: stretch !important;

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

}



.order-first {

  -webkit-box-ordinal-group: 0 !important;

  -ms-flex-order: -1 !important;

  order: -1 !important;

}



.order-0 {

  -webkit-box-ordinal-group: 1 !important;

  -ms-flex-order: 0 !important;

  order: 0 !important;

}



.order-1 {

  -webkit-box-ordinal-group: 2 !important;

  -ms-flex-order: 1 !important;

  order: 1 !important;

}



.order-2 {

  -webkit-box-ordinal-group: 3 !important;

  -ms-flex-order: 2 !important;

  order: 2 !important;

}



.order-3 {

  -webkit-box-ordinal-group: 4 !important;

  -ms-flex-order: 3 !important;

  order: 3 !important;

}



.order-4 {

  -webkit-box-ordinal-group: 5 !important;

  -ms-flex-order: 4 !important;

  order: 4 !important;

}



.order-5 {

  -webkit-box-ordinal-group: 6 !important;

  -ms-flex-order: 5 !important;

  order: 5 !important;

}



.order-last {

  -webkit-box-ordinal-group: 7 !important;

  -ms-flex-order: 6 !important;

  order: 6 !important;

}



.m-0 {

  margin: 0 !important;

}



.m-1 {

  margin: 0.25rem !important;

}



.m-2 {

  margin: 0.5rem !important;

}



.m-3 {

  margin: 1rem !important;

}



.m-4 {

  margin: 1.5rem !important;

}



.m-5 {

  margin: 3rem !important;

}



.m-auto {

  margin: auto !important;

}



.mx-0 {

  margin-right: 0 !important;

  margin-left: 0 !important;

}



.mx-1 {

  margin-right: 0.25rem !important;

  margin-left: 0.25rem !important;

}



.mx-2 {

  margin-right: 0.5rem !important;

  margin-left: 0.5rem !important;

}



.mx-3 {

  margin-right: 1rem !important;

  margin-left: 1rem !important;

}



.mx-4 {

  margin-right: 1.5rem !important;

  margin-left: 1.5rem !important;

}



.mx-5 {

  margin-right: 3rem !important;

  margin-left: 3rem !important;

}



.mx-auto {

  margin-right: auto !important;

  margin-left: auto !important;

}



.my-0 {

  margin-top: 0 !important;

  margin-bottom: 0 !important;

}



.my-1 {

  margin-top: 0.25rem !important;

  margin-bottom: 0.25rem !important;

}



.my-2 {

  margin-top: 0.5rem !important;

  margin-bottom: 0.5rem !important;

}



.my-3 {

  margin-top: 1rem !important;

  margin-bottom: 1rem !important;

}



.my-4 {

  margin-top: 1.5rem !important;

  margin-bottom: 1.5rem !important;

}



.my-5 {

  margin-top: 3rem !important;

  margin-bottom: 3rem !important;

}



.my-auto {

  margin-top: auto !important;

  margin-bottom: auto !important;

}



.mt-0 {

  margin-top: 0 !important;

}



.mt-1 {

  margin-top: 0.25rem !important;

}



.mt-2 {

  margin-top: 0.5rem !important;

}



.mt-3 {

  margin-top: 1rem !important;

}



.mt-4 {

  margin-top: 1.5rem !important;

}



.mt-5 {

  margin-top: 3rem !important;

}



.mt-auto {

  margin-top: auto !important;

}



.me-0 {

  margin-right: 0 !important;

}



.me-1 {

  margin-right: 0.25rem !important;

}



.me-2 {

  margin-right: 0.5rem !important;

}



.me-3 {

  margin-right: 1rem !important;

}



.me-4 {

  margin-right: 1.5rem !important;

}



.me-5 {

  margin-right: 3rem !important;

}



.me-auto {

  margin-right: auto !important;

}



.mb-0 {

  margin-bottom: 0 !important;

}



.mb-1 {

  margin-bottom: 0.25rem !important;

}



.mb-2 {

  margin-bottom: 0.5rem !important;

}



.mb-3 {

  margin-bottom: 1rem !important;

}



.mb-4 {

  margin-bottom: 1.5rem !important;

}



.mb-5 {

  margin-bottom: 3rem !important;

}



.mb-auto {

  margin-bottom: auto !important;

}



.ms-0 {

  margin-left: 0 !important;

}



.ms-1 {

  margin-left: 0.25rem !important;

}



.ms-2 {

  margin-left: 0.5rem !important;

}



.ms-3 {

  margin-left: 1rem !important;

}



.ms-4 {

  margin-left: 1.5rem !important;

}



.ms-5 {

  margin-left: 3rem !important;

}



.ms-auto {

  margin-left: auto !important;

}



.p-0 {

  padding: 0 !important;

}



.p-1 {

  padding: 0.25rem !important;

}



.p-2 {

  padding: 0.5rem !important;

}



.p-3 {

  padding: 1rem !important;

}



.p-4 {

  padding: 1.5rem !important;

}



.p-5 {

  padding: 3rem !important;

}



.px-0 {

  padding-right: 0 !important;

  padding-left: 0 !important;

}



.px-1 {

  padding-right: 0.25rem !important;

  padding-left: 0.25rem !important;

}



.px-2 {

  padding-right: 0.5rem !important;

  padding-left: 0.5rem !important;

}



.px-3 {

  padding-right: 1rem !important;

  padding-left: 1rem !important;

}



.px-4 {

  padding-right: 1.5rem !important;

  padding-left: 1.5rem !important;

}



.px-5 {

  padding-right: 3rem !important;

  padding-left: 3rem !important;

}



.py-0 {

  padding-top: 0 !important;

  padding-bottom: 0 !important;

}



.py-1 {

  padding-top: 0.25rem !important;

  padding-bottom: 0.25rem !important;

}



.py-2 {

  padding-top: 0.5rem !important;

  padding-bottom: 0.5rem !important;

}



.py-3 {

  padding-top: 1rem !important;

  padding-bottom: 1rem !important;

}



.py-4 {

  padding-top: 1.5rem !important;

  padding-bottom: 1.5rem !important;

}



.py-5 {

  padding-top: 3rem !important;

  padding-bottom: 3rem !important;

}



.pt-0 {

  padding-top: 0 !important;

}



.pt-1 {

  padding-top: 0.25rem !important;

}



.pt-2 {

  padding-top: 0.5rem !important;

}



.pt-3 {

  padding-top: 1rem !important;

}



.pt-4 {

  padding-top: 1.5rem !important;

}



.pt-5 {

  padding-top: 3rem !important;

}



.pe-0 {

  padding-right: 0 !important;

}



.pe-1 {

  padding-right: 0.25rem !important;

}



.pe-2 {

  padding-right: 0.5rem !important;

}



.pe-3 {

  padding-right: 1rem !important;

}



.pe-4 {

  padding-right: 1.5rem !important;

}



.pe-5 {

  padding-right: 3rem !important;

}



.pb-0 {

  padding-bottom: 0 !important;

}



.pb-1 {

  padding-bottom: 0.25rem !important;

}



.pb-2 {

  padding-bottom: 0.5rem !important;

}



.pb-3 {

  padding-bottom: 1rem !important;

}



.pb-4 {

  padding-bottom: 1.5rem !important;

}



.pb-5 {

  padding-bottom: 3rem !important;

}



.ps-0 {

  padding-left: 0 !important;

}



.ps-1 {

  padding-left: 0.25rem !important;

}



.ps-2 {

  padding-left: 0.5rem !important;

}



.ps-3 {

  padding-left: 1rem !important;

}



.ps-4 {

  padding-left: 1.5rem !important;

}



.ps-5 {

  padding-left: 3rem !important;

}



.font-monospace {

  font-family: var(--bs-font-monospace) !important;

}



.fs-1 {

  font-size: calc(1.325rem + 0.9vw) !important;

}



.fs-2 {

  font-size: calc(1.285rem + 0.42vw) !important;

}



.fs-3 {

  font-size: calc(1.265rem + 0.18vw) !important;

}



.fs-4 {

  font-size: calc(1.255rem + 0.06vw) !important;

}



.fs-5 {

  font-size: 1.15rem !important;

}



.fs-6 {

  font-size: 1rem !important;

}



.fst-italic {

  font-style: italic !important;

}



.fst-normal {

  font-style: normal !important;

}



.fw-light {

  font-weight: 300 !important;

}



.fw-lighter {

  font-weight: lighter !important;

}



.fw-normal {

  font-weight: 400 !important;

}



.fw-bold {

  font-weight: 700 !important;

}



.fw-bolder {

  font-weight: bolder !important;

}



.lh-1 {

  line-height: 1 !important;

}



.lh-sm {

  line-height: 1.25 !important;

}



.lh-base {

  line-height: 1.8 !important;

}



.lh-lg {

  line-height: 2 !important;

}



.text-start {

  text-align: left !important;

}



.text-end {

  text-align: right !important;

}



.text-center {

  text-align: center !important;

}



.text-decoration-none {

  text-decoration: none !important;

}



.text-decoration-underline {

  text-decoration: underline !important;

}



.text-decoration-line-through {

  text-decoration: line-through !important;

}



.text-lowercase {

  text-transform: lowercase !important;

}



.text-uppercase {

  text-transform: uppercase !important;

}



.text-capitalize {

  text-transform: capitalize !important;

}



.text-wrap {

  white-space: normal !important;

}



.text-nowrap {

  white-space: nowrap !important;

}



/* rtl:begin:remove */

.text-break {

  word-wrap: break-word !important;

  word-break: break-word !important;

}



/* rtl:end:remove */

.text-primary {

  color: #0d6efd !important;

}



.text-secondary {

  color: #506276 !important;

}



.text-success {

  color: #198754 !important;

}



.text-info {

  color: #0dcaf0 !important;

}



.text-warning {

  color: #ffc107 !important;

}



.text-danger {

  color: #dc3545 !important;

}



.text-light {

  color: #d4d8db !important;

}



.text-dark {

  color: #506276 !important;

}



.text-white {

  color: #fff !important;

}



.text-body {

  color: var(--body-color) !important;

}



.text-muted {

  color: #506276 !important;

}



.text-black-50 {

  color: rgba(0, 0, 0, 0.5) !important;

}



.text-white-50 {

  color: rgba(255, 255, 255, 0.5) !important;

}



.text-reset {

  color: inherit !important;

}



.bg-primary {

  background-color: #0d6efd !important;

}



.bg-secondary {

  background-color: #506276 !important;

}



.bg-success {

  background-color: #198754 !important;

}



.bg-info {

  background-color: #0dcaf0 !important;

}



.bg-warning {

  background-color: #ffc107 !important;

}



.bg-danger {

  background-color: #dc3545 !important;

}



.bg-light {

  background-color: #d4d8db !important;

}



.bg-dark {

  background-color: #506276 !important;

}



.bg-body {

  background-color: #fff !important;

}



.bg-white {

  background-color: #fff !important;

}



.bg-transparent {

  background-color: transparent !important;

}



.bg-gradient {

  background-image: var(--bs-gradient) !important;

}



.user-select-all {

  -webkit-user-select: all !important;

  -moz-user-select: all !important;

  -ms-user-select: all !important;

  user-select: all !important;

}



.user-select-auto {

  -webkit-user-select: auto !important;

  -moz-user-select: auto !important;

  -ms-user-select: auto !important;

  user-select: auto !important;

}



.user-select-none {

  -webkit-user-select: none !important;

  -moz-user-select: none !important;

  -ms-user-select: none !important;

  user-select: none !important;

}



.pe-none {

  pointer-events: none !important;

}



.pe-auto {

  pointer-events: auto !important;

}



.rounded {

  border-radius: 0.25rem !important;

}



.rounded-0 {

  border-radius: 0 !important;

}



.rounded-1 {

  border-radius: 0.2rem !important;

}



.rounded-2 {

  border-radius: 0.25rem !important;

}



.rounded-3 {

  border-radius: 0.3rem !important;

}



.rounded-circle {

  border-radius: 50% !important;

}



.rounded-pill {

  border-radius: 50rem !important;

}



.rounded-top {

  border-top-left-radius: 0.25rem !important;

  border-top-right-radius: 0.25rem !important;

}



.rounded-end {

  border-top-right-radius: 0.25rem !important;

  border-bottom-right-radius: 0.25rem !important;

}



.rounded-bottom {

  border-bottom-right-radius: 0.25rem !important;

  border-bottom-left-radius: 0.25rem !important;

}



.rounded-start {

  border-bottom-left-radius: 0.25rem !important;

  border-top-left-radius: 0.25rem !important;

}



.visible {

  visibility: visible !important;

}



.invisible {

  visibility: hidden !important;

}



@media (min-width: 576px) {

  .float-sm-start {

    float: left !important;

  }

  .float-sm-end {

    float: right !important;

  }

  .float-sm-none {

    float: none !important;

  }

  .d-sm-inline {

    display: inline !important;

  }

  .d-sm-inline-block {

    display: inline-block !important;

  }

  .d-sm-block {

    display: block !important;

  }

  .d-sm-grid {

    display: grid !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: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

  }

  .d-sm-inline-flex {

    display: -webkit-inline-box !important;

    display: -ms-inline-flexbox !important;

    display: inline-flex !important;

  }

  .d-sm-none {

    display: none !important;

  }

  .flex-sm-fill {

    -webkit-box-flex: 1 !important;

    -ms-flex: 1 1 auto !important;

    flex: 1 1 auto !important;

  }

  .flex-sm-row {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: row !important;

    flex-direction: row !important;

  }

  .flex-sm-column {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: column !important;

    flex-direction: column !important;

  }

  .flex-sm-row-reverse {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: row-reverse !important;

    flex-direction: row-reverse !important;

  }

  .flex-sm-column-reverse {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: column-reverse !important;

    flex-direction: column-reverse !important;

  }

  .flex-sm-grow-0 {

    -webkit-box-flex: 0 !important;

    -ms-flex-positive: 0 !important;

    flex-grow: 0 !important;

  }

  .flex-sm-grow-1 {

    -webkit-box-flex: 1 !important;

    -ms-flex-positive: 1 !important;

    flex-grow: 1 !important;

  }

  .flex-sm-shrink-0 {

    -ms-flex-negative: 0 !important;

    flex-shrink: 0 !important;

  }

  .flex-sm-shrink-1 {

    -ms-flex-negative: 1 !important;

    flex-shrink: 1 !important;

  }

  .flex-sm-wrap {

    -ms-flex-wrap: wrap !important;

    flex-wrap: wrap !important;

  }

  .flex-sm-nowrap {

    -ms-flex-wrap: nowrap !important;

    flex-wrap: nowrap !important;

  }

  .flex-sm-wrap-reverse {

    -ms-flex-wrap: wrap-reverse !important;

    flex-wrap: wrap-reverse !important;

  }

  .gap-sm-0 {

    gap: 0 !important;

  }

  .gap-sm-1 {

    gap: 0.25rem !important;

  }

  .gap-sm-2 {

    gap: 0.5rem !important;

  }

  .gap-sm-3 {

    gap: 1rem !important;

  }

  .gap-sm-4 {

    gap: 1.5rem !important;

  }

  .gap-sm-5 {

    gap: 3rem !important;

  }

  .justify-content-sm-start {

    -webkit-box-pack: start !important;

    -ms-flex-pack: start !important;

    justify-content: flex-start !important;

  }

  .justify-content-sm-end {

    -webkit-box-pack: end !important;

    -ms-flex-pack: end !important;

    justify-content: flex-end !important;

  }

  .justify-content-sm-center {

    -webkit-box-pack: center !important;

    -ms-flex-pack: center !important;

    justify-content: center !important;

  }

  .justify-content-sm-between {

    -webkit-box-pack: justify !important;

    -ms-flex-pack: justify !important;

    justify-content: space-between !important;

  }

  .justify-content-sm-around {

    -ms-flex-pack: distribute !important;

    justify-content: space-around !important;

  }

  .justify-content-sm-evenly {

    -webkit-box-pack: space-evenly !important;

    -ms-flex-pack: space-evenly !important;

    justify-content: space-evenly !important;

  }

  .align-items-sm-start {

    -webkit-box-align: start !important;

    -ms-flex-align: start !important;

    align-items: flex-start !important;

  }

  .align-items-sm-end {

    -webkit-box-align: end !important;

    -ms-flex-align: end !important;

    align-items: flex-end !important;

  }

  .align-items-sm-center {

    -webkit-box-align: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;

  }

  .align-items-sm-baseline {

    -webkit-box-align: baseline !important;

    -ms-flex-align: baseline !important;

    align-items: baseline !important;

  }

  .align-items-sm-stretch {

    -webkit-box-align: stretch !important;

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

  }

  .order-sm-first {

    -webkit-box-ordinal-group: 0 !important;

    -ms-flex-order: -1 !important;

    order: -1 !important;

  }

  .order-sm-0 {

    -webkit-box-ordinal-group: 1 !important;

    -ms-flex-order: 0 !important;

    order: 0 !important;

  }

  .order-sm-1 {

    -webkit-box-ordinal-group: 2 !important;

    -ms-flex-order: 1 !important;

    order: 1 !important;

  }

  .order-sm-2 {

    -webkit-box-ordinal-group: 3 !important;

    -ms-flex-order: 2 !important;

    order: 2 !important;

  }

  .order-sm-3 {

    -webkit-box-ordinal-group: 4 !important;

    -ms-flex-order: 3 !important;

    order: 3 !important;

  }

  .order-sm-4 {

    -webkit-box-ordinal-group: 5 !important;

    -ms-flex-order: 4 !important;

    order: 4 !important;

  }

  .order-sm-5 {

    -webkit-box-ordinal-group: 6 !important;

    -ms-flex-order: 5 !important;

    order: 5 !important;

  }

  .order-sm-last {

    -webkit-box-ordinal-group: 7 !important;

    -ms-flex-order: 6 !important;

    order: 6 !important;

  }

  .m-sm-0 {

    margin: 0 !important;

  }

  .m-sm-1 {

    margin: 0.25rem !important;

  }

  .m-sm-2 {

    margin: 0.5rem !important;

  }

  .m-sm-3 {

    margin: 1rem !important;

  }

  .m-sm-4 {

    margin: 1.5rem !important;

  }

  .m-sm-5 {

    margin: 3rem !important;

  }

  .m-sm-auto {

    margin: auto !important;

  }

  .mx-sm-0 {

    margin-right: 0 !important;

    margin-left: 0 !important;

  }

  .mx-sm-1 {

    margin-right: 0.25rem !important;

    margin-left: 0.25rem !important;

  }

  .mx-sm-2 {

    margin-right: 0.5rem !important;

    margin-left: 0.5rem !important;

  }

  .mx-sm-3 {

    margin-right: 1rem !important;

    margin-left: 1rem !important;

  }

  .mx-sm-4 {

    margin-right: 1.5rem !important;

    margin-left: 1.5rem !important;

  }

  .mx-sm-5 {

    margin-right: 3rem !important;

    margin-left: 3rem !important;

  }

  .mx-sm-auto {

    margin-right: auto !important;

    margin-left: auto !important;

  }

  .my-sm-0 {

    margin-top: 0 !important;

    margin-bottom: 0 !important;

  }

  .my-sm-1 {

    margin-top: 0.25rem !important;

    margin-bottom: 0.25rem !important;

  }

  .my-sm-2 {

    margin-top: 0.5rem !important;

    margin-bottom: 0.5rem !important;

  }

  .my-sm-3 {

    margin-top: 1rem !important;

    margin-bottom: 1rem !important;

  }

  .my-sm-4 {

    margin-top: 1.5rem !important;

    margin-bottom: 1.5rem !important;

  }

  .my-sm-5 {

    margin-top: 3rem !important;

    margin-bottom: 3rem !important;

  }

  .my-sm-auto {

    margin-top: auto !important;

    margin-bottom: auto !important;

  }

  .mt-sm-0 {

    margin-top: 0 !important;

  }

  .mt-sm-1 {

    margin-top: 0.25rem !important;

  }

  .mt-sm-2 {

    margin-top: 0.5rem !important;

  }

  .mt-sm-3 {

    margin-top: 1rem !important;

  }

  .mt-sm-4 {

    margin-top: 1.5rem !important;

  }

  .mt-sm-5 {

    margin-top: 3rem !important;

  }

  .mt-sm-auto {

    margin-top: auto !important;

  }

  .me-sm-0 {

    margin-right: 0 !important;

  }

  .me-sm-1 {

    margin-right: 0.25rem !important;

  }

  .me-sm-2 {

    margin-right: 0.5rem !important;

  }

  .me-sm-3 {

    margin-right: 1rem !important;

  }

  .me-sm-4 {

    margin-right: 1.5rem !important;

  }

  .me-sm-5 {

    margin-right: 3rem !important;

  }

  .me-sm-auto {

    margin-right: auto !important;

  }

  .mb-sm-0 {

    margin-bottom: 0 !important;

  }

  .mb-sm-1 {

    margin-bottom: 0.25rem !important;

  }

  .mb-sm-2 {

    margin-bottom: 0.5rem !important;

  }

  .mb-sm-3 {

    margin-bottom: 1rem !important;

  }

  .mb-sm-4 {

    margin-bottom: 1.5rem !important;

  }

  .mb-sm-5 {

    margin-bottom: 3rem !important;

  }

  .mb-sm-auto {

    margin-bottom: auto !important;

  }

  .ms-sm-0 {

    margin-left: 0 !important;

  }

  .ms-sm-1 {

    margin-left: 0.25rem !important;

  }

  .ms-sm-2 {

    margin-left: 0.5rem !important;

  }

  .ms-sm-3 {

    margin-left: 1rem !important;

  }

  .ms-sm-4 {

    margin-left: 1.5rem !important;

  }

  .ms-sm-5 {

    margin-left: 3rem !important;

  }

  .ms-sm-auto {

    margin-left: auto !important;

  }

  .p-sm-0 {

    padding: 0 !important;

  }

  .p-sm-1 {

    padding: 0.25rem !important;

  }

  .p-sm-2 {

    padding: 0.5rem !important;

  }

  .p-sm-3 {

    padding: 1rem !important;

  }

  .p-sm-4 {

    padding: 1.5rem !important;

  }

  .p-sm-5 {

    padding: 3rem !important;

  }

  .px-sm-0 {

    padding-right: 0 !important;

    padding-left: 0 !important;

  }

  .px-sm-1 {

    padding-right: 0.25rem !important;

    padding-left: 0.25rem !important;

  }

  .px-sm-2 {

    padding-right: 0.5rem !important;

    padding-left: 0.5rem !important;

  }

  .px-sm-3 {

    padding-right: 1rem !important;

    padding-left: 1rem !important;

  }

  .px-sm-4 {

    padding-right: 1.5rem !important;

    padding-left: 1.5rem !important;

  }

  .px-sm-5 {

    padding-right: 3rem !important;

    padding-left: 3rem !important;

  }

  .py-sm-0 {

    padding-top: 0 !important;

    padding-bottom: 0 !important;

  }

  .py-sm-1 {

    padding-top: 0.25rem !important;

    padding-bottom: 0.25rem !important;

  }

  .py-sm-2 {

    padding-top: 0.5rem !important;

    padding-bottom: 0.5rem !important;

  }

  .py-sm-3 {

    padding-top: 1rem !important;

    padding-bottom: 1rem !important;

  }

  .py-sm-4 {

    padding-top: 1.5rem !important;

    padding-bottom: 1.5rem !important;

  }

  .py-sm-5 {

    padding-top: 3rem !important;

    padding-bottom: 3rem !important;

  }

  .pt-sm-0 {

    padding-top: 0 !important;

  }

  .pt-sm-1 {

    padding-top: 0.25rem !important;

  }

  .pt-sm-2 {

    padding-top: 0.5rem !important;

  }

  .pt-sm-3 {

    padding-top: 1rem !important;

  }

  .pt-sm-4 {

    padding-top: 1.5rem !important;

  }

  .pt-sm-5 {

    padding-top: 3rem !important;

  }

  .pe-sm-0 {

    padding-right: 0 !important;

  }

  .pe-sm-1 {

    padding-right: 0.25rem !important;

  }

  .pe-sm-2 {

    padding-right: 0.5rem !important;

  }

  .pe-sm-3 {

    padding-right: 1rem !important;

  }

  .pe-sm-4 {

    padding-right: 1.5rem !important;

  }

  .pe-sm-5 {

    padding-right: 3rem !important;

  }

  .pb-sm-0 {

    padding-bottom: 0 !important;

  }

  .pb-sm-1 {

    padding-bottom: 0.25rem !important;

  }

  .pb-sm-2 {

    padding-bottom: 0.5rem !important;

  }

  .pb-sm-3 {

    padding-bottom: 1rem !important;

  }

  .pb-sm-4 {

    padding-bottom: 1.5rem !important;

  }

  .pb-sm-5 {

    padding-bottom: 3rem !important;

  }

  .ps-sm-0 {

    padding-left: 0 !important;

  }

  .ps-sm-1 {

    padding-left: 0.25rem !important;

  }

  .ps-sm-2 {

    padding-left: 0.5rem !important;

  }

  .ps-sm-3 {

    padding-left: 1rem !important;

  }

  .ps-sm-4 {

    padding-left: 1.5rem !important;

  }

  .ps-sm-5 {

    padding-left: 3rem !important;

  }

  .text-sm-start {

    text-align: left !important;

  }

  .text-sm-end {

    text-align: right !important;

  }

  .text-sm-center {

    text-align: center !important;

  }

}



@media (min-width: 768px) {

  .float-md-start {

    float: left !important;

  }

  .float-md-end {

    float: right !important;

  }

  .float-md-none {

    float: none !important;

  }

  .d-md-inline {

    display: inline !important;

  }

  .d-md-inline-block {

    display: inline-block !important;

  }

  .d-md-block {

    display: block !important;

  }

  .d-md-grid {

    display: grid !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: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

  }

  .d-md-inline-flex {

    display: -webkit-inline-box !important;

    display: -ms-inline-flexbox !important;

    display: inline-flex !important;

  }

  .d-md-none {

    display: none !important;

  }

  .flex-md-fill {

    -webkit-box-flex: 1 !important;

    -ms-flex: 1 1 auto !important;

    flex: 1 1 auto !important;

  }

  .flex-md-row {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: row !important;

    flex-direction: row !important;

  }

  .flex-md-column {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: column !important;

    flex-direction: column !important;

  }

  .flex-md-row-reverse {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: row-reverse !important;

    flex-direction: row-reverse !important;

  }

  .flex-md-column-reverse {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: column-reverse !important;

    flex-direction: column-reverse !important;

  }

  .flex-md-grow-0 {

    -webkit-box-flex: 0 !important;

    -ms-flex-positive: 0 !important;

    flex-grow: 0 !important;

  }

  .flex-md-grow-1 {

    -webkit-box-flex: 1 !important;

    -ms-flex-positive: 1 !important;

    flex-grow: 1 !important;

  }

  .flex-md-shrink-0 {

    -ms-flex-negative: 0 !important;

    flex-shrink: 0 !important;

  }

  .flex-md-shrink-1 {

    -ms-flex-negative: 1 !important;

    flex-shrink: 1 !important;

  }

  .flex-md-wrap {

    -ms-flex-wrap: wrap !important;

    flex-wrap: wrap !important;

  }

  .flex-md-nowrap {

    -ms-flex-wrap: nowrap !important;

    flex-wrap: nowrap !important;

  }

  .flex-md-wrap-reverse {

    -ms-flex-wrap: wrap-reverse !important;

    flex-wrap: wrap-reverse !important;

  }

  .gap-md-0 {

    gap: 0 !important;

  }

  .gap-md-1 {

    gap: 0.25rem !important;

  }

  .gap-md-2 {

    gap: 0.5rem !important;

  }

  .gap-md-3 {

    gap: 1rem !important;

  }

  .gap-md-4 {

    gap: 1.5rem !important;

  }

  .gap-md-5 {

    gap: 3rem !important;

  }

  .justify-content-md-start {

    -webkit-box-pack: start !important;

    -ms-flex-pack: start !important;

    justify-content: flex-start !important;

  }

  .justify-content-md-end {

    -webkit-box-pack: end !important;

    -ms-flex-pack: end !important;

    justify-content: flex-end !important;

  }

  .justify-content-md-center {

    -webkit-box-pack: center !important;

    -ms-flex-pack: center !important;

    justify-content: center !important;

  }

  .justify-content-md-between {

    -webkit-box-pack: justify !important;

    -ms-flex-pack: justify !important;

    justify-content: space-between !important;

  }

  .justify-content-md-around {

    -ms-flex-pack: distribute !important;

    justify-content: space-around !important;

  }

  .justify-content-md-evenly {

    -webkit-box-pack: space-evenly !important;

    -ms-flex-pack: space-evenly !important;

    justify-content: space-evenly !important;

  }

  .align-items-md-start {

    -webkit-box-align: start !important;

    -ms-flex-align: start !important;

    align-items: flex-start !important;

  }

  .align-items-md-end {

    -webkit-box-align: end !important;

    -ms-flex-align: end !important;

    align-items: flex-end !important;

  }

  .align-items-md-center {

    -webkit-box-align: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;

  }

  .align-items-md-baseline {

    -webkit-box-align: baseline !important;

    -ms-flex-align: baseline !important;

    align-items: baseline !important;

  }

  .align-items-md-stretch {

    -webkit-box-align: stretch !important;

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

  }

  .order-md-first {

    -webkit-box-ordinal-group: 0 !important;

    -ms-flex-order: -1 !important;

    order: -1 !important;

  }

  .order-md-0 {

    -webkit-box-ordinal-group: 1 !important;

    -ms-flex-order: 0 !important;

    order: 0 !important;

  }

  .order-md-1 {

    -webkit-box-ordinal-group: 2 !important;

    -ms-flex-order: 1 !important;

    order: 1 !important;

  }

  .order-md-2 {

    -webkit-box-ordinal-group: 3 !important;

    -ms-flex-order: 2 !important;

    order: 2 !important;

  }

  .order-md-3 {

    -webkit-box-ordinal-group: 4 !important;

    -ms-flex-order: 3 !important;

    order: 3 !important;

  }

  .order-md-4 {

    -webkit-box-ordinal-group: 5 !important;

    -ms-flex-order: 4 !important;

    order: 4 !important;

  }

  .order-md-5 {

    -webkit-box-ordinal-group: 6 !important;

    -ms-flex-order: 5 !important;

    order: 5 !important;

  }

  .order-md-last {

    -webkit-box-ordinal-group: 7 !important;

    -ms-flex-order: 6 !important;

    order: 6 !important;

  }

  .m-md-0 {

    margin: 0 !important;

  }

  .m-md-1 {

    margin: 0.25rem !important;

  }

  .m-md-2 {

    margin: 0.5rem !important;

  }

  .m-md-3 {

    margin: 1rem !important;

  }

  .m-md-4 {

    margin: 1.5rem !important;

  }

  .m-md-5 {

    margin: 3rem !important;

  }

  .m-md-auto {

    margin: auto !important;

  }

  .mx-md-0 {

    margin-right: 0 !important;

    margin-left: 0 !important;

  }

  .mx-md-1 {

    margin-right: 0.25rem !important;

    margin-left: 0.25rem !important;

  }

  .mx-md-2 {

    margin-right: 0.5rem !important;

    margin-left: 0.5rem !important;

  }

  .mx-md-3 {

    margin-right: 1rem !important;

    margin-left: 1rem !important;

  }

  .mx-md-4 {

    margin-right: 1.5rem !important;

    margin-left: 1.5rem !important;

  }

  .mx-md-5 {

    margin-right: 3rem !important;

    margin-left: 3rem !important;

  }

  .mx-md-auto {

    margin-right: auto !important;

    margin-left: auto !important;

  }

  .my-md-0 {

    margin-top: 0 !important;

    margin-bottom: 0 !important;

  }

  .my-md-1 {

    margin-top: 0.25rem !important;

    margin-bottom: 0.25rem !important;

  }

  .my-md-2 {

    margin-top: 0.5rem !important;

    margin-bottom: 0.5rem !important;

  }

  .my-md-3 {

    margin-top: 1rem !important;

    margin-bottom: 1rem !important;

  }

  .my-md-4 {

    margin-top: 1.5rem !important;

    margin-bottom: 1.5rem !important;

  }

  .my-md-5 {

    margin-top: 3rem !important;

    margin-bottom: 3rem !important;

  }

  .my-md-auto {

    margin-top: auto !important;

    margin-bottom: auto !important;

  }

  .mt-md-0 {

    margin-top: 0 !important;

  }

  .mt-md-1 {

    margin-top: 0.25rem !important;

  }

  .mt-md-2 {

    margin-top: 0.5rem !important;

  }

  .mt-md-3 {

    margin-top: 1rem !important;

  }

  .mt-md-4 {

    margin-top: 1.5rem !important;

  }

  .mt-md-5 {

    margin-top: 3rem !important;

  }

  .mt-md-auto {

    margin-top: auto !important;

  }

  .me-md-0 {

    margin-right: 0 !important;

  }

  .me-md-1 {

    margin-right: 0.25rem !important;

  }

  .me-md-2 {

    margin-right: 0.5rem !important;

  }

  .me-md-3 {

    margin-right: 1rem !important;

  }

  .me-md-4 {

    margin-right: 1.5rem !important;

  }

  .me-md-5 {

    margin-right: 3rem !important;

  }

  .me-md-auto {

    margin-right: auto !important;

  }

  .mb-md-0 {

    margin-bottom: 0 !important;

  }

  .mb-md-1 {

    margin-bottom: 0.25rem !important;

  }

  .mb-md-2 {

    margin-bottom: 0.5rem !important;

  }

  .mb-md-3 {

    margin-bottom: 1rem !important;

  }

  .mb-md-4 {

    margin-bottom: 1.5rem !important;

  }

  .mb-md-5 {

    margin-bottom: 3rem !important;

  }

  .mb-md-auto {

    margin-bottom: auto !important;

  }

  .ms-md-0 {

    margin-left: 0 !important;

  }

  .ms-md-1 {

    margin-left: 0.25rem !important;

  }

  .ms-md-2 {

    margin-left: 0.5rem !important;

  }

  .ms-md-3 {

    margin-left: 1rem !important;

  }

  .ms-md-4 {

    margin-left: 1.5rem !important;

  }

  .ms-md-5 {

    margin-left: 3rem !important;

  }

  .ms-md-auto {

    margin-left: auto !important;

  }

  .p-md-0 {

    padding: 0 !important;

  }

  .p-md-1 {

    padding: 0.25rem !important;

  }

  .p-md-2 {

    padding: 0.5rem !important;

  }

  .p-md-3 {

    padding: 1rem !important;

  }

  .p-md-4 {

    padding: 1.5rem !important;

  }

  .p-md-5 {

    padding: 3rem !important;

  }

  .px-md-0 {

    padding-right: 0 !important;

    padding-left: 0 !important;

  }

  .px-md-1 {

    padding-right: 0.25rem !important;

    padding-left: 0.25rem !important;

  }

  .px-md-2 {

    padding-right: 0.5rem !important;

    padding-left: 0.5rem !important;

  }

  .px-md-3 {

    padding-right: 1rem !important;

    padding-left: 1rem !important;

  }

  .px-md-4 {

    padding-right: 1.5rem !important;

    padding-left: 1.5rem !important;

  }

  .px-md-5 {

    padding-right: 3rem !important;

    padding-left: 3rem !important;

  }

  .py-md-0 {

    padding-top: 0 !important;

    padding-bottom: 0 !important;

  }

  .py-md-1 {

    padding-top: 0.25rem !important;

    padding-bottom: 0.25rem !important;

  }

  .py-md-2 {

    padding-top: 0.5rem !important;

    padding-bottom: 0.5rem !important;

  }

  .py-md-3 {

    padding-top: 1rem !important;

    padding-bottom: 1rem !important;

  }

  .py-md-4 {

    padding-top: 1.5rem !important;

    padding-bottom: 1.5rem !important;

  }

  .py-md-5 {

    padding-top: 3rem !important;

    padding-bottom: 3rem !important;

  }

  .pt-md-0 {

    padding-top: 0 !important;

  }

  .pt-md-1 {

    padding-top: 0.25rem !important;

  }

  .pt-md-2 {

    padding-top: 0.5rem !important;

  }

  .pt-md-3 {

    padding-top: 1rem !important;

  }

  .pt-md-4 {

    padding-top: 1.5rem !important;

  }

  .pt-md-5 {

    padding-top: 3rem !important;

  }

  .pe-md-0 {

    padding-right: 0 !important;

  }

  .pe-md-1 {

    padding-right: 0.25rem !important;

  }

  .pe-md-2 {

    padding-right: 0.5rem !important;

  }

  .pe-md-3 {

    padding-right: 1rem !important;

  }

  .pe-md-4 {

    padding-right: 1.5rem !important;

  }

  .pe-md-5 {

    padding-right: 3rem !important;

  }

  .pb-md-0 {

    padding-bottom: 0 !important;

  }

  .pb-md-1 {

    padding-bottom: 0.25rem !important;

  }

  .pb-md-2 {

    padding-bottom: 0.5rem !important;

  }

  .pb-md-3 {

    padding-bottom: 1rem !important;

  }

  .pb-md-4 {

    padding-bottom: 1.5rem !important;

  }

  .pb-md-5 {

    padding-bottom: 3rem !important;

  }

  .ps-md-0 {

    padding-left: 0 !important;

  }

  .ps-md-1 {

    padding-left: 0.25rem !important;

  }

  .ps-md-2 {

    padding-left: 0.5rem !important;

  }

  .ps-md-3 {

    padding-left: 1rem !important;

  }

  .ps-md-4 {

    padding-left: 1.5rem !important;

  }

  .ps-md-5 {

    padding-left: 3rem !important;

  }

  .text-md-start {

    text-align: left !important;

  }

  .text-md-end {

    text-align: right !important;

  }

  .text-md-center {

    text-align: center !important;

  }

}



@media (min-width: 992px) {

  .float-lg-start {

    float: left !important;

  }

  .float-lg-end {

    float: right !important;

  }

  .float-lg-none {

    float: none !important;

  }

  .d-lg-inline {

    display: inline !important;

  }

  .d-lg-inline-block {

    display: inline-block !important;

  }

  .d-lg-block {

    display: block !important;

  }

  .d-lg-grid {

    display: grid !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: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

  }

  .d-lg-inline-flex {

    display: -webkit-inline-box !important;

    display: -ms-inline-flexbox !important;

    display: inline-flex !important;

  }

  .d-lg-none {

    display: none !important;

  }

  .flex-lg-fill {

    -webkit-box-flex: 1 !important;

    -ms-flex: 1 1 auto !important;

    flex: 1 1 auto !important;

  }

  .flex-lg-row {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: row !important;

    flex-direction: row !important;

  }

  .flex-lg-column {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: column !important;

    flex-direction: column !important;

  }

  .flex-lg-row-reverse {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: row-reverse !important;

    flex-direction: row-reverse !important;

  }

  .flex-lg-column-reverse {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: column-reverse !important;

    flex-direction: column-reverse !important;

  }

  .flex-lg-grow-0 {

    -webkit-box-flex: 0 !important;

    -ms-flex-positive: 0 !important;

    flex-grow: 0 !important;

  }

  .flex-lg-grow-1 {

    -webkit-box-flex: 1 !important;

    -ms-flex-positive: 1 !important;

    flex-grow: 1 !important;

  }

  .flex-lg-shrink-0 {

    -ms-flex-negative: 0 !important;

    flex-shrink: 0 !important;

  }

  .flex-lg-shrink-1 {

    -ms-flex-negative: 1 !important;

    flex-shrink: 1 !important;

  }

  .flex-lg-wrap {

    -ms-flex-wrap: wrap !important;

    flex-wrap: wrap !important;

  }

  .flex-lg-nowrap {

    -ms-flex-wrap: nowrap !important;

    flex-wrap: nowrap !important;

  }

  .flex-lg-wrap-reverse {

    -ms-flex-wrap: wrap-reverse !important;

    flex-wrap: wrap-reverse !important;

  }

  .gap-lg-0 {

    gap: 0 !important;

  }

  .gap-lg-1 {

    gap: 0.25rem !important;

  }

  .gap-lg-2 {

    gap: 0.5rem !important;

  }

  .gap-lg-3 {

    gap: 1rem !important;

  }

  .gap-lg-4 {

    gap: 1.5rem !important;

  }

  .gap-lg-5 {

    gap: 3rem !important;

  }

  .justify-content-lg-start {

    -webkit-box-pack: start !important;

    -ms-flex-pack: start !important;

    justify-content: flex-start !important;

  }

  .justify-content-lg-end {

    -webkit-box-pack: end !important;

    -ms-flex-pack: end !important;

    justify-content: flex-end !important;

  }

  .justify-content-lg-center {

    -webkit-box-pack: center !important;

    -ms-flex-pack: center !important;

    justify-content: center !important;

  }

  .justify-content-lg-between {

    -webkit-box-pack: justify !important;

    -ms-flex-pack: justify !important;

    justify-content: space-between !important;

  }

  .justify-content-lg-around {

    -ms-flex-pack: distribute !important;

    justify-content: space-around !important;

  }

  .justify-content-lg-evenly {

    -webkit-box-pack: space-evenly !important;

    -ms-flex-pack: space-evenly !important;

    justify-content: space-evenly !important;

  }

  .align-items-lg-start {

    -webkit-box-align: start !important;

    -ms-flex-align: start !important;

    align-items: flex-start !important;

  }

  .align-items-lg-end {

    -webkit-box-align: end !important;

    -ms-flex-align: end !important;

    align-items: flex-end !important;

  }

  .align-items-lg-center {

    -webkit-box-align: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;

  }

  .align-items-lg-baseline {

    -webkit-box-align: baseline !important;

    -ms-flex-align: baseline !important;

    align-items: baseline !important;

  }

  .align-items-lg-stretch {

    -webkit-box-align: stretch !important;

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

  }

  .order-lg-first {

    -webkit-box-ordinal-group: 0 !important;

    -ms-flex-order: -1 !important;

    order: -1 !important;

  }

  .order-lg-0 {

    -webkit-box-ordinal-group: 1 !important;

    -ms-flex-order: 0 !important;

    order: 0 !important;

  }

  .order-lg-1 {

    -webkit-box-ordinal-group: 2 !important;

    -ms-flex-order: 1 !important;

    order: 1 !important;

  }

  .order-lg-2 {

    -webkit-box-ordinal-group: 3 !important;

    -ms-flex-order: 2 !important;

    order: 2 !important;

  }

  .order-lg-3 {

    -webkit-box-ordinal-group: 4 !important;

    -ms-flex-order: 3 !important;

    order: 3 !important;

  }

  .order-lg-4 {

    -webkit-box-ordinal-group: 5 !important;

    -ms-flex-order: 4 !important;

    order: 4 !important;

  }

  .order-lg-5 {

    -webkit-box-ordinal-group: 6 !important;

    -ms-flex-order: 5 !important;

    order: 5 !important;

  }

  .order-lg-last {

    -webkit-box-ordinal-group: 7 !important;

    -ms-flex-order: 6 !important;

    order: 6 !important;

  }

  .m-lg-0 {

    margin: 0 !important;

  }

  .m-lg-1 {

    margin: 0.25rem !important;

  }

  .m-lg-2 {

    margin: 0.5rem !important;

  }

  .m-lg-3 {

    margin: 1rem !important;

  }

  .m-lg-4 {

    margin: 1.5rem !important;

  }

  .m-lg-5 {

    margin: 3rem !important;

  }

  .m-lg-auto {

    margin: auto !important;

  }

  .mx-lg-0 {

    margin-right: 0 !important;

    margin-left: 0 !important;

  }

  .mx-lg-1 {

    margin-right: 0.25rem !important;

    margin-left: 0.25rem !important;

  }

  .mx-lg-2 {

    margin-right: 0.5rem !important;

    margin-left: 0.5rem !important;

  }

  .mx-lg-3 {

    margin-right: 1rem !important;

    margin-left: 1rem !important;

  }

  .mx-lg-4 {

    margin-right: 1.5rem !important;

    margin-left: 1.5rem !important;

  }

  .mx-lg-5 {

    margin-right: 3rem !important;

    margin-left: 3rem !important;

  }

  .mx-lg-auto {

    margin-right: auto !important;

    margin-left: auto !important;

  }

  .my-lg-0 {

    margin-top: 0 !important;

    margin-bottom: 0 !important;

  }

  .my-lg-1 {

    margin-top: 0.25rem !important;

    margin-bottom: 0.25rem !important;

  }

  .my-lg-2 {

    margin-top: 0.5rem !important;

    margin-bottom: 0.5rem !important;

  }

  .my-lg-3 {

    margin-top: 1rem !important;

    margin-bottom: 1rem !important;

  }

  .my-lg-4 {

    margin-top: 1.5rem !important;

    margin-bottom: 1.5rem !important;

  }

  .my-lg-5 {

    margin-top: 3rem !important;

    margin-bottom: 3rem !important;

  }

  .my-lg-auto {

    margin-top: auto !important;

    margin-bottom: auto !important;

  }

  .mt-lg-0 {

    margin-top: 0 !important;

  }

  .mt-lg-1 {

    margin-top: 0.25rem !important;

  }

  .mt-lg-2 {

    margin-top: 0.5rem !important;

  }

  .mt-lg-3 {

    margin-top: 1rem !important;

  }

  .mt-lg-4 {

    margin-top: 1.5rem !important;

  }

  .mt-lg-5 {

    margin-top: 3rem !important;

  }

  .mt-lg-auto {

    margin-top: auto !important;

  }

  .me-lg-0 {

    margin-right: 0 !important;

  }

  .me-lg-1 {

    margin-right: 0.25rem !important;

  }

  .me-lg-2 {

    margin-right: 0.5rem !important;

  }

  .me-lg-3 {

    margin-right: 1rem !important;

  }

  .me-lg-4 {

    margin-right: 1.5rem !important;

  }

  .me-lg-5 {

    margin-right: 3rem !important;

  }

  .me-lg-auto {

    margin-right: auto !important;

  }

  .mb-lg-0 {

    margin-bottom: 0 !important;

  }

  .mb-lg-1 {

    margin-bottom: 0.25rem !important;

  }

  .mb-lg-2 {

    margin-bottom: 0.5rem !important;

  }

  .mb-lg-3 {

    margin-bottom: 1rem !important;

  }

  .mb-lg-4 {

    margin-bottom: 1.5rem !important;

  }

  .mb-lg-5 {

    margin-bottom: 3rem !important;

  }

  .mb-lg-auto {

    margin-bottom: auto !important;

  }

  .ms-lg-0 {

    margin-left: 0 !important;

  }

  .ms-lg-1 {

    margin-left: 0.25rem !important;

  }

  .ms-lg-2 {

    margin-left: 0.5rem !important;

  }

  .ms-lg-3 {

    margin-left: 1rem !important;

  }

  .ms-lg-4 {

    margin-left: 1.5rem !important;

  }

  .ms-lg-5 {

    margin-left: 3rem !important;

  }

  .ms-lg-auto {

    margin-left: auto !important;

  }

  .p-lg-0 {

    padding: 0 !important;

  }

  .p-lg-1 {

    padding: 0.25rem !important;

  }

  .p-lg-2 {

    padding: 0.5rem !important;

  }

  .p-lg-3 {

    padding: 1rem !important;

  }

  .p-lg-4 {

    padding: 1.5rem !important;

  }

  .p-lg-5 {

    padding: 3rem !important;

  }

  .px-lg-0 {

    padding-right: 0 !important;

    padding-left: 0 !important;

  }

  .px-lg-1 {

    padding-right: 0.25rem !important;

    padding-left: 0.25rem !important;

  }

  .px-lg-2 {

    padding-right: 0.5rem !important;

    padding-left: 0.5rem !important;

  }

  .px-lg-3 {

    padding-right: 1rem !important;

    padding-left: 1rem !important;

  }

  .px-lg-4 {

    padding-right: 1.5rem !important;

    padding-left: 1.5rem !important;

  }

  .px-lg-5 {

    padding-right: 3rem !important;

    padding-left: 3rem !important;

  }

  .py-lg-0 {

    padding-top: 0 !important;

    padding-bottom: 0 !important;

  }

  .py-lg-1 {

    padding-top: 0.25rem !important;

    padding-bottom: 0.25rem !important;

  }

  .py-lg-2 {

    padding-top: 0.5rem !important;

    padding-bottom: 0.5rem !important;

  }

  .py-lg-3 {

    padding-top: 1rem !important;

    padding-bottom: 1rem !important;

  }

  .py-lg-4 {

    padding-top: 1.5rem !important;

    padding-bottom: 1.5rem !important;

  }

  .py-lg-5 {

    padding-top: 3rem !important;

    padding-bottom: 3rem !important;

  }

  .pt-lg-0 {

    padding-top: 0 !important;

  }

  .pt-lg-1 {

    padding-top: 0.25rem !important;

  }

  .pt-lg-2 {

    padding-top: 0.5rem !important;

  }

  .pt-lg-3 {

    padding-top: 1rem !important;

  }

  .pt-lg-4 {

    padding-top: 1.5rem !important;

  }

  .pt-lg-5 {

    padding-top: 3rem !important;

  }

  .pe-lg-0 {

    padding-right: 0 !important;

  }

  .pe-lg-1 {

    padding-right: 0.25rem !important;

  }

  .pe-lg-2 {

    padding-right: 0.5rem !important;

  }

  .pe-lg-3 {

    padding-right: 1rem !important;

  }

  .pe-lg-4 {

    padding-right: 1.5rem !important;

  }

  .pe-lg-5 {

    padding-right: 3rem !important;

  }

  .pb-lg-0 {

    padding-bottom: 0 !important;

  }

  .pb-lg-1 {

    padding-bottom: 0.25rem !important;

  }

  .pb-lg-2 {

    padding-bottom: 0.5rem !important;

  }

  .pb-lg-3 {

    padding-bottom: 1rem !important;

  }

  .pb-lg-4 {

    padding-bottom: 1.5rem !important;

  }

  .pb-lg-5 {

    padding-bottom: 3rem !important;

  }

  .ps-lg-0 {

    padding-left: 0 !important;

  }

  .ps-lg-1 {

    padding-left: 0.25rem !important;

  }

  .ps-lg-2 {

    padding-left: 0.5rem !important;

  }

  .ps-lg-3 {

    padding-left: 1rem !important;

  }

  .ps-lg-4 {

    padding-left: 1.5rem !important;

  }

  .ps-lg-5 {

    padding-left: 3rem !important;

  }

  .text-lg-start {

    text-align: left !important;

  }

  .text-lg-end {

    text-align: right !important;

  }

  .text-lg-center {

    text-align: center !important;

  }

}



@media (min-width: 1025px) {

  .float-xl-start {

    float: left !important;

  }

  .float-xl-end {

    float: right !important;

  }

  .float-xl-none {

    float: none !important;

  }

  .d-xl-inline {

    display: inline !important;

  }

  .d-xl-inline-block {

    display: inline-block !important;

  }

  .d-xl-block {

    display: block !important;

  }

  .d-xl-grid {

    display: grid !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: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

  }

  .d-xl-inline-flex {

    display: -webkit-inline-box !important;

    display: -ms-inline-flexbox !important;

    display: inline-flex !important;

  }

  .d-xl-none {

    display: none !important;

  }

  .flex-xl-fill {

    -webkit-box-flex: 1 !important;

    -ms-flex: 1 1 auto !important;

    flex: 1 1 auto !important;

  }

  .flex-xl-row {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: row !important;

    flex-direction: row !important;

  }

  .flex-xl-column {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: column !important;

    flex-direction: column !important;

  }

  .flex-xl-row-reverse {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: row-reverse !important;

    flex-direction: row-reverse !important;

  }

  .flex-xl-column-reverse {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: column-reverse !important;

    flex-direction: column-reverse !important;

  }

  .flex-xl-grow-0 {

    -webkit-box-flex: 0 !important;

    -ms-flex-positive: 0 !important;

    flex-grow: 0 !important;

  }

  .flex-xl-grow-1 {

    -webkit-box-flex: 1 !important;

    -ms-flex-positive: 1 !important;

    flex-grow: 1 !important;

  }

  .flex-xl-shrink-0 {

    -ms-flex-negative: 0 !important;

    flex-shrink: 0 !important;

  }

  .flex-xl-shrink-1 {

    -ms-flex-negative: 1 !important;

    flex-shrink: 1 !important;

  }

  .flex-xl-wrap {

    -ms-flex-wrap: wrap !important;

    flex-wrap: wrap !important;

  }

  .flex-xl-nowrap {

    -ms-flex-wrap: nowrap !important;

    flex-wrap: nowrap !important;

  }

  .flex-xl-wrap-reverse {

    -ms-flex-wrap: wrap-reverse !important;

    flex-wrap: wrap-reverse !important;

  }

  .gap-xl-0 {

    gap: 0 !important;

  }

  .gap-xl-1 {

    gap: 0.25rem !important;

  }

  .gap-xl-2 {

    gap: 0.5rem !important;

  }

  .gap-xl-3 {

    gap: 1rem !important;

  }

  .gap-xl-4 {

    gap: 1.5rem !important;

  }

  .gap-xl-5 {

    gap: 3rem !important;

  }

  .justify-content-xl-start {

    -webkit-box-pack: start !important;

    -ms-flex-pack: start !important;

    justify-content: flex-start !important;

  }

  .justify-content-xl-end {

    -webkit-box-pack: end !important;

    -ms-flex-pack: end !important;

    justify-content: flex-end !important;

  }

  .justify-content-xl-center {

    -webkit-box-pack: center !important;

    -ms-flex-pack: center !important;

    justify-content: center !important;

  }

  .justify-content-xl-between {

    -webkit-box-pack: justify !important;

    -ms-flex-pack: justify !important;

    justify-content: space-between !important;

  }

  .justify-content-xl-around {

    -ms-flex-pack: distribute !important;

    justify-content: space-around !important;

  }

  .justify-content-xl-evenly {

    -webkit-box-pack: space-evenly !important;

    -ms-flex-pack: space-evenly !important;

    justify-content: space-evenly !important;

  }

  .align-items-xl-start {

    -webkit-box-align: start !important;

    -ms-flex-align: start !important;

    align-items: flex-start !important;

  }

  .align-items-xl-end {

    -webkit-box-align: end !important;

    -ms-flex-align: end !important;

    align-items: flex-end !important;

  }

  .align-items-xl-center {

    -webkit-box-align: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;

  }

  .align-items-xl-baseline {

    -webkit-box-align: baseline !important;

    -ms-flex-align: baseline !important;

    align-items: baseline !important;

  }

  .align-items-xl-stretch {

    -webkit-box-align: stretch !important;

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

  }

  .order-xl-first {

    -webkit-box-ordinal-group: 0 !important;

    -ms-flex-order: -1 !important;

    order: -1 !important;

  }

  .order-xl-0 {

    -webkit-box-ordinal-group: 1 !important;

    -ms-flex-order: 0 !important;

    order: 0 !important;

  }

  .order-xl-1 {

    -webkit-box-ordinal-group: 2 !important;

    -ms-flex-order: 1 !important;

    order: 1 !important;

  }

  .order-xl-2 {

    -webkit-box-ordinal-group: 3 !important;

    -ms-flex-order: 2 !important;

    order: 2 !important;

  }

  .order-xl-3 {

    -webkit-box-ordinal-group: 4 !important;

    -ms-flex-order: 3 !important;

    order: 3 !important;

  }

  .order-xl-4 {

    -webkit-box-ordinal-group: 5 !important;

    -ms-flex-order: 4 !important;

    order: 4 !important;

  }

  .order-xl-5 {

    -webkit-box-ordinal-group: 6 !important;

    -ms-flex-order: 5 !important;

    order: 5 !important;

  }

  .order-xl-last {

    -webkit-box-ordinal-group: 7 !important;

    -ms-flex-order: 6 !important;

    order: 6 !important;

  }

  .m-xl-0 {

    margin: 0 !important;

  }

  .m-xl-1 {

    margin: 0.25rem !important;

  }

  .m-xl-2 {

    margin: 0.5rem !important;

  }

  .m-xl-3 {

    margin: 1rem !important;

  }

  .m-xl-4 {

    margin: 1.5rem !important;

  }

  .m-xl-5 {

    margin: 3rem !important;

  }

  .m-xl-auto {

    margin: auto !important;

  }

  .mx-xl-0 {

    margin-right: 0 !important;

    margin-left: 0 !important;

  }

  .mx-xl-1 {

    margin-right: 0.25rem !important;

    margin-left: 0.25rem !important;

  }

  .mx-xl-2 {

    margin-right: 0.5rem !important;

    margin-left: 0.5rem !important;

  }

  .mx-xl-3 {

    margin-right: 1rem !important;

    margin-left: 1rem !important;

  }

  .mx-xl-4 {

    margin-right: 1.5rem !important;

    margin-left: 1.5rem !important;

  }

  .mx-xl-5 {

    margin-right: 3rem !important;

    margin-left: 3rem !important;

  }

  .mx-xl-auto {

    margin-right: auto !important;

    margin-left: auto !important;

  }

  .my-xl-0 {

    margin-top: 0 !important;

    margin-bottom: 0 !important;

  }

  .my-xl-1 {

    margin-top: 0.25rem !important;

    margin-bottom: 0.25rem !important;

  }

  .my-xl-2 {

    margin-top: 0.5rem !important;

    margin-bottom: 0.5rem !important;

  }

  .my-xl-3 {

    margin-top: 1rem !important;

    margin-bottom: 1rem !important;

  }

  .my-xl-4 {

    margin-top: 1.5rem !important;

    margin-bottom: 1.5rem !important;

  }

  .my-xl-5 {

    margin-top: 3rem !important;

    margin-bottom: 3rem !important;

  }

  .my-xl-auto {

    margin-top: auto !important;

    margin-bottom: auto !important;

  }

  .mt-xl-0 {

    margin-top: 0 !important;

  }

  .mt-xl-1 {

    margin-top: 0.25rem !important;

  }

  .mt-xl-2 {

    margin-top: 0.5rem !important;

  }

  .mt-xl-3 {

    margin-top: 1rem !important;

  }

  .mt-xl-4 {

    margin-top: 1.5rem !important;

  }

  .mt-xl-5 {

    margin-top: 3rem !important;

  }

  .mt-xl-auto {

    margin-top: auto !important;

  }

  .me-xl-0 {

    margin-right: 0 !important;

  }

  .me-xl-1 {

    margin-right: 0.25rem !important;

  }

  .me-xl-2 {

    margin-right: 0.5rem !important;

  }

  .me-xl-3 {

    margin-right: 1rem !important;

  }

  .me-xl-4 {

    margin-right: 1.5rem !important;

  }

  .me-xl-5 {

    margin-right: 3rem !important;

  }

  .me-xl-auto {

    margin-right: auto !important;

  }

  .mb-xl-0 {

    margin-bottom: 0 !important;

  }

  .mb-xl-1 {

    margin-bottom: 0.25rem !important;

  }

  .mb-xl-2 {

    margin-bottom: 0.5rem !important;

  }

  .mb-xl-3 {

    margin-bottom: 1rem !important;

  }

  .mb-xl-4 {

    margin-bottom: 1.5rem !important;

  }

  .mb-xl-5 {

    margin-bottom: 3rem !important;

  }

  .mb-xl-auto {

    margin-bottom: auto !important;

  }

  .ms-xl-0 {

    margin-left: 0 !important;

  }

  .ms-xl-1 {

    margin-left: 0.25rem !important;

  }

  .ms-xl-2 {

    margin-left: 0.5rem !important;

  }

  .ms-xl-3 {

    margin-left: 1rem !important;

  }

  .ms-xl-4 {

    margin-left: 1.5rem !important;

  }

  .ms-xl-5 {

    margin-left: 3rem !important;

  }

  .ms-xl-auto {

    margin-left: auto !important;

  }

  .p-xl-0 {

    padding: 0 !important;

  }

  .p-xl-1 {

    padding: 0.25rem !important;

  }

  .p-xl-2 {

    padding: 0.5rem !important;

  }

  .p-xl-3 {

    padding: 1rem !important;

  }

  .p-xl-4 {

    padding: 1.5rem !important;

  }

  .p-xl-5 {

    padding: 3rem !important;

  }

  .px-xl-0 {

    padding-right: 0 !important;

    padding-left: 0 !important;

  }

  .px-xl-1 {

    padding-right: 0.25rem !important;

    padding-left: 0.25rem !important;

  }

  .px-xl-2 {

    padding-right: 0.5rem !important;

    padding-left: 0.5rem !important;

  }

  .px-xl-3 {

    padding-right: 1rem !important;

    padding-left: 1rem !important;

  }

  .px-xl-4 {

    padding-right: 1.5rem !important;

    padding-left: 1.5rem !important;

  }

  .px-xl-5 {

    padding-right: 3rem !important;

    padding-left: 3rem !important;

  }

  .py-xl-0 {

    padding-top: 0 !important;

    padding-bottom: 0 !important;

  }

  .py-xl-1 {

    padding-top: 0.25rem !important;

    padding-bottom: 0.25rem !important;

  }

  .py-xl-2 {

    padding-top: 0.5rem !important;

    padding-bottom: 0.5rem !important;

  }

  .py-xl-3 {

    padding-top: 1rem !important;

    padding-bottom: 1rem !important;

  }

  .py-xl-4 {

    padding-top: 1.5rem !important;

    padding-bottom: 1.5rem !important;

  }

  .py-xl-5 {

    padding-top: 3rem !important;

    padding-bottom: 3rem !important;

  }

  .pt-xl-0 {

    padding-top: 0 !important;

  }

  .pt-xl-1 {

    padding-top: 0.25rem !important;

  }

  .pt-xl-2 {

    padding-top: 0.5rem !important;

  }

  .pt-xl-3 {

    padding-top: 1rem !important;

  }

  .pt-xl-4 {

    padding-top: 1.5rem !important;

  }

  .pt-xl-5 {

    padding-top: 3rem !important;

  }

  .pe-xl-0 {

    padding-right: 0 !important;

  }

  .pe-xl-1 {

    padding-right: 0.25rem !important;

  }

  .pe-xl-2 {

    padding-right: 0.5rem !important;

  }

  .pe-xl-3 {

    padding-right: 1rem !important;

  }

  .pe-xl-4 {

    padding-right: 1.5rem !important;

  }

  .pe-xl-5 {

    padding-right: 3rem !important;

  }

  .pb-xl-0 {

    padding-bottom: 0 !important;

  }

  .pb-xl-1 {

    padding-bottom: 0.25rem !important;

  }

  .pb-xl-2 {

    padding-bottom: 0.5rem !important;

  }

  .pb-xl-3 {

    padding-bottom: 1rem !important;

  }

  .pb-xl-4 {

    padding-bottom: 1.5rem !important;

  }

  .pb-xl-5 {

    padding-bottom: 3rem !important;

  }

  .ps-xl-0 {

    padding-left: 0 !important;

  }

  .ps-xl-1 {

    padding-left: 0.25rem !important;

  }

  .ps-xl-2 {

    padding-left: 0.5rem !important;

  }

  .ps-xl-3 {

    padding-left: 1rem !important;

  }

  .ps-xl-4 {

    padding-left: 1.5rem !important;

  }

  .ps-xl-5 {

    padding-left: 3rem !important;

  }

  .text-xl-start {

    text-align: left !important;

  }

  .text-xl-end {

    text-align: right !important;

  }

  .text-xl-center {

    text-align: center !important;

  }

}



@media (min-width: 1200px) {

  .float-xxl-start {

    float: left !important;

  }

  .float-xxl-end {

    float: right !important;

  }

  .float-xxl-none {

    float: none !important;

  }

  .d-xxl-inline {

    display: inline !important;

  }

  .d-xxl-inline-block {

    display: inline-block !important;

  }

  .d-xxl-block {

    display: block !important;

  }

  .d-xxl-grid {

    display: grid !important;

  }

  .d-xxl-table {

    display: table !important;

  }

  .d-xxl-table-row {

    display: table-row !important;

  }

  .d-xxl-table-cell {

    display: table-cell !important;

  }

  .d-xxl-flex {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

  }

  .d-xxl-inline-flex {

    display: -webkit-inline-box !important;

    display: -ms-inline-flexbox !important;

    display: inline-flex !important;

  }

  .d-xxl-none {

    display: none !important;

  }

  .flex-xxl-fill {

    -webkit-box-flex: 1 !important;

    -ms-flex: 1 1 auto !important;

    flex: 1 1 auto !important;

  }

  .flex-xxl-row {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: row !important;

    flex-direction: row !important;

  }

  .flex-xxl-column {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: column !important;

    flex-direction: column !important;

  }

  .flex-xxl-row-reverse {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: row-reverse !important;

    flex-direction: row-reverse !important;

  }

  .flex-xxl-column-reverse {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: column-reverse !important;

    flex-direction: column-reverse !important;

  }

  .flex-xxl-grow-0 {

    -webkit-box-flex: 0 !important;

    -ms-flex-positive: 0 !important;

    flex-grow: 0 !important;

  }

  .flex-xxl-grow-1 {

    -webkit-box-flex: 1 !important;

    -ms-flex-positive: 1 !important;

    flex-grow: 1 !important;

  }

  .flex-xxl-shrink-0 {

    -ms-flex-negative: 0 !important;

    flex-shrink: 0 !important;

  }

  .flex-xxl-shrink-1 {

    -ms-flex-negative: 1 !important;

    flex-shrink: 1 !important;

  }

  .flex-xxl-wrap {

    -ms-flex-wrap: wrap !important;

    flex-wrap: wrap !important;

  }

  .flex-xxl-nowrap {

    -ms-flex-wrap: nowrap !important;

    flex-wrap: nowrap !important;

  }

  .flex-xxl-wrap-reverse {

    -ms-flex-wrap: wrap-reverse !important;

    flex-wrap: wrap-reverse !important;

  }

  .gap-xxl-0 {

    gap: 0 !important;

  }

  .gap-xxl-1 {

    gap: 0.25rem !important;

  }

  .gap-xxl-2 {

    gap: 0.5rem !important;

  }

  .gap-xxl-3 {

    gap: 1rem !important;

  }

  .gap-xxl-4 {

    gap: 1.5rem !important;

  }

  .gap-xxl-5 {

    gap: 3rem !important;

  }

  .justify-content-xxl-start {

    -webkit-box-pack: start !important;

    -ms-flex-pack: start !important;

    justify-content: flex-start !important;

  }

  .justify-content-xxl-end {

    -webkit-box-pack: end !important;

    -ms-flex-pack: end !important;

    justify-content: flex-end !important;

  }

  .justify-content-xxl-center {

    -webkit-box-pack: center !important;

    -ms-flex-pack: center !important;

    justify-content: center !important;

  }

  .justify-content-xxl-between {

    -webkit-box-pack: justify !important;

    -ms-flex-pack: justify !important;

    justify-content: space-between !important;

  }

  .justify-content-xxl-around {

    -ms-flex-pack: distribute !important;

    justify-content: space-around !important;

  }

  .justify-content-xxl-evenly {

    -webkit-box-pack: space-evenly !important;

    -ms-flex-pack: space-evenly !important;

    justify-content: space-evenly !important;

  }

  .align-items-xxl-start {

    -webkit-box-align: start !important;

    -ms-flex-align: start !important;

    align-items: flex-start !important;

  }

  .align-items-xxl-end {

    -webkit-box-align: end !important;

    -ms-flex-align: end !important;

    align-items: flex-end !important;

  }

  .align-items-xxl-center {

    -webkit-box-align: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;

  }

  .align-items-xxl-baseline {

    -webkit-box-align: baseline !important;

    -ms-flex-align: baseline !important;

    align-items: baseline !important;

  }

  .align-items-xxl-stretch {

    -webkit-box-align: stretch !important;

    -ms-flex-align: stretch !important;

    align-items: stretch !important;

  }

  .align-content-xxl-start {

    -ms-flex-line-pack: start !important;

    align-content: flex-start !important;

  }

  .align-content-xxl-end {

    -ms-flex-line-pack: end !important;

    align-content: flex-end !important;

  }

  .align-content-xxl-center {

    -ms-flex-line-pack: center !important;

    align-content: center !important;

  }

  .align-content-xxl-between {

    -ms-flex-line-pack: justify !important;

    align-content: space-between !important;

  }

  .align-content-xxl-around {

    -ms-flex-line-pack: distribute !important;

    align-content: space-around !important;

  }

  .align-content-xxl-stretch {

    -ms-flex-line-pack: stretch !important;

    align-content: stretch !important;

  }

  .align-self-xxl-auto {

    -ms-flex-item-align: auto !important;

    align-self: auto !important;

  }

  .align-self-xxl-start {

    -ms-flex-item-align: start !important;

    align-self: flex-start !important;

  }

  .align-self-xxl-end {

    -ms-flex-item-align: end !important;

    align-self: flex-end !important;

  }

  .align-self-xxl-center {

    -ms-flex-item-align: center !important;

    align-self: center !important;

  }

  .align-self-xxl-baseline {

    -ms-flex-item-align: baseline !important;

    align-self: baseline !important;

  }

  .align-self-xxl-stretch {

    -ms-flex-item-align: stretch !important;

    align-self: stretch !important;

  }

  .order-xxl-first {

    -webkit-box-ordinal-group: 0 !important;

    -ms-flex-order: -1 !important;

    order: -1 !important;

  }

  .order-xxl-0 {

    -webkit-box-ordinal-group: 1 !important;

    -ms-flex-order: 0 !important;

    order: 0 !important;

  }

  .order-xxl-1 {

    -webkit-box-ordinal-group: 2 !important;

    -ms-flex-order: 1 !important;

    order: 1 !important;

  }

  .order-xxl-2 {

    -webkit-box-ordinal-group: 3 !important;

    -ms-flex-order: 2 !important;

    order: 2 !important;

  }

  .order-xxl-3 {

    -webkit-box-ordinal-group: 4 !important;

    -ms-flex-order: 3 !important;

    order: 3 !important;

  }

  .order-xxl-4 {

    -webkit-box-ordinal-group: 5 !important;

    -ms-flex-order: 4 !important;

    order: 4 !important;

  }

  .order-xxl-5 {

    -webkit-box-ordinal-group: 6 !important;

    -ms-flex-order: 5 !important;

    order: 5 !important;

  }

  .order-xxl-last {

    -webkit-box-ordinal-group: 7 !important;

    -ms-flex-order: 6 !important;

    order: 6 !important;

  }

  .m-xxl-0 {

    margin: 0 !important;

  }

  .m-xxl-1 {

    margin: 0.25rem !important;

  }

  .m-xxl-2 {

    margin: 0.5rem !important;

  }

  .m-xxl-3 {

    margin: 1rem !important;

  }

  .m-xxl-4 {

    margin: 1.5rem !important;

  }

  .m-xxl-5 {

    margin: 3rem !important;

  }

  .m-xxl-auto {

    margin: auto !important;

  }

  .mx-xxl-0 {

    margin-right: 0 !important;

    margin-left: 0 !important;

  }

  .mx-xxl-1 {

    margin-right: 0.25rem !important;

    margin-left: 0.25rem !important;

  }

  .mx-xxl-2 {

    margin-right: 0.5rem !important;

    margin-left: 0.5rem !important;

  }

  .mx-xxl-3 {

    margin-right: 1rem !important;

    margin-left: 1rem !important;

  }

  .mx-xxl-4 {

    margin-right: 1.5rem !important;

    margin-left: 1.5rem !important;

  }

  .mx-xxl-5 {

    margin-right: 3rem !important;

    margin-left: 3rem !important;

  }

  .mx-xxl-auto {

    margin-right: auto !important;

    margin-left: auto !important;

  }

  .my-xxl-0 {

    margin-top: 0 !important;

    margin-bottom: 0 !important;

  }

  .my-xxl-1 {

    margin-top: 0.25rem !important;

    margin-bottom: 0.25rem !important;

  }

  .my-xxl-2 {

    margin-top: 0.5rem !important;

    margin-bottom: 0.5rem !important;

  }

  .my-xxl-3 {

    margin-top: 1rem !important;

    margin-bottom: 1rem !important;

  }

  .my-xxl-4 {

    margin-top: 1.5rem !important;

    margin-bottom: 1.5rem !important;

  }

  .my-xxl-5 {

    margin-top: 3rem !important;

    margin-bottom: 3rem !important;

  }

  .my-xxl-auto {

    margin-top: auto !important;

    margin-bottom: auto !important;

  }

  .mt-xxl-0 {

    margin-top: 0 !important;

  }

  .mt-xxl-1 {

    margin-top: 0.25rem !important;

  }

  .mt-xxl-2 {

    margin-top: 0.5rem !important;

  }

  .mt-xxl-3 {

    margin-top: 1rem !important;

  }

  .mt-xxl-4 {

    margin-top: 1.5rem !important;

  }

  .mt-xxl-5 {

    margin-top: 3rem !important;

  }

  .mt-xxl-auto {

    margin-top: auto !important;

  }

  .me-xxl-0 {

    margin-right: 0 !important;

  }

  .me-xxl-1 {

    margin-right: 0.25rem !important;

  }

  .me-xxl-2 {

    margin-right: 0.5rem !important;

  }

  .me-xxl-3 {

    margin-right: 1rem !important;

  }

  .me-xxl-4 {

    margin-right: 1.5rem !important;

  }

  .me-xxl-5 {

    margin-right: 3rem !important;

  }

  .me-xxl-auto {

    margin-right: auto !important;

  }

  .mb-xxl-0 {

    margin-bottom: 0 !important;

  }

  .mb-xxl-1 {

    margin-bottom: 0.25rem !important;

  }

  .mb-xxl-2 {

    margin-bottom: 0.5rem !important;

  }

  .mb-xxl-3 {

    margin-bottom: 1rem !important;

  }

  .mb-xxl-4 {

    margin-bottom: 1.5rem !important;

  }

  .mb-xxl-5 {

    margin-bottom: 3rem !important;

  }

  .mb-xxl-auto {

    margin-bottom: auto !important;

  }

  .ms-xxl-0 {

    margin-left: 0 !important;

  }

  .ms-xxl-1 {

    margin-left: 0.25rem !important;

  }

  .ms-xxl-2 {

    margin-left: 0.5rem !important;

  }

  .ms-xxl-3 {

    margin-left: 1rem !important;

  }

  .ms-xxl-4 {

    margin-left: 1.5rem !important;

  }

  .ms-xxl-5 {

    margin-left: 3rem !important;

  }

  .ms-xxl-auto {

    margin-left: auto !important;

  }

  .p-xxl-0 {

    padding: 0 !important;

  }

  .p-xxl-1 {

    padding: 0.25rem !important;

  }

  .p-xxl-2 {

    padding: 0.5rem !important;

  }

  .p-xxl-3 {

    padding: 1rem !important;

  }

  .p-xxl-4 {

    padding: 1.5rem !important;

  }

  .p-xxl-5 {

    padding: 3rem !important;

  }

  .px-xxl-0 {

    padding-right: 0 !important;

    padding-left: 0 !important;

  }

  .px-xxl-1 {

    padding-right: 0.25rem !important;

    padding-left: 0.25rem !important;

  }

  .px-xxl-2 {

    padding-right: 0.5rem !important;

    padding-left: 0.5rem !important;

  }

  .px-xxl-3 {

    padding-right: 1rem !important;

    padding-left: 1rem !important;

  }

  .px-xxl-4 {

    padding-right: 1.5rem !important;

    padding-left: 1.5rem !important;

  }

  .px-xxl-5 {

    padding-right: 3rem !important;

    padding-left: 3rem !important;

  }

  .py-xxl-0 {

    padding-top: 0 !important;

    padding-bottom: 0 !important;

  }

  .py-xxl-1 {

    padding-top: 0.25rem !important;

    padding-bottom: 0.25rem !important;

  }

  .py-xxl-2 {

    padding-top: 0.5rem !important;

    padding-bottom: 0.5rem !important;

  }

  .py-xxl-3 {

    padding-top: 1rem !important;

    padding-bottom: 1rem !important;

  }

  .py-xxl-4 {

    padding-top: 1.5rem !important;

    padding-bottom: 1.5rem !important;

  }

  .py-xxl-5 {

    padding-top: 3rem !important;

    padding-bottom: 3rem !important;

  }

  .pt-xxl-0 {

    padding-top: 0 !important;

  }

  .pt-xxl-1 {

    padding-top: 0.25rem !important;

  }

  .pt-xxl-2 {

    padding-top: 0.5rem !important;

  }

  .pt-xxl-3 {

    padding-top: 1rem !important;

  }

  .pt-xxl-4 {

    padding-top: 1.5rem !important;

  }

  .pt-xxl-5 {

    padding-top: 3rem !important;

  }

  .pe-xxl-0 {

    padding-right: 0 !important;

  }

  .pe-xxl-1 {

    padding-right: 0.25rem !important;

  }

  .pe-xxl-2 {

    padding-right: 0.5rem !important;

  }

  .pe-xxl-3 {

    padding-right: 1rem !important;

  }

  .pe-xxl-4 {

    padding-right: 1.5rem !important;

  }

  .pe-xxl-5 {

    padding-right: 3rem !important;

  }

  .pb-xxl-0 {

    padding-bottom: 0 !important;

  }

  .pb-xxl-1 {

    padding-bottom: 0.25rem !important;

  }

  .pb-xxl-2 {

    padding-bottom: 0.5rem !important;

  }

  .pb-xxl-3 {

    padding-bottom: 1rem !important;

  }

  .pb-xxl-4 {

    padding-bottom: 1.5rem !important;

  }

  .pb-xxl-5 {

    padding-bottom: 3rem !important;

  }

  .ps-xxl-0 {

    padding-left: 0 !important;

  }

  .ps-xxl-1 {

    padding-left: 0.25rem !important;

  }

  .ps-xxl-2 {

    padding-left: 0.5rem !important;

  }

  .ps-xxl-3 {

    padding-left: 1rem !important;

  }

  .ps-xxl-4 {

    padding-left: 1.5rem !important;

  }

  .ps-xxl-5 {

    padding-left: 3rem !important;

  }

  .text-xxl-start {

    text-align: left !important;

  }

  .text-xxl-end {

    text-align: right !important;

  }

  .text-xxl-center {

    text-align: center !important;

  }

}



@media (min-width: 1200px) {

  .fs-1 {

    font-size: 2rem !important;

  }

  .fs-2 {

    font-size: 1.6rem !important;

  }

  .fs-3 {

    font-size: 1.4rem !important;

  }

  .fs-4 {

    font-size: 1.3rem !important;

  }

}



@media print {

  .d-print-inline {

    display: inline !important;

  }

  .d-print-inline-block {

    display: inline-block !important;

  }

  .d-print-block {

    display: block !important;

  }

  .d-print-grid {

    display: grid !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: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

  }

  .d-print-inline-flex {

    display: -webkit-inline-box !important;

    display: -ms-inline-flexbox !important;

    display: inline-flex !important;

  }

  .d-print-none {

    display: none !important;

  }

}


/* Animate CSS */
.wow {

  visibility: hidden;

  opacity: 0;

}



.animated {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  opacity: 1;

  filter: alpha(opacity=1);

  visibility: visible;

}



.animated.infinite {

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

}



.animated.hinge {

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

}



@-webkit-keyframes bounce {

  0%, 20%, 53%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

  40%, 43% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -30px, 0);

    transform: translate3d(0, -30px, 0);

  }

  70% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -15px, 0);

    transform: translate3d(0, -15px, 0);

  }

  90% {

    -webkit-transform: translate3d(0, -4px, 0);

    transform: translate3d(0, -4px, 0);

  }

}



@keyframes bounce {

  0%, 20%, 53%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

  40%, 43% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -30px, 0);

    transform: translate3d(0, -30px, 0);

  }

  70% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -15px, 0);

    transform: translate3d(0, -15px, 0);

  }

  90% {

    -webkit-transform: translate3d(0, -4px, 0);

    transform: translate3d(0, -4px, 0);

  }

}



.bounce {

  -webkit-animation-name: bounce;

  animation-name: bounce;

  -webkit-transform-origin: center bottom;

  transform-origin: center bottom;

}



@-webkit-keyframes flash {

  0%, 50%, 100% {

    opacity: 1;

  }

  25%, 75% {

    opacity: 0;

  }

}



@keyframes flash {

  0%, 50%, 100% {

    opacity: 1;

  }

  25%, 75% {

    opacity: 0;

  }

}



.flash {

  -webkit-animation-name: flash;

  animation-name: flash;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);

  }

  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



@keyframes pulse {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);

  }

  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



.pulse {

  -webkit-animation-name: pulse;

  animation-name: pulse;

}



@-webkit-keyframes rubberBand {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

  30% {

    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1);

  }

  40% {

    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1);

  }

  50% {

    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1);

  }

  65% {

    -webkit-transform: scale3d(0.95, 1.05, 1);

    transform: scale3d(0.95, 1.05, 1);

  }

  75% {

    -webkit-transform: scale3d(1.05, 0.95, 1);

    transform: scale3d(1.05, 0.95, 1);

  }

  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



@keyframes rubberBand {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

  30% {

    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1);

  }

  40% {

    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1);

  }

  50% {

    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1);

  }

  65% {

    -webkit-transform: scale3d(0.95, 1.05, 1);

    transform: scale3d(0.95, 1.05, 1);

  }

  75% {

    -webkit-transform: scale3d(1.05, 0.95, 1);

    transform: scale3d(1.05, 0.95, 1);

  }

  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



.rubberBand {

  -webkit-animation-name: rubberBand;

  animation-name: rubberBand;

}



@-webkit-keyframes shake {

  0%, 100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

  10%, 30%, 50%, 70%, 90% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);

  }

  20%, 40%, 60%, 80% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);

  }

}



@keyframes shake {

  0%, 100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

  10%, 30%, 50%, 70%, 90% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);

  }

  20%, 40%, 60%, 80% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);

  }

}



.shake {

  -webkit-animation-name: shake;

  animation-name: shake;

}



@-webkit-keyframes swing {

  20% {

    -webkit-transform: rotate3d(0, 0, 1, 15deg);

    transform: rotate3d(0, 0, 1, 15deg);

  }

  40% {

    -webkit-transform: rotate3d(0, 0, 1, -10deg);

    transform: rotate3d(0, 0, 1, -10deg);

  }

  60% {

    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg);

  }

  80% {

    -webkit-transform: rotate3d(0, 0, 1, -5deg);

    transform: rotate3d(0, 0, 1, -5deg);

  }

  100% {

    -webkit-transform: rotate3d(0, 0, 1, 0deg);

    transform: rotate3d(0, 0, 1, 0deg);

  }

}



@keyframes swing {

  20% {

    -webkit-transform: rotate3d(0, 0, 1, 15deg);

    transform: rotate3d(0, 0, 1, 15deg);

  }

  40% {

    -webkit-transform: rotate3d(0, 0, 1, -10deg);

    transform: rotate3d(0, 0, 1, -10deg);

  }

  60% {

    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg);

  }

  80% {

    -webkit-transform: rotate3d(0, 0, 1, -5deg);

    transform: rotate3d(0, 0, 1, -5deg);

  }

  100% {

    -webkit-transform: rotate3d(0, 0, 1, 0deg);

    transform: rotate3d(0, 0, 1, 0deg);

  }

}



.swing {

  -webkit-transform-origin: top center;

  transform-origin: top center;

  -webkit-animation-name: swing;

  animation-name: swing;

}



@-webkit-keyframes tada {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

  10%, 20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

  }

  30%, 50%, 70%, 90% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

  }

  40%, 60%, 80% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

  }

  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



@keyframes tada {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

  10%, 20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

  }

  30%, 50%, 70%, 90% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

  }

  40%, 60%, 80% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

  }

  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



.tada {

  -webkit-animation-name: tada;

  animation-name: tada;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {

  0% {

    -webkit-transform: none;

    transform: none;

  }

  15% {

    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

  }

  30% {

    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

  }

  45% {

    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

  }

  60% {

    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

  }

  75% {

    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

  }

  100% {

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes wobble {

  0% {

    -webkit-transform: none;

    transform: none;

  }

  15% {

    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

  }

  30% {

    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

  }

  45% {

    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

  }

  60% {

    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

  }

  75% {

    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

  }

  100% {

    -webkit-transform: none;

    transform: none;

  }

}



.wobble {

  -webkit-animation-name: wobble;

  animation-name: wobble;

}



@-webkit-keyframes bounceIn {

  0%, 20%, 40%, 60%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);

  }

  20% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);

  }

  40% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);

  }

  60% {

    opacity: 1;

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    transform: scale3d(1.03, 1.03, 1.03);

  }

  80% {

    -webkit-transform: scale3d(0.97, 0.97, 0.97);

    transform: scale3d(0.97, 0.97, 0.97);

  }

  100% {

    opacity: 1;

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



@keyframes bounceIn {

  0%, 20%, 40%, 60%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);

  }

  20% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);

  }

  40% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);

  }

  60% {

    opacity: 1;

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    transform: scale3d(1.03, 1.03, 1.03);

  }

  80% {

    -webkit-transform: scale3d(0.97, 0.97, 0.97);

    transform: scale3d(0.97, 0.97, 0.97);

  }

  100% {

    opacity: 1;

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



.bounceIn {

  -webkit-animation-name: bounceIn;

  animation-name: bounceIn;

  -webkit-animation-duration: .75s;

  animation-duration: .75s;

}



@-webkit-keyframes bounceInDown {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -3000px, 0);

    transform: translate3d(0, -3000px, 0);

  }

  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, 25px, 0);

    transform: translate3d(0, 25px, 0);

  }

  75% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);

  }

  90% {

    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0);

  }

  100% {

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes bounceInDown {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -3000px, 0);

    transform: translate3d(0, -3000px, 0);

  }

  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, 25px, 0);

    transform: translate3d(0, 25px, 0);

  }

  75% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);

  }

  90% {

    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0);

  }

  100% {

    -webkit-transform: none;

    transform: none;

  }

}



.bounceInDown {

  -webkit-animation-name: bounceInDown;

  animation-name: bounceInDown;

}



@-webkit-keyframes bounceInLeft {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-3000px, 0, 0);

    transform: translate3d(-3000px, 0, 0);

  }

  60% {

    opacity: 1;

    -webkit-transform: translate3d(25px, 0, 0);

    transform: translate3d(25px, 0, 0);

  }

  75% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);

  }

  90% {

    -webkit-transform: translate3d(5px, 0, 0);

    transform: translate3d(5px, 0, 0);

  }

  100% {

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes bounceInLeft {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-3000px, 0, 0);

    transform: translate3d(-3000px, 0, 0);

  }

  60% {

    opacity: 1;

    -webkit-transform: translate3d(25px, 0, 0);

    transform: translate3d(25px, 0, 0);

  }

  75% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);

  }

  90% {

    -webkit-transform: translate3d(5px, 0, 0);

    transform: translate3d(5px, 0, 0);

  }

  100% {

    -webkit-transform: none;

    transform: none;

  }

}



.bounceInLeft {

  -webkit-animation-name: bounceInLeft;

  animation-name: bounceInLeft;

}



@-webkit-keyframes bounceInRight {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  0% {

    opacity: 0;

    -webkit-transform: translate3d(3000px, 0, 0);

    transform: translate3d(3000px, 0, 0);

  }

  60% {

    opacity: 1;

    -webkit-transform: translate3d(-25px, 0, 0);

    transform: translate3d(-25px, 0, 0);

  }

  75% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);

  }

  90% {

    -webkit-transform: translate3d(-5px, 0, 0);

    transform: translate3d(-5px, 0, 0);

  }

  100% {

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes bounceInRight {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  0% {

    opacity: 0;

    -webkit-transform: translate3d(3000px, 0, 0);

    transform: translate3d(3000px, 0, 0);

  }

  60% {

    opacity: 1;

    -webkit-transform: translate3d(-25px, 0, 0);

    transform: translate3d(-25px, 0, 0);

  }

  75% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);

  }

  90% {

    -webkit-transform: translate3d(-5px, 0, 0);

    transform: translate3d(-5px, 0, 0);

  }

  100% {

    -webkit-transform: none;

    transform: none;

  }

}



.bounceInRight {

  -webkit-animation-name: bounceInRight;

  animation-name: bounceInRight;

}



@-webkit-keyframes bounceInUp {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 3000px, 0);

    transform: translate3d(0, 3000px, 0);

  }

  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);

  }

  75% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);

  }

  90% {

    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0);

  }

  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



@keyframes bounceInUp {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 3000px, 0);

    transform: translate3d(0, 3000px, 0);

  }

  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);

  }

  75% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);

  }

  90% {

    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0);

  }

  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.bounceInUp {

  -webkit-animation-name: bounceInUp;

  animation-name: bounceInUp;

}



@-webkit-keyframes bounceOut {

  20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);

  }

  50%, 55% {

    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);

  }

}



@keyframes bounceOut {

  20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);

  }

  50%, 55% {

    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);

  }

}



.bounceOut {

  -webkit-animation-name: bounceOut;

  animation-name: bounceOut;

  -webkit-animation-duration: .75s;

  animation-duration: .75s;

}



@-webkit-keyframes bounceOutDown {

  20% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);

  }

  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }

}



@keyframes bounceOutDown {

  20% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);

  }

  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }

}



.bounceOutDown {

  -webkit-animation-name: bounceOutDown;

  animation-name: bounceOutDown;

}



@-webkit-keyframes bounceOutLeft {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(20px, 0, 0);

    transform: translate3d(20px, 0, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }

}



@keyframes bounceOutLeft {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(20px, 0, 0);

    transform: translate3d(20px, 0, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }

}



.bounceOutLeft {

  -webkit-animation-name: bounceOutLeft;

  animation-name: bounceOutLeft;

}



@-webkit-keyframes bounceOutRight {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(-20px, 0, 0);

    transform: translate3d(-20px, 0, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }

}



@keyframes bounceOutRight {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(-20px, 0, 0);

    transform: translate3d(-20px, 0, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }

}



.bounceOutRight {

  -webkit-animation-name: bounceOutRight;

  animation-name: bounceOutRight;

}



@-webkit-keyframes bounceOutUp {

  20% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);

  }

  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, 20px, 0);

    transform: translate3d(0, 20px, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }

}



@keyframes bounceOutUp {

  20% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);

  }

  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, 20px, 0);

    transform: translate3d(0, 20px, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }

}



.bounceOutUp {

  -webkit-animation-name: bounceOutUp;

  animation-name: bounceOutUp;

}



@-webkit-keyframes fadeIn {

  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;

  }

}



@keyframes fadeIn {

  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;

  }

}



.fadeIn {

  -webkit-animation-name: fadeIn;

  animation-name: fadeIn;

}



@-webkit-keyframes fadeInDown {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInDown {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInDown {

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;

}



@-webkit-keyframes fadeInDownBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInDownBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInDownBig {

  -webkit-animation-name: fadeInDownBig;

  animation-name: fadeInDownBig;

}



@-webkit-keyframes fadeInLeft {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInLeft {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInLeft {

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

}



@-webkit-keyframes fadeInLeftBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInLeftBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInLeftBig {

  -webkit-animation-name: fadeInLeftBig;

  animation-name: fadeInLeftBig;

}



@-webkit-keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInRight {

  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;

}



@-webkit-keyframes fadeInRightBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInRightBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInRightBig {

  -webkit-animation-name: fadeInRightBig;

  animation-name: fadeInRightBig;

}



@-webkit-keyframes fadeInUp {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInUp {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInUp {

  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

}



@-webkit-keyframes fadeInUpBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInUpBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInUpBig {

  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig;

}



@-webkit-keyframes fadeOut {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}



@keyframes fadeOut {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}



.fadeOut {

  -webkit-animation-name: fadeOut;

  animation-name: fadeOut;

}



@-webkit-keyframes fadeOutDown {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }

}



@keyframes fadeOutDown {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }

}



.fadeOutDown {

  -webkit-animation-name: fadeOutDown;

  animation-name: fadeOutDown;

}



@-webkit-keyframes fadeOutDownBig {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }

}



@keyframes fadeOutDownBig {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }

}



.fadeOutDownBig {

  -webkit-animation-name: fadeOutDownBig;

  animation-name: fadeOutDownBig;

}



@-webkit-keyframes fadeOutLeft {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }

}



@keyframes fadeOutLeft {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }

}



.fadeOutLeft {

  -webkit-animation-name: fadeOutLeft;

  animation-name: fadeOutLeft;

}



@-webkit-keyframes fadeOutLeftBig {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }

}



@keyframes fadeOutLeftBig {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }

}



.fadeOutLeftBig {

  -webkit-animation-name: fadeOutLeftBig;

  animation-name: fadeOutLeftBig;

}



@-webkit-keyframes fadeOutRight {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }

}



@keyframes fadeOutRight {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }

}



.fadeOutRight {

  -webkit-animation-name: fadeOutRight;

  animation-name: fadeOutRight;

}



@-webkit-keyframes fadeOutRightBig {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }

}



@keyframes fadeOutRightBig {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }

}



.fadeOutRightBig {

  -webkit-animation-name: fadeOutRightBig;

  animation-name: fadeOutRightBig;

}



@-webkit-keyframes fadeOutUp {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

}



@keyframes fadeOutUp {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

}



.fadeOutUp {

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;

}



@-webkit-keyframes fadeOutUpBig {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }

}



@keyframes fadeOutUpBig {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }

}



.fadeOutUpBig {

  -webkit-animation-name: fadeOutUpBig;

  animation-name: fadeOutUpBig;

}



@-webkit-keyframes flip {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

  }

  40% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

  }

  50% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }

  80% {

    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }

  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }

}



@keyframes flip {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

  }

  40% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

  }

  50% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }

  80% {

    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }

  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }

}



.animated.flip {

  -webkit-backface-visibility: visible;

  backface-visibility: visible;

  -webkit-animation-name: flip;

  animation-name: flip;

}



@-webkit-keyframes flipInX {

  0% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

    opacity: 0;

  }

  40% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

  }

  60% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    opacity: 1;

  }

  80% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

  }

  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}



@keyframes flipInX {

  0% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

    opacity: 0;

  }

  40% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

  }

  60% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    opacity: 1;

  }

  80% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

  }

  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}



.flipInX {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipInX;

  animation-name: flipInX;

}



@-webkit-keyframes flipInY {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

    opacity: 0;

  }

  40% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

  }

  60% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    opacity: 1;

  }

  80% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

  }

  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}



@keyframes flipInY {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

    opacity: 0;

  }

  40% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

  }

  60% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    opacity: 1;

  }

  80% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

  }

  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}



.flipInY {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipInY;

  animation-name: flipInY;

}



@-webkit-keyframes flipOutX {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

  30% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    opacity: 1;

  }

  100% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0;

  }

}



@keyframes flipOutX {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

  30% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    opacity: 1;

  }

  100% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0;

  }

}



.flipOutX {

  -webkit-animation-name: flipOutX;

  animation-name: flipOutX;

  -webkit-animation-duration: .75s;

  animation-duration: .75s;

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

}



@-webkit-keyframes flipOutY {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

  30% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    opacity: 1;

  }

  100% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    opacity: 0;

  }

}



@keyframes flipOutY {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

  30% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    opacity: 1;

  }

  100% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    opacity: 0;

  }

}



.flipOutY {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipOutY;

  animation-name: flipOutY;

  -webkit-animation-duration: .75s;

  animation-duration: .75s;

}



@-webkit-keyframes lightSpeedIn {

  0% {

    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;

  }

  60% {

    -webkit-transform: skewX(20deg);

    transform: skewX(20deg);

    opacity: 1;

  }

  80% {

    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);

    opacity: 1;

  }

  100% {

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes lightSpeedIn {

  0% {

    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;

  }

  60% {

    -webkit-transform: skewX(20deg);

    transform: skewX(20deg);

    opacity: 1;

  }

  80% {

    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);

    opacity: 1;

  }

  100% {

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.lightSpeedIn {

  -webkit-animation-name: lightSpeedIn;

  animation-name: lightSpeedIn;

  -webkit-animation-timing-function: ease-out;

  animation-timing-function: ease-out;

}



@-webkit-keyframes lightSpeedOut {

  0% {

    opacity: 1;

  }

  100% {

    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;

  }

}



@keyframes lightSpeedOut {

  0% {

    opacity: 1;

  }

  100% {

    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;

  }

}



.lightSpeedOut {

  -webkit-animation-name: lightSpeedOut;

  animation-name: lightSpeedOut;

  -webkit-animation-timing-function: ease-in;

  animation-timing-function: ease-in;

}



@-webkit-keyframes rotateIn {

  0% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, -200deg);

    transform: rotate3d(0, 0, 1, -200deg);

    opacity: 0;

  }

  100% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes rotateIn {

  0% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, -200deg);

    transform: rotate3d(0, 0, 1, -200deg);

    opacity: 0;

  }

  100% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.rotateIn {

  -webkit-animation-name: rotateIn;

  animation-name: rotateIn;

}



@-webkit-keyframes rotateInDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes rotateInDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.rotateInDownLeft {

  -webkit-animation-name: rotateInDownLeft;

  animation-name: rotateInDownLeft;

}



@-webkit-keyframes rotateInDownRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }

  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes rotateInDownRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }

  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.rotateInDownRight {

  -webkit-animation-name: rotateInDownRight;

  animation-name: rotateInDownRight;

}



@-webkit-keyframes rotateInUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }

  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes rotateInUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }

  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.rotateInUpLeft {

  -webkit-animation-name: rotateInUpLeft;

  animation-name: rotateInUpLeft;

}



@-webkit-keyframes rotateInUpRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -90deg);

    transform: rotate3d(0, 0, 1, -90deg);

    opacity: 0;

  }

  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes rotateInUpRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -90deg);

    transform: rotate3d(0, 0, 1, -90deg);

    opacity: 0;

  }

  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.rotateInUpRight {

  -webkit-animation-name: rotateInUpRight;

  animation-name: rotateInUpRight;

}



@-webkit-keyframes rotateOut {

  0% {

    -webkit-transform-origin: center;

    transform-origin: center;

    opacity: 1;

  }

  100% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, 200deg);

    transform: rotate3d(0, 0, 1, 200deg);

    opacity: 0;

  }

}



@keyframes rotateOut {

  0% {

    -webkit-transform-origin: center;

    transform-origin: center;

    opacity: 1;

  }

  100% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, 200deg);

    transform: rotate3d(0, 0, 1, 200deg);

    opacity: 0;

  }

}



.rotateOut {

  -webkit-animation-name: rotateOut;

  animation-name: rotateOut;

}



@-webkit-keyframes rotateOutDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;

  }

  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }

}



@keyframes rotateOutDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;

  }

  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }

}



.rotateOutDownLeft {

  -webkit-animation-name: rotateOutDownLeft;

  animation-name: rotateOutDownLeft;

}



@-webkit-keyframes rotateOutDownRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;

  }

  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

}



@keyframes rotateOutDownRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;

  }

  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

}



.rotateOutDownRight {

  -webkit-animation-name: rotateOutDownRight;

  animation-name: rotateOutDownRight;

}



@-webkit-keyframes rotateOutUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;

  }

  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

}



@keyframes rotateOutUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;

  }

  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

}



.rotateOutUpLeft {

  -webkit-animation-name: rotateOutUpLeft;

  animation-name: rotateOutUpLeft;

}



@-webkit-keyframes rotateOutUpRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;

  }

  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 90deg);

    transform: rotate3d(0, 0, 1, 90deg);

    opacity: 0;

  }

}



@keyframes rotateOutUpRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;

  }

  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 90deg);

    transform: rotate3d(0, 0, 1, 90deg);

    opacity: 0;

  }

}



.rotateOutUpRight {

  -webkit-animation-name: rotateOutUpRight;

  animation-name: rotateOutUpRight;

}



@-webkit-keyframes hinge {

  0% {

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

  }

  20%, 60% {

    -webkit-transform: rotate3d(0, 0, 1, 80deg);

    transform: rotate3d(0, 0, 1, 80deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

  }

  40%, 80% {

    -webkit-transform: rotate3d(0, 0, 1, 60deg);

    transform: rotate3d(0, 0, 1, 60deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

    opacity: 1;

  }

  100% {

    -webkit-transform: translate3d(0, 700px, 0);

    transform: translate3d(0, 700px, 0);

    opacity: 0;

  }

}



@keyframes hinge {

  0% {

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

  }

  20%, 60% {

    -webkit-transform: rotate3d(0, 0, 1, 80deg);

    transform: rotate3d(0, 0, 1, 80deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

  }

  40%, 80% {

    -webkit-transform: rotate3d(0, 0, 1, 60deg);

    transform: rotate3d(0, 0, 1, 60deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

    opacity: 1;

  }

  100% {

    -webkit-transform: translate3d(0, 700px, 0);

    transform: translate3d(0, 700px, 0);

    opacity: 0;

  }

}



.hinge {

  -webkit-animation-name: hinge;

  animation-name: hinge;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes rollIn {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.rollIn {

  -webkit-animation-name: rollIn;

  animation-name: rollIn;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

  }

}



@keyframes rollOut {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

  }

}



.rollOut {

  -webkit-animation-name: rollOut;

  animation-name: rollOut;

}



@-webkit-keyframes zoomIn {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);

  }

  50% {

    opacity: 1;

  }

}



@keyframes zoomIn {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);

  }

  50% {

    opacity: 1;

  }

}



.zoomIn {

  -webkit-animation-name: zoomIn;

  animation-name: zoomIn;

}



@-webkit-keyframes zoomInDown {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



@keyframes zoomInDown {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



.zoomInDown {

  -webkit-animation-name: zoomInDown;

  animation-name: zoomInDown;

}



@-webkit-keyframes zoomInLeft {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



@keyframes zoomInLeft {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



.zoomInLeft {

  -webkit-animation-name: zoomInLeft;

  animation-name: zoomInLeft;

}



@-webkit-keyframes zoomInRight {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



@keyframes zoomInRight {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



.zoomInRight {

  -webkit-animation-name: zoomInRight;

  animation-name: zoomInRight;

}



@-webkit-keyframes zoomInUp {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



@keyframes zoomInUp {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



.zoomInUp {

  -webkit-animation-name: zoomInUp;

  animation-name: zoomInUp;

}



@-webkit-keyframes zoomOut {

  0% {

    opacity: 1;

  }

  50% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);

  }

  100% {

    opacity: 0;

  }

}



@keyframes zoomOut {

  0% {

    opacity: 1;

  }

  50% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);

  }

  100% {

    opacity: 0;

  }

}



.zoomOut {

  -webkit-animation-name: zoomOut;

  animation-name: zoomOut;

}



@-webkit-keyframes zoomOutDown {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



@keyframes zoomOutDown {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



.zoomOutDown {

  -webkit-animation-name: zoomOutDown;

  animation-name: zoomOutDown;

}



@-webkit-keyframes zoomOutLeft {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

    transform: scale(0.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    transform-origin: left center;

  }

}



@keyframes zoomOutLeft {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

    transform: scale(0.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    transform-origin: left center;

  }

}



.zoomOutLeft {

  -webkit-animation-name: zoomOutLeft;

  animation-name: zoomOutLeft;

}



@-webkit-keyframes zoomOutRight {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

    transform: scale(0.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    transform-origin: right center;

  }

}



@keyframes zoomOutRight {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

    transform: scale(0.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    transform-origin: right center;

  }

}



.zoomOutRight {

  -webkit-animation-name: zoomOutRight;

  animation-name: zoomOutRight;

}



@-webkit-keyframes zoomOutUp {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



@keyframes zoomOutUp {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

  }

}



.zoomOutUp {

  -webkit-animation-name: zoomOutUp;

  animation-name: zoomOutUp;

}



@-webkit-keyframes slideInDown {

  0% {

    -webkit-transform: translateY(-100%);

    transform: translateY(-100%);

    visibility: visible;

  }

  100% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

}



@keyframes slideInDown {

  0% {

    -webkit-transform: translateY(-100%);

    transform: translateY(-100%);

    visibility: visible;

  }

  100% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

}



.slideInDown {

  -webkit-animation-name: slideInDown;

  animation-name: slideInDown;

}



@-webkit-keyframes slideInLeft {

  0% {

    -webkit-transform: translateX(-100%);

    transform: translateX(-100%);

    visibility: visible;

  }

  100% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

}



@keyframes slideInLeft {

  0% {

    -webkit-transform: translateX(-100%);

    transform: translateX(-100%);

    visibility: visible;

  }

  100% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

}



.slideInLeft {

  -webkit-animation-name: slideInLeft;

  animation-name: slideInLeft;

}



@-webkit-keyframes slideInRight {

  0% {

    -webkit-transform: translateX(100%);

    transform: translateX(100%);

    visibility: visible;

  }

  100% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

}



@keyframes slideInRight {

  0% {

    -webkit-transform: translateX(100%);

    transform: translateX(100%);

    visibility: visible;

  }

  100% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

}



.slideInRight {

  -webkit-animation-name: slideInRight;

  animation-name: slideInRight;

}



@-webkit-keyframes slideInUp {

  0% {

    -webkit-transform: translateY(100%);

    transform: translateY(100%);

    visibility: visible;

  }

  100% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

}



@keyframes slideInUp {

  0% {

    -webkit-transform: translateY(100%);

    transform: translateY(100%);

    visibility: visible;

  }

  100% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

}



.slideInUp {

  -webkit-animation-name: slideInUp;

  animation-name: slideInUp;

}



@-webkit-keyframes slideOutDown {

  0% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

  100% {

    visibility: hidden;

    -webkit-transform: translateY(100%);

    transform: translateY(100%);

  }

}



@keyframes slideOutDown {

  0% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

  100% {

    visibility: hidden;

    -webkit-transform: translateY(100%);

    transform: translateY(100%);

  }

}



.slideOutDown {

  -webkit-animation-name: slideOutDown;

  animation-name: slideOutDown;

}



@-webkit-keyframes slideOutLeft {

  0% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

  100% {

    visibility: hidden;

    -webkit-transform: translateX(-100%);

    transform: translateX(-100%);

  }

}



@keyframes slideOutLeft {

  0% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

  100% {

    visibility: hidden;

    -webkit-transform: translateX(-100%);

    transform: translateX(-100%);

  }

}



.slideOutLeft {

  -webkit-animation-name: slideOutLeft;

  animation-name: slideOutLeft;

}



@-webkit-keyframes slideOutRight {

  0% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

  100% {

    visibility: hidden;

    -webkit-transform: translateX(100%);

    transform: translateX(100%);

  }

}



@keyframes slideOutRight {

  0% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

  100% {

    visibility: hidden;

    -webkit-transform: translateX(100%);

    transform: translateX(100%);

  }

}



.slideOutRight {

  -webkit-animation-name: slideOutRight;

  animation-name: slideOutRight;

}



@-webkit-keyframes slideOutUp {

  0% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

  100% {

    visibility: hidden;

    -webkit-transform: translateY(-100%);

    transform: translateY(-100%);

  }

}



@keyframes slideOutUp {

  0% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

  100% {

    visibility: hidden;

    -webkit-transform: translateY(-100%);

    transform: translateY(-100%);

  }

}



.slideOutUp {

  -webkit-animation-name: slideOutUp;

  animation-name: slideOutUp;

}



.aos-init {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  opacity: 0;

  -webkit-opacity: 0;

  transition: all 0.35s;

  -webkit-transition: all 0.35s;

}



body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {

  transition-duration: 100ms;

  -webkit-transition-duration: 100ms;

}



body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {

  transition-delay: 100ms;

  -webkit-transition-delay: 100ms;

}



body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {

  transition-duration: 200ms;

  -webkit-transition-duration: 200ms;

}



body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {

  transition-delay: 200ms;

  -webkit-transition-delay: 200ms;

}



body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {

  transition-duration: 300ms;

  -webkit-transition-duration: 300ms;

}



body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {

  transition-delay: 300ms;

  -webkit-transition-delay: 300ms;

}



body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {

  transition-duration: 400ms;

  -webkit-transition-duration: 400ms;

}



body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {

  transition-delay: 400ms;

  -webkit-transition-delay: 400ms;

}



body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {

  transition-duration: 500ms;

  -webkit-transition-duration: 500ms;

}



body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {

  transition-delay: 500ms;

  -webkit-transition-delay: 500ms;

}



body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {

  transition-duration: 600ms;

  -webkit-transition-duration: 600ms;

}



body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {

  transition-delay: 600ms;

  -webkit-transition-delay: 600ms;

}



body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {

  transition-duration: 700ms;

  -webkit-transition-duration: 700ms;

}



body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {

  transition-delay: 700ms;

  -webkit-transition-delay: 700ms;

}



body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {

  transition-duration: 800ms;

  -webkit-transition-duration: 800ms;

}



body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {

  transition-delay: 800ms;

  -webkit-transition-delay: 800ms;

}



body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {

  transition-duration: 900ms;

  -webkit-transition-duration: 900ms;

}



body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {

  transition-delay: 900ms;

  -webkit-transition-delay: 900ms;

}



body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {

  transition-duration: 1000ms;

  -webkit-transition-duration: 1000ms;

}



body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {

  transition-delay: 1000ms;

  -webkit-transition-delay: 1000ms;

}



body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {

  transition-duration: 1100ms;

  -webkit-transition-duration: 1100ms;

}



body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {

  transition-delay: 1100ms;

  -webkit-transition-delay: 1100ms;

}



body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {

  transition-duration: 1200ms;

  -webkit-transition-duration: 1200ms;

}



body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {

  transition-delay: 1200ms;

  -webkit-transition-delay: 1200ms;

}



body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {

  transition-duration: 1300ms;

  -webkit-transition-duration: 1300ms;

}



body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {

  transition-delay: 1300ms;

  -webkit-transition-delay: 1300ms;

}



body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {

  transition-duration: 1400ms;

  -webkit-transition-duration: 1400ms;

}



body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {

  transition-delay: 1400ms;

  -webkit-transition-delay: 1400ms;

}



body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {

  transition-duration: 1500ms;

  -webkit-transition-duration: 1500ms;

}



body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {

  transition-delay: 1500ms;

  -webkit-transition-delay: 1500ms;

}



body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {

  transition-duration: 1600ms;

  -webkit-transition-duration: 1600ms;

}



body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {

  transition-delay: 1600ms;

  -webkit-transition-delay: 1600ms;

}



body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {

  transition-duration: 1700ms;

  -webkit-transition-duration: 1700ms;

}



body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {

  transition-delay: 1700ms;

  -webkit-transition-delay: 1700ms;

}



body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {

  transition-duration: 1800ms;

  -webkit-transition-duration: 1800ms;

}



body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {

  transition-delay: 1800ms;

  -webkit-transition-delay: 1800ms;

}



body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {

  transition-duration: 1900ms;

  -webkit-transition-duration: 1900ms;

}



body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {

  transition-delay: 1900ms;

  -webkit-transition-delay: 1900ms;

}



body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {

  transition-duration: 2000ms;

  -webkit-transition-duration: 2000ms;

}



body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {

  transition-delay: 2000ms;

  -webkit-transition-delay: 2000ms;

}



body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {

  transition-duration: 2100ms;

  -webkit-transition-duration: 2100ms;

}



body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {

  transition-delay: 2100ms;

  -webkit-transition-delay: 2100ms;

}



body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {

  transition-duration: 2200ms;

  -webkit-transition-duration: 2200ms;

}



body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {

  transition-delay: 2200ms;

  -webkit-transition-delay: 2200ms;

}



body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {

  transition-duration: 2300ms;

  -webkit-transition-duration: 2300ms;

}



body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {

  transition-delay: 2300ms;

  -webkit-transition-delay: 2300ms;

}



body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {

  transition-duration: 2400ms;

  -webkit-transition-duration: 2400ms;

}



body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {

  transition-delay: 2400ms;

  -webkit-transition-delay: 2400ms;

}



body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {

  transition-duration: 2500ms;

  -webkit-transition-duration: 2500ms;

}



body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {

  transition-delay: 2500ms;

  -webkit-transition-delay: 2500ms;

}



body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {

  transition-duration: 2600ms;

  -webkit-transition-duration: 2600ms;

}



body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {

  transition-delay: 2600ms;

  -webkit-transition-delay: 2600ms;

}



body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {

  transition-duration: 2700ms;

  -webkit-transition-duration: 2700ms;

}



body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {

  transition-delay: 2700ms;

  -webkit-transition-delay: 2700ms;

}



body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {

  transition-duration: 2800ms;

  -webkit-transition-duration: 2800ms;

}



body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {

  transition-delay: 2800ms;

  -webkit-transition-delay: 2800ms;

}



body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {

  transition-duration: 2900ms;

  -webkit-transition-duration: 2900ms;

}



body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {

  transition-delay: 2900ms;

  -webkit-transition-delay: 2900ms;

}



body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {

  transition-duration: 3000ms;

  -webkit-transition-duration: 3000ms;

}



body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {

  transition-delay: 3000ms;

  -webkit-transition-delay: 3000ms;

}



body[data-aos-duration='3100'] [data-aos], [data-aos][data-aos][data-aos-duration='3100'] {

  transition-duration: 3100ms;

  -webkit-transition-duration: 3100ms;

}



body[data-aos-delay='3100'] [data-aos], [data-aos][data-aos][data-aos-delay='3100'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='3100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3100'].aos-animate {

  transition-delay: 3100ms;

  -webkit-transition-delay: 3100ms;

}



body[data-aos-duration='3200'] [data-aos], [data-aos][data-aos][data-aos-duration='3200'] {

  transition-duration: 3200ms;

  -webkit-transition-duration: 3200ms;

}



body[data-aos-delay='3200'] [data-aos], [data-aos][data-aos][data-aos-delay='3200'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='3200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3200'].aos-animate {

  transition-delay: 3200ms;

  -webkit-transition-delay: 3200ms;

}



body[data-aos-duration='3300'] [data-aos], [data-aos][data-aos][data-aos-duration='3300'] {

  transition-duration: 3300ms;

  -webkit-transition-duration: 3300ms;

}



body[data-aos-delay='3300'] [data-aos], [data-aos][data-aos][data-aos-delay='3300'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='3300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3300'].aos-animate {

  transition-delay: 3300ms;

  -webkit-transition-delay: 3300ms;

}



body[data-aos-duration='3400'] [data-aos], [data-aos][data-aos][data-aos-duration='3400'] {

  transition-duration: 3400ms;

  -webkit-transition-duration: 3400ms;

}



body[data-aos-delay='3400'] [data-aos], [data-aos][data-aos][data-aos-delay='3400'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='3400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3400'].aos-animate {

  transition-delay: 3400ms;

  -webkit-transition-delay: 3400ms;

}



body[data-aos-duration='3500'] [data-aos], [data-aos][data-aos][data-aos-duration='3500'] {

  transition-duration: 3500ms;

  -webkit-transition-duration: 3500ms;

}



body[data-aos-delay='3500'] [data-aos], [data-aos][data-aos][data-aos-delay='3500'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='3500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3500'].aos-animate {

  transition-delay: 3500ms;

  -webkit-transition-delay: 3500ms;

}



body[data-aos-duration='3600'] [data-aos], [data-aos][data-aos][data-aos-duration='3600'] {

  transition-duration: 3600ms;

  -webkit-transition-duration: 3600ms;

}



body[data-aos-delay='3600'] [data-aos], [data-aos][data-aos][data-aos-delay='3600'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='3600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3600'].aos-animate {

  transition-delay: 3600ms;

  -webkit-transition-delay: 3600ms;

}



body[data-aos-duration='3700'] [data-aos], [data-aos][data-aos][data-aos-duration='3700'] {

  transition-duration: 3700ms;

  -webkit-transition-duration: 3700ms;

}



body[data-aos-delay='3700'] [data-aos], [data-aos][data-aos][data-aos-delay='3700'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='3700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3700'].aos-animate {

  transition-delay: 3700ms;

  -webkit-transition-delay: 3700ms;

}



body[data-aos-duration='3800'] [data-aos], [data-aos][data-aos][data-aos-duration='3800'] {

  transition-duration: 3800ms;

  -webkit-transition-duration: 3800ms;

}



body[data-aos-delay='3800'] [data-aos], [data-aos][data-aos][data-aos-delay='3800'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='3800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3800'].aos-animate {

  transition-delay: 3800ms;

  -webkit-transition-delay: 3800ms;

}



body[data-aos-duration='3900'] [data-aos], [data-aos][data-aos][data-aos-duration='3900'] {

  transition-duration: 3900ms;

  -webkit-transition-duration: 3900ms;

}



body[data-aos-delay='3900'] [data-aos], [data-aos][data-aos][data-aos-delay='3900'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='3900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3900'].aos-animate {

  transition-delay: 3900ms;

  -webkit-transition-delay: 3900ms;

}



body[data-aos-duration='4000'] [data-aos], [data-aos][data-aos][data-aos-duration='4000'] {

  transition-duration: 4000ms;

  -webkit-transition-duration: 4000ms;

}



body[data-aos-delay='4000'] [data-aos], [data-aos][data-aos][data-aos-delay='4000'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='4000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='4000'].aos-animate {

  transition-delay: 4000ms;

  -webkit-transition-delay: 4000ms;

}



body[data-aos-duration='4100'] [data-aos], [data-aos][data-aos][data-aos-duration='4100'] {

  transition-duration: 4100ms;

  -webkit-transition-duration: 4100ms;

}



body[data-aos-delay='4100'] [data-aos], [data-aos][data-aos][data-aos-delay='4100'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='4100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='4100'].aos-animate {

  transition-delay: 4100ms;

  -webkit-transition-delay: 4100ms;

}



body[data-aos-duration='4200'] [data-aos], [data-aos][data-aos][data-aos-duration='4200'] {

  transition-duration: 4200ms;

  -webkit-transition-duration: 4200ms;

}



body[data-aos-delay='4200'] [data-aos], [data-aos][data-aos][data-aos-delay='4200'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='4200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='4200'].aos-animate {

  transition-delay: 4200ms;

  -webkit-transition-delay: 4200ms;

}



body[data-aos-duration='4300'] [data-aos], [data-aos][data-aos][data-aos-duration='4300'] {

  transition-duration: 4300ms;

  -webkit-transition-duration: 4300ms;

}



body[data-aos-delay='4300'] [data-aos], [data-aos][data-aos][data-aos-delay='4300'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='4300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='4300'].aos-animate {

  transition-delay: 4300ms;

  -webkit-transition-delay: 4300ms;

}



body[data-aos-duration='4400'] [data-aos], [data-aos][data-aos][data-aos-duration='4400'] {

  transition-duration: 4400ms;

  -webkit-transition-duration: 4400ms;

}



body[data-aos-delay='4400'] [data-aos], [data-aos][data-aos][data-aos-delay='4400'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='4400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='4400'].aos-animate {

  transition-delay: 4400ms;

  -webkit-transition-delay: 4400ms;

}



body[data-aos-duration='4500'] [data-aos], [data-aos][data-aos][data-aos-duration='4500'] {

  transition-duration: 4500ms;

  -webkit-transition-duration: 4500ms;

}



body[data-aos-delay='4500'] [data-aos], [data-aos][data-aos][data-aos-delay='4500'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='4500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='4500'].aos-animate {

  transition-delay: 4500ms;

  -webkit-transition-delay: 4500ms;

}



body[data-aos-duration='4600'] [data-aos], [data-aos][data-aos][data-aos-duration='4600'] {

  transition-duration: 4600ms;

  -webkit-transition-duration: 4600ms;

}



body[data-aos-delay='4600'] [data-aos], [data-aos][data-aos][data-aos-delay='4600'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='4600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='4600'].aos-animate {

  transition-delay: 4600ms;

  -webkit-transition-delay: 4600ms;

}



body[data-aos-duration='4700'] [data-aos], [data-aos][data-aos][data-aos-duration='4700'] {

  transition-duration: 4700ms;

  -webkit-transition-duration: 4700ms;

}



body[data-aos-delay='4700'] [data-aos], [data-aos][data-aos][data-aos-delay='4700'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='4700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='4700'].aos-animate {

  transition-delay: 4700ms;

  -webkit-transition-delay: 4700ms;

}



body[data-aos-duration='4800'] [data-aos], [data-aos][data-aos][data-aos-duration='4800'] {

  transition-duration: 4800ms;

  -webkit-transition-duration: 4800ms;

}



body[data-aos-delay='4800'] [data-aos], [data-aos][data-aos][data-aos-delay='4800'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='4800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='4800'].aos-animate {

  transition-delay: 4800ms;

  -webkit-transition-delay: 4800ms;

}



body[data-aos-duration='4900'] [data-aos], [data-aos][data-aos][data-aos-duration='4900'] {

  transition-duration: 4900ms;

  -webkit-transition-duration: 4900ms;

}



body[data-aos-delay='4900'] [data-aos], [data-aos][data-aos][data-aos-delay='4900'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='4900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='4900'].aos-animate {

  transition-delay: 4900ms;

  -webkit-transition-delay: 4900ms;

}



body[data-aos-duration='5000'] [data-aos], [data-aos][data-aos][data-aos-duration='5000'] {

  transition-duration: 5000ms;

  -webkit-transition-duration: 5000ms;

}



body[data-aos-delay='5000'] [data-aos], [data-aos][data-aos][data-aos-delay='5000'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='5000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='5000'].aos-animate {

  transition-delay: 5000ms;

  -webkit-transition-delay: 5000ms;

}



body[data-aos-duration='5100'] [data-aos], [data-aos][data-aos][data-aos-duration='5100'] {

  transition-duration: 5100ms;

  -webkit-transition-duration: 5100ms;

}



body[data-aos-delay='5100'] [data-aos], [data-aos][data-aos][data-aos-delay='5100'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='5100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='5100'].aos-animate {

  transition-delay: 5100ms;

  -webkit-transition-delay: 5100ms;

}



body[data-aos-duration='5200'] [data-aos], [data-aos][data-aos][data-aos-duration='5200'] {

  transition-duration: 5200ms;

  -webkit-transition-duration: 5200ms;

}



body[data-aos-delay='5200'] [data-aos], [data-aos][data-aos][data-aos-delay='5200'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='5200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='5200'].aos-animate {

  transition-delay: 5200ms;

  -webkit-transition-delay: 5200ms;

}



body[data-aos-duration='5300'] [data-aos], [data-aos][data-aos][data-aos-duration='5300'] {

  transition-duration: 5300ms;

  -webkit-transition-duration: 5300ms;

}



body[data-aos-delay='5300'] [data-aos], [data-aos][data-aos][data-aos-delay='5300'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='5300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='5300'].aos-animate {

  transition-delay: 5300ms;

  -webkit-transition-delay: 5300ms;

}



body[data-aos-duration='5400'] [data-aos], [data-aos][data-aos][data-aos-duration='5400'] {

  transition-duration: 5400ms;

  -webkit-transition-duration: 5400ms;

}



body[data-aos-delay='5400'] [data-aos], [data-aos][data-aos][data-aos-delay='5400'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='5400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='5400'].aos-animate {

  transition-delay: 5400ms;

  -webkit-transition-delay: 5400ms;

}



body[data-aos-duration='5500'] [data-aos], [data-aos][data-aos][data-aos-duration='5500'] {

  transition-duration: 5500ms;

  -webkit-transition-duration: 5500ms;

}



body[data-aos-delay='5500'] [data-aos], [data-aos][data-aos][data-aos-delay='5500'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='5500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='5500'].aos-animate {

  transition-delay: 5500ms;

  -webkit-transition-delay: 5500ms;

}



body[data-aos-duration='5600'] [data-aos], [data-aos][data-aos][data-aos-duration='5600'] {

  transition-duration: 5600ms;

  -webkit-transition-duration: 5600ms;

}



body[data-aos-delay='5600'] [data-aos], [data-aos][data-aos][data-aos-delay='5600'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='5600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='5600'].aos-animate {

  transition-delay: 5600ms;

  -webkit-transition-delay: 5600ms;

}



body[data-aos-duration='5700'] [data-aos], [data-aos][data-aos][data-aos-duration='5700'] {

  transition-duration: 5700ms;

  -webkit-transition-duration: 5700ms;

}



body[data-aos-delay='5700'] [data-aos], [data-aos][data-aos][data-aos-delay='5700'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='5700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='5700'].aos-animate {

  transition-delay: 5700ms;

  -webkit-transition-delay: 5700ms;

}



body[data-aos-duration='5800'] [data-aos], [data-aos][data-aos][data-aos-duration='5800'] {

  transition-duration: 5800ms;

  -webkit-transition-duration: 5800ms;

}



body[data-aos-delay='5800'] [data-aos], [data-aos][data-aos][data-aos-delay='5800'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='5800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='5800'].aos-animate {

  transition-delay: 5800ms;

  -webkit-transition-delay: 5800ms;

}



body[data-aos-duration='5900'] [data-aos], [data-aos][data-aos][data-aos-duration='5900'] {

  transition-duration: 5900ms;

  -webkit-transition-duration: 5900ms;

}



body[data-aos-delay='5900'] [data-aos], [data-aos][data-aos][data-aos-delay='5900'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='5900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='5900'].aos-animate {

  transition-delay: 5900ms;

  -webkit-transition-delay: 5900ms;

}



body[data-aos-duration='6000'] [data-aos], [data-aos][data-aos][data-aos-duration='6000'] {

  transition-duration: 6000ms;

  -webkit-transition-duration: 6000ms;

}



body[data-aos-delay='6000'] [data-aos], [data-aos][data-aos][data-aos-delay='6000'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='6000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='6000'].aos-animate {

  transition-delay: 6000ms;

  -webkit-transition-delay: 6000ms;

}



body[data-aos-duration='6100'] [data-aos], [data-aos][data-aos][data-aos-duration='6100'] {

  transition-duration: 6100ms;

  -webkit-transition-duration: 6100ms;

}



body[data-aos-delay='6100'] [data-aos], [data-aos][data-aos][data-aos-delay='6100'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='6100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='6100'].aos-animate {

  transition-delay: 6100ms;

  -webkit-transition-delay: 6100ms;

}



body[data-aos-duration='6200'] [data-aos], [data-aos][data-aos][data-aos-duration='6200'] {

  transition-duration: 6200ms;

  -webkit-transition-duration: 6200ms;

}



body[data-aos-delay='6200'] [data-aos], [data-aos][data-aos][data-aos-delay='6200'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='6200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='6200'].aos-animate {

  transition-delay: 6200ms;

  -webkit-transition-delay: 6200ms;

}



body[data-aos-duration='6300'] [data-aos], [data-aos][data-aos][data-aos-duration='6300'] {

  transition-duration: 6300ms;

  -webkit-transition-duration: 6300ms;

}



body[data-aos-delay='6300'] [data-aos], [data-aos][data-aos][data-aos-delay='6300'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='6300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='6300'].aos-animate {

  transition-delay: 6300ms;

  -webkit-transition-delay: 6300ms;

}



body[data-aos-duration='6400'] [data-aos], [data-aos][data-aos][data-aos-duration='6400'] {

  transition-duration: 6400ms;

  -webkit-transition-duration: 6400ms;

}



body[data-aos-delay='6400'] [data-aos], [data-aos][data-aos][data-aos-delay='6400'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='6400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='6400'].aos-animate {

  transition-delay: 6400ms;

  -webkit-transition-delay: 6400ms;

}



body[data-aos-duration='6500'] [data-aos], [data-aos][data-aos][data-aos-duration='6500'] {

  transition-duration: 6500ms;

  -webkit-transition-duration: 6500ms;

}



body[data-aos-delay='6500'] [data-aos], [data-aos][data-aos][data-aos-delay='6500'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='6500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='6500'].aos-animate {

  transition-delay: 6500ms;

  -webkit-transition-delay: 6500ms;

}



body[data-aos-duration='6600'] [data-aos], [data-aos][data-aos][data-aos-duration='6600'] {

  transition-duration: 6600ms;

  -webkit-transition-duration: 6600ms;

}



body[data-aos-delay='6600'] [data-aos], [data-aos][data-aos][data-aos-delay='6600'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='6600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='6600'].aos-animate {

  transition-delay: 6600ms;

  -webkit-transition-delay: 6600ms;

}



body[data-aos-duration='6700'] [data-aos], [data-aos][data-aos][data-aos-duration='6700'] {

  transition-duration: 6700ms;

  -webkit-transition-duration: 6700ms;

}



body[data-aos-delay='6700'] [data-aos], [data-aos][data-aos][data-aos-delay='6700'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='6700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='6700'].aos-animate {

  transition-delay: 6700ms;

  -webkit-transition-delay: 6700ms;

}



body[data-aos-duration='6800'] [data-aos], [data-aos][data-aos][data-aos-duration='6800'] {

  transition-duration: 6800ms;

  -webkit-transition-duration: 6800ms;

}



body[data-aos-delay='6800'] [data-aos], [data-aos][data-aos][data-aos-delay='6800'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='6800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='6800'].aos-animate {

  transition-delay: 6800ms;

  -webkit-transition-delay: 6800ms;

}



body[data-aos-duration='6900'] [data-aos], [data-aos][data-aos][data-aos-duration='6900'] {

  transition-duration: 6900ms;

  -webkit-transition-duration: 6900ms;

}



body[data-aos-delay='6900'] [data-aos], [data-aos][data-aos][data-aos-delay='6900'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='6900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='6900'].aos-animate {

  transition-delay: 6900ms;

  -webkit-transition-delay: 6900ms;

}



body[data-aos-duration='7000'] [data-aos], [data-aos][data-aos][data-aos-duration='7000'] {

  transition-duration: 7000ms;

  -webkit-transition-duration: 7000ms;

}



body[data-aos-delay='7000'] [data-aos], [data-aos][data-aos][data-aos-delay='7000'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='7000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='7000'].aos-animate {

  transition-delay: 7000ms;

  -webkit-transition-delay: 7000ms;

}



body[data-aos-duration='7100'] [data-aos], [data-aos][data-aos][data-aos-duration='7100'] {

  transition-duration: 7100ms;

  -webkit-transition-duration: 7100ms;

}



body[data-aos-delay='7100'] [data-aos], [data-aos][data-aos][data-aos-delay='7100'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='7100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='7100'].aos-animate {

  transition-delay: 7100ms;

  -webkit-transition-delay: 7100ms;

}



body[data-aos-duration='7200'] [data-aos], [data-aos][data-aos][data-aos-duration='7200'] {

  transition-duration: 7200ms;

  -webkit-transition-duration: 7200ms;

}



body[data-aos-delay='7200'] [data-aos], [data-aos][data-aos][data-aos-delay='7200'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='7200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='7200'].aos-animate {

  transition-delay: 7200ms;

  -webkit-transition-delay: 7200ms;

}



body[data-aos-duration='7300'] [data-aos], [data-aos][data-aos][data-aos-duration='7300'] {

  transition-duration: 7300ms;

  -webkit-transition-duration: 7300ms;

}



body[data-aos-delay='7300'] [data-aos], [data-aos][data-aos][data-aos-delay='7300'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='7300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='7300'].aos-animate {

  transition-delay: 7300ms;

  -webkit-transition-delay: 7300ms;

}



body[data-aos-duration='7400'] [data-aos], [data-aos][data-aos][data-aos-duration='7400'] {

  transition-duration: 7400ms;

  -webkit-transition-duration: 7400ms;

}



body[data-aos-delay='7400'] [data-aos], [data-aos][data-aos][data-aos-delay='7400'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='7400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='7400'].aos-animate {

  transition-delay: 7400ms;

  -webkit-transition-delay: 7400ms;

}



body[data-aos-duration='7500'] [data-aos], [data-aos][data-aos][data-aos-duration='7500'] {

  transition-duration: 7500ms;

  -webkit-transition-duration: 7500ms;

}



body[data-aos-delay='7500'] [data-aos], [data-aos][data-aos][data-aos-delay='7500'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='7500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='7500'].aos-animate {

  transition-delay: 7500ms;

  -webkit-transition-delay: 7500ms;

}



body[data-aos-duration='7600'] [data-aos], [data-aos][data-aos][data-aos-duration='7600'] {

  transition-duration: 7600ms;

  -webkit-transition-duration: 7600ms;

}



body[data-aos-delay='7600'] [data-aos], [data-aos][data-aos][data-aos-delay='7600'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='7600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='7600'].aos-animate {

  transition-delay: 7600ms;

  -webkit-transition-delay: 7600ms;

}



body[data-aos-duration='7700'] [data-aos], [data-aos][data-aos][data-aos-duration='7700'] {

  transition-duration: 7700ms;

  -webkit-transition-duration: 7700ms;

}



body[data-aos-delay='7700'] [data-aos], [data-aos][data-aos][data-aos-delay='7700'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='7700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='7700'].aos-animate {

  transition-delay: 7700ms;

  -webkit-transition-delay: 7700ms;

}



body[data-aos-duration='7800'] [data-aos], [data-aos][data-aos][data-aos-duration='7800'] {

  transition-duration: 7800ms;

  -webkit-transition-duration: 7800ms;

}



body[data-aos-delay='7800'] [data-aos], [data-aos][data-aos][data-aos-delay='7800'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='7800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='7800'].aos-animate {

  transition-delay: 7800ms;

  -webkit-transition-delay: 7800ms;

}



body[data-aos-duration='7900'] [data-aos], [data-aos][data-aos][data-aos-duration='7900'] {

  transition-duration: 7900ms;

  -webkit-transition-duration: 7900ms;

}



body[data-aos-delay='7900'] [data-aos], [data-aos][data-aos][data-aos-delay='7900'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='7900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='7900'].aos-animate {

  transition-delay: 7900ms;

  -webkit-transition-delay: 7900ms;

}



body[data-aos-duration='8000'] [data-aos], [data-aos][data-aos][data-aos-duration='8000'] {

  transition-duration: 8000ms;

  -webkit-transition-duration: 8000ms;

}



body[data-aos-delay='8000'] [data-aos], [data-aos][data-aos][data-aos-delay='8000'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='8000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='8000'].aos-animate {

  transition-delay: 8000ms;

  -webkit-transition-delay: 8000ms;

}



body[data-aos-duration='8100'] [data-aos], [data-aos][data-aos][data-aos-duration='8100'] {

  transition-duration: 8100ms;

  -webkit-transition-duration: 8100ms;

}



body[data-aos-delay='8100'] [data-aos], [data-aos][data-aos][data-aos-delay='8100'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='8100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='8100'].aos-animate {

  transition-delay: 8100ms;

  -webkit-transition-delay: 8100ms;

}



body[data-aos-duration='8200'] [data-aos], [data-aos][data-aos][data-aos-duration='8200'] {

  transition-duration: 8200ms;

  -webkit-transition-duration: 8200ms;

}



body[data-aos-delay='8200'] [data-aos], [data-aos][data-aos][data-aos-delay='8200'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='8200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='8200'].aos-animate {

  transition-delay: 8200ms;

  -webkit-transition-delay: 8200ms;

}



body[data-aos-duration='8300'] [data-aos], [data-aos][data-aos][data-aos-duration='8300'] {

  transition-duration: 8300ms;

  -webkit-transition-duration: 8300ms;

}



body[data-aos-delay='8300'] [data-aos], [data-aos][data-aos][data-aos-delay='8300'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='8300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='8300'].aos-animate {

  transition-delay: 8300ms;

  -webkit-transition-delay: 8300ms;

}



body[data-aos-duration='8400'] [data-aos], [data-aos][data-aos][data-aos-duration='8400'] {

  transition-duration: 8400ms;

  -webkit-transition-duration: 8400ms;

}



body[data-aos-delay='8400'] [data-aos], [data-aos][data-aos][data-aos-delay='8400'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='8400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='8400'].aos-animate {

  transition-delay: 8400ms;

  -webkit-transition-delay: 8400ms;

}



body[data-aos-duration='8500'] [data-aos], [data-aos][data-aos][data-aos-duration='8500'] {

  transition-duration: 8500ms;

  -webkit-transition-duration: 8500ms;

}



body[data-aos-delay='8500'] [data-aos], [data-aos][data-aos][data-aos-delay='8500'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='8500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='8500'].aos-animate {

  transition-delay: 8500ms;

  -webkit-transition-delay: 8500ms;

}



body[data-aos-duration='8600'] [data-aos], [data-aos][data-aos][data-aos-duration='8600'] {

  transition-duration: 8600ms;

  -webkit-transition-duration: 8600ms;

}



body[data-aos-delay='8600'] [data-aos], [data-aos][data-aos][data-aos-delay='8600'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='8600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='8600'].aos-animate {

  transition-delay: 8600ms;

  -webkit-transition-delay: 8600ms;

}



body[data-aos-duration='8700'] [data-aos], [data-aos][data-aos][data-aos-duration='8700'] {

  transition-duration: 8700ms;

  -webkit-transition-duration: 8700ms;

}



body[data-aos-delay='8700'] [data-aos], [data-aos][data-aos][data-aos-delay='8700'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='8700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='8700'].aos-animate {

  transition-delay: 8700ms;

  -webkit-transition-delay: 8700ms;

}



body[data-aos-duration='8800'] [data-aos], [data-aos][data-aos][data-aos-duration='8800'] {

  transition-duration: 8800ms;

  -webkit-transition-duration: 8800ms;

}



body[data-aos-delay='8800'] [data-aos], [data-aos][data-aos][data-aos-delay='8800'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='8800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='8800'].aos-animate {

  transition-delay: 8800ms;

  -webkit-transition-delay: 8800ms;

}



body[data-aos-duration='8900'] [data-aos], [data-aos][data-aos][data-aos-duration='8900'] {

  transition-duration: 8900ms;

  -webkit-transition-duration: 8900ms;

}



body[data-aos-delay='8900'] [data-aos], [data-aos][data-aos][data-aos-delay='8900'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='8900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='8900'].aos-animate {

  transition-delay: 8900ms;

  -webkit-transition-delay: 8900ms;

}



body[data-aos-duration='9000'] [data-aos], [data-aos][data-aos][data-aos-duration='9000'] {

  transition-duration: 9000ms;

  -webkit-transition-duration: 9000ms;

}



body[data-aos-delay='9000'] [data-aos], [data-aos][data-aos][data-aos-delay='9000'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='9000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='9000'].aos-animate {

  transition-delay: 9000ms;

  -webkit-transition-delay: 9000ms;

}



body[data-aos-duration='9100'] [data-aos], [data-aos][data-aos][data-aos-duration='9100'] {

  transition-duration: 9100ms;

  -webkit-transition-duration: 9100ms;

}



body[data-aos-delay='9100'] [data-aos], [data-aos][data-aos][data-aos-delay='9100'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='9100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='9100'].aos-animate {

  transition-delay: 9100ms;

  -webkit-transition-delay: 9100ms;

}



body[data-aos-duration='9200'] [data-aos], [data-aos][data-aos][data-aos-duration='9200'] {

  transition-duration: 9200ms;

  -webkit-transition-duration: 9200ms;

}



body[data-aos-delay='9200'] [data-aos], [data-aos][data-aos][data-aos-delay='9200'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='9200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='9200'].aos-animate {

  transition-delay: 9200ms;

  -webkit-transition-delay: 9200ms;

}



body[data-aos-duration='9300'] [data-aos], [data-aos][data-aos][data-aos-duration='9300'] {

  transition-duration: 9300ms;

  -webkit-transition-duration: 9300ms;

}



body[data-aos-delay='9300'] [data-aos], [data-aos][data-aos][data-aos-delay='9300'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='9300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='9300'].aos-animate {

  transition-delay: 9300ms;

  -webkit-transition-delay: 9300ms;

}



body[data-aos-duration='9400'] [data-aos], [data-aos][data-aos][data-aos-duration='9400'] {

  transition-duration: 9400ms;

  -webkit-transition-duration: 9400ms;

}



body[data-aos-delay='9400'] [data-aos], [data-aos][data-aos][data-aos-delay='9400'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='9400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='9400'].aos-animate {

  transition-delay: 9400ms;

  -webkit-transition-delay: 9400ms;

}



body[data-aos-duration='9500'] [data-aos], [data-aos][data-aos][data-aos-duration='9500'] {

  transition-duration: 9500ms;

  -webkit-transition-duration: 9500ms;

}



body[data-aos-delay='9500'] [data-aos], [data-aos][data-aos][data-aos-delay='9500'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='9500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='9500'].aos-animate {

  transition-delay: 9500ms;

  -webkit-transition-delay: 9500ms;

}



body[data-aos-duration='9600'] [data-aos], [data-aos][data-aos][data-aos-duration='9600'] {

  transition-duration: 9600ms;

  -webkit-transition-duration: 9600ms;

}



body[data-aos-delay='9600'] [data-aos], [data-aos][data-aos][data-aos-delay='9600'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='9600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='9600'].aos-animate {

  transition-delay: 9600ms;

  -webkit-transition-delay: 9600ms;

}



body[data-aos-duration='9700'] [data-aos], [data-aos][data-aos][data-aos-duration='9700'] {

  transition-duration: 9700ms;

  -webkit-transition-duration: 9700ms;

}



body[data-aos-delay='9700'] [data-aos], [data-aos][data-aos][data-aos-delay='9700'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='9700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='9700'].aos-animate {

  transition-delay: 9700ms;

  -webkit-transition-delay: 9700ms;

}



body[data-aos-duration='9800'] [data-aos], [data-aos][data-aos][data-aos-duration='9800'] {

  transition-duration: 9800ms;

  -webkit-transition-duration: 9800ms;

}



body[data-aos-delay='9800'] [data-aos], [data-aos][data-aos][data-aos-delay='9800'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='9800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='9800'].aos-animate {

  transition-delay: 9800ms;

  -webkit-transition-delay: 9800ms;

}



body[data-aos-duration='9900'] [data-aos], [data-aos][data-aos][data-aos-duration='9900'] {

  transition-duration: 9900ms;

  -webkit-transition-duration: 9900ms;

}



body[data-aos-delay='9900'] [data-aos], [data-aos][data-aos][data-aos-delay='9900'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='9900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='9900'].aos-animate {

  transition-delay: 9900ms;

  -webkit-transition-delay: 9900ms;

}



body[data-aos-duration='10000'] [data-aos], [data-aos][data-aos][data-aos-duration='10000'] {

  transition-duration: 10000ms;

  -webkit-transition-duration: 10000ms;

}



body[data-aos-delay='10000'] [data-aos], [data-aos][data-aos][data-aos-delay='10000'] {

  transition-delay: 0;

  -webkit-transition-delay: 0;

}



body[data-aos-delay='10000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='10000'].aos-animate {

  transition-delay: 10000ms;

  -webkit-transition-delay: 10000ms;

}



body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {

  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);

  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);

}



body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {

  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);

  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);

}



body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {

  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);

  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);

}



body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {

  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);

  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);

}



body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {

  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);

  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);

}



body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {

  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);

  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);

}



body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {

  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);

  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);

}



body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {

  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);

  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);

}



body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {

  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);

  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);

}



body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {

  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);

  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);

}



body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {

  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);

  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);

}



body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {

  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);

  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);

}



body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {

  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

}



body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {

  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);

  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);

}



body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {

  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);

  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);

}



body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {

  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

}



body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {

  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);

  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);

}



body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {

  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);

  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);

}



body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {

  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

}



body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {

  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);

  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);

}



/**

 * Fade animations:

 * fade

 * fade-up, fade-down, fade-left, fade-right

 * fade-up-right, fade-up-left, fade-down-right, fade-down-left

 */

[data-aos^='fade'][data-aos^='fade'] {

  opacity: 0;

  -webkit-opacity: 0;

  -webkit-transition-property: opacity, -webkit-transform;

  transition-property: opacity, -webkit-transform;

  transition-property: opacity, transform;

  transition-property: opacity, transform, -webkit-transform;

  -webkit-transition-property: opacity, transform;

}



[data-aos^='fade'][data-aos^='fade'].aos-animate {

  opacity: 1;

  -webkit-opacity: 1;

  transform: translate(0, 0);

  -webkit-transform: translate(0, 0);

}



[data-aos='fade-up'] {

  transform: translate(0, 100px);

  -webkit-transform: translate(0, 100px);

}



[data-aos='fade-down'] {

  transform: translate(0, -100px);

  -webkit-transform: translate(0, -100px);

}



[data-aos='fade-right'] {

  transform: translate(-100px, 0);

  -webkit-transform: translate(-100px, 0);

}



[data-aos='fade-left'] {

  transform: translate(100px, 0);

  -webkit-transform: translate(100px, 0);

}



[data-aos='fade-up-right'] {

  transform: translate(-100px, 100px);

  -webkit-transform: translate(-100px, 100px);

}



[data-aos='fade-up-left'] {

  transform: translate(100px, 100px);

  -webkit-transform: translate(100px, 100px);

}



[data-aos='fade-down-right'] {

  transform: translate(-100px, -100px);

  -webkit-transform: translate(-100px, -100px);

}



[data-aos='fade-down-left'] {

  transform: translate(100px, -100px);

  -webkit-transform: translate(100px, -100px);

}



/**

 * Zoom animations:

 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right

 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right

 */

[data-aos^='zoom'][data-aos^='zoom'] {

  opacity: 0;

  -webkit-opacity: 0;

  -webkit-transition-property: opacity, -webkit-transform;

  transition-property: opacity, -webkit-transform;

  transition-property: opacity, transform;

  transition-property: opacity, transform, -webkit-transform;

  -webkit-transition-property: opacity, transform;

}



[data-aos^='zoom'][data-aos^='zoom'].aos-animate {

  opacity: 1;

  -webkit-opacity: 1;

  transform: translate(0, 0) scale(1);

  -webkit-transform: translate(0, 0) scale(1);

}



[data-aos='zoom-in'] {

  opacity: 1;

  -webkit-opacity: 1;

  transform: scale(0.6);

  -webkit-transform: scale(0.6);

}



[data-aos='zoom-in-up'] {

  transform: translate(0, 100px) scale(0.6);

  -webkit-transform: translate(0, 100px) scale(0.6);

}



[data-aos='zoom-in-down'] {

  transform: translate(0, -100px) scale(0.6);

  -webkit-transform: translate(0, -100px) scale(0.6);

}



[data-aos='zoom-in-right'] {

  transform: translate(-100px, 0) scale(0.6);

  -webkit-transform: translate(-100px, 0) scale(0.6);

}



[data-aos='zoom-in-left'] {

  transform: translate(100px, 0) scale(0.6);

  -webkit-transform: translate(100px, 0) scale(0.6);

}



[data-aos='zoom-out'] {

  transform: scale(1.2);

  -webkit-transform: scale(1.2);

}



[data-aos='zoom-out-up'] {

  transform: translate(0, 100px) scale(1.2);

  -webkit-transform: translate(0, 100px) scale(1.2);

}



[data-aos='zoom-out-down'] {

  transform: translate(0, -100px) scale(1.2);

  -webkit-transform: translate(0, -100px) scale(1.2);

}



[data-aos='zoom-out-right'] {

  transform: translate(-100px, 0) scale(1.2);

  -webkit-transform: translate(-100px, 0) scale(1.2);

}



[data-aos='zoom-out-left'] {

  transform: translate(100px, 0) scale(1.2);

  -webkit-transform: translate(100px, 0) scale(1.2);

}



/**

 * Slide animations

 */

[data-aos^='slide'][data-aos^='slide'] {

  -webkit-transition-property: -webkit-transform;

  transition-property: -webkit-transform;

  transition-property: transform;

  transition-property: transform, -webkit-transform;

  -webkit-transition-property: transform;

}



[data-aos^='slide'][data-aos^='slide'].aos-animate {

  transform: translate(0, 0);

  -webkit-transform: translate(0, 0);

  opacity: 1;

  -webkit-opacity: 1;

}



[data-aos='slide-up'] {

  transform: translateY(100%);

  -webkit-transform: translateY(100%);

}



[data-aos='slide-down'] {

  transform: translateY(-100%);

  -webkit-transform: translateY(-100%);

}



[data-aos='slide-right'] {

  transform: translateX(-100%);

  -webkit-transform: translateX(-100%);

}



[data-aos='slide-left'] {

  transform: translateX(100%);

  -webkit-transform: translateX(100%);

}



/**

 * Flip animations:

 * flip-left, flip-right, flip-up, flip-down

 */

[data-aos^='flip'][data-aos^='flip'] {

  backface-visibility: hidden;

  -webkit-backface-visibility: hidden;

  -webkit-transition-property: -webkit-transform;

  transition-property: -webkit-transform;

  transition-property: transform;

  transition-property: transform, -webkit-transform;

  -webkit-transition-property: transform;

}



[data-aos='flip-left'] {

  transform: perspective(2500px) rotateY(-100deg);

  -webkit-transform: perspective(2500px) rotateY(-100deg);

}



[data-aos='flip-left'].aos-animate {

  transform: perspective(2500px) rotateY(0);

  -webkit-transform: perspective(2500px) rotateY(0);

  opacity: 1;

  -webkit-opacity: 1;

}



[data-aos='flip-right'] {

  transform: perspective(2500px) rotateY(100deg);

  -webkit-transform: perspective(2500px) rotateY(100deg);

}



[data-aos='flip-right'].aos-animate {

  transform: perspective(2500px) rotateY(0);

  -webkit-transform: perspective(2500px) rotateY(0);

  opacity: 1;

  -webkit-opacity: 1;

}



[data-aos='flip-up'] {

  transform: perspective(2500px) rotateX(-100deg);

  -webkit-transform: perspective(2500px) rotateX(-100deg);

}



[data-aos='flip-up'].aos-animate {

  transform: perspective(2500px) rotateX(0);

  -webkit-transform: perspective(2500px) rotateX(0);

  opacity: 1;

  -webkit-opacity: 1;

}



[data-aos='flip-down'] {

  transform: perspective(2500px) rotateX(100deg);

  -webkit-transform: perspective(2500px) rotateX(100deg);

}



[data-aos='flip-down'].aos-animate {

  transform: perspective(2500px) rotateX(0);

  -webkit-transform: perspective(2500px) rotateX(0);

  opacity: 1;

  -webkit-opacity: 1;

}


/* Sliderlayer CSS */

:root {

  --bs-blue: #0d6efd;

  --bs-indigo: #6610f2;

  --bs-purple: #6f42c1;

  --bs-pink: #d63384;

  --bs-red: #dc3545;

  --bs-orange: #fd7e14;

  --bs-yellow: #ffc107;

  --bs-green: #198754;

  --bs-teal: #20c997;

  --bs-cyan: #0dcaf0;

  --bs-white: #fff;

  --bs-gray: #506276;

  --bs-gray-dark: #343a40;

  --bs-primary: #0d6efd;

  --bs-secondary: #506276;

  --bs-success: #198754;

  --bs-info: #0dcaf0;

  --bs-warning: #ffc107;

  --bs-danger: #dc3545;

  --bs-light: #d4d8db;

  --bs-dark: #506276;

  --bs-font-sans-serif: "Muli", sans-serif;

  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));

  /****/
  --notech-font-sans-serif: 'kumbh-sans', sans-serif;
  --notech-heading-font-family: 'gilmer', sans-serif;
  --notech-theme-color: #655dc6;
  --notech-theme-color-hover: #776cde;
  --notech-theme-color-second: #00AFAA;
  --notech-theme-color-second-hover: #20c7c2;
  --font-body-weight: 400;
  --font-body-size: 16px;
  --body-color: #506276;
  --body-link-color: #443aa3;
  --body-link-color-hover: #655dc6;
  --body-dark-link-color: rgba(255,255,255,0.7);
  --body-dark-link-color-hover: #ffffff;
  --topbar-bg-color: #fff;
  --topbar-color: #828892;
  --topbar-link-color: #828892;
  --topbar-link-color-hover: #655dc6;
  --menu-link-color: #506276;
  --menu-link-color-hover: #655dc6;
  --submenu-bg-color: #ffffff;
  --submenu-color: #506276;
  --submenu-link-color: #506276;
  --submenu-link-color-hover: #655dc6;
  --topbar-color-icon: #655dc6;
  --footer-bg-color: #2a3742;
  --footer-color: #aea8b9;
  --footer-link-color: #aea8b9;
  --footer-link-color-hover: #ffffff;
  --copyright-bg-color: #2a3742;
  --copyright-color: #aea8b9;
  --copyright-link-color: #aea8b9;
  --copyright-link-color-hover: #ffffff;
}
@font-face {

  font-family: 'gilmer';

  src: url("../fonts/gilmer/GilmerBold.ttf") format("ttf"), url("../fonts/gilmer/GilmerBold.woff") format("woff"), url("../fonts/gilmer/GilmerBold.eot") format("eot"), url("../fonts/gilmer/GilmerBold.otf") format("otf");

  font-style: normal;

  font-weight: 700;

  font-display: swap;

}



@font-face {

  font-family: 'gilmer';

  src: url("../fonts/gilmer/GilmerMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilmer/GilmerMedium.otf") format("opentype"), url("../fonts/gilmer/GilmerMedium.woff") format("woff"), url("../fonts/gilmer/GilmerMedium.ttf") format("truetype"), url("../fonts/gilmer/GilmerMedium.svg#GilmerMedium") format("svg");

  font-weight: 500;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'gilmer';

  src: url("../fonts/gilmer/GilmerRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilmer/GilmerRegular.otf") format("opentype"), url("../fonts/gilmer/GilmerRegular.woff") format("woff"), url("../fonts/gilmer/GilmerRegular.ttf") format("truetype"), url("../fonts/gilmer/GilmerRegular.svg#GilmerRegular") format("svg");

  font-weight: 400;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'kumbh-sans';

  src: url("../fonts/kumbh-sans/KumbhSans-Bold.eot");

  src: url("../fonts/kumbh-sans/KumbhSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-Bold.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-Bold.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-Bold.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-Bold.svg#KumbhSans-Bold") format("svg");

  font-weight: 700;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'kumbh-sans';

  src: url("../fonts/kumbh-sans/KumbhSans-Medium.eot");

  src: url("../fonts/kumbh-sans/KumbhSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-Medium.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-Medium.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-Medium.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-Medium.svg#KumbhSans-Medium") format("svg");

  font-weight: 500;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'kumbh-sans';

  src: url("../fonts/kumbh-sans/KumbhSans-SemiBold.eot");

  src: url("../fonts/kumbh-sans/KumbhSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.svg#KumbhSans-SemiBold") format("svg");

  font-weight: 600;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'kumbh-sans';

  src: url("../fonts/kumbh-sans/KumbhSans-Regular.eot");

  src: url("../fonts/kumbh-sans/KumbhSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-Regular.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-Regular.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-Regular.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-Regular.svg#KumbhSans-Regular") format("svg");

  font-weight: 400;

  font-style: normal;

  font-display: swap;

}



.gavias_sliderlayer {

  background: #fff;

}



.tp-parallax-wrap {

  visibility: visible !important;

  -webkit-transform-style: unset !important;

  transform-style: unset !important;

}



.tp-parallax-wrap::after {

  display: block;

  clear: both;

  content: "";

}



.slotholder {

  -webkit-filter: unset !important;

  filter: unset !important;

}



.layer-style-image {

  display: inline-block;

  text-align: center;

}



.layer-style-image img {

  max-width: 100% !important;

  height: auto !important;

}



.gavias_sliderlayer .tp-bullets, #gavias_slider_single .tp-bullets {

  -webkit-opacity: 1 !important;

  -ms-opacity: 1 !important;

  -o-opacity: 1 !important;

  opacity: 1 !important;

  visibility: visible !important;

  margin-left: -40px;

}



.gavias_sliderlayer .tp-bullets .tp-bullet, #gavias_slider_single .tp-bullets .tp-bullet {

  width: 20px;

  height: 5px;

  background: rgba(255, 255, 255, 0.4);

}



.gavias_sliderlayer .tp-bullets .tp-bullet.selected, #gavias_slider_single .tp-bullets .tp-bullet.selected {

  background: #fff;

}



.gavias_sliderlayer .tparrows, #gavias_slider_single .tparrows {

  width: 36px;

  height: 36px;

  background: #fff !important;

  line-height: 36px;

  color: #2a3742;

  font-size: 18px;

}



@media (max-width: 575.98px) {

  .gavias_sliderlayer .tparrows, #gavias_slider_single .tparrows {

    width: 35px;

    height: 35px;

    line-height: 35px;

  }

}



.gavias_sliderlayer .tparrows:hover, .gavias_sliderlayer .tparrows:focus, #gavias_slider_single .tparrows:hover, #gavias_slider_single .tparrows:focus {

  background: var(--notech-theme-color);

  color: #fff;

}



.gavias_sliderlayer .tparrows:before, #gavias_slider_single .tparrows:before {

  color: #2a3742 !important;

  line-height: 36px !important;

}



.gavias_sliderlayer .tp-caption, #gavias_slider_single .tp-caption {

  z-index: 99;

  line-height: 28px;

  color: #2a3742;

}



.gavias_sliderlayer .tp-caption img, #gavias_slider_single .tp-caption img {

  max-width: 100% !important;

  height: auto !important;

}



.gavias_sliderlayer .slide-style-1, #gavias_slider_single .slide-style-1 {

  font-family: var(--notech-heading-font-family);

}



.gavias_sliderlayer .slide-style-2, #gavias_slider_single .slide-style-2 {

  font-family: var(--notech-heading-font-family);

  letter-spacing: 2px;

}



.gavias_sliderlayer .slide-style-3, #gavias_slider_single .slide-style-3 {

  letter-spacing: 3px;

  font-family: var(--notech-heading-font-family);

  border-bottom: 2px solid var(--notech-theme-color);

}



.gavias_sliderlayer .sub-title, #gavias_slider_single .sub-title {

  text-transform: uppercase;

  font-size: 18px;

  line-height: 1.2;

  font-weight: 700;

  position: relative;

  padding-left: 20px;

  margin-bottom: 10px;

  color: #fff;

}



.gavias_sliderlayer .sub-title:after, #gavias_slider_single .sub-title:after {

  content: "";

  width: 5px;

  height: 100%;

  background: var(--notech-theme-color);

  position: absolute;

  top: -2px;

  left: 0;

  z-index: 99;

}



.gavias_sliderlayer .text-large, #gavias_slider_single .text-large {

  color: #2a3742;

  font-size: 36px;

  line-height: 48px;

  letter-spacing: 1px;

  font-weight: 700;

  text-transform: none;

}



.gavias_sliderlayer .text-big, #gavias_slider_single .text-big {

  color: #2a3742;

  font-size: 48px;

  line-height: 60px;

  letter-spacing: 1px;

  font-weight: 700;

  text-transform: uppercase;

}



.gavias_sliderlayer .text-medium, #gavias_slider_single .text-medium {

  color: rgba(0, 0, 0, 0.6);

  font-size: 20px;

  line-height: 22px;

  letter-spacing: 2px;

  font-weight: 700;

  text-transform: uppercase;

}



.gavias_sliderlayer .small-text, #gavias_slider_single .small-text {

  color: rgba(255, 255, 255, 0.8);

  font-size: 16px;

  color: #fff;

  line-height: 18px;

}



.gavias_sliderlayer .text-black, #gavias_slider_single .text-black {

  color: #2a3742 !important;

}



.gavias_sliderlayer .text-theme, #gavias_slider_single .text-theme {

  color: var(--notech-theme-color) !important;

}



.gavias_sliderlayer .text-theme-second, #gavias_slider_single .text-theme-second {

  color: var(--notech-theme-color-second) !important;

}



.gavias_sliderlayer .text-white, #gavias_slider_single .text-white {

  color: #fff !important;

}



.gavias_sliderlayer .text-center, #gavias_slider_single .text-center {
  text-align: center;
}
.gavias_sliderlayer .text-left, #gavias_slider_single .text-left {
  text-align: left;
}
.gavias_sliderlayer .inner.btn-slide, .gavias_sliderlayer .btn-slide a, #gavias_slider_single .inner.btn-slide, #gavias_slider_single .btn-slide a {
  font-size: 18px;
  background: var(--notech-theme-color);
  color: #fff;
  font-weight: 700;
  padding: 22px 45px 22px 45px;
  line-height: 20px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border: none;
  font-family: var(--notech-heading-font-family);
  text-transform: none;
}
@media (prefers-reduced-motion: reduce) {

  .gavias_sliderlayer .inner.btn-slide, .gavias_sliderlayer .btn-slide a, #gavias_slider_single .inner.btn-slide, #gavias_slider_single .btn-slide a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;

  }

}



@media (max-width: 1024px) {

  .gavias_sliderlayer .inner.btn-slide, .gavias_sliderlayer .btn-slide a, #gavias_slider_single .inner.btn-slide, #gavias_slider_single .btn-slide a {
    padding: 18px 28px;
    font-size: 17px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  }

}



@media (max-width: 768px) {

  .gavias_sliderlayer .inner.btn-slide, .gavias_sliderlayer .btn-slide a, #gavias_slider_single .inner.btn-slide, #gavias_slider_single .btn-slide a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
    padding: 15px 25px;

  }

}



.gavias_sliderlayer .inner.btn-slide:hover, .gavias_sliderlayer .btn-slide a:hover, #gavias_slider_single .inner.btn-slide:hover, #gavias_slider_single .btn-slide a:hover {
  background: var(--notech-theme-color-hover);
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}



.gavias_sliderlayer .inner.btn-slide-white, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .inner.btn-slide-white, #gavias_slider_single .btn-slide-white a {
  font-size: 18px;
  background: rgba(255,255,255,0.6);
  color: #2a3742;
  font-weight: 700;
  padding: 22px 45px 22px 45px;
  line-height: 20px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border: none;
  font-family: var(--notech-heading-font-family);
  text-transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .gavias_sliderlayer .inner.btn-slide-white, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .inner.btn-slide-white, #gavias_slider_single .btn-slide-white a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;

  }

}



@media (max-width: 1024px) {

  .gavias_sliderlayer .inner.btn-slide-white, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .inner.btn-slide-white, #gavias_slider_single .btn-slide-white a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
    padding: 18px 28px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .gavias_sliderlayer .inner.btn-slide-white, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .inner.btn-slide-white, #gavias_slider_single .btn-slide-white a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
    padding: 15px 25px;
  }
}
.gavias_sliderlayer .inner.btn-slide-white:hover, #gavias_slider_single .inner.btn-slide-white:hover, .gavias_sliderlayer .btn-slide-white a:hover, #gavias_slider_single .btn-slide-white a:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  color: #3d4d5b;
  background: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gavias_sliderlayer .inner.btn-slide-white:hover, .gavias_sliderlayer .btn-slide-white a:hover, #gavias_slider_single .inner.btn-slide-white:hover, #gavias_slider_single .btn-slide-white a:hover {
  color: #3d4d5b;
  background: #fff;
}
.tp-caption.tp-resizeme.text.btn-slide, .tp-caption.tp-resizeme.text.btn-slide a, .tp-caption.tp-resizeme.text.btn-slide-white, .tp-caption.tp-resizeme.text.btn-slide-white a {
  -webkit-transition: all 0.35s !important;
  transition: all 0.35s !important;
}
.tp-caption.tp-resizeme.text.btn-slide:hover, .tp-caption.tp-resizeme.text.btn-slide a:hover {
  -webkit-transition: all 0.35s !important;
  transition: all 0.35s !important;
}
.gavias_sliderlayer .gavias-overlay:after, #gavias_slider_single .gavias-overlay:after {

  content: "";

  background: url(../imagesgrid-slide.png) repeat rgba(0, 0, 0, 0.3);

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 1;

}



.rs-background-video-layer {

  position: relative;

}



.rs-background-video-layer:after {

  content: "";

  background: url(../images/grid-slide.png) repeat rgba(0, 0, 0, 0.39);

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 1;

}


/* Update CSS */

.nav-tabs, .topbar ul, ul.contact-info, ul.menu {

  list-style: none !important;

  padding-left: 0;

}



.page-user-login .help.show, .page-user-register .help.show, .page-user-pass .help.show {

  display: block !important;

}



@media (min-width: 992px) {

  .navigation .gva_menu .sub-menu > li:hover > ul {

    -webkit-transform: rotateX(0);

    transform: rotateX(0);

  }

  .navigation .gva_menu .sub-menu > li > ul li {

    opacity: 1;

    visibility: visible;

  }

}
img.logo-site {
  display: block !important;

}


/* Custom BRAMA CSS */
.displaynothing {display:none}

.ewicon-footercta:before {background: url('../../../../../../../sites/default/files/cta-footericon.png') no-repeat 0 0; content: ""; width:100px; height:100px;display: inline-block; background-size: 100%;}
.site-footer__top-icon .ewicon-footercta:before {width: 57px;height: 80px; margin-top: 10px; margin-bottom: -10px;}

.ewicon-hr:before {background: url('../../../../../../../sites/default/files/icon-hr.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-hr:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-hr:before {width: 123px;height: 123px;padding-top: 7px;}
.el-feature-block .ewicon-hr:before {width: 80px;height: 80px;}

.ewicon-payroll:before {background: url('../../../../../../../sites/default/files/icon-payroll.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-payroll:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-payroll:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-payroll:before {width: 80px;height: 80px;}

.ewicon-benefits:before {background: url('../../../../../../../sites/default/files/icon-benefits.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-benefits:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-benefits:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-benefits:before {width: 80px;height: 80px;}

.ewicon-risk:before {background: url('../../../../../../../sites/default/files/icon-risk-mgmt.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-risk:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-risk:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-risk:before {width: 80px;height: 80px;}

.ewicon-talent:before {background: url('../../../../../../../sites/default/files/icon-talent.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-talent:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-talent:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-talent:before {width: 80px;height: 80px;}

.ewicon-training:before {background: url('../../../../../../../sites/default/files/icon-emp-training.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-training:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-training:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-training:before {width: 80px;height: 80px;}

.ewicon-technology:before {background: url('../../../../../../../sites/default/files/icon-technology.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-technology:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-technology:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-technology:before {width: 80px;height: 80px;}

.ewicon-benefits-health:before {background: url('../../../../../../../sites/default/files/icon-health-dental-vision.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-benefits-health:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-benefits-health:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-benefits-health:before {width: 80px;height: 80px;}

.ewicon-benefits-401k:before {background: url('../../../../../../../sites/default/files/icon-401k.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-benefits-401k:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-benefits-401k:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-benefits-401k:before {width: 80px;height: 80px;}

.ewicon-benefits-recon:before {background: url('../../../../../../../sites/default/files/icon-benefit-recon.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-benefits-recon:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-benefits-recon:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-benefits-recon:before {width: 80px;height: 80px;}

.ewicon-benefits-emp-com:before {background: url('../../../../../../../sites/default/files/icon-emp-com.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-benefits-emp-com:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-benefits-emp-com:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-benefits-emp-com:before {width: 80px;height: 80px;}

.ewicon-benefits-enrollment:before {background: url('../../../../../../../sites/default/files/icon-benefits-enrollment.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-benefits-enrollment:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-benefits-enrollment:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-benefits-enrollment:before {width: 80px;height: 80px;}

.ewicon-benefits-portal:before {background: url('../../../../../../../sites/default/files/icon-self-service-portal.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-benefits-portal:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-benefits-portal:before {width: 124px;height: 124px;margin-top: 10px;}
.el-feature-block .ewicon-benefits-portal:before {width: 80px;height: 80px;}

.ewicon-fwvt:before {background: url('../../../../../../../sites/default/files/icon-workplace-violence.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-fwvt:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-fwvt:before {width: 123px;height: 123px;padding-top: 7px;}
.el-feature-block .ewicon-fwvt:before {width: 80px;height: 80px;}

.ewicon-fsht:before {background: url('../../../../../../../sites/default/files/icon-sexual-harassment.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-fsht:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-fsht:before {width: 123px;height: 123px;padding-top: 7px;}
.el-feature-block .ewicon-fsht:before {width: 80px;height: 80px;}

.ewicon-fsdt:before {background: url('../../../../../../../sites/default/files/icon-special-districts.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.service-two__icon .ewicon-fsdt:before {width: 100px;height: 100px;}
.service-three__icon .ewicon-fsdt:before {width: 123px;height: 123px;padding-top: 7px;}
.el-feature-block .ewicon-fsdt:before {width: 80px;height: 80px;}

.ewicon-easy:before {background: url('../../../../../../../sites/default/files/icon-easy.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.iconbox-six__icon-inner .ewicon-easy:before {width: 100px;height: 100px;}

.ewicon-easier:before {background: url('../../../../../../../sites/default/files/icon-easier.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.iconbox-six__icon-inner .ewicon-easier:before {width: 100px;height: 100px;}

.ewicon-easiest:before {background: url('../../../../../../../sites/default/files/icon-easiest.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.iconbox-six__icon-inner .ewicon-easiest:before {width: 100px;height: 100px;}

.ewicon-selfservice:before {background: url('../../../../../../../sites/default/files/icon-selfservice.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}
.ewicon-timeattendance:before {background: url('../../../../../../../sites/default/files/icon-timeattendance.png') no-repeat 0 0; content: ""; width:300px; height:300px;display: inline-block; background-size: 100%;}

.service-two__single:hover .service-two__icon, .service-two__single:focus .service-two__icon, .service-two__single:active .service-two__icon, .active.active-effect.center .service-two__single .service-two__icon {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.service-four__icon i:before {width: 100px; height: 100px;}
.active.active-effect.center .service-four__icon i:before, .active-effect:hover .service-four__icon i:before { 
	-webkit-transform: scale(1.12);
  transform: scale(1.12);
	-webkit-transition: all 0.35s;
    transition: all 0.35s;}

.techcontent .owl-carousel .owl-item.center .service-four__single {background: #fff; -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);}
.techcontent .owl-carousel .owl-item .service-four__single:hover {background: #fff; -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);}
.techcontent .active.active-effect.center .service-four__title {color: #2a3742}
.techcontent .active-effect:hover {
	background:#fff;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);}
.techcontent .active-effect:hover .service-four__title, .techcontent .active.active-effect.center:hover .service-four__title  {color: #00bc70}
.techcontent .active.active-effect.center .service-four__icon i:before {
	-webkit-transform: scale(1);
  transform: scale(1);
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.techcontent .active.active-effect.center:hover .service-four__icon i:before, .techcontent .active-effect:hover .service-four__icon i:before { 
	-webkit-transform: scale(1.12);
  transform: scale(1.12);
	-webkit-transition: all 0.35s;
    transition: all 0.35s;}
.techcontent .owl-carousel .owl-item.center .service-four__single {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);}

@media (min-width: 992px) {
header .site-branding-logo {
    max-width: 260px!important;
}
header .site-branding-logo {
    padding: 5px 0 5px;
    display: inline-block;
    height: auto;
}
}
@media (max-width: 991px) {
header .site-branding-logo {
    max-width: 200px!important;
}
header .site-branding-logo {
    padding: 10px 0 12px;
    display: inline-block;
    height: auto;
}
}
@media (max-width: 768px) {
header .site-branding-logo {
    max-width: 190px!important;
}
header .site-branding-logo {
    padding: 8px 0 10px;
    display: inline-block;
    height: auto;
}
}

/* Custom EW Section Colors */
.feature-four__content-action .btn-inline:hover {
	color: #8a84d6 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
	text-decoration: none;
}
.riskcontent .feature-one__content-action .btn-inline, .riskcontent .feature-four__content-action .btn-inline {
	color: #e53e51 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.riskcontent .feature-one__content-action .btn-inline:hover, .riskcontent .feature-four__content-action .btn-inline:hover {
	color: #f77c8b !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.benefitscontent .feature-one__content-action .btn-inline, .benefitscontent .feature-four__content-action .btn-inline {
	color: #00afaa !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.benefitscontent .feature-one__content-action .btn-inline:hover, .benefitscontent .feature-four__content-action .btn-inline:hover {
	color: #6bdad5 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.payrollcontent .feature-one__content-action .btn-inline, .payrollcontent .feature-four__content-action .btn-inline {
	color: #2291eb !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.payrollcontent .feature-one__content-action .btn-inline:hover, .payrollcontent .feature-four__content-action .btn-inline:hover {
	color: #5eb5f2 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.hrcontent .feature-one__content-action .btn-inline, .hrcontent .feature-four__content-action .btn-inline {
	color: #daa900 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.hrcontent .feature-one__content-action .btn-inline:hover, .hrcontent .feature-four__content-action .btn-inline:hover {
	color: #ffdb69 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.techcontent .feature-one__content-action .btn-inline, .techcontent .feature-four__content-action .btn-inline {
	color: #00bc70 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.techcontent .feature-one__content-action .btn-inline:hover, .techcontent .feature-four__content-action .btn-inline:hover {
	color: #79dea8 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.talentcontent .feature-one__content-action .btn-inline, .talentcontent .feature-four__content-action .btn-inline {
	color: #ff5c35 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.talentcontent .feature-one__content-action .btn-inline:hover, .talentcontent .feature-four__content-action .btn-inline:hover {
	color: #ff8d78 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.post-content .read-more.btn-inline:hover {
	color: #8a84d6 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.post-content .read-more.btn-inline:after:hover {
	color: #8a84d6 !important;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.riskcontent .panel .panel-heading .panel-title > a:after {
	background:  #e53e51;
}
.riskcontent .panel .panel-heading .panel-title > a.collapsed:after {
    background: var(--notech-theme-color);
}
.benefitscontent .panel .panel-heading .panel-title > a:after {
	background:  #00afaa;
}
.benefitscontent .panel .panel-heading .panel-title > a.collapsed:after {
    background: var(--notech-theme-color);
}
.payrollcontent .panel .panel-heading .panel-title > a:after {
	background:  #2291eb;
}
.payrollcontent .panel .panel-heading .panel-title > a.collapsed:after {
    background: var(--notech-theme-color);
}
.hrcontent .panel .panel-heading .panel-title > a:after {
	background:  #daa900;
}
.hrcontent .panel .panel-heading .panel-title > a.collapsed:after {
    background: var(--notech-theme-color);
}
.techcontent .panel .panel-heading .panel-title > a:after {
	background:  #00bc70;
}
.techcontent .panel .panel-heading .panel-title > a.collapsed:after {
    background: var(--notech-theme-color);
}
.talentcontent .panel .panel-heading .panel-title > a:after {
	background:  #ff5c35;
}
.talentcontent .panel .panel-heading .panel-title > a.collapsed:after {
    background: var(--notech-theme-color);
}

.riskcontent .block .block-title:before {
	background:  #e53e51;
}
.benefitscontent .block .block-title:before {
	background:  #00afaa;
}
.payrollcontent .block .block-title:before {
	background:  #2291eb;
}
.hrcontent .block .block-title:before {
	background:  #daa900;
}
.techcontent .block .block-title:before {
	background:  #00bc70;
}
.talentcontent .block .block-title:before {
	background:  #ff5c35;
}
.tealbg .service-three__title {
	color: #007167;	
}
.tealbg .service-three__single {
	background: rgba(255,255,255,.25);
}

.hrcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li, .hrcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li a {
	color: rgba(255,219,105,0.7);
}
.hrcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li a:hover {
	color: rgba(255,219,105,1);
}
.hrcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li span {
	color: rgba(138,132,214,0.6);
}
.payrollcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li, .payrollcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li a {
	color: rgba(94,181,242,0.7);
}
.payrollcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li a:hover {
	color: rgba(94,181,242,1);
}
.payrollcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li span {
	color: rgba(138,132,214,0.6);
}
.riskcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li, .riskcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li a {
	color: rgba(247,124,139,0.7);
}
.riskcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li a:hover {
	color: rgba(247,124,139,1);
}
.riskcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li span {
	color: rgba(138,132,214,0.6);
}
.techcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li, .techcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li a {
	color: rgba(121,222,168,0.7);
}
.techcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li a:hover {
	color: rgba(121,222,168,1);
}
.techcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li span {
	color: rgba(138,132,214,0.6);
}
.talentcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li, .talentcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li a {
	color: rgba(255,141,120,0.7);
}
.talentcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li a:hover {
	color: rgba(255,141,120,1);
}
.talentcontent .breadcrumb-style .breadcrumb-content-main .block-content .breadcrumb-links .content-inner nav.breadcrumb ol li span {
	color: rgba(138,132,214,0.6);
}
.breadcrumb-content-inner .gva-block-breadcrumb h2.page-title, .breadcrumb-content-inner .gva-block-breadcrumb h1.page-title {font-weight: 500}
.talentcontent .text-white a {
  color: #ff5c35;
  text-decoration: none;
}
.talentcontent .text-white a:hover {
  color: #ff8d78;
}
.benefits .service-three__single:after {
	background: #005cb9;
}
.benefits .service-three__link{
	background: rgba(223,229,235,0.8);
}
.benefits-carousel{
	background: linear-gradient(40deg, rgba(34,145,235,1) 0%, rgba(0,113,103,1) 81%);
}

.button-assessment-footer button {padding:0; background: transparent; background-color: transparent;border:0; color:#a9b8c9;}
.button-assessment-footer button:hover {color:#00afa9;}
.blogmenu.fas.fa-angle-right::before {font-size:9pt; color: #8a84d6;}
.blogmenu-number  {font-size:8pt; color: #8a84d6; font-weight: 900; letter-spacing: 1px;}
.view-list-item a div {display:inline-block; position: relative; bottom: 2px;}
.view-list-item a div.blogmenu {display:inline-block; position: relative; bottom: 1px;}
.field--name-user-picture {width: 35px; height: 35px;}
.field--name-user-picture img {border-radius: 100px;}
.post-meta .contextual-region {display: inline-block; margin-right: 5px}
.tags-list.contextual-region {margin-top:20px;}
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    background: rgba(36,29,105,0.9);
}
@media (min-width: 1099px) {
.agree-button.eu-cookie-compliance-secondary-button, .disagree-button.eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button, .eu-cookie-compliance-save-preferences-button {
	padding: 18px 40px;
}
}
@media (min-width: 850px) and (max-width: 1098px) {
.agree-button.eu-cookie-compliance-secondary-button, .disagree-button.eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button, .eu-cookie-compliance-save-preferences-button {
	padding: 16px 35px;
	font-size: 14px;
}
}
@media (min-width: 601px) and (max-width: 849px) {
.agree-button.eu-cookie-compliance-secondary-button, .disagree-button.eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button, .eu-cookie-compliance-save-preferences-button {
	padding: 12px 20px;
	font-size: 13px;
}
}
.eu-cookie-compliance-more-button {
	text-decoration: none;
	text-weight: 700;
}
.decline-button.eu-cookie-compliance-default-button {
	background: rgba(68,58,163,0.7);
	border: 0;
}
.decline-button.eu-cookie-compliance-default-button:hover {
	background: #443aa3;
}
.agree-button.eu-cookie-compliance-secondary-button {
	background: #655dc6;
	margin-right: 5px;
}
.agree-button.eu-cookie-compliance-secondary-button:hover {
	background: #8a84d6;
}
.eu-cookie-compliance-message p {
	font-weight: 400;
	font-size: 10pt;
}
.find-more-button.eu-cookie-compliance-more-button.find-more-button-processed {
		font-size: 10pt;
	font-weight: 900;
}
.disagree-button.eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button, .eu-cookie-compliance-save-preferences-button {
	box-shadow: inset 0 0px 0 0 #ffffff;
	text-shadow: none;
}
#sliding-popup h2 {
	padding-top: 17px;
}
@media (max-width:600px) {
#sliding-popup h2 {
	padding-top: 25px;
}
}
.eu-cookie-compliance-buttons {
	margin: 0 0 7px 0;
}
.eu-cookie-compliance-message h1, .eu-cookie-compliance-message h2, .eu-cookie-compliance-message h3 {
	line-height: 1.4;
}

.eu-cookie-compliance-message p, .eu-cookie-compliance-message {
	line-height: 1.3;
	margin: 0 0 8px 0;
}
.eu-cookie-compliance-message h2 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 500;
}
@media (max-width: 600px) {
.agree-button.eu-cookie-compliance-secondary-button, .disagree-button.eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button, .eu-cookie-compliance-save-preferences-button {
	padding: 12px 20px;
	font-size: 14px;
	width: 48%;
}
	.decline-button.eu-cookie-compliance-default-button {
		margin-bottom: 13px;
		float: right;
		margin-right: -1px;
	}
	.agree-button.eu-cookie-compliance-secondary-button {
		margin-bottom: 13px;
	}
	.eu-cookie-compliance-message h2 {
		font-size: 14px;
	}
	#sliding-popup h2 {
		padding-top: 20px;
	}
	.eu-cookie-compliance-message h2 {
		margin: 0;
	}
	.eu-cookie-compliance-message p, .eu-cookie-compliance-message {
		font-size: 10px;
		line-height: 1.6;
		margin: 0 0 2px 0;
	}
	.find-more-button.eu-cookie-compliance-more-button.find-more-button-processed {
		font-size: 10px;
	}
}
	.find-more-button.eu-cookie-compliance-more-button.find-more-button-processed:hover, .find-more-button.eu-cookie-compliance-more-button.find-more-button-processed:active,.find-more-button.eu-cookie-compliance-more-button.find-more-button-processed:focus {
		color: #00afaa;
		-webkit-transition: all 0.35s;
    transition: all 0.35s;
	}
.gsc-button.button-full-width.extra-large {width: 100%; font-size: 22px; font-weight: 600; text-transform: none;text-align: center;letter-spacing: 1px;}

.post-content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {font-size: 0.95rem; line-height: 1.6; margin-bottom: 7px;}

.gsc-heading__desc ul, .node--type-article .post-block ul {
	list-style: none;
    padding: 0;
    padding-left: 8px;
    margin: 0 0 20px;
	line-height: 1.4;
}
.gsc-heading__desc ul li, .node--type-article .post-block ul li {
	padding-left: 1em;
    text-indent: 0px;
	padding-bottom: 10px;
}
.gsc-heading__desc ul li:before {
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 14px;
    font-weight: 900;
	color: #655dc6;
    padding-right: 10px;
	line-height: 1;
    padding-top: 6px;
	text-indent: -1.5em;
}
.node--type-article .post-block ul li:before {
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 12px;
    font-weight: 900;
	color: #655dc6;
    padding-right: 10px;
	line-height: 1;
    padding-top: 4px;
	text-indent: -1.5em;	
}
.hrcontent .gsc-heading__desc ul li:before {
	color: #daa900;
}
.payrollcontent .gsc-heading__desc ul li:before {
	color: #2291eb;
}
.benefitscontent .gsc-heading__desc ul li:before {
	color: #00afaa;
}
.riskcontent .gsc-heading__desc ul li:before {
	color: #e53e51;
}
.talentcontent .gsc-heading__desc ul li:before {
	color: #ff5c35;
}
.techcontent .gsc-heading__desc ul li:before {
	color: #00bc70;
}
.hideheader {z-index: 5; margin-top: -40px;}
#block-video-runningabusinessiscomplicated {
  display: none;
}
.socials-contact {position:absolute; z-index: 5; margin-top: 40px; margin-left: 100px}
.socials-contact a i.fa-linkedin, .socials-contact a i.fa-youtube, .socials-contact a i.fa-facebook, .socials-contact a i.fa-instagram, .socials-contact a i.fa-twitter {font-size: 22px; line-height: 24px; color: #2a3742; margin-right: 10px; -webkit-transition: all 0.35s; transition: all 0.35s;}
.socials-contact a i.fa-linkedin:hover, .socials-contact a i.fa-youtube:hover, .socials-contact a i.fa-facebook:hover, .socials-contact a i.fa-instagram:hover, .socials-contact a i.fa-twitter:hover {color: #655dc6; -webkit-transition: all 0.35s; transition: all 0.35s;}
@media (max-width: 767px) {
	.hidethis-mobile {display:none;}
	.showthis-mobile {display:block;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidethis-tablet {display:none;}
	.showthis-tablet {display:block;}
}
@media (min-width: 992px) {
	.hidethis-desktop {display:none;}
	.showthis-desktop {display:block;}
}
.buttonwidth-100 {
	width: 100%;
}



