@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Overpass:100,300,400,700,900&display=swap");
body {
  font-family: "Overpass", sans-serif;
  line-height: 24px;
  font-weight: 400;
}

main {
  width: 100%;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  color: #221E1F;
  font-weight: 600;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  color: #1074bc;
  font-weight: 400;
}
.sidebar-content nav:first-child ul {
    margin-bottom: 0;
}
.sidebar-content ul {
    text-align: right;
    margin-left: 0;
    width: 100%;
    border-right: 2px solid gainsboro;
}
.sidebar-content ul li {
    position: relative;
    left: 2px;
    padding: 8px 0px;
}
.sidebar-content ul li.menu-item--active-trail a {
    border-right: 2px solid red;
}
.sidebar-content a.is-active {
    color: #EB1F25 !important;
}
.sidebar-content a {
    padding: 0px 15px;
    display: block;
    color: #000000;
}
h3 {
  font-size: 25px;
  line-height: 30px;
  color: #221E1F;
  font-weight: 400;
}

h4 {
  font-size: 22px;
  line-height: 26px;
  color: #607D8B;
  font-weight: 400;
}

p {
  font-size: 17px;
  color: #000000;
  line-height: 24px;
  font-weight: 400;
}

article ul,
article ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
article ul li,
article ol li {
  text-indent: -30px;
  padding-left: 30px;
  margin-bottom: 20px;
}
article ul li:before,
article ol li:before {
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  padding: 3px;
  border: 1px solid #1074bc;
  border-radius: 50%;
  color: #1074bc;
  margin-right: 10px;
}

dl {
  margin: 0;
}

dt {
  margin: 0;
}

dd {
  margin: 0;
}

a {
  color: #1074bc;
  transition: 0.5s ease-out all;
  text-decoration: none;
}
a:hover, a:focus {
  color: #607D8B;
}

.btn-red {
  background: #1074bc;
  border-radius: 50px;
  padding: 21px 84px;
  transition: 0.5s all;
  color: #fff;
  display: inline-block;
  margin: 10px;
}
@media (max-width: 993px) {
  .btn-red {
    padding: 15px 50px;
  }
}
.btn-red:hover, .btn-red:focus {
  background: #f15929;
  color: #fff;
}

.btn-gray {
  background: #607D8B;
  border-radius: 50px;
  padding: 21px 84px;
  transition: 0.5s all;
  color: #fff;
  display: inline-block;
  margin: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 993px) {
  .btn-gray {
    padding: 15px 50px;
  }
}
.btn-gray:hover, .btn-gray:focus {
  background: #90a4ae;
  color: #fff;
}

.btn-red-line {
  background: transparent;
  border: 1px solid #1074bc;
  border-radius: 50px;
  padding: 21px 84px;
  transition: 0.5s all;
  color: #1074bc;
  display: inline-block;
  margin: 10px;
}
@media (max-width: 993px) {
  .btn-red-line {
    padding: 15px 50px;
  }
}
.btn-red-line:hover, .btn-red-line:focus {
  color: #fff;
  background: #1074bc;
}

.btn-gray-line {
  background: transparent;
  border: 1px solid #607D8B;
  border-radius: 50px;
  padding: 21px 84px;
  transition: 0.5s all;
  color: #607D8B;
  display: inline-block;
  margin: 10px;
}
@media (max-width: 993px) {
  .btn-gray-line {
    padding: 15px 50px;
  }
}
.btn-gray-line:hover, .btn-gray-line:focus {
  color: #fff;
  background: #607D8B;
}

.btn-red-arrow {
  background: #1074bc;
  border-radius: 50px;
  padding: 21px 150px 21px 30px;
  transition: 0.5s all;
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 993px) {
  .btn-red-arrow {
    padding: 15px 80px 15px 25px;
  }
}
.btn-red-arrow:after {
  font-family: "Flaticon";
  content: "";
  color: #fff;
  font-size: 20px;
  position: absolute;
  float: right;
  right: 40px;
  transition: 0.5s all;
}
@media (max-width: 993px) {
  .btn-red-arrow:after {
    right: 30px;
  }
}
.btn-red-arrow:hover:after {
  transition: 0.5s all;
  color: #fff;
  right: 30px;
}
.btn-red-arrow:hover, .btn-red-arrow:focus {
  background: #f15929;
  color: #fff;
}

.btn-gray-arrow {
  background: #607D8B;
  border-radius: 50px;
  padding: 21px 150px 21px 30px;
  transition: 0.5s all;
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 993px) {
  .btn-gray-arrow {
    padding: 15px 80px 15px 25px;
  }
}
.btn-gray-arrow:after {
  font-family: "Flaticon";
  content: "";
  color: #fff;
  font-size: 20px;
  position: absolute;
  float: right;
  right: 40px;
  transition: 0.5s all;
}
@media (max-width: 993px) {
  .btn-gray-arrow:after {
    right: 30px;
  }
}
.btn-gray-arrow:hover:after {
  transition: 0.5s all;
  color: #fff;
  right: 30px;
}
.btn-gray-arrow:hover, .btn-gray-arrow:focus {
  background: #90a4ae;
  color: #fff;
}

.btn-red-line-arrow {
  background: transparent;
  border: 1px solid #1074bc;
  border-radius: 50px;
  padding: 21px 150px 21px 30px;
  transition: 0.5s all;
  color: #1074bc;
  position: relative;
  display: inline-block;
  margin: 10px;
}
@media (max-width: 993px) {
  .btn-red-line-arrow {
    padding: 15px 80px 15px 25px;
  }
}
.btn-red-line-arrow:after {
  font-family: "Flaticon";
  content: "";
  color: #1074bc;
  font-size: 20px;
  position: absolute;
  float: right;
  right: 40px;
  transition: 0.5s all;
}
@media (max-width: 993px) {
  .btn-red-line-arrow:after {
    right: 30px;
  }
}
.btn-red-line-arrow:hover:after {
  transition: 0.5s all;
  color: #fff;
  right: 30px;
}
.btn-red-line-arrow:hover, .btn-red-line-arrow:focus {
  color: #fff;
  background: #1074bc;
}

.btn-gray-line-arrow {
  background: transparent;
  border: 1px solid #607D8B;
  border-radius: 50px;
  padding: 21px 150px 21px 30px;
  transition: 0.5s all;
  color: #607D8B;
  position: relative;
  display: inline-block;
  margin: 10px;
}
@media (max-width: 993px) {
  .btn-gray-line-arrow {
    padding: 15px 80px 15px 25px;
  }
}
.btn-gray-line-arrow:after {
  font-family: "Flaticon";
  content: "";
  color: #607D8B;
  font-size: 20px;
  position: absolute;
  float: right;
  right: 40px;
  transition: 0.5s all;
}
@media (max-width: 993px) {
  .btn-gray-line-arrow:after {
    right: 30px;
  }
}
.btn-gray-line-arrow:hover:after {
  transition: 0.5s all;
  color: #fff;
  right: 30px;
}
.btn-gray-line-arrow:hover, .btn-gray-line-arrow:focus {
  color: #fff;
  background: #607D8B;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 576px) {
  .container {
    max-width: auto;
  }
  .tap{margin-left: 2px!important;
    height: auto!important;}
.product-images-wrapper .big-image {
    padding: 0px 0!important;
    text-align: center;
}	
	.elli {width:50%!important}
	
 header .region-header .header-content .block ul.menu li a, header .region-header .header-content .block ul.menu li .sub-menu-close {
    padding: 3px 10px 20px 10px!important;
	color: #ffffff;
}
	.nn{float:none!important}
	
}
@media (min-width: 576px) and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}

.container-fluid {
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xlg,
.col-xlg-auto, .col-xlg-12, .col-xlg-11, .col-xlg-10, .col-xlg-9, .col-xlg-8, .col-xlg-7, .col-xlg-6, .col-xlg-5, .col-xlg-4, .col-xlg-3, .col-xlg-2, .col-xlg-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xlg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xlg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xlg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xlg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xlg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xlg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xlg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xlg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xlg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xlg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xlg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xlg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xlg-first {
    order: -1;
  }

  .order-xlg-last {
    order: 13;
  }

  .order-xlg-0 {
    order: 0;
  }

  .order-xlg-1 {
    order: 1;
  }

  .order-xlg-2 {
    order: 2;
  }

  .order-xlg-3 {
    order: 3;
  }

  .order-xlg-4 {
    order: 4;
  }

  .order-xlg-5 {
    order: 5;
  }

  .order-xlg-6 {
    order: 6;
  }

  .order-xlg-7 {
    order: 7;
  }

  .order-xlg-8 {
    order: 8;
  }

  .order-xlg-9 {
    order: 9;
  }

  .order-xlg-10 {
    order: 10;
  }

  .order-xlg-11 {
    order: 11;
  }

  .order-xlg-12 {
    order: 12;
  }

  .offset-xlg-0 {
    margin-left: 0;
  }

  .offset-xlg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xlg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xlg-3 {
    margin-left: 25%;
  }

  .offset-xlg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xlg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xlg-6 {
    margin-left: 50%;
  }

  .offset-xlg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xlg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xlg-9 {
    margin-left: 75%;
  }

  .offset-xlg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xlg-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-inline {
    display: inline;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-table {
    display: table;
  }

  .d-sm-table-row {
    display: table-row;
  }

  .d-sm-table-cell {
    display: table-cell;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }

  .d-md-inline {
    display: inline;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .d-md-block {
    display: block;
  }

  .d-md-table {
    display: table;
  }

  .d-md-table-row {
    display: table-row;
  }

  .d-md-table-cell {
    display: table-cell;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }

  .d-lg-inline {
    display: inline;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-table {
    display: table;
  }

  .d-lg-table-row {
    display: table-row;
  }

  .d-lg-table-cell {
    display: table-cell;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }

  .d-xl-inline {
    display: inline;
  }

  .d-xl-inline-block {
    display: inline-block;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-table {
    display: table;
  }

  .d-xl-table-row {
    display: table-row;
  }

  .d-xl-table-cell {
    display: table-cell;
  }

  .d-xl-flex {
    display: flex;
  }

  .d-xl-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1440px) {
  .d-xlg-none {
    display: none;
  }

  .d-xlg-inline {
    display: inline;
  }

  .d-xlg-inline-block {
    display: inline-block;
  }

  .d-xlg-block {
    display: block;
  }

  .d-xlg-table {
    display: table;
  }

  .d-xlg-table-row {
    display: table-row;
  }

  .d-xlg-table-cell {
    display: table-cell;
  }

  .d-xlg-flex {
    display: flex;
  }

  .d-xlg-inline-flex {
    display: inline-flex;
  }
}
@media print {
  .d-print-none {
    display: none;
  }

  .d-print-inline {
    display: inline;
  }

  .d-print-inline-block {
    display: inline-block;
  }

  .d-print-block {
    display: block;
  }

  .d-print-table {
    display: table;
  }

  .d-print-table-row {
    display: table-row;
  }

  .d-print-table-cell {
    display: table-cell;
  }

  .d-print-flex {
    display: flex;
  }

  .d-print-inline-flex {
    display: inline-flex;
  }
}
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }

  .flex-sm-column {
    flex-direction: column;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-sm-wrap {
    flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-sm-fill {
    flex: 1 1 auto;
  }

  .flex-sm-grow-0 {
    flex-grow: 0;
  }

  .flex-sm-grow-1 {
    flex-grow: 1;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

  .justify-content-sm-between {
    justify-content: space-between;
  }

  .justify-content-sm-around {
    justify-content: space-around;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-baseline {
    align-items: baseline;
  }

  .align-items-sm-stretch {
    align-items: stretch;
  }

  .align-content-sm-start {
    align-content: flex-start;
  }

  .align-content-sm-end {
    align-content: flex-end;
  }

  .align-content-sm-center {
    align-content: center;
  }

  .align-content-sm-between {
    align-content: space-between;
  }

  .align-content-sm-around {
    align-content: space-around;
  }

  .align-content-sm-stretch {
    align-content: stretch;
  }

  .align-self-sm-auto {
    align-self: auto;
  }

  .align-self-sm-start {
    align-self: flex-start;
  }

  .align-self-sm-end {
    align-self: flex-end;
  }

  .align-self-sm-center {
    align-self: center;
  }

  .align-self-sm-baseline {
    align-self: baseline;
  }

  .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-column {
    flex-direction: column;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-md-fill {
    flex: 1 1 auto;
  }

  .flex-md-grow-0 {
    flex-grow: 0;
  }

  .flex-md-grow-1 {
    flex-grow: 1;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .justify-content-md-between {
    justify-content: space-between;
  }

  .justify-content-md-around {
    justify-content: space-around;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-end {
    align-items: flex-end;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-baseline {
    align-items: baseline;
  }

  .align-items-md-stretch {
    align-items: stretch;
  }

  .align-content-md-start {
    align-content: flex-start;
  }

  .align-content-md-end {
    align-content: flex-end;
  }

  .align-content-md-center {
    align-content: center;
  }

  .align-content-md-between {
    align-content: space-between;
  }

  .align-content-md-around {
    align-content: space-around;
  }

  .align-content-md-stretch {
    align-content: stretch;
  }

  .align-self-md-auto {
    align-self: auto;
  }

  .align-self-md-start {
    align-self: flex-start;
  }

  .align-self-md-end {
    align-self: flex-end;
  }

  .align-self-md-center {
    align-self: center;
  }

  .align-self-md-baseline {
    align-self: baseline;
  }

  .align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-column {
    flex-direction: column;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-lg-wrap {
    flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-lg-fill {
    flex: 1 1 auto;
  }

  .flex-lg-grow-0 {
    flex-grow: 0;
  }

  .flex-lg-grow-1 {
    flex-grow: 1;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

  .justify-content-lg-between {
    justify-content: space-between;
  }

  .justify-content-lg-around {
    justify-content: space-around;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-baseline {
    align-items: baseline;
  }

  .align-items-lg-stretch {
    align-items: stretch;
  }

  .align-content-lg-start {
    align-content: flex-start;
  }

  .align-content-lg-end {
    align-content: flex-end;
  }

  .align-content-lg-center {
    align-content: center;
  }

  .align-content-lg-between {
    align-content: space-between;
  }

  .align-content-lg-around {
    align-content: space-around;
  }

  .align-content-lg-stretch {
    align-content: stretch;
  }

  .align-self-lg-auto {
    align-self: auto;
  }

  .align-self-lg-start {
    align-self: flex-start;
  }

  .align-self-lg-end {
    align-self: flex-end;
  }

  .align-self-lg-center {
    align-self: center;
  }

  .align-self-lg-baseline {
    align-self: baseline;
  }

  .align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }

  .flex-xl-column {
    flex-direction: column;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-xl-wrap {
    flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-xl-fill {
    flex: 1 1 auto;
  }

  .flex-xl-grow-0 {
    flex-grow: 0;
  }

  .flex-xl-grow-1 {
    flex-grow: 1;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-xl-start {
    justify-content: flex-start;
  }

  .justify-content-xl-end {
    justify-content: flex-end;
  }

  .justify-content-xl-center {
    justify-content: center;
  }

  .justify-content-xl-between {
    justify-content: space-between;
  }

  .justify-content-xl-around {
    justify-content: space-around;
  }

  .align-items-xl-start {
    align-items: flex-start;
  }

  .align-items-xl-end {
    align-items: flex-end;
  }

  .align-items-xl-center {
    align-items: center;
  }

  .align-items-xl-baseline {
    align-items: baseline;
  }

  .align-items-xl-stretch {
    align-items: stretch;
  }

  .align-content-xl-start {
    align-content: flex-start;
  }

  .align-content-xl-end {
    align-content: flex-end;
  }

  .align-content-xl-center {
    align-content: center;
  }

  .align-content-xl-between {
    align-content: space-between;
  }

  .align-content-xl-around {
    align-content: space-around;
  }

  .align-content-xl-stretch {
    align-content: stretch;
  }

  .align-self-xl-auto {
    align-self: auto;
  }

  .align-self-xl-start {
    align-self: flex-start;
  }

  .align-self-xl-end {
    align-self: flex-end;
  }

  .align-self-xl-center {
    align-self: center;
  }

  .align-self-xl-baseline {
    align-self: baseline;
  }

  .align-self-xl-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1440px) {
  .flex-xlg-row {
    flex-direction: row;
  }

  .flex-xlg-column {
    flex-direction: column;
  }

  .flex-xlg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xlg-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-xlg-wrap {
    flex-wrap: wrap;
  }

  .flex-xlg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xlg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-xlg-fill {
    flex: 1 1 auto;
  }

  .flex-xlg-grow-0 {
    flex-grow: 0;
  }

  .flex-xlg-grow-1 {
    flex-grow: 1;
  }

  .flex-xlg-shrink-0 {
    flex-shrink: 0;
  }

  .flex-xlg-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-xlg-start {
    justify-content: flex-start;
  }

  .justify-content-xlg-end {
    justify-content: flex-end;
  }

  .justify-content-xlg-center {
    justify-content: center;
  }

  .justify-content-xlg-between {
    justify-content: space-between;
  }

  .justify-content-xlg-around {
    justify-content: space-around;
  }

  .align-items-xlg-start {
    align-items: flex-start;
  }

  .align-items-xlg-end {
    align-items: flex-end;
  }

  .align-items-xlg-center {
    align-items: center;
  }

  .align-items-xlg-baseline {
    align-items: baseline;
  }

  .align-items-xlg-stretch {
    align-items: stretch;
  }

  .align-content-xlg-start {
    align-content: flex-start;
  }

  .align-content-xlg-end {
    align-content: flex-end;
  }

  .align-content-xlg-center {
    align-content: center;
  }

  .align-content-xlg-between {
    align-content: space-between;
  }

  .align-content-xlg-around {
    align-content: space-around;
  }

  .align-content-xlg-stretch {
    align-content: stretch;
  }

  .align-self-xlg-auto {
    align-self: auto;
  }

  .align-self-xlg-start {
    align-self: flex-start;
  }

  .align-self-xlg-end {
    align-self: flex-end;
  }

  .align-self-xlg-center {
    align-self: center;
  }

  .align-self-xlg-baseline {
    align-self: baseline;
  }

  .align-self-xlg-stretch {
    align-self: stretch;
  }
}
.m-0 {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3,
.my-3 {
  margin-top: 1rem;
}

.mr-3,
.mx-3 {
  margin-right: 1rem;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem;
}

.ml-3,
.mx-3 {
  margin-left: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5,
.my-5 {
  margin-top: 3rem;
}

.mr-5,
.mx-5 {
  margin-right: 3rem;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem;
}

.ml-5,
.mx-5 {
  margin-left: 3rem;
}

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3,
.py-3 {
  padding-top: 1rem;
}

.pr-3,
.px-3 {
  padding-right: 1rem;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem;
}

.pl-3,
.px-3 {
  padding-left: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.pt-5,
.py-5 {
  padding-top: 3rem;
}

.pr-5,
.px-5 {
  padding-right: 3rem;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem;
}

.pl-5,
.px-5 {
  padding-left: 3rem;
}

.m-n1 {
  margin: -0.25rem;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem;
}

.m-n2 {
  margin: -0.5rem;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem;
}

.m-n3 {
  margin: -1rem;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem;
}

.m-n4 {
  margin: -1.5rem;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem;
}

.m-n5 {
  margin: -3rem;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem;
}

.m-auto {
  margin: auto;
}

.mt-auto,
.my-auto {
  margin-top: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

.mb-auto,
.my-auto {
  margin-bottom: auto;
}

.ml-auto,
.mx-auto {
  margin-left: auto;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0;
  }

  .m-sm-1 {
    margin: 0.25rem;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem;
  }

  .m-sm-2 {
    margin: 0.5rem;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem;
  }

  .m-sm-3 {
    margin: 1rem;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem;
  }

  .m-sm-4 {
    margin: 1.5rem;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem;
  }

  .m-sm-5 {
    margin: 3rem;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem;
  }

  .p-sm-0 {
    padding: 0;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0;
  }

  .p-sm-1 {
    padding: 0.25rem;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem;
  }

  .p-sm-2 {
    padding: 0.5rem;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem;
  }

  .p-sm-3 {
    padding: 1rem;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem;
  }

  .p-sm-4 {
    padding: 1.5rem;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem;
  }

  .p-sm-5 {
    padding: 3rem;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem;
  }

  .m-sm-n1 {
    margin: -0.25rem;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem;
  }

  .m-sm-n2 {
    margin: -0.5rem;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem;
  }

  .m-sm-n3 {
    margin: -1rem;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem;
  }

  .m-sm-n4 {
    margin: -1.5rem;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem;
  }

  .m-sm-n5 {
    margin: -3rem;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem;
  }

  .m-sm-auto {
    margin: auto;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0;
  }

  .m-md-1 {
    margin: 0.25rem;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem;
  }

  .m-md-2 {
    margin: 0.5rem;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem;
  }

  .m-md-3 {
    margin: 1rem;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem;
  }

  .m-md-4 {
    margin: 1.5rem;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem;
  }

  .m-md-5 {
    margin: 3rem;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem;
  }

  .p-md-0 {
    padding: 0;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0;
  }

  .p-md-1 {
    padding: 0.25rem;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem;
  }

  .p-md-2 {
    padding: 0.5rem;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem;
  }

  .p-md-3 {
    padding: 1rem;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem;
  }

  .p-md-4 {
    padding: 1.5rem;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem;
  }

  .p-md-5 {
    padding: 3rem;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem;
  }

  .m-md-n1 {
    margin: -0.25rem;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem;
  }

  .m-md-n2 {
    margin: -0.5rem;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem;
  }

  .m-md-n3 {
    margin: -1rem;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem;
  }

  .m-md-n4 {
    margin: -1.5rem;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem;
  }

  .m-md-n5 {
    margin: -3rem;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem;
  }

  .m-md-auto {
    margin: auto;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0;
  }

  .m-lg-1 {
    margin: 0.25rem;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem;
  }

  .m-lg-2 {
    margin: 0.5rem;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem;
  }

  .m-lg-3 {
    margin: 1rem;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem;
  }

  .m-lg-4 {
    margin: 1.5rem;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem;
  }

  .m-lg-5 {
    margin: 3rem;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem;
  }

  .p-lg-0 {
    padding: 0;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0;
  }

  .p-lg-1 {
    padding: 0.25rem;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem;
  }

  .p-lg-2 {
    padding: 0.5rem;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem;
  }

  .p-lg-3 {
    padding: 1rem;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem;
  }

  .p-lg-4 {
    padding: 1.5rem;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem;
  }

  .p-lg-5 {
    padding: 3rem;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem;
  }

  .m-lg-n1 {
    margin: -0.25rem;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem;
  }

  .m-lg-n2 {
    margin: -0.5rem;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem;
  }

  .m-lg-n3 {
    margin: -1rem;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem;
  }

  .m-lg-n4 {
    margin: -1.5rem;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem;
  }

  .m-lg-n5 {
    margin: -3rem;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem;
  }

  .m-lg-auto {
    margin: auto;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0;
  }

  .m-xl-1 {
    margin: 0.25rem;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem;
  }

  .m-xl-2 {
    margin: 0.5rem;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem;
  }

  .m-xl-3 {
    margin: 1rem;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem;
  }

  .m-xl-4 {
    margin: 1.5rem;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem;
  }

  .m-xl-5 {
    margin: 3rem;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem;
  }

  .p-xl-0 {
    padding: 0;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0;
  }

  .p-xl-1 {
    padding: 0.25rem;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem;
  }

  .p-xl-2 {
    padding: 0.5rem;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem;
  }

  .p-xl-3 {
    padding: 1rem;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem;
  }

  .p-xl-4 {
    padding: 1.5rem;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem;
  }

  .p-xl-5 {
    padding: 3rem;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem;
  }

  .m-xl-n1 {
    margin: -0.25rem;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem;
  }

  .m-xl-n2 {
    margin: -0.5rem;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem;
  }

  .m-xl-n3 {
    margin: -1rem;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem;
  }

  .m-xl-n4 {
    margin: -1.5rem;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem;
  }

  .m-xl-n5 {
    margin: -3rem;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem;
  }

  .m-xl-auto {
    margin: auto;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .m-xlg-0 {
    margin: 0;
  }

  .mt-xlg-0,
.my-xlg-0 {
    margin-top: 0;
  }

  .mr-xlg-0,
.mx-xlg-0 {
    margin-right: 0;
  }

  .mb-xlg-0,
.my-xlg-0 {
    margin-bottom: 0;
  }

  .ml-xlg-0,
.mx-xlg-0 {
    margin-left: 0;
  }

  .m-xlg-1 {
    margin: 0.25rem;
  }

  .mt-xlg-1,
.my-xlg-1 {
    margin-top: 0.25rem;
  }

  .mr-xlg-1,
.mx-xlg-1 {
    margin-right: 0.25rem;
  }

  .mb-xlg-1,
.my-xlg-1 {
    margin-bottom: 0.25rem;
  }

  .ml-xlg-1,
.mx-xlg-1 {
    margin-left: 0.25rem;
  }

  .m-xlg-2 {
    margin: 0.5rem;
  }

  .mt-xlg-2,
.my-xlg-2 {
    margin-top: 0.5rem;
  }

  .mr-xlg-2,
.mx-xlg-2 {
    margin-right: 0.5rem;
  }

  .mb-xlg-2,
.my-xlg-2 {
    margin-bottom: 0.5rem;
  }

  .ml-xlg-2,
.mx-xlg-2 {
    margin-left: 0.5rem;
  }

  .m-xlg-3 {
    margin: 1rem;
  }

  .mt-xlg-3,
.my-xlg-3 {
    margin-top: 1rem;
  }

  .mr-xlg-3,
.mx-xlg-3 {
    margin-right: 1rem;
  }

  .mb-xlg-3,
.my-xlg-3 {
    margin-bottom: 1rem;
  }

  .ml-xlg-3,
.mx-xlg-3 {
    margin-left: 1rem;
  }

  .m-xlg-4 {
    margin: 1.5rem;
  }

  .mt-xlg-4,
.my-xlg-4 {
    margin-top: 1.5rem;
  }

  .mr-xlg-4,
.mx-xlg-4 {
    margin-right: 1.5rem;
  }

  .mb-xlg-4,
.my-xlg-4 {
    margin-bottom: 1.5rem;
  }

  .ml-xlg-4,
.mx-xlg-4 {
    margin-left: 1.5rem;
  }

  .m-xlg-5 {
    margin: 3rem;
  }

  .mt-xlg-5,
.my-xlg-5 {
    margin-top: 3rem;
  }

  .mr-xlg-5,
.mx-xlg-5 {
    margin-right: 3rem;
  }

  .mb-xlg-5,
.my-xlg-5 {
    margin-bottom: 3rem;
  }

  .ml-xlg-5,
.mx-xlg-5 {
    margin-left: 3rem;
  }

  .p-xlg-0 {
    padding: 0;
  }

  .pt-xlg-0,
.py-xlg-0 {
    padding-top: 0;
  }

  .pr-xlg-0,
.px-xlg-0 {
    padding-right: 0;
  }

  .pb-xlg-0,
.py-xlg-0 {
    padding-bottom: 0;
  }

  .pl-xlg-0,
.px-xlg-0 {
    padding-left: 0;
  }

  .p-xlg-1 {
    padding: 0.25rem;
  }

  .pt-xlg-1,
.py-xlg-1 {
    padding-top: 0.25rem;
  }

  .pr-xlg-1,
.px-xlg-1 {
    padding-right: 0.25rem;
  }

  .pb-xlg-1,
.py-xlg-1 {
    padding-bottom: 0.25rem;
  }

  .pl-xlg-1,
.px-xlg-1 {
    padding-left: 0.25rem;
  }

  .p-xlg-2 {
    padding: 0.5rem;
  }

  .pt-xlg-2,
.py-xlg-2 {
    padding-top: 0.5rem;
  }

  .pr-xlg-2,
.px-xlg-2 {
    padding-right: 0.5rem;
  }

  .pb-xlg-2,
.py-xlg-2 {
    padding-bottom: 0.5rem;
  }

  .pl-xlg-2,
.px-xlg-2 {
    padding-left: 0.5rem;
  }

  .p-xlg-3 {
    padding: 1rem;
  }

  .pt-xlg-3,
.py-xlg-3 {
    padding-top: 1rem;
  }

  .pr-xlg-3,
.px-xlg-3 {
    padding-right: 1rem;
  }

  .pb-xlg-3,
.py-xlg-3 {
    padding-bottom: 1rem;
  }

  .pl-xlg-3,
.px-xlg-3 {
    padding-left: 1rem;
  }

  .p-xlg-4 {
    padding: 1.5rem;
  }

  .pt-xlg-4,
.py-xlg-4 {
    padding-top: 1.5rem;
  }

  .pr-xlg-4,
.px-xlg-4 {
    padding-right: 1.5rem;
  }

  .pb-xlg-4,
.py-xlg-4 {
    padding-bottom: 1.5rem;
  }

  .pl-xlg-4,
.px-xlg-4 {
    padding-left: 1.5rem;
  }

  .p-xlg-5 {
    padding: 3rem;
  }

  .pt-xlg-5,
.py-xlg-5 {
    padding-top: 3rem;
  }

  .pr-xlg-5,
.px-xlg-5 {
    padding-right: 3rem;
  }

  .pb-xlg-5,
.py-xlg-5 {
    padding-bottom: 3rem;
  }

  .pl-xlg-5,
.px-xlg-5 {
    padding-left: 3rem;
  }

  .m-xlg-n1 {
    margin: -0.25rem;
  }

  .mt-xlg-n1,
.my-xlg-n1 {
    margin-top: -0.25rem;
  }

  .mr-xlg-n1,
.mx-xlg-n1 {
    margin-right: -0.25rem;
  }

  .mb-xlg-n1,
.my-xlg-n1 {
    margin-bottom: -0.25rem;
  }

  .ml-xlg-n1,
.mx-xlg-n1 {
    margin-left: -0.25rem;
  }

  .m-xlg-n2 {
    margin: -0.5rem;
  }

  .mt-xlg-n2,
.my-xlg-n2 {
    margin-top: -0.5rem;
  }

  .mr-xlg-n2,
.mx-xlg-n2 {
    margin-right: -0.5rem;
  }

  .mb-xlg-n2,
.my-xlg-n2 {
    margin-bottom: -0.5rem;
  }

  .ml-xlg-n2,
.mx-xlg-n2 {
    margin-left: -0.5rem;
  }

  .m-xlg-n3 {
    margin: -1rem;
  }

  .mt-xlg-n3,
.my-xlg-n3 {
    margin-top: -1rem;
  }

  .mr-xlg-n3,
.mx-xlg-n3 {
    margin-right: -1rem;
  }

  .mb-xlg-n3,
.my-xlg-n3 {
    margin-bottom: -1rem;
  }

  .ml-xlg-n3,
.mx-xlg-n3 {
    margin-left: -1rem;
  }

  .m-xlg-n4 {
    margin: -1.5rem;
  }

  .mt-xlg-n4,
.my-xlg-n4 {
    margin-top: -1.5rem;
  }

  .mr-xlg-n4,
.mx-xlg-n4 {
    margin-right: -1.5rem;
  }

  .mb-xlg-n4,
.my-xlg-n4 {
    margin-bottom: -1.5rem;
  }

  .ml-xlg-n4,
.mx-xlg-n4 {
    margin-left: -1.5rem;
  }

  .m-xlg-n5 {
    margin: -3rem;
  }

  .mt-xlg-n5,
.my-xlg-n5 {
    margin-top: -3rem;
  }

  .mr-xlg-n5,
.mx-xlg-n5 {
    margin-right: -3rem;
  }

  .mb-xlg-n5,
.my-xlg-n5 {
    margin-bottom: -3rem;
  }

  .ml-xlg-n5,
.mx-xlg-n5 {
    margin-left: -3rem;
  }

  .m-xlg-auto {
    margin: auto;
  }

  .mt-xlg-auto,
.my-xlg-auto {
    margin-top: auto;
  }

  .mr-xlg-auto,
.mx-xlg-auto {
    margin-right: auto;
  }

  .mb-xlg-auto,
.my-xlg-auto {
    margin-bottom: auto;
  }

  .ml-xlg-auto,
.mx-xlg-auto {
    margin-left: auto;
  }
}
.form-submit {
  background: #1074bc;
  border-radius: 50px;
  padding: 21px 84px;
  transition: 0.5s all;
  color: #fff;
  display: inline-block;
  margin: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  float: right;
}
.form-submit:hover, .form-submit:focus {
  background: #f15929;
  color: #fff;
}

.form-text,
.form-date,
.form-time,
.form-email,
.form-number,
.form-select,
.form-tel,
.form-search,
.form-textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #fff;
  background-clip: padding-box;
  font-weight: lighter;
  background: #fff;
  border: none;
  outline: none;
  padding: 0.7rem 3rem;
  font-size: 17px;
  line-height: 45px;
  text-align: left;
  color: #607D8B;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-text,
.form-date,
.form-time,
.form-email,
.form-number,
.form-select,
.form-tel,
.form-search,
.form-textarea {
    transition: none;
  }
}
.form-text::-ms-expand,
.form-date::-ms-expand,
.form-time::-ms-expand,
.form-email::-ms-expand,
.form-number::-ms-expand,
.form-select::-ms-expand,
.form-tel::-ms-expand,
.form-search::-ms-expand,
.form-textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-text:focus,
.form-date:focus,
.form-time:focus,
.form-email:focus,
.form-number:focus,
.form-select:focus,
.form-tel:focus,
.form-search:focus,
.form-textarea:focus {
  color: #495057;
  outline: 0;
}
.form-text::placeholder,
.form-date::placeholder,
.form-time::placeholder,
.form-email::placeholder,
.form-number::placeholder,
.form-select::placeholder,
.form-tel::placeholder,
.form-search::placeholder,
.form-textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-text:disabled, .form-text[readonly],
.form-date:disabled,
.form-date[readonly],
.form-time:disabled,
.form-time[readonly],
.form-email:disabled,
.form-email[readonly],
.form-number:disabled,
.form-number[readonly],
.form-select:disabled,
.form-select[readonly],
.form-tel:disabled,
.form-tel[readonly],
.form-search:disabled,
.form-search[readonly],
.form-textarea:disabled,
.form-textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

_:-ms-lang(x), form .form-submit {
  border: 0;
}

.form-textarea {
  height: auto;
}

select.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-file {
  display: block;
  width: 100%;
}

select.form-select[size], select.form-select[multiple] {
  height: auto;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-type-checkbox {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-type-checkbox label {
  margin-bottom: 0;
}
.form-type-checkbox .form-checkbox {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-type-checkbox .form-checkbox[disabled] ~ .form-check-label {
  color: #6c757d;
}

.form-type-checkbox {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  color: #858585;
  font-size: 14px;
  line-height: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: color-yiq(#28a745);
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:valid, .form-text.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#28a745' 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"), "#", "%23");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-text:valid:focus, .form-text.is-valid:focus,
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-text:valid ~ .valid-feedback,
.was-validated .form-text:valid ~ .valid-tooltip, .form-text.is-valid ~ .valid-feedback,
.form-text.is-valid ~ .valid-tooltip,
.was-validated .form-select:valid ~ .valid-feedback,
.was-validated .form-select:valid ~ .valid-tooltip,
.form-select.is-valid ~ .valid-feedback,
.form-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-file:valid ~ .valid-feedback,
.was-validated .form-file:valid ~ .valid-tooltip, .form-file.is-valid ~ .valid-feedback,
.form-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-checkbox:valid ~ .form-check-label, .form-checkbox.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-checkbox:valid ~ .valid-feedback,
.was-validated .form-checkbox:valid ~ .valid-tooltip, .form-checkbox.is-valid ~ .valid-feedback,
.form-checkbox.is-valid ~ .valid-tooltip {
  display: block;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: color-yiq(#dc3545);
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:invalid, .form-text.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='#dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"), "#", "%23");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-text:invalid:focus, .form-text.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-text:invalid ~ .invalid-feedback,
.was-validated .form-text:invalid ~ .invalid-tooltip, .form-text.is-invalid ~ .invalid-feedback,
.form-text.is-invalid ~ .invalid-tooltip,
.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-tooltip,
.form-select.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-file:invalid ~ .invalid-feedback,
.was-validated .form-file:invalid ~ .invalid-tooltip, .form-file.is-invalid ~ .invalid-feedback,
.form-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-checkbox:invalid ~ .form-check-label, .form-checkbox.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-checkbox:invalid ~ .invalid-feedback,
.was-validated .form-checkbox:invalid ~ .invalid-tooltip, .form-checkbox.is-invalid ~ .invalid-feedback,
.form-checkbox.is-invalid ~ .invalid-tooltip {
  display: block;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
@media screen and (max-width: 992px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  background: #1074bc;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: center;
  border-top: 1px solid #dee2e6;
  text-align: left;
}
table th {
  color: #fff;
}
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: theme-color-level("primary", -9);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: theme-color-level("primary", -6);
}

.table-hover .table-primary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: theme-color-level("secondary", -9);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: theme-color-level("secondary", -6);
}

.table-hover .table-secondary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: theme-color-level("success", -9);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: theme-color-level("success", -6);
}

.table-hover .table-success:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: theme-color-level("info", -9);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: theme-color-level("info", -6);
}

.table-hover .table-info:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: theme-color-level("warning", -9);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: theme-color-level("warning", -6);
}

.table-hover .table-warning:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: theme-color-level("danger", -9);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: theme-color-level("danger", -6);
}

.table-hover .table-danger:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: theme-color-level("light", -9);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: theme-color-level("light", -6);
}

.table-hover .table-light:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: theme-color-level("dark", -9);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: theme-color-level("dark", -6);
}

.table-hover .table-dark:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 0) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 576px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 992px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1200px) {
  .table-responsive-xlg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xlg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1440px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
}

.mfp-popup {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mfp-popup iframe {
    width: 75%;
  }
}

html {
  scroll-behavior: smooth;
}

html[lang=en] .homepage-blog-list,
html[lang=en] .view-kalem-magazine,
html[lang=en] .view-newsletters,
html[lang=en] .view-social-media,
html[lang=ar] .homepage-blog-list,
html[lang=ar] .view-kalem-magazine,
html[lang=ar] .view-newsletters,
html[lang=ar] .view-social-media,
html[lang=ru] .homepage-blog-list,
html[lang=ru] .view-kalem-magazine,
html[lang=ru] .view-newsletters,
html[lang=ru] .view-social-media,
html[lang=fr] .homepage-blog-list,
html[lang=fr] .view-kalem-magazine,
html[lang=fr] .view-newsletters,
html[lang=fr] .view-social-media {
  display: none;
}
html[lang=en] .common-list-style,
html[lang=ar] .common-list-style,
html[lang=ru] .common-list-style,
html[lang=fr] .common-list-style {
  height: 10px;
}
html[lang=en] .common-list-style p,
html[lang=ar] .common-list-style p,
html[lang=ru] .common-list-style p,
html[lang=fr] .common-list-style p {
  margin: 0;
}
html[lang=en] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(1), html[lang=en] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(2), html[lang=en] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(4), html[lang=en] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(5), html[lang=en] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(6),
html[lang=ar] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(1),
html[lang=ar] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(2),
html[lang=ar] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(4),
html[lang=ar] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(5),
html[lang=ar] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(6),
html[lang=ru] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(1),
html[lang=ru] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(2),
html[lang=ru] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(4),
html[lang=ru] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(5),
html[lang=ru] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(6),
html[lang=fr] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(1),
html[lang=fr] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(2),
html[lang=fr] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(4),
html[lang=fr] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(5),
html[lang=fr] .mobile-menu-container > nav > ul li:nth-child(3) > ul li:nth-child(6) {
  display: none;
}
html[lang=en] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(1), html[lang=en] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(2), html[lang=en] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(3), html[lang=en] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(5), html[lang=en] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(6), html[lang=en] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(7), html[lang=en] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(8),
html[lang=ar] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(1),
html[lang=ar] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(2),
html[lang=ar] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(3),
html[lang=ar] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(5),
html[lang=ar] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(6),
html[lang=ar] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(7),
html[lang=ar] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(8),
html[lang=ru] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(1),
html[lang=ru] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(2),
html[lang=ru] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(3),
html[lang=ru] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(5),
html[lang=ru] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(6),
html[lang=ru] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(7),
html[lang=ru] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(8),
html[lang=fr] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(1),
html[lang=fr] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(2),
html[lang=fr] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(3),
html[lang=fr] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(5),
html[lang=fr] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(6),
html[lang=fr] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(7),
html[lang=fr] .footer-content > nav > ul li:nth-child(4) > ul li:nth-child(8) {
  display: none;
}

html[lang=ar] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(1), html[lang=ar] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(2), html[lang=ar] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(3), html[lang=ar] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(5), html[lang=ar] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(6), html[lang=ar] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(7), html[lang=ar] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(8),
html[lang=ru] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(1),
html[lang=ru] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(2),
html[lang=ru] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(3),
html[lang=ru] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(5),
html[lang=ru] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(6),
html[lang=ru] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(7),
html[lang=ru] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(8),
html[lang=fr] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(1),
html[lang=fr] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(2),
html[lang=fr] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(3),
html[lang=fr] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(5),
html[lang=fr] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(6),
html[lang=fr] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(7),
html[lang=fr] .footer-content > nav > ul li:nth-child(3) > ul li:nth-child(8) {
  display: none;
}

body {
  background-color: #fff;
}

.light-text {
  font-weight: 100;
}

.social-media-blog {
  text-align: right;
  width: 100%;
}
.social-media-blog .socialicons-twitter:before {
  color: #24a9e6;
}
.social-media-blog .socialicons-facebook-logo:before {
  color: #43619c;
}
.social-media-blog .whatsapp-icon-whatsapp:before {
  color: #00b22d;
}

div#sliding-popup {
  background: rgba(235, 31, 37, 0.7);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  width: 50% !important;
}
div#sliding-popup .find-more-button {
  display: none !important;
}
div#sliding-popup .eu-cookie-compliance-message {
  max-width: 90% !important;
}
div#sliding-popup .eu-cookie-compliance-content {
  max-width: 100% !important;
  padding: 10px;
}
div#sliding-popup #popup-text {
  width: 90%;
  display: inline-block;
}
div#sliding-popup a {
  color: white;
  text-decoration: underline;
}
div#sliding-popup p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
div#sliding-popup .agree-button {
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px;
  font-size: 15px !important;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
  outline: none;
  font-size: 10px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  div#sliding-popup .agree-button {
    display: block !important;
  }
}
div#sliding-popup .decline-button {
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  div#sliding-popup .decline-button {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  div#sliding-popup {
    width: 90% !important;
  }
  div#sliding-popup .popup-content #popup-text {
    width: 90%;
    display: inline-block;
  }
  div#sliding-popup .popup-content #popup-buttons .agree-button {
    width: 30px !important;
    display: inline-block;
    right: 10px;
    top: 10px;
    position: absolute;
  }
  div#sliding-popup .popup-content #popup-buttons .decline-button {
    display: block;
    width: 100%;
    position: relative;
    top: 10px;
  }
}

.talebiniz-alismistir {
  background: white;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .talebiniz-alismistir {
    height: 700px;
  }
}
.talebiniz-alismistir .talebiniz-alinmistir-wrapper {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .talebiniz-alismistir .talebiniz-alinmistir-wrapper {
    height: 700px;
  }
}
.talebiniz-alismistir .talebiniz-alinmistir-wrapper .talebiniz-alinmistir-content {
  text-align: center;
  width: 461px;
}

@media screen and (min-width: 992px) {
  .user-logged-in .teklif-form .webform-submission-teklif-form-add-form,
.user-logged-in .teklif-form .webform-submission-teklif-form-kale-celik-kapi-form,
.user-logged-in .teklif-form .webform-submission-teklif-form-kurumsal-cozumler-add-form {
    top: 50px;
  }
}

.teklif-form .teyit-wrapper {
  margin: 0;
  z-index: 5;
  background: white;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 160px 30px 30px;
  position: relative;
  text-align: center;
}
.teklif-form .teyit-wrapper .webform-confirmation__back {
  display: none;
}
.teklif-form .teyit-wrapper:before {
  content: "";
  background: url("kky-10.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  top: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background-position: center;
}
.teklif-form .shs-container {
  display: none;
}
.teklif-form .shs-field-container label {
  display: none;
}
@media screen and (min-width: 992px) {
  .teklif-form .webform-submission-teklif-form-add-form,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form {
    position: absolute;
    width: 430px;
    right: 100px;
    top: 197px;
    min-height: 300px;
    z-index: 4;
  }
}
@media screen and (max-width: 992px) {
  .teklif-form .webform-submission-teklif-form-add-form,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form {
    padding-top: 20px;
  }
}
.teklif-form .webform-submission-teklif-form-add-form h2,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form h2 {
  margin-top: 0;
}
.teklif-form .webform-submission-teklif-form-add-form #edit-group,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form #edit-group {
  margin: 0;
  z-index: 5;
  background: white;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px 30px;
}
@media screen and (max-width: 992px) {
  .teklif-form .webform-submission-teklif-form-add-form #edit-group,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form #edit-group {
    position: relative;
  }
}
.teklif-form .webform-submission-teklif-form-add-form #edit-group p,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form #edit-group p {
  font-size: 15px;
  line-height: 22px;
  color: #868686;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .teklif-form .webform-submission-teklif-form-add-form #edit-group p br,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form #edit-group p br {
    display: none;
  }
}
.teklif-form .webform-submission-teklif-form-add-form #edit-group img,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form #edit-group img {
  position: absolute;
  right: 42px;
  top: -28px;
}
@media screen and (max-width: 992px) {
  .teklif-form .webform-submission-teklif-form-add-form #edit-group img,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form #edit-group img {
    top: 10px;
    display: none;
  }
}
.teklif-form .webform-submission-teklif-form-add-form #edit-group input[type=checkbox]:checked + label:before,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form #edit-group input[type=checkbox]:checked + label:before {
  background-color: red;
  border-color: red;
  color: red;
}
.teklif-form .webform-submission-teklif-form-add-form .form-actions,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form .form-actions {
  margin-top: 50px;
}
.teklif-form .webform-submission-teklif-form-add-form .form-actions .form-submit,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form .form-actions .form-submit {
  padding: 40px 84px 15px;
  z-index: -1;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  border: none;
  bottom: 75px;
}
@media screen and (max-width: 992px) {
  .teklif-form .webform-submission-teklif-form-add-form .form-actions .form-submit,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form .form-actions .form-submit {
    z-index: 1;
  }
}
.teklif-form .webform-submission-teklif-form-add-form .form-item-il,
.teklif-form .webform-submission-teklif-form-kale-celik-kapi-form .form-item-il {
  width: 100%;
  padding: 0;
}

#videoStory {
  text-align: center;
}
@media screen and (max-width: 993px) {
  #videoStory iframe {
    width: 75%;
    height: 300px;
  }
}

.popup-window-center {
  text-align: center;
}
@media screen and (max-width: 993px) {
  .popup-window-center iframe {
    width: 75%;
    height: 300px;
  }
}

.view-social-media .item > span:after {
  font-family: "Flaticon";
  font-size: 15px;
  font-style: normal;
  margin-left: 10px;
  content: "";
  transition: 0.5s;
}
.view-social-media .item > span:hover {
  transition: 0.5s;
  color: #1074bc !important;
}
.view-social-media .item > span:hover:after {
  margin-left: 20px;
  transition: 0.5s;
  color: #1074bc;
}

@media screen and (max-width: 992px) {
  .views-exposed-form .form-actions,
.views-exposed-form .form-item {
    margin: 5px 0;
  }
  .views-exposed-form .form-actions .form-select,
.views-exposed-form .form-actions .form-text,
.views-exposed-form .form-item .form-select,
.views-exposed-form .form-item .form-text {
    line-height: 30px;
  }
  .views-exposed-form .form-actions .button,
.views-exposed-form .form-item .button {
    padding: 10px 50px;
  }
}

.path-search .search-form {
  display: flex;
  background: #f9f9f9;
  padding: 50px;
}
@media screen and (max-width: 992px) {
  .path-search .search-form {
    padding: 10px;
  }
}
.path-search .search-form .form-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .path-search .search-form .form-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.path-search .search-form .form-wrapper input#edit-keys {
  width: auto;
  display: inline;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .path-search .search-form .form-wrapper input#edit-keys {
    padding: 0.7em 1em;
  }
}
@media screen and (max-width: 992px) {
  .path-search .search-form .form-submit {
    margin: 0;
  }
}
.path-search .search-advanced {
  display: none !important;
}
.path-search .item-list .search-results {
  padding-left: 0;
}
.path-search .item-list .search-results li {
  padding: 25px;
  border-radius: 5px;
  border: 2px solid #eeeeee;
  position: relative;
  margin: 15px 0;
}
.path-search .item-list .search-results li:hover {
  border: 2px solid #1074bc;
  cursor: pointer;
}
.path-search .item-list .search-results li h3 a {
  color: #1074bc;
  font-size: unset;
}
@media screen and (max-width: 992px) {
  .path-search .pager__items {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .main-content {
    position: relative;
  }
}
button,
input {
  outline: none;
}
button:focus,
input:focus {
  outline: none;
}

@media screen and (min-width: 992px) {
  .webform-submission-iletisim-formu-form .form-item-il {
    width: 49%;
    display: inline-block;
    padding: 0 0 0 5px;
  }
}
@media screen and (min-width: 992px) {
  .webform-submission-iletisim-formu-form .form-item-telefon {
    width: 49%;
    display: inline-block;
    padding: 0 5px 0 0;
  }
}

.form--inline .form-actions {
  display: flex;
}

form .form--inline {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  form .form--inline {
    flex-direction: column;
    align-items: flex-start;
  }
  form .form--inline .form-item {
    width: 100%;
  }
}

.page-404 {
  height: 700px;
  display: flex;
  align-items: center;
}
.page-404 h1,
.page-404 p {
  color: #fff;
}

h1 .span-red {
  color: #1074bc;
}

.contextual-links li:before {
  display: none;
}

.path-user footer {
  margin-top: 150px;
}

.field--name-field-newsletters-image img {
  float: right;
}

.product-images-wrapper .big-image {
  padding: 50px 0;
  text-align: center;
}
.product-images-wrapper .big-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .product-images-wrapper .big-image img {
    width: 100%;
    height: auto;
  }
}
.product-images-wrapper .thumb-image ul {
  display: flex;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 993px) {
  .product-images-wrapper .thumb-image ul {
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
  }
}
.product-images-wrapper .thumb-image ul li {
  list-style-type: none;
  padding: 0 10px;
}
.product-images-wrapper .thumb-image ul .video {
  position: relative;
}
.product-images-wrapper .thumb-image ul .video:before {
  display: inline-block;
  font-family: "product-icons";
  font-style: normal;
  font-weight: normal;
  content: "";
  border: 0;
  font-size: 35px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  padding-top: 35px;
  border-radius: 0;
  pointer-events: none;
  z-index: 2;
  color: white;
  text-align: center;
}
.product-images-wrapper .thumb-image img {
  transition: transform 0.5s ease;
  width: 100px;
  height: 100px;
  border: 2px solid gainsboro;
  padding: 5px;
  border-radius: 5px;
}
.product-images-wrapper .thumb-image img:hover {
  transform: scale(1.2);
  border: 2px solid #1074bc;
}

.product-detail-wrapper {
  padding: 35px 0;
}
.product-detail-wrapper p {
  margin: 0;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}
.product-detail-wrapper div .title {
  font-size: 24px;
  line-height: 36px;
  color: black;
  font-weight: 300;
}
.product-detail-wrapper div .title label {
  font-size: 24px;
  line-height: 36px;
  color: #1074bc;
  font-weight: 600;
}
.product-detail-wrapper div #description {
  font-family: "Overpass", sans-serif !important;
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product-detail-wrapper div #description .productTitle {
  display: none;
}
.product-detail-wrapper div .productDetail div,
.product-detail-wrapper div .productDetail p,
.product-detail-wrapper div .productDetail span {
  font-family: "Overpass", sans-serif !important;
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product-detail-wrapper .product-features .view-content {
  text-align: left;
}
.product-detail-wrapper .product-features .view-content .text-center.item {
  display: inline-block;
  width: 24%;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .product-detail-wrapper .product-features .view-content .text-center.item {
    width: 33%;
  }
}
.product-detail-wrapper .product-features .view-content .text-center.item img {
  width: 100%;
  height: auto;
}
.product-detail-wrapper .product-features .view-content .text-center.item .name {
  font-size: 15px;
  line-height: 20px;
  color: black;
  font-weight: 400;
  padding: 0 10px;
}
.product-detail-wrapper .d-flex.align-items-center {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .product-detail-wrapper .d-flex.align-items-center {
    display: inline !important;
  }
}
.product-detail-wrapper .d-flex.align-items-center .field--name-field-product-download {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-wrapper .d-flex.align-items-center .field--name-field-product-download .prg-download_link {
  position: relative;
  margin: 15px 0;
}
.product-detail-wrapper .d-flex.align-items-center .field--name-field-product-download .prg-download_link a {
  margin-right: 15px;
}
@media screen and (max-width: 992px) {
  .product-detail-wrapper .d-flex.align-items-center .field--name-field-product-download .prg-download_link {
    display: block !important;
    margin: 15px 0;
  }
}
.product-detail-wrapper .d-flex.align-items-center .field--name-field-product-download .prg-download_link a {
  padding: 10px 10px 10px 40px;
  border: 1px solid #1074bc;
  border-radius: 5px;
  position: relative;
  color: black;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .product-detail-wrapper .d-flex.align-items-center .field--name-field-product-download .prg-download_link a {
    font-size: 14px;
  }
}
.product-detail-wrapper .d-flex.align-items-center .field--name-field-product-download .prg-download_link a:before {
  display: inline-block;
  font-family: "product-icons";
  font-style: normal;
  font-weight: normal;
  content: "";
  font-variant: normal;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #1074bc;
  color: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 7px;
  margin-right: 5px;
}
.product-detail-wrapper .d-flex.align-items-center .feature-item {
  position: relative;
  margin: 15px 0;
}
.product-detail-wrapper .d-flex.align-items-center .feature-item a {
  padding: 10px 10px 10px 40px;
  border: 1px solid #1074bc;
  border-radius: 5px;
  position: relative;
  color: black;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .product-detail-wrapper .d-flex.align-items-center .feature-item a {
    font-size: 14px;
  }
}
.product-detail-wrapper .d-flex.align-items-center .feature-item a:before {
  display: inline-block;
  font-family: "product-icons";
  font-style: normal;
  font-weight: normal;
  content: "";
  font-variant: normal;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #1074bc;
  color: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 7px;
  margin-right: 5px;
}
.product-detail-wrapper .technical .read-more.active .read-more__show-less {
  display: none;
}
.product-detail-wrapper .technical .title {
  font-size: 24px;
  line-height: 36px;
  color: #1074bc;
  font-weight: 600;
  margin: 15px 0;
}
.product-detail-wrapper a {
  padding: 10px;
}
.product-detail-wrapper ul {
  height: 140px;
  overflow: hidden;
}
.product-detail-wrapper ul li {
  text-indent: 0;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 24px;
}
.product-detail-wrapper ul li:before {
  display: none;
}
.product-detail-wrapper .read-more {
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
  color: #949292;
  font-weight: 600;
  position: relative;
}
.product-detail-wrapper .read-more .read-more__show-more:after {
  font-family: Flaticon;
  font-size: 12px;
  font-style: normal;
  content: "";
  color: #1074bc;
}
.product-detail-wrapper .read-more .read-more__show-less:after {
  font-family: Flaticon;
  font-size: 12px;
  font-style: normal;
  content: "";
  color: #1074bc;
  position: absolute;
  transform: rotate(180deg);
  padding-right: 10px;
  top: -2px;
}
.product-detail-wrapper .btn-red-arrow {
  padding: 21px 145px 21px 30px !important;
  margin: 10px 0 !important;
}

.yetkili-saticilar tr td,
.yetkili-servisler tr td {
  border-top: none;
}
.yetkili-saticilar tr:hover,
.yetkili-servisler tr:hover {
  background: #f9f9f9;
}

.kale-in-press form > div,
.view-announcement form > div,
.view-certificates form > div,
.view-kalem-magazine form > div,
.view-newsletters form > div,
.yetkili-saticilar form > div,
.yetkili-servisler form > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .kale-in-press form > div,
.view-announcement form > div,
.view-certificates form > div,
.view-kalem-magazine form > div,
.view-newsletters form > div,
.yetkili-saticilar form > div,
.yetkili-servisler form > div {
    flex-direction: column;
  }
}
.kale-in-press form > div div,
.view-announcement form > div div,
.view-certificates form > div div,
.view-kalem-magazine form > div div,
.view-newsletters form > div div,
.yetkili-saticilar form > div div,
.yetkili-servisler form > div div {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .kale-in-press form > div div,
.view-announcement form > div div,
.view-certificates form > div div,
.view-kalem-magazine form > div div,
.view-newsletters form > div div,
.yetkili-saticilar form > div div,
.yetkili-servisler form > div div {
    width: 100%;
  }
}
.kale-in-press table img,
.view-announcement table img,
.view-certificates table img,
.view-kalem-magazine table img,
.view-newsletters table img,
.yetkili-saticilar table img,
.yetkili-servisler table img {
  width: inherit !important;
  float: left;
}
.kale-in-press table thead,
.view-announcement table thead,
.view-certificates table thead,
.view-kalem-magazine table thead,
.view-newsletters table thead,
.yetkili-saticilar table thead,
.yetkili-servisler table thead {
  background: #1074bc;
}
.kale-in-press table thead th,
.view-announcement table thead th,
.view-certificates table thead th,
.view-kalem-magazine table thead th,
.view-newsletters table thead th,
.yetkili-saticilar table thead th,
.yetkili-servisler table thead th {
  color: #fff;
}
.kale-in-press table .views-field-field-authorized-service-phone,
.kale-in-press table .views-field-field-authorized-service-phone,
.kale-in-press table .views-field-field-kale-in-press-date,
.view-announcement table .views-field-field-authorized-service-phone,
.view-announcement table .views-field-field-authorized-service-phone,
.view-announcement table .views-field-field-kale-in-press-date,
.view-certificates table .views-field-field-authorized-service-phone,
.view-certificates table .views-field-field-authorized-service-phone,
.view-certificates table .views-field-field-kale-in-press-date,
.view-kalem-magazine table .views-field-field-authorized-service-phone,
.view-kalem-magazine table .views-field-field-authorized-service-phone,
.view-kalem-magazine table .views-field-field-kale-in-press-date,
.view-newsletters table .views-field-field-authorized-service-phone,
.view-newsletters table .views-field-field-authorized-service-phone,
.view-newsletters table .views-field-field-kale-in-press-date,
.yetkili-saticilar table .views-field-field-authorized-service-phone,
.yetkili-saticilar table .views-field-field-authorized-service-phone,
.yetkili-saticilar table .views-field-field-kale-in-press-date,
.yetkili-servisler table .views-field-field-authorized-service-phone,
.yetkili-servisler table .views-field-field-authorized-service-phone,
.yetkili-servisler table .views-field-field-kale-in-press-date {
  width: 150px;
}
.kale-in-press nav.pager .pager__item:before,
.view-announcement nav.pager .pager__item:before,
.view-certificates nav.pager .pager__item:before,
.view-kalem-magazine nav.pager .pager__item:before,
.view-newsletters nav.pager .pager__item:before,
.yetkili-saticilar nav.pager .pager__item:before,
.yetkili-servisler nav.pager .pager__item:before {
  display: none;
}

.view-product-categories .item-list ul {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.view-product-categories .item-list ul li {
  background: transparent;
  margin: 0;
  display: flex;
  align-items: center;
}
.view-product-categories .item-list ul li img {
  width: 65px;
  height: 50px;
}
.view-product-categories .item-list ul li .views-field-field-product-categories-image {
  margin: 1px 0 0;
  background: #b1bfc7;
  height: 50px;
}
.view-product-categories .item-list ul li .views-field-info {
  margin: 1px 0 0;
  width: 0;
  overflow: hidden;
  transition: width 0.5s;
  display: flex;
  height: 50px;
  align-items: center;
  background: white;
  white-space: nowrap;
  position: relative;
}
.view-product-categories .item-list ul li .views-field-info .field-content {
  margin: 0 20px;
}
.view-product-categories .item-list ul li .views-field-info .field-content a:first-child {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.view-product-categories .item-list ul li .products-show {
  width: 250px;
}
.view-product-categories .item-list ul li.show .views-field-info {
  background: #1074bc;
}
.view-product-categories .item-list ul li.show .views-field-info a {
  white-space: nowrap;
  color: #fff !important;
}
.view-product-categories .item-list ul li.show .views-field-field-product-categories-image {
  background: #1074bc;
}
@media screen and (max-width: 992px) {
  .view-product-categories .item-list {
    display: none;
  }
}

.product-list {
  margin: 15px 0;
}
.product-list .product-title {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.product-list .items {
  padding: 30px 20px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  text-align: left;
  min-height: 300px;
  margin: 15px 0;
}
.product-list .items img {
  transition: transform 0.2s ease-in;
  transform: scale(1);
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 1440px) {
  .product-list .items img {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .product-list .items img {
    width: 100%;
    height: auto;
  }
}
.product-list .items .title {
  padding: 10px 0;
}
.product-list .items .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
}
.product-list .items:hover {
  cursor: pointer;
}
.product-list .items:hover img {
  transition: transform 0.2s ease-in;
  transform: scale(1.1);
}
.product-list .items:hover a {
  color: #fff;
}

.social-media-header {
  text-align: center;
  margin: 80px 0;
}
.social-media-header h1 {
  font-size: 46px;
}

#social-nav {
  text-align: center;
  align-items: center;
  justify-content: center;margin-bottom: 75px;
}
@media screen and (max-width: 992px) {
  #social-nav {
    display: flex;
    flex-direction: column;
  }
}
#social-nav a {
  transition: none;
  color: #000000;
  margin: 10px;
  border-radius: 5px;
  border: 0;
}
#social-nav a:after {
  content: unset !important;
}
#social-nav a.active {
  padding: 15px 40px;
  background: #f15929;
  color: white;
}
#social-nav a.active i:before {
  margin-left: 0;
}

#social-media-carousel {
  margin: 50px 0;
  background: transparent;
  box-shadow: unset;
  padding: 0;
}
#social-media-carousel p {
  margin-top: 17px;
  margin-bottom: 17px;
}
#social-media-carousel .owl-item {
  padding: 10px;
}
#social-media-carousel .owl-item .img-wrapper {
  background: #f9f9f9;
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#social-media-carousel .owl-item .img-wrapper img {
  border-radius: 5px;
}
#social-media-carousel .owl-item .img-wrapper p {
  padding: 10px;
  font-weight: 100;
}
#social-media-carousel .owl-item .tw .img-wrapper {
  position: relative;
}
#social-media-carousel .owl-item .tw .img-wrapper:before {
  font-family: socialicons;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px;
  border-radius: 5px;
  color: #fff;
  background-color: #55acee;
}
#social-media-carousel .owl-item .fb .img-wrapper {
  position: relative;
}
#social-media-carousel .owl-item .fb .img-wrapper:before {
  font-family: socialicons;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px;
  border-radius: 5px;
  color: #fff;
  background-color: #43619c;
}
#social-media-carousel .owl-item .insta .img-wrapper {
  position: relative;
}
#social-media-carousel .owl-item .insta .img-wrapper:before {
  font-family: socialicons;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px;
  border-radius: 5px;
  color: #fff;
  background-color: #ff9800;
}
#social-media-carousel .owl-buttons {
  display: none;
}
#social-media-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
}
#social-media-carousel .owl-dots button {
  outline: none;
}
#social-media-carousel .owl-dots button span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
#social-media-carousel .owl-dot.active span {
  opacity: 1;
  background: #1074bc;
}

.paragraph--type--prg-collapse img,
.paragraph--type--prg-standard img,
.paragraph--type--prg-tab img {
  width: 100%;
  height: auto;
}

img.img-circle-177 {
  width: 177px;
  height: 177px;
  overflow: hidden;
  border-radius: 50%;
  padding: 20px;
  border: 1px solid #e8e8e8;
  margin: 15px;
}

img.img-circle-250 {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  padding: 20px;
  border: 1px solid #e8e8e8;
  margin: 15px;
}

img.img-circle-300 {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  padding: 20px;
  border: 1px solid #e8e8e8;
  margin: 15px;
}

img.img-circle-350 {
  width: 350px;
  height: 350px;
  overflow: hidden;
  border-radius: 50%;
  padding: 20px;
  border: 1px solid #e8e8e8;
  margin: 15px;
}

.common-list-style {
  height: 25px;
}
.common-list-style .list-ilanlar {
  cursor: pointer;
}
.common-list-style .list-saticilar,
.common-list-style .list-servisler {
  padding: 37px !important;
}
.common-list-style .link-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  padding: 40px 25px;
}
.common-list-style ul.common-list-menu {
  display: flex;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  position: relative;
  bottom: 50px;
  z-index: 1;
  outline: 0;
}
@media screen and (max-width: 992px) {
  .common-list-style ul.common-list-menu {
    flex-direction: column;
  }
}
.common-list-style ul.common-list-menu li {
  text-indent: 0;
}
.common-list-style ul.common-list-menu > li {
  background: white;
  padding: 25px 40px;
  height: 100px;
  flex: 1;
  margin: 10px;
  font-size: 1em;
  text-align: center;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1), 0 20px 24px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 22px;
  font-weight: lighter;
  color: #221E1F;
  position: relative;
}
.common-list-style ul.common-list-menu > li:before {
  display: none;
}
.common-list-style ul.common-list-menu > li .flaticon-next {
  flex: 2;
  text-align: right;
  color: #1074bc;
  padding-right: 0;
  position: relative;
}
.common-list-style ul.common-list-menu > li .flaticon-next:before {
  transition: transform linear 0.25s;
  position: absolute;
  right: 0;
}
.common-list-style ul.common-list-menu > li .flaticon-next:hover {
  color: #fff;
}
.common-list-style ul.common-list-menu > li i {
  font-size: 50px;
  padding-right: 20px;
  color: #1074bc;
}
.common-list-style ul.common-list-menu > li a {
  color: #221E1F;
}
.common-list-style ul.common-list-menu > li:hover {
  background: #1074bc;
  transition: 0.5s;COLOR: #FFF;
}
.common-list-style ul.common-list-menu > li:hover i {
  color: #fff;
  transition: 0.5s;
}
.common-list-style ul.common-list-menu > li:hover > a {
  color: #fff;
  transition: 0.5s;
}
.common-list-style ul.common-list-menu > li ul {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
.common-list-style ul.common-list-menu > li ul li {
  margin: 0;
  height: 50px;
  background: white;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: lighter;
  color: #221E1F;
  position: relative;
  padding-left: 50px;
  border-bottom: 1px solid #e8e8e8;
  z-index: 2;
}
.common-list-style ul.common-list-menu > li ul li:before {
  content: "";
  background: url("site-logo.png");
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  padding-right: 70px;
  font-family: unset;
  font-size: unset;
  border: none;
  border-radius: 0;
  color: unset;
  margin-right: unset;
}
.common-list-style ul.common-list-menu > li ul li i {
  font-size: 50px;
  padding-right: 20px;
  color: #1074bc;
}
.common-list-style ul.common-list-menu > li ul li a {
  color: #221E1F;
  text-align: left;
}
.common-list-style ul.common-list-menu > li ul li:hover {
  background: #1074bc;
  transition: 0.5s;
  color: #fff;
}
.common-list-style ul.common-list-menu > li ul li:hover i {
  color: #fff;
  transition: 0.5s;
}
.common-list-style ul.common-list-menu > li ul li:hover a {
  color: #fff;
  transition: 0.5s;
}
.common-list-style ul.common-list-menu > li ul li:last-child {
  border-bottom: none;
}
.common-list-style .common-list-menu.active li.active i.flaticon-next:before {
  position: absolute;
  transform: rotate(-90deg);
  transition: transform linear 0.25s;
}
.common-list-style .common-list-menu.active li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 992px) {
  .common-list-style {
    height: auto;
  }
  .common-list-style ul {
    bottom: 0 !important;
  }
  .common-list-style ul li {
    padding: 25px !important;
  }
}

.neden-kale-kapi-paralax {
  min-height: 500px !important;
}
.neden-kale-kapi-paralax .parallax-wrapper {
  height: 500px !important;
}

body.path-urunler #block-languageswitcher,
body.product-detail #block-languageswitcher,
body.urunler #block-languageswitcher {
  visibility: hidden;
}

.product-detail sidebar.col-lg-3 {
  display: none;
}
@media screen and (min-width: 992px) {
  .product-detail .main-content.col-lg-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.commercials .field-content img {
  width: 100%;
  height: auto;
}

.share-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.share-button h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 600px) {
  .share-button h3 {
    margin-right: 0;
  }
}
.share-button h3 img {
  padding-right: 10px;
}
.share-button ul {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.share-button ul li {
  padding: 15px 30px;
}
@media screen and (max-width: 993px) {
  .share-button ul li {
    padding: 15px;
  }
}
.share-button ul li:before {
  display: none;
}
.share-button ul li a {
  display: block;
  line-height: 0;
  position: relative;
}
.share-button ul li a .socialicons-twitter:before {
  color: #24a9e6;
}
.share-button ul li a .socialicons-facebook-logo:before {
  color: #43619c;
}
.share-button ul li a .whatsapp-icon-whatsapp:before {
  color: #00b22d;
}
.share-button ul .share-button ul li:not(:last-child) {
  border-right: 1px solid #eeeeee;
}

@media screen and (max-width: 992px) {
  #backtotop {
    display: none !important;
  }
}
.homepage-blog-list {
  background-repeat: no-repeat;
  height: 700px;
  display: block;
  align-items: center;
  justify-content: center;
}
.homepage-blog-list .view-header {
  text-align: center;
}
.homepage-blog-list .view-header h1 {
  font-size: 46px;
}
.homepage-blog-list .view-header h1 a {
  color: #fff;
}
.homepage-blog-list > div {
  transform: translate(0, 10%);
}
.homepage-blog-list .medya-item {
  background: white;
  border: 0;
  border-radius: 0;
  padding: 0;
  height: 400px;
  margin: 20px 0;
  position: relative;
}
.homepage-blog-list .medya-item:hover {
  border: 0;
}
.homepage-blog-list .medya-item h3,
.homepage-blog-list .medya-item p,
.homepage-blog-list .medya-item span {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}
.homepage-blog-list .medya-item h3 {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.homepage-blog-list .medya-item p,
.homepage-blog-list .medya-item span {
 font-size: 16px;
font-weight: 300;
overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.homepage-blog-list .medya-item .date {
  color: #666666;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 25px;
}
.homepage-blog-list .owl-dots {
  margin-top: 10px;
  text-align: center;
}
.homepage-blog-list .owl-dots button {
  outline: none;
}
.homepage-blog-list .owl-dots button span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: white;
}
.homepage-blog-list .owl-dot.active span {
  opacity: 1;
}

.mobile-call {
  display: none;
}
@media screen and (max-width: 993px) {
  .mobile-call {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 999;
    width: 70px;
    height: 70px;
  }
  .mobile-call:before {
    color: white;
    font-size: 30px;
  }
}

.webform-submission-genel-teklif-form-form .form-item-il .shs-container {
  display: none;
}
@media screen and (max-width: 993px) {
  .webform-submission-genel-teklif-form-form .form-actions {
    text-align: center;
  }
  .webform-submission-genel-teklif-form-form .form-actions input {
    float: none;
  }
}

.webform-submission-acik-inovasyon-formu-form .shs-container {
  display: none;
}

.node--type-product .row > .field__items {
  width: 100%;
}
.node--type-product .product-images-wrapper ul li {
  list-style-type: none;
  padding: 0 10px;
  text-indent: 0;
}
.node--type-product .product-images-wrapper ul li:before {
  display: none;
}

.product-sidebar {
  margin-top: 50px;
}

.view-similar-products h3 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #1074bc;
  font-weight: 600;
}

.product-list .product-title {
  display: flex;
  flex-direction: column;
  padding-top: 20px;text-align: center;
}

.p-code {
  height: auto !important;
}

.similar-products-wrapper {
  margin: 30px 0;
}
.similar-products-wrapper .item {
  border: 4px solid #efe9e9;
  padding: 15px;
  border-radius: 10px;
}
.similar-products-wrapper .item img {
  display: block;
  width: 100%;
  height: auto;
}
.similar-products-wrapper .item:hover a {
  color: #607D8B;
}
.similar-products-wrapper .item .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
  text-align: center;
  padding: 0 10px;
}

.path-urunler .product-detail-wrapper .title {
  font-size: 24px;
  line-height: 36px;
  color: #1074bc;
  font-weight: 600;
  margin: 15px 0;
}
.path-urunler .product-detail-wrapper a {
  padding: 21px 150px 21px 30px;
}
@media (max-width: 993px) {
  .path-urunler .product-detail-wrapper a {
    padding: 15px 80px 15px 25px;
  }
}

@media (min-width: 992px) {
  .page-node-type-product .node__content .row > div:first-child {
    position: sticky;
    position: -webkit-sticky;
    top: 4px;
    height: 100%;
  }
}

.product-list ul {
  list-style-type: none;
  padding-left: 0;
}
.product-list ul li.menu-item--active-trail a {
  border-right: 0 !important;
}
.product-list div.views_tree_link {
  display: none;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed > a {
  font-weight: 600;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed > .active-menu {
  padding-bottom: 8px;
}
.product-list .view-content > ul > .menu-item--active-trail > .open-more {
  color: #1074bc;
}
.product-list .view-content > ul > .menu-item--active-trail > a {
  color: #1074bc;
}
.product-list .view-content > ul .menu-item--active-trail > a {
  font-weight: 600 !important;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed > ul li {
  padding-right: 15px;
  margin-left: 0;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed > ul ul {
  font-size: 14px;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed > ul ul li {
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 27px;
  border: 0 !important;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed > ul ul li .is-active {
  color: #1074bc !important;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed > ul ul li a {
  font-weight: 300 !important;
  color: #635c5c !important;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed > ul a {
  font-weight: 500;
  color: #635c5c;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed > ul .open-more {
  color: #635c5c;
}
.product-list .view-content > ul > .menu-item--active-trail > ul > .menu-item--active-trail a {
  color: black !important;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed ul {
  display: block !important;
  margin: 0;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed ul a {
  border-right: 0;
  padding-right: 42px;
}

.product-list li li {
  border-left: 0 !important;
  border-right: 0 !important;
}
.product-list .view-content > ul > .views_tree_parent.views_tree_collapsed {
  border-top: 0;
  border-bottom: 0;
}
.product-list ul {
  border-right: 0 !important;
}
.product-list ul li {
  left: 0 !important;
  padding: 0;
}

.product-list .open-more {
  padding: 0 15px;
  font-size: 20px;
  float: right;
  width: 42px;
}
@media screen and (max-width: 992px) {
  .product-list .open-more {
    position: relative;
    top: 8px;
  }
}
.product-list span {
  cursor: pointer;
}
.product-list .active-menu {
  max-height: 9999px !important;
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0) !important;
  transition-delay: 0s !important;
}

.product-list .form--inline {
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .product-list .form--inline {
    height: 86px;
    position: relative;
  }
}
@media screen and (max-width: 992px) {
  .product-list .form--inline {
    align-items: flex-end;
  }
}
.product-list .form--inline .form-item {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .product-list .form--inline .form-item {
    position: absolute;
  }
}
@media screen and (max-width: 992px) {
  .product-list .form--inline .form-item {
    width: 100%;
  }
}
.product-list .form--inline .form-item input {
  border-radius: 0;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .product-list .form--inline .form-item input {
    padding: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .product-list .form--inline .form-item input::placeholder, .product-list .form--inline .form-item input:-ms-input-placeholder, .product-list .form--inline .form-item input::-ms-input-placeholder {
    font-size: 12px;
  }
}
.product-list .form--inline .form-actions {
  position: relative;
  width: 30px;
  height: 30px;
  right: 70px;
}
@media screen and (max-width: 992px) {
  .product-list .form--inline .form-actions {
    bottom: 54px;
    right: 32px;
  }
}
.product-list .form--inline .form-actions:after {
  font-family: Flaticon;
  font-style: normal;
  margin-left: 20px;
  content: "";
  padding: 6px;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  position: absolute;
  left: 0;
  margin: 0;
  width: 30px;
  color: #635c5c;
  height: 30px;
  font-size: 25px;
}
@media screen and (max-width: 992px) {
  .product-list .form--inline .form-actions:after {
    font-size: 18px;
    left: 20px;
    top: 5px;
  }
}
.product-list .form--inline .form-actions input {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: transparent;
  border: 0;
  box-shadow: none;
  z-index: 2;
}

.new-yeni {
  width: 100px !important;
  position: absolute;
  left: 5px;
  top: 5px;
}

.page-node-type-landing-page .node__content {
  overflow-x: hidden;
  position: relative;
}

.landing-page .shs-widget-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.landing-page .form-to-go {
  display: none;
}
@media screen and (max-width: 992px) {
  .landing-page .form-to-go {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    left: 0;
    display: block;
  }
  .landing-page .form-to-go a {
    outline: 0;
  }
  .landing-page .form-to-go img {
    width: 50px;
  }
}
.landing-page .paragraph {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .landing-page {
    padding-bottom: 200px;
  }
}
.landing-page .mobile-header-form {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .landing-page .mobile-header-form {
    display: none;
  }
}
.landing-page .mobile-header-form h2 {
  font-size: 25px;
  margin: 15px 0px;
  line-height: 30px;
}
.landing-page .mobile-header-form .black-text {
  font-size: 22px;
  color: #222;
}
.landing-page .landing-page-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .landing-page .landing-page-logo img {
    width: 60%;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .landing-page > .col-lg-3 {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .landing-page > .col-lg-9 {
    background: #fbfbfb;
    padding-right: 0;
    border-right: 3px solid #1074bc;
  }
}
@media screen and (max-width: 992px) {
  .landing-page > .col-lg-9 {
    position: inherit;
  }
}

.landing-page-arrow-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.landing-page-arrow-wrapper img {
  width: 100px !important;
  height: auto !important;
  margin: auto;
}

.landing-page-title {
  text-align: center;
  color: #1074bc;
}
@media screen and (max-width: 992px) {
  .landing-page-title {
    font-size: 30px;
    line-height: 32px;
  }
}

.landing-page-sub-title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #1074bc;
}
@media screen and (max-width: 992px) {
  .landing-page-sub-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.landing-page-form .form-type-checkbox {
  margin-bottom: 0 !important;
}
.landing-page-form .landing-form-top {
  text-align: center;
}
.landing-page-form .landing-form-top .black-text {
  font-size: 26px;
  color: #222;
}
.landing-page-form .landing-form-top h2 {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .landing-page-form {
    position: relative;
    width: 100%;
    top: 0;
    min-height: 100%;
    z-index: 4;
  }
}
@media screen and (max-width: 992px) {
  .landing-page-form {
    padding-top: 20px;
  }
}
.landing-page-form fieldset {
  border: 0;
}
.landing-page-form .webform-type-fieldset.form-wrapper {
  margin: 0;
  z-index: 5;
  background: white;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .landing-page-form .webform-type-fieldset.form-wrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .landing-page-form .webform-type-fieldset.form-wrapper {
    position: relative;
  }
}
.landing-page-form .webform-type-fieldset.form-wrapper p {
  font-size: 15px;
  line-height: 22px;
  color: #868686;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .landing-page-form .webform-type-fieldset.form-wrapper p br {
    display: none;
  }
}
.landing-page-form .webform-type-fieldset.form-wrapper input[type=checkbox]:checked + label:before {
  background-color: red;
  border-color: red;
  color: red;
}
.landing-page-form .form-text, .landing-page-form .form-date, .landing-page-form .form-time, .landing-page-form .form-email, .landing-page-form .form-number, .landing-page-form .form-select, .landing-page-form .form-tel, .landing-page-form .form-textarea {
  height: 50px;
  line-height: 25px;
}
.landing-page-form .form-item {
  margin-top: 0;
}
.landing-page-form .form-actions {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.landing-page-form .form-actions .form-submit {
  padding: 15px;
  z-index: 0;
  background: #3ecf8e;
  width: 50%;
  position: relative;
  left: 0;
  margin: 0;
  border-radius: 10px;
  border: none;
  bottom: 50px;
}
@media screen and (max-width: 992px) {
  .landing-page-form .form-actions .form-submit {
    z-index: 1;
    width: 50%;
    border-radius: 10px;
    bottom: 50px;
  }
}
.landing-page-form .form-item-il {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.landing-page-form .shs-field-container {
  display: block !important;
}
.landing-page-form .shs-field-container .shs-widget-container {
  width: 100%;
  margin: 0;
}
.landing-page-form .shs-field-container .shs-widget-container:first-child {
  margin-bottom: 15px;
}

.landing-page-image {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .landing-page-image {
    display: none;
  }
}
.landing-page-image img {
  width: 100%;
  height: auto;
}

.landing-page-image-mobile {
  text-align: center;
  padding-top: 100px;
}
@media screen and (min-width: 992px) {
  .landing-page-image-mobile {
    display: none;
  }
}
.landing-page-image-mobile img {
  width: 100%;
  height: auto;
}

.landing-page-footer {
  background: #f5f5f5;
  height: 100px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .landing-page-footer {
    position: absolute;
    bottom: 0;
    height: 200px;
    left: 0;
    width: 100%;
  }
}
.landing-page-footer > .row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .landing-page-footer > .row {
    height: 100%;
  }
}
.landing-page-footer > .row .col-lg-3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .landing-page-footer > .row .col-lg-3 {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .landing-page-footer > .row .col-lg-3 img {
    width: 100%;
    height: auto;
  }
}
.landing-page-footer > .row .col-lg-5 {
  text-align: center;
}
.landing-page-footer .hemenara-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page-footer .hemenara-wrapper i {
  font-size: 45px;
}
.landing-page-footer .hemenara-wrapper .hemenara-right {
  text-align: center;
  padding-left: 15px;
}
.landing-page-footer .landing-page-social i {
  padding: 12px;
  margin: 1px;
  border-radius: 5px;
  color: black;
  background-color: white;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .landing-page-footer .landing-page-social i {
    padding: 6px;
  }
}
.landing-page-footer .landing-page-social i:before {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.landing-page-footer .landing-page-social i:hover {
  color: white;
}
.landing-page-footer .socialicons-twitter:hover {
  transition: background-color 0.5s;
  background-color: #55acee;
}
.landing-page-footer .socialicons-facebook-logo:hover {
  transition: background-color 0.5s;
  background-color: #43619c;
}
.landing-page-footer .socialicons-instagram-logo:hover {
  transition: background-color 0.5s;
  background-color: #ff9800;
}
.landing-page-footer .socialicons-youtube-play-button:hover {
  transition: background-color 0.5s;
  background-color: #e7181d;
}
.landing-page-footer .socialicons-linkedin-logo:hover {
  transition: background-color 0.5s;
  background-color: #187fb8;
}

.shs-container {
  width: 100%;
}

.shs-processed {
  display: none;
}

.shs-field-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .shs-field-container {
    flex-direction: column;
  }
}
.shs-field-container label {
  display: none;
}
.shs-field-container .shs-widget-container {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .shs-field-container .shs-widget-container {
    width: 100%;
  }
}
.shs-field-container .shs-widget-container:last-child {
  margin-left: 10px;
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .shs-field-container .shs-widget-container:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}
.shs-field-container .shs-widget-container:first-child {
  margin-right: 10px;
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .shs-field-container .shs-widget-container:first-child {
    margin-right: 0;
  }
}

.iti {
  width: 100%;
}

.iti__divider::before {
  display: none;
}

.webform-submission-iletisim-formu-ingilizce-form .form-item-yabaci-telefon {
  width: 49%;
  display: inline-block;
  padding: 0 5px 0 0;
  margin: 0;
}
.webform-submission-iletisim-formu-ingilizce-form .js-webform-select-other {
  width: 49%;
  display: inline-block;
  padding: 0 0 0 5px;
  margin: 0;
  float: right;
}
.webform-submission-iletisim-formu-ingilizce-form .form-type-email {
  margin-top: 0px;
}

.page-node-type-product .views-exposed-form {
  display: none !important;
}

.path-search-list .pager__item {
  border: 0 !important;
  padding: 5px !important;
}

.path-search-list .pager__item:first-child {
  border: 0 !important;
}

.path-search-list .pager__item:last-child {
  border: 0 !important;
}

# sourceMappingURL=style.css.map
