@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 55px;
  max-width: 1920px;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0 55px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

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

.col-xs-1 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 8.3333333333%;
}

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

.col-xs-2 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 16.6666666667%;
}

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

.col-xs-3 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 25%;
}

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

.col-xs-4 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 33.3333333333%;
}

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

.col-xs-5 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 41.6666666667%;
}

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

.col-xs-6 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 50%;
}

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

.col-xs-7 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 58.3333333333%;
}

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

.col-xs-8 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 66.6666666667%;
}

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

.col-xs-9 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 75%;
}

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

.col-xs-10 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 83.3333333333%;
}

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

.col-xs-11 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 91.6666666667%;
}

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

.col-xs-12 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .col-md-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.hidden {
  display: none !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*===============================
=            tooltip            =
===============================*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -9px;
  padding: 10px 0;
}

.tooltip.right, .tooltip.top-right, .tooltip.bottom-right {
  margin-left: 9px;
  padding: 0 10px;
}

.tooltip.bottom {
  margin-top: 9px;
  padding: 10px 0;
}

.tooltip.left, .tooltip.top-left, .tooltip.bottom-left {
  margin-left: -9px;
  padding: 0 10px;
}

.tooltip-inner {
  padding: 28px 28px 23px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
}

.tooltip-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 0 1px 1px;
}

.tooltip.top-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.top-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 1px 1px 0 0;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

/*=====  End of tooltip  ======*/
/*=============================
=            modal            =
=============================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
       transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
       transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
       box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg {
    width: 900px;
  }
}
/*=====  End of modal  ======*/
/*================================
=            dropdown            =
================================*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
       box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/*=====  End of dropdown  ======*/
/*================================
=            Collapse            =
================================*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
       transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
       transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  transition-property: height, visibility;
}

/*=====  End of Collapse  ======*/
@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/source-sans-pro/source-sans-pro-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/source-sans-pro/source-sans-pro-regular.woff2") format("woff2"), url("/fonts/source-sans-pro/source-sans-pro-regular.woff") format("woff");
}
@font-face {
  font-family: "TWK Everett";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Everett/TWKEverett-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Everett/TWKEverett-BoldItalic.woff2") format("woff2"), url("../fonts/Everett/TWKEverett-BoldItalic.woff") format("woff"), url("../fonts/Everett/TWKEverett-BoldItalic.ttf") format("truetype"), url("../fonts/Everett/TWKEverett-BoldItalic.svg#TWK Everett") format("svg");
}
@font-face {
  font-family: "TWK Everett";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Everett/TWKEverett-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Everett/TWKEverett-Bold.woff2") format("woff2"), url("../fonts/Everett/TWKEverett-Bold.woff") format("woff"), url("../fonts/Everett/TWKEverett-Bold.ttf") format("truetype"), url("../fonts/Everett/TWKEverett-Bold.svg#TWK Everett") format("svg");
}
@font-face {
  font-family: "TWK Everett";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Everett/TWKEverett-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Everett/TWKEverett-LightItalic.woff2") format("woff2"), url("../fonts/Everett/TWKEverett-LightItalic.woff") format("woff"), url("../fonts/Everett/TWKEverett-LightItalic.ttf") format("truetype"), url("../fonts/Everett/TWKEverett-LightItalic.svg#TWK Everett") format("svg");
}
@font-face {
  font-family: "TWK Everett";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Everett/TWKEverett-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Everett/TWKEverett-Light.woff2") format("woff2"), url("../fonts/Everett/TWKEverett-Light.woff") format("woff"), url("../fonts/Everett/TWKEverett-Light.ttf") format("truetype"), url("../fonts/Everett/TWKEverett-Light.svg#TWK Everett") format("svg");
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica/Helvetica.eot");
  src: url("../fonts/Helvetica/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica/Helvetica.woff") format("woff"), url("../fonts/Helvetica/Helvetica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*=====================================
=            base elements            =
=====================================*/
body {
  line-height: 1.2;
  font-size: 16px;
  margin: 0;
  text-rendering: optimizelegibility;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #18291B;
}

.container {
  max-width: 1440px;
  padding: 0 24px;
}

.wrapper {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  outline: none;
}

textarea, input, select, button, a {
  outline: none;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  font-family: inherit;
}

select,
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select, option {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #000 !important;
}

textarea {
  overflow: auto;
}

[disabled] {
  cursor: not-allowed;
}

/*=====  End of base elements  ======*/
/*=====================================
=              Cursor                =
=====================================*/
.cursor {
  width: 88px;
  height: 88px;
  top: -44px;
  left: -44px;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.cursor .circle_desc {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
}
.cursor.magnetize {
  opacity: 0;
}
.cursor .cursor_link svg {
  margin-top: 6px;
}
.cursor.white .circle {
  background-color: #FFFFFF;
}
.cursor.black .circle {
  background: rgba(0, 0, 0, 0.9);
}
.cursor .circle {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cursor.activeHover .outer_custom_circle {
  opacity: 0;
}
.cursor.activeHover .circle {
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  background-color: transparent;
}
.cursor.activeHover.white .circle {
  border: 1px solid #fff;
}
.cursor.activeScroll .outer_custom_circle {
  opacity: 0;
}
.cursor.activeScroll .circle {
  width: 88px;
  height: 88px;
  border: 1px solid #000000;
  background-color: transparent;
}
.cursor.activeScroll .cursor_scroll {
  opacity: 1;
}
.cursor.activeScroll.white .circle {
  border: 1px solid #fff;
}
.cursor .cursor_scroll {
  text-transform: uppercase;
}
.cursor.activeLinkHover .outer_custom_circle {
  opacity: 0;
}
.cursor.activeLinkHover .circle {
  width: 88px;
  height: 88px;
  border: 1px solid #000000;
  background-color: transparent;
}
.cursor.activeLinkHover .cursor_link {
  opacity: 1;
}
.cursor.activeLinkHover .cursor_link path {
  stroke: #000;
}
.cursor.activeLinkHover.white .cursor_link path {
  stroke: #fff;
}
.cursor.activeLinkHover.white .circle {
  border: 1px solid #fff;
}
.cursor.activeDrag .outer_custom_circle {
  opacity: 0;
}
.cursor.activeDrag .circle {
  width: 88px;
  height: 88px;
  border: 1px solid #000000;
  background-color: transparent;
}
.cursor.activeDrag .cursor_drag {
  opacity: 1;
}
.cursor.activeDrag.white {
  color: #fff;
}
.cursor.activeDrag.white .circle {
  border-color: #fff;
}

.outer_custom_circle {
  width: 88px;
  height: 88px;
  top: -44px;
  left: -44px;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.outer_custom_circle .outer_circle {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, width 0.4s ease-in 0s, height 0.4s ease-in 0s, -webkit-transform 0.4s ease-in 0s;
  transition: opacity 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, width 0.4s ease-in 0s, height 0.4s ease-in 0s, -webkit-transform 0.4s ease-in 0s;
  -o-transition: opacity 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, width 0.4s ease-in 0s, height 0.4s ease-in 0s, -o-transform 0.4s ease-in 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, transform 0.4s ease-in 0s, width 0.4s ease-in 0s, height 0.4s ease-in 0s, -moz-transform 0.4s ease-in 0s;
  transition: opacity 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, transform 0.4s ease-in 0s, width 0.4s ease-in 0s, height 0.4s ease-in 0s;
  transition: opacity 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, transform 0.4s ease-in 0s, width 0.4s ease-in 0s, height 0.4s ease-in 0s, -webkit-transform 0.4s ease-in 0s, -moz-transform 0.4s ease-in 0s, -o-transform 0.4s ease-in 0s;
}
.outer_custom_circle.magnetize .outer_circle {
  width: 20px;
  height: 20px;
}
.outer_custom_circle.white .outer_circle {
  border: 1px solid #FFFFFF;
}
.outer_custom_circle.black .outer_circle {
  border: 1px solid #000000;
}
.outer_custom_circle.hovers .outer_circle {
  opacity: 0;
}
.outer_custom_circle.moveClass .outer_circle {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/*=====  Cursor  ======*/
/*=====================================
=               Footer               =
=====================================*/
.footer {
  z-index: 999;
  position: relative;
  background-color: #18291B;
}
.footer.green_bg {
  background-color: #18291B;
}
.footer .footer_center_wrap {
  border-bottom: 1px solid #576659;
}
.footer .footer_center_wrap .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_center_wrap .center_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 29px;
  padding: 0 20px;
}
.footer .footer_center_wrap .center_side a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 206px;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  background: #D6D9D6;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  height: 40px;
  margin-bottom: 18px;
  color: #2D3E2F;
  padding-left: 26px;
}
.footer .footer_center_wrap .center_side a svg {
  margin-right: 2px;
}
.footer .footer_center_wrap .left_side {
  padding-top: 40px;
  width: 641px;
  border-right: 1px solid #576659;
  margin-left: 0;
  padding-bottom: 96px;
  font-weight: 300;
}
.footer .footer_center_wrap .left_side .col_links {
  width: 100%;
  max-width: 100%;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.footer .footer_center_wrap .left_side .text_20 {
  display: block;
  margin-bottom: 24px;
}
.footer .footer_center_wrap .left_side .one_menu_column {
  margin: 0 10px 40px;
  width: -webkit-calc(33.33% - 20px);
  width: -moz-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.footer .footer_center_wrap .left_side .one_menu_column .menu_title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.footer .footer_center_wrap .left_side .one_menu_column .menu_title::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #FFFFFF;
  left: 0;
  top: 7px;
}
.footer .footer_center_wrap .left_side .one_menu_column .menu_links_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer_center_wrap .left_side .one_menu_column .menu_links_wrap a {
  margin-bottom: 8px;
}
.footer .footer_center_wrap .right_side {
  width: 401px;
  padding: 40px 0 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px solid #576659;
}
.footer .footer_center_wrap .right_side .social_media_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer .footer_center_wrap .right_side .social_media_wrap a {
  padding-right: 10px;
  padding-bottom: 10px;
}
.footer .footer_center_wrap .right_side .social_media_wrap a:last-child {
  padding-right: 0;
}
.footer .footer_center_wrap .right_side .partners_wrap img {
  max-width: 64px;
  max-width: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer_center_wrap .right_side .partners_wrap .partners_title {
  margin-top: 8px;
}
.footer .footer_bottom_wrap {
  padding: 32px 0 28px;
}
.footer .footer_bottom_wrap .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_bottom_wrap .left_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_bottom_wrap .left_side a {
  margin-left: 24px;
}
.footer .footer_bottom_wrap .right_side a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_bottom_wrap .right_side a svg {
  margin-left: 7px;
}

@media screen and (max-width: 1024px) {
  .footer .footer_center_wrap .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .footer .footer_center_wrap .left_side {
    width: 100%;
    border-right: 0;
    padding-bottom: 0;
  }
  .footer .footer_center_wrap .left_side .one_menu_column {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .footer .footer_center_wrap .center_side {
    margin-top: 0;
    padding: 0;
    padding-bottom: 20px;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 50%;
  }
  .footer .footer_center_wrap .right_side {
    width: 100%;
    padding: 16px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-left: 0;
  }
  .footer .footer_center_wrap .right_side .social_media_wrap {
    width: 338px;
  }
  .footer .footer_center_wrap .right_side::after {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    left: -24px;
    background-color: #576659;
  }
  .footer .footer_center_wrap .right_side .partners_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_center_wrap .right_side .partners_wrap .partners_title {
    margin-top: 0;
    margin-right: 25px;
  }
  .footer .footer_bottom_wrap {
    padding: 32px 0 37px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_center_wrap {
    border-bottom: 0;
  }
  .footer .footer_center_wrap .left_side {
    margin-left: 0px;
    width: 100%;
    padding-bottom: 24px;
  }
  .footer .footer_center_wrap .left_side a {
    margin-bottom: 32px;
  }
  .footer .footer_center_wrap .left_side a:last-child {
    margin-bottom: 0;
  }
  .footer .footer_center_wrap .left_side .col_links {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .footer .footer_center_wrap .left_side .one_menu_column {
    margin: 0 0 76px;
    width: 100%;
  }
  .footer .footer_center_wrap .center_side {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  .footer .footer_center_wrap .right_side {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_center_wrap .right_side .social_media_wrap {
    position: relative;
    padding: 32px 0;
    width: 100%;
  }
  .footer .footer_center_wrap .right_side .social_media_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    left: -24px;
    background-color: #576659;
  }
  .footer .footer_center_wrap .right_side .partners_wrap {
    width: 100%;
    padding: 32px 0;
  }
  .footer .footer_center_wrap .right_side .partners_wrap .logos_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer_center_wrap .right_side .partners_wrap .logos_wrap a:first-child {
    margin-right: 8px;
  }
  .footer .footer_center_wrap .right_side .partners_wrap img {
    max-width: 48px;
    max-width: 48px;
  }
  .footer .footer_center_wrap .right_side .partners_wrap .partners_title {
    margin-right: 16px;
  }
  .footer .footer_bottom_wrap .content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_bottom_wrap .left_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  .footer .footer_bottom_wrap .left_side a {
    margin-left: 0px;
    margin-top: 16px;
  }
}
/*=====  End of Footer  ======*/
/*=====================================
=               Header               =
=====================================*/
.header {
  position: fixed;
  height: 117px !important;
  width: 100vw;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 1s;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 1s;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, -o-transform 0.3s ease-in-out 1s;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out 1s, -moz-transform 0.3s ease-in-out 1s;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out 1s;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out 1s, -webkit-transform 0.3s ease-in-out 1s, -moz-transform 0.3s ease-in-out 1s, -o-transform 0.3s ease-in-out 1s;
}
.header .container {
  height: 100%;
}
.header .content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .banner_big_logo_wrap {
  width: 150px;
}
.header .banner_big_logo_wrap svg, .header .banner_big_logo_wrap img {
  height: auto;
  max-width: 100%;
}
.header .banner_big_logo_wrap svg path, .header .banner_big_logo_wrap img path {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .right_side_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  height: 100%;
  margin-right: -30px;
  margin-left: auto;
}
.header .right_side_menu a, .header .right_side_menu div {
  margin-left: 82px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1025px) {
  .header .right_side_menu a, .header .right_side_menu div {
    cursor: none;
  }
}
.header .right_side_menu a .circle, .header .right_side_menu div .circle {
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #FFFFFF;
  left: 10px;
  top: 53px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.header.bg_menu:not(.modal_active) {
  color: #18291B;
}
.header.bg_menu:not(.modal_active) .right_side_menu div .circle, .header.bg_menu:not(.modal_active) .right_side_menu a .circle {
  background-color: #18291B;
}
.header.bg_menu:not(.modal_active) .banner_big_logo_wrap svg path {
  fill: #18291B;
}
.header.modal_active {
  background-color: #D1D3D4;
}
.header.modal_active .banner_big_logo_wrap {
  width: 150px !important;
  top: 25px !important;
  left: 0 !important;
}
.header.modal_active .banner_big_logo_wrap svg path {
  fill: #18291B;
}
.header.modal_active .right_side_menu {
  color: #D1D3D4;
}
.header.modal_active .right_side_menu a {
  pointer-events: none;
}
.header.modal_active .right_side_menu a .circle {
  background-color: #D1D3D4;
}
.header.modal_active .right_side_menu div {
  color: #18291B;
}
.header.modal_active .right_side_menu div .circle {
  background-color: #18291B;
}
.header.bcg_active:not(.modal_active) {
  background-color: #18291B;
}
@media screen and (min-width: 1025px) {
  .header.header_start_anim {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .header.header_start_anim.start_anim {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
  .header.header_start_anim.hide_header {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  .header.header_start_anim.show_header {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 1024px) {
  .header {
    height: 80px;
    z-index: 9999;
  }
  .header .right_side_menu a .circle, .header .right_side_menu div .circle {
    top: 34px;
  }
  .header.modal_active .banner_big_logo_wrap {
    width: 102px !important;
    top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 64px;
  }
  .header .right_side_menu a .circle, .header .right_side_menu div .circle {
    top: 22px;
  }
  .header.modal_active .banner_big_logo_wrap {
    width: 82px !important;
    top: 0px !important;
  }
  .header .container {
    padding-left: 24px;
  }
  .header .content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .right_side_menu {
    margin-right: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .right_side_menu div, .header .right_side_menu a {
    font-size: 16px;
    line-height: 21px;
    margin-left: 0;
    padding-right: 0;
    height: 63px;
  }
  .header .right_side_menu div .circle, .header .right_side_menu a .circle {
    top: 25px;
  }
  .header .banner_big_logo_wrap {
    width: 82px;
    padding-top: 16px;
  }
}
/*=====  End of Header  ======*/
/*=====================================
=             Menu Modal             =
=====================================*/
.open_menu_modal {
  width: 100vw;
  height: -webkit-calc(100vh - 117px);
  height: -moz-calc(100vh - 117px);
  height: calc(100vh - 117px);
  position: fixed;
  left: 0;
  top: 117px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  pointer-events: none;
}
.open_menu_modal .container {
  height: 100%;
}
.open_menu_modal .contet {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 126px;
}
@media screen and (max-width: 1330px) {
  .open_menu_modal .contet {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-height: 700px) {
  .open_menu_modal .contet {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: scroll;
    padding-top: 20px;
  }
}
.open_menu_modal .left_side_menu_modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateX(100px);
     -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
       -o-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}
.open_menu_modal .left_side_menu_modal .social_media_wrap {
  margin-top: 113px;
}
.open_menu_modal .left_side_menu_modal .social_media_wrap a {
  margin-right: 32px;
}
.open_menu_modal .right_side_menu_modal {
  width: 920px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.open_menu_modal .right_side_menu_modal .right_side_link {
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid #18291B;
  padding: 32px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(200px);
     -moz-transform: translateX(200px);
      -ms-transform: translateX(200px);
       -o-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.open_menu_modal .right_side_menu_modal .right_side_link:first-child {
  border-top: 1px solid #18291B;
}
.open_menu_modal .right_side_menu_modal .right_side_link svg path {
  stroke: #18291B;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.open_menu_modal .right_side_menu_modal .right_side_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #18291B;
  z-index: -1;
}
.open_menu_modal .right_side_menu_modal .right_side_link span {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .open_menu_modal .right_side_menu_modal .right_side_link:hover span {
    color: #FFFFFF;
  }
  .open_menu_modal .right_side_menu_modal .right_side_link:hover svg path {
    stroke: #FFFFFF;
  }
  .open_menu_modal .right_side_menu_modal .right_side_link:hover::after {
    height: 100%;
  }
}
.open_menu_modal .left_menu_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.open_menu_modal .left_menu_wrap a {
  margin-bottom: 16px;
}
.open_menu_modal.open_modal {
  opacity: 1;
  pointer-events: all;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(1) {
  -webkit-transition-delay: 0.15s;
     -moz-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(2) {
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(3) {
  -webkit-transition-delay: 0.45s;
     -moz-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(4) {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(5) {
  -webkit-transition-delay: 0.75s;
     -moz-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(6) {
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(7) {
  -webkit-transition-delay: 1.05s;
     -moz-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(8) {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(9) {
  -webkit-transition-delay: 1.35s;
     -moz-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(10) {
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(11) {
  -webkit-transition-delay: 1.65s;
     -moz-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(12) {
  -webkit-transition-delay: 1.8s;
     -moz-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(13) {
  -webkit-transition-delay: 1.95s;
     -moz-transition-delay: 1.95s;
       -o-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(14) {
  -webkit-transition-delay: 2.1s;
     -moz-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(15) {
  -webkit-transition-delay: 2.25s;
     -moz-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(16) {
  -webkit-transition-delay: 2.4s;
     -moz-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(17) {
  -webkit-transition-delay: 2.55s;
     -moz-transition-delay: 2.55s;
       -o-transition-delay: 2.55s;
          transition-delay: 2.55s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(18) {
  -webkit-transition-delay: 2.7s;
     -moz-transition-delay: 2.7s;
       -o-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(19) {
  -webkit-transition-delay: 2.85s;
     -moz-transition-delay: 2.85s;
       -o-transition-delay: 2.85s;
          transition-delay: 2.85s;
}
.open_menu_modal.open_modal .right_side_menu_modal .right_side_link:nth-child(20) {
  -webkit-transition-delay: 3s;
     -moz-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
.open_menu_modal.open_modal .left_side_menu_modal {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out 0.7s;
  -o-transition: all 0.3s ease-in-out 0.7s;
  -moz-transition: all 0.3s ease-in-out 0.7s;
  transition: all 0.3s ease-in-out 0.7s;
}

@media screen and (max-width: 1024px) {
  .open_menu_modal {
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
    top: 80px;
    z-index: 9999;
  }
  .open_menu_modal .container {
    height: 100%;
    overflow: scroll;
  }
  .open_menu_modal .contet {
    padding-bottom: 31px;
    padding-top: 104px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .open_menu_modal .left_side_menu_modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 124px;
  }
  .open_menu_modal .left_side_menu_modal > div {
    width: 50%;
  }
  .open_menu_modal .right_side_menu_modal {
    width: 100%;
  }
  .open_menu_modal .right_side_menu_modal .right_side_link {
    font-size: 48px;
    line-height: 63px;
  }
}
@media screen and (max-width: 767px) {
  .open_menu_modal {
    height: -webkit-calc(100vh - 64px);
    height: -moz-calc(100vh - 64px);
    height: calc(100vh - 64px);
    top: 64px;
  }
  .open_menu_modal .contet {
    padding-top: 120px;
  }
  .open_menu_modal .menu_mobile_click_to_search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 67px;
  }
  .open_menu_modal .left_side_menu_modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 158px;
  }
  .open_menu_modal .left_side_menu_modal .social_media_wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .open_menu_modal .right_side_menu_modal .right_side_link {
    font-size: 32px;
    line-height: 42px;
    text-align: right;
  }
  .open_menu_modal .right_side_menu_modal .right_side_link svg {
    width: 24px;
    height: 24px;
  }
  .open_menu_modal .left_menu_wrap {
    margin-bottom: 48px;
  }
}
/*=====  End of Menu Modal  ======*/
/*=====================================
=             Search Modal            =
=====================================*/
.search_menu_modal {
  width: 100vw;
  height: -webkit-calc(100vh - 117px);
  height: -moz-calc(100vh - 117px);
  height: calc(100vh - 117px);
  position: fixed;
  left: 0;
  top: 117px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.search_menu_modal .container {
  height: 100%;
}
.search_menu_modal .content {
  height: 100%;
  padding-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}
.search_menu_modal .ss_terms_wrap {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.search_menu_modal .ss_terms_wrap .termis_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
}
.search_menu_modal .ss_terms_wrap .termis_wrap .large_btn {
  margin-bottom: 32px;
}
.search_menu_modal .ss_terms_wrap.active {
  opacity: 0;
  pointer-events: none;
}
.search_menu_modal .search_input_wrap {
  position: relative;
}
.search_menu_modal .search_input_wrap .search_input_title {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.search_menu_modal .search_input_wrap .search_input_title.active {
  opacity: 1;
}
.search_menu_modal .search_input_wrap input[type=text] {
  background-color: transparent;
  border: 0;
  width: 100%;
  text-transform: uppercase;
  color: #18291B;
  padding: 0;
  caret-color: #FFFFFF;
}
.search_menu_modal .search_input_wrap input[type=text]::-webkit-input-placeholder {
  opacity: 1;
}
.search_menu_modal .search_input_wrap input[type=text]::-moz-placeholder {
  opacity: 1;
}
.search_menu_modal .search_input_wrap input[type=text]:-moz-placeholder {
  opacity: 1;
}
.search_menu_modal .search_input_wrap input[type=text]:-ms-input-placeholder {
  opacity: 1;
}
.search_menu_modal .search_input_wrap .bottom_input_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #18291B;
}
.search_menu_modal .search_input_wrap .bottom_input_wrap form {
  width: 100%;
}
.search_menu_modal .search_input_wrap .bottom_input_wrap .parsley-errors-list {
  display: none;
}
.search_menu_modal .serach_results {
  overflow-y: scroll;
  margin-bottom: auto;
  scrollbar-color: #A2AAAD #D1D3D4;
  scrollbar-width: thin;
  height: -webkit-calc(100% - 111px);
  height: -moz-calc(100% - 111px);
  height: calc(100% - 111px);
}
.search_menu_modal .serach_results::-webkit-scrollbar {
  width: 6px;
  background-color: #D1D3D4;
}
.search_menu_modal .serach_results::-webkit-scrollbar-thumb {
  background: #A2AAAD;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
.search_menu_modal .search_single_post {
  padding-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search_menu_modal .search_single_post .post_type_LeftName {
  width: 222px;
  text-transform: uppercase;
}
.search_menu_modal .search_single_post .elem_title {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.search_menu_modal .search_single_post .right_side {
  width: -webkit-calc(100% - 222px);
  width: -moz-calc(100% - 222px);
  width: calc(100% - 222px);
  border-bottom: 1px solid #18291B;
  padding-bottom: 36px;
}
.search_menu_modal .search_single_post .desc_wrap {
  margin-bottom: 24px;
}
.search_menu_modal .search_single_post .post_cats_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.search_menu_modal .search_single_post .post_cats_wrap .dot_wrap {
  margin: 0 16px;
}
.search_menu_modal .loader_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #D1D3D4;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  pointer-events: none;
}
.search_menu_modal .loader_wrap svg {
  width: 70px;
  fill: #18291B;
}
.search_menu_modal .loader_wrap.active {
  opacity: 1;
  pointer-events: auto;
}
.search_menu_modal.open_modal {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1024px) {
  .search_menu_modal {
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
    top: 80px;
    z-index: 9999;
  }
  .search_menu_modal .content {
    padding-top: 85px;
  }
  .search_menu_modal .ss_terms_wrap .termis_wrap .large_btn {
    font-size: 24px;
    line-height: 32px;
  }
  .search_menu_modal .search_input_wrap input[type=text] {
    height: 64px;
    font-size: 48px;
  }
  .search_menu_modal .search_input_wrap .bottom_input_wrap {
    margin-top: 13px;
    padding-bottom: 24px;
  }
  .search_menu_modal .search_single_post {
    padding-top: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search_menu_modal .search_single_post .post_type_LeftName {
    width: 100%;
    margin-bottom: 24px;
  }
  .search_menu_modal .search_single_post .right_side {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search_menu_modal {
    height: -webkit-calc(100vh - 64px);
    height: -moz-calc(100vh - 64px);
    height: calc(100vh - 64px);
    top: 64px;
    overflow: auto;
  }
  .search_menu_modal .content {
    padding-top: 32px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: 600px;
  }
  .search_menu_modal .content.m_active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  .search_menu_modal .mobile_return_to_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3px;
  }
  .search_menu_modal .mobile_return_to_menu svg {
    margin-right: 8px;
  }
  .search_menu_modal .ss_terms_wrap .termis_wrap .large_btn {
    font-size: 16px;
    line-height: 24px;
  }
  .search_menu_modal .search_input_wrap input[type=text] {
    font-size: 24px;
    line-height: 40px;
    height: 40px;
  }
  .search_menu_modal .search_input_wrap .bottom_input_wrap {
    padding-bottom: 10px;
    margin-top: 70px;
  }
  .search_menu_modal .search_input_wrap .bottom_input_wrap .input_wrap svg {
    width: 41px;
    height: 41px;
  }
  .search_menu_modal .search_input_wrap.active {
    margin-top: 50px;
  }
  .search_menu_modal .search_input_wrap.active .bottom_input_wrap {
    margin-top: 13px;
  }
  .search_menu_modal .search_single_post .elem_title {
    font-size: 28px;
    line-height: 40px;
  }
  .search_menu_modal .search_single_post .post_cats_wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search_menu_modal .search_single_post .post_cats_wrap .dot_wrap {
    display: none;
  }
}
/*=====  End of Search Modal  ======*//*# sourceMappingURL=styles.css.map */
 * 

.btn-hollow, .white_verion, .living_data_section a, .btn-primary--link {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	border-radius: 44px;
	border: 1.4px solid #2D3E2F !important;
	display: flex;
	padding: 7px 22px 8px 22px;
	justify-content: center;
	align-items: center;
	gap: 24px;
    position: relative;
    display: inline-flex;
  	transition: 0.5s ease-in-out 0s;
    text-decoration: unset !important;
	background-color: white !important;
	color: #2D3E2F !important;
	font-size: 16px !important;
}
.btn-hollow span, .white_verion span {
	text-decoration: unset !important;
}
.white_verion::before, .white_verion::after, .btn-primary::after, .large_btn::after, .large_icon_btn::after, .btn-primary::before, .large_btn::before, .large_icon_btn::before, .large_icon_btn span::after, .btn-primary--link::before, .btn-primary--link::after {
	display: none !important;
}
.btn-hollow:hover, .white_verion:hover, .living_data_section a:hover, .btn-primary--link:hover {
	background-color: #2D3E2F !important;
	color: #ffffff !important;
  	transition: 0.5s ease-in-out 0s;
}
a u {
	text-decoration: unset !important;
}
.btn-primary, .large_btn, .large_icon_btn, .submit_wrap input {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	border-radius: 44px;
	border: 1.4px solid #2D3E2F !important;
	display: flex;
	color: #ffffff !important;
	background-color: #2D3E2F !important;
	padding: 7px 22px 8px 22px;
	justify-content: center;
	align-items: center;
	gap: 24px;
    position: relative;
    display: inline-flex;
  	transition: 0.5s ease-in-out 0s;
    text-decoration: unset !important;
	font-size: 16px !important;
	cursor: pointer;
}
.btn-primary span, .large_btn span, .large_icon_btn span {
	text-decoration: unset !important;
}
.contact_modal form .submit_wrap:hover .anim_wrap {
	background-color: transparent !important;
}
.btn-primary:hover, .large_btn:hover, .large_icon_btn:hover, .submit_wrap input:hover {
	background-color: #ffffff !important;
	color: #2D3E2F !important;
  	transition: 0.5s ease-in-out 0s;
}

.hide {
	display: none !important;
}

.mobileMenu, .mobileSubmenu {
	display: none;
}
@media screen and (max-width: 1023px) {
    .desktop-only-element {
		display: none !important;
    }
	.desktopHeader .desktopMenu {
		display: none !important;
	}
	.mobileMenu {
		display: flex !important;
		align-items: center;
		gap: 24px;		
	}
	.mobileSubmenu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 37px 24px 120px 24px;
        background: #D1D3D4;
        min-height: 100vh;
		margin-left: 100%;
		pointer-events: none;
  		transition: 0.5s ease-in-out 0s;
        gap: 80px;
    }
	.mobileSubmenu.active {	
		margin-left: 0%;
		pointer-events: all;
  		transition: 0.5s ease-in-out 0s;
        overflow-y: auto;
	}
	.mobileSubmenu .top {
		display: flex !important;
		align-items: center;
		gap: 24px;	
		justify-content: space-between;
	}
	.desktopHeader .logo {
    	max-width: 121px !important;
	}
	.header {
		height: 96px !important;
    	top: 0;
	}
	.desktopHeader {
    	min-height: 96px !important;
    	padding: 37px 0 11px 0 !important;
	}
	.mobileSubmenu .menuItemLink {
		height: auto;
		margin: 0;
		width: 100%;
	}
	.mobileSubmenu .menuItemLink a {
		color: #2D3E2F;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 26px 0;
		border-bottom: 1px solid #231F20;
        min-width: 260px;
	}
	.mobileSubmenuHolder .backBlock {
		display: flex !important;
		align-items: center;
		gap: 24px;	
		padding: 80px 0;
	}
	.mobileSubmenuHolder .backBlock p {
		color: #2D3E2F;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 133.333% */
	}
	.mobileSubmenuHolder {
		position: absolute;
		left: 0;
		right: 0;
		top: 96px;
		bottom: 0;
        background: #D1D3D4;
		min-height: calc(100% - 96px);
		overflow-y: auto;
		margin-left: 100%;
		pointer-events: none;
  		transition: 0.5s ease-in-out 0s;
    }
	.mobileSubmenuHolder.active {	
		margin-left: 0%;
		pointer-events: all;
  		transition: 0.5s ease-in-out 0s;
	}
	.mobileSubmenuHolder .container {
		display: flex;
		flex-direction: column;
	}
	.mobileSubMenuBlock .mobileSubMenuItem a.mainLink {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		border-bottom: 0;
		padding: 20px 0;
	}

	.mobileSubMenuBlock .mobileSubMenuItem:first-child a {
		color: #2D3E2F;
		font-size: 24px !important;
		font-style: normal;
		font-weight: 400;
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 26px 0 !important;
		border-bottom: 1px solid #231F20 !important;
		margin-bottom: 10px;
	}
	.mobileSubMenuBlock .mobileSubMenuItem:last-child a {
		border-bottom: 1px solid #231F20 !important;
	}
	.mobileSubMenuBlock .servicesMenu, .mobileSubMenuBlock .divisionsMenu {
		max-width: unset;
		margin: 0;
	}
	.divisionsMenu .mobileSubMenuItem:first-child a {
		border-bottom: 0 !important;
		margin-bottom: 0 !important;
		margin-top: 6px !important;
	}
	.divisionsMenu .mobileSubMenuItem:last-child a {
		border-top: 1px solid #231F20 !important;
		border-bottom: 0 !important;
	}
	.mobileSubMenuBlock {
		padding-bottom: 120px;
	}
}