* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "PT Sans",sans-serif;
  font-display: swap;
  line-height: 1.4;
  font-size: 15px;
  color: #222425;
}

.container {
  width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  min-height: 1px;
  min-width: 320px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container--full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.containerNew {
  width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1440px) {
  .containerNew {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .containerNew {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-wrapper {
  overflow: hidden;
  border-left: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .main-wrapper {
    width: 100%;
  }
}

.main-wrapperNew {
  overflow: hidden;
  border-left: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  width: 1440px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .main-wrapperNew {
    width: 100%;
  }
}

.row {
  width: auto;
  margin-left: -6px;
  margin-right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-auto {
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  width: auto;
}

.col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-1 {
  width: 6.25%;
}

.col-lg-2 {
  width: 12.5%;
}

.col-lg-3 {
  width: 18.75%;
}

.col-lg-4 {
  width: 25%;
}

.col-lg-5 {
  width: 31.25%;
}

.col-lg-6 {
  width: 37.5%;
}

.col-lg-7 {
  width: 43.75%;
}

.col-lg-8 {
  width: 50%;
}

.col-lg-9 {
  width: 56.25%;
}

.col-lg-10 {
  width: 62.5%;
}

.col-lg-11 {
  width: 68.75%;
}

.col-lg-12 {
  width: 75%;
}

.col-lg-13 {
  width: 81.25%;
}

.col-lg-14 {
  width: 87.5%;
}

.col-lg-15 {
  width: 93.75%;
}

.col-lg-16 {
  width: 100%;
}

@media (max-width: 1199px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .col-md-1 {
    width: 10%;
  }

  .col-md-2 {
    width: 20%;
  }

  .col-md-3 {
    width: 30%;
  }

  .col-md-4 {
    width: 40%;
  }

  .col-md-5 {
    width: 50%;
  }

  .col-md-6 {
    width: 60%;
  }

  .col-md-7 {
    width: 70%;
  }

  .col-md-8 {
    width: 80%;
  }

  .col-md-9 {
    width: 90%;
  }

  .col-md-10 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .col-xs-1 {
    width: 10%;
  }

  .col-xs-2 {
    width: 20%;
  }

  .col-xs-3 {
    width: 30%;
  }

  .col-xs-4 {
    width: 40%;
  }

  .col-xs-5 {
    width: 50%;
  }

  .col-xs-6 {
    width: 60%;
  }

  .col-xs-7 {
    width: 70%;
  }

  .col-xs-8 {
    width: 80%;
  }

  .col-xs-9 {
    width: 90%;
  }

  .col-xs-10 {
    width: 100%;
  }
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.gap-x-5 {
  gap: 0 5px;
}
.gap-x-10 {
  gap: 0 10px;
}
.gap-x-15 {
  gap: 0 15px;
}
.gap-x-20 {
  gap: 0 20px;
}
.gap-x-25 {
  gap: 0 25px;
}
.gap-x-30 {
  gap: 0 30px;
}
.gap-y-5 {
  gap: 5px 0;
}
.gap-y-10 {
  gap: 10px 0;
}
.gap-y-15 {
  gap: 15px 0;
}
.gap-y-20 {
  gap: 20px 0;
}
.gap-y-25 {
  gap: 25px 0;
}
.gap-y-30 {
  gap: 30px 0;
}
.gap-all-5 {
  gap: 5px;
}
.gap-all-10 {
  gap: 10px;
}
.gap-all-15 {
  gap: 15px;
}
.gap-all-20 {
  gap: 20px;
}
.gap-all-25 {
  gap: 25px;
}
.gap-all-30 {
  gap: 30px;
}
.gap-inherit {
  gap: inherit;
}

@media screen and (max-width: 1200px) {
  .gap-lg-x-5 {
    gap: 0 5px;
  }
  .gap-lg-x-10 {
    gap: 0 10px;
  }
  .gap-lg-x-15 {
    gap: 0 15px;
  }
  .gap-lg-x-20 {
    gap: 0 20px;
  }
  .gap-lg-x-25 {
    gap: 0 25px;
  }
  .gap-lg-x-30 {
    gap: 0 30px;
  }
  .gap-lg-y-5 {
    gap: 5px 0;
  }
  .gap-lg-y-10 {
    gap: 10px 0;
  }
  .gap-lg-y-15 {
    gap: 15px 0;
  }
  .gap-lg-y-20 {
    gap: 20px 0;
  }
  .gap-lg-y-25 {
    gap: 25px 0;
  }
  .gap-lg-y-30 {
    gap: 30px 0;
  }
  .gap-lg-all-5 {
    gap: 5px;
  }
  .gap-lg-all-10 {
    gap: 10px;
  }
  .gap-lg-all-15 {
    gap: 15px;
  }
  .gap-lg-all-20 {
    gap: 20px;
  }
  .gap-lg-all-25 {
    gap: 25px;
  }
  .gap-lg-all-30 {
    gap: 30px;
  }
  .gap-lg-inherit {
    gap: inherit;
  }
}

@media screen and (max-width: 991px) {
  .gap-md-x-5 {
    gap: 0 5px;
  }
  .gap-md-x-10 {
    gap: 0 10px;
  }
  .gap-md-x-15 {
    gap: 0 15px;
  }
  .gap-md-x-20 {
    gap: 0 20px;
  }
  .gap-md-x-25 {
    gap: 0 25px;
  }
  .gap-md-x-30 {
    gap: 0 30px;
  }
  .gap-md-y-5 {
    gap: 5px 0;
  }
  .gap-md-y-10 {
    gap: 10px 0;
  }
  .gap-md-y-15 {
    gap: 15px 0;
  }
  .gap-md-y-20 {
    gap: 20px 0;
  }
  .gap-md-y-25 {
    gap: 25px 0;
  }
  .gap-md-y-30 {
    gap: 30px 0;
  }
  .gap-md-all-5 {
    gap: 5px;
  }
  .gap-md-all-10 {
    gap: 10px;
  }
  .gap-md-all-15 {
    gap: 15px;
  }
  .gap-md-all-20 {
    gap: 20px;
  }
  .gap-md-all-25 {
    gap: 25px;
  }
  .gap-md-all-30 {
    gap: 30px;
  }
  .gap-md-inherit {
    gap: inherit;
  }
}

@media screen and (max-width: 768px) {
  .gap-sm-x-5 {
    gap: 0 5px;
  }
  .gap-sm-x-10 {
    gap: 0 10px;
  }
  .gap-sm-x-15 {
    gap: 0 15px;
  }
  .gap-sm-x-20 {
    gap: 0 20px;
  }
  .gap-sm-x-25 {
    gap: 0 25px;
  }
  .gap-sm-x-30 {
    gap: 0 30px;
  }
  .gap-sm-y-5 {
    gap: 5px 0;
  }
  .gap-sm-y-10 {
    gap: 10px 0;
  }
  .gap-sm-y-15 {
    gap: 15px 0;
  }
  .gap-sm-y-20 {
    gap: 20px 0;
  }
  .gap-sm-y-25 {
    gap: 25px 0;
  }
  .gap-sm-y-30 {
    gap: 30px 0;
  }
  .gap-sm-all-5 {
    gap: 5px;
  }
  .gap-sm-all-10 {
    gap: 10px;
  }
  .gap-sm-all-15 {
    gap: 15px;
  }
  .gap-sm-all-20 {
    gap: 20px;
  }
  .gap-sm-all-25 {
    gap: 25px;
  }
  .gap-sm-all-30 {
    gap: 30px;
  }
  .gap-sm-inherit {
    gap: inherit;
  }
}

@media screen and (max-width: 576px) {
  .gap-xs-x-5 {
    gap: 0 5px;
  }
  .gap-xs-x-10 {
    gap: 0 10px;
  }
  .gap-xs-x-15 {
    gap: 0 15px;
  }
  .gap-xs-x-20 {
    gap: 0 20px;
  }
  .gap-xs-x-25 {
    gap: 0 25px;
  }
  .gap-xs-x-30 {
    gap: 0 30px;
  }
  .gap-xs-y-5 {
    gap: 5px 0;
  }
  .gap-xs-y-10 {
    gap: 10px 0;
  }
  .gap-xs-y-15 {
    gap: 15px 0;
  }
  .gap-xs-y-20 {
    gap: 20px 0;
  }
  .gap-xs-y-25 {
    gap: 25px 0;
  }
  .gap-xs-y-30 {
    gap: 30px 0;
  }
  .gap-xs-all-5 {
    gap: 5px;
  }
  .gap-xs-all-10 {
    gap: 10px;
  }
  .gap-xs-all-15 {
    gap: 15px;
  }
  .gap-xs-all-20 {
    gap: 20px;
  }
  .gap-xs-all-25 {
    gap: 25px;
  }
  .gap-xs-all-30 {
    gap: 30px;
  }
  .gap-xs-inherit {
    gap: inherit;
  }
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 1200px) {
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 991px) {
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 576px) {
  .flex-xs-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 1200px) {
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 768px) {
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 576px) {
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 768px) {
  .w-sm-100 {
    width: 100%;
  }
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}
