body {
  margin: 0;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galanogrotesqueregular-webfont.woff2") format("woff2"), url("../fonts/galanogrotesqueregular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galanogrotesque-regular81-webfont.woff2") format("woff2"), url("../fonts/galanogrotesque-regular81-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galanogrotesque-regular71-webfont.woff2") format("woff2"), url("../fonts/galanogrotesque-regular71-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galanogrotesquebold-webfont.woff2") format("woff2"), url("../fonts/galanogrotesquebold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.pgc-banner-slider {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "GalanoGrotesque", Arial, Helvetica, sans-serif;
}

@media (max-width: 1023px) {
  .pgc-banner-slider {
    padding: 0;
  }
}

.pgc-banner-slider * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pgc-banner-slider .slick-list,
.pgc-banner-slider .slick-slide {
  width: 100%;
  overflow: hidden;
}

.pgc-banner-slider .pgc-banner-top {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding-top: 180px;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1199px) {
  .pgc-banner-slider .pgc-banner-top {
    min-height: 500px;
  }
}

@media (max-width: 1023px) {
  .pgc-banner-slider .pgc-banner-top {
    min-height: 450px;
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .pgc-banner-slider .pgc-banner-top {
    padding-bottom: 25px;
  }
}

.pgc-banner-slider .pgc-banner-top:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
}

.pgc-banner-slider .pgc-banner-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.pgc-banner-slider .pgc-banner-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 1199px) {
  .pgc-banner-slider .pgc-banner-image img {
    -o-object-position: center right;
    object-position: center right;
  }
}

@media (max-width: 767px) {
  .pgc-banner-slider .pgc-banner-image img {
    -o-object-position: center right;
    object-position: center right;
  }
}

.pgc-banner-slider .pgc-banner-container {
  padding: 0 15px;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.pgc-banner-slider .pgc-banner-textbox {
  max-width: 500px;
}

.pgc-banner-slider h1,
.pgc-banner-slider h2,
.pgc-banner-slider .pgc-banner-text {
  color: #2D2B6F;
}

.pgc-banner-slider h1 {
  font-size: 72px;
  line-height: 1;
  font-weight: 700 !important;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 25px;
  letter-spacing: -5%;
}

@media (max-width: 1199px) {
  .pgc-banner-slider h1 {
    font-size: 54px;
  }
}

@media (max-width: 1023px) {
  .pgc-banner-slider h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .pgc-banner-slider h1 {
    font-size: 40px;
  }
}

.pgc-banner-slider h1:before,
.pgc-banner-slider h1:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 5px;
}

.pgc-banner-slider h1:before {
  left: 0;
  width: 127px;
  background: #DF3C27;
}

.pgc-banner-slider h1:after {
  left: 140px;
  width: 64px;
  background: #2D2B6F;
}

@media (max-width: 767px) {
  .pgc-banner-slider h1 br {
    display: none;
  }
}

.pgc-banner-slider h1 span {
  font-weight: 400;
}

@media (max-width: 767px) {
  .pgc-banner-slider h1 span br {
    display: block;
  }
}

.pgc-banner-slider h1.large,
.pgc-banner-slider #slick-slide01 h1 {
  font-size: 92px;
}


@media (max-width: 1199px) {

  .pgc-banner-slider h1.large,
  .pgc-banner-slider #slick-slide01 h1 {
    font-size: 81.5px;
  }
}

@media (max-width: 1023px) {

  .pgc-banner-slider h1.large,
  .pgc-banner-slider #slick-slide01 h1 {
    font-size: 67.5px;
  }
}

@media (max-width: 767px) {

  .pgc-banner-slider h1.large,
  .pgc-banner-slider #slick-slide01 h1 {
    font-size: 40px;
    max-width: 275px;
  }
}

.pgc-banner-slider h2 {
  font-size: 54px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 25px;
}

@media (max-width: 1199px) {
  .pgc-banner-slider h2 {
    font-size: 48px;
    max-width: 300px;
  }
}

@media (max-width: 1023px) {
  .pgc-banner-slider h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .pgc-banner-slider h2 {
    font-size: 27px;
  }
}

.pgc-banner-slider h2 span {
  color: #df3c27;
}

.pgc-banner-slider .pgc-banner-text {
  padding: 10px 30px 10px 11px;
  min-height: 70px;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  background: url("../images/bg-text.png") no-repeat;
  background-size: 100% 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1199px) {
  .pgc-banner-slider .pgc-banner-text {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {
  .pgc-banner-slider .pgc-banner-text {
    font-size: 25px;
    min-height: 60px;
    padding: 12px 30px 12px 12px;
  }
}

@media (max-width: 767px) {
  .pgc-banner-slider .pgc-banner-text {
    font-size: 18px;
    min-height: auto;
    padding: 15px 22px 15px 12px;
  }
}

.pgc-banner-slider .pgc-banner-text span {
  color: #df3c27;
  position: relative;
}

.pgc-banner-slider .pgc-banner-text span:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  height: 3px;
  background: #27306c;
}

.pgc-banner-slider .pgc-banner-text i {
  font-style: normal;
  position: relative;
}

.pgc-banner-slider .pgc-banner-text i:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 3px;
  background: #e42c29;
}

.pgc-banner-slider .pgc-banner-text.blue {
  color: #fff;
  background: #2D2B6F;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -6%;
  min-height: inherit;
  padding: 12px;
}

@media (max-width: 1023px) {
  .pgc-banner-slider .pgc-banner-text.blue {
    font-size: 18px;
    padding: 9px 12px;
  }
}

@media (max-width: 767px) {
  .pgc-banner-slider .pgc-banner-text.blue {
    font-size: 16px;
    letter-spacing: -3%;
  }
}

.pgc-banner-slider .pgc-banner-bottom {
  color: #fff;
  background: #2d2b6f;
  padding: 33px 0;
  position: relative;
}

.pgc-banner-slider .pgc-banner-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
}

.pgc-banner-slider .pgc-banner-list li {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;

}

@media (max-width: 1199px) {
  .pgc-banner-slider .pgc-banner-list {
    gap: 40px;
  }

  .pgc-banner-slider .pgc-banner-list li {
    font-size: 36px;
  }
}

@media (max-width: 1023px) {
  .pgc-banner-slider .pgc-banner-list {
    gap: 25px;
  }

  .pgc-banner-slider .pgc-banner-list li {
    font-size: 30px;
  }

}

@media (max-width: 767px) {
  .pgc-banner-slider .pgc-banner-list {
    gap: 15px;
  }

  .pgc-banner-slider .pgc-banner-list li {
    font-size: 24px;
  }
}

.pgc-banner-slider .pgc-banner-list li {
  position: relative;
  padding-left: 25px;
}

.pgc-banner-slider .pgc-banner-list li:before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #df3c27;
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
}

@media (max-width: 1199px) {
  .pgc-banner-slider .pgc-banner-list li:before {
    top: 15px;
  }
}

@media (max-width: 1023px) {
  .pgc-banner-slider .pgc-banner-list li:before {
    top: 11px;
  }
}

@media (max-width: 767px) {
  .pgc-banner-slider .pgc-banner-list li:before {
    top: 7px;
  }
}

.pgc-banner-slider .pgc-banner-list span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .pgc-banner-slider .pgc-banner-list span {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .pgc-banner-slider .pgc-banner-list span {
    font-size: 16px;
  }
}

.pgc-banner-slider .pgc-banner-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #DF3C27;
  color: #fff;
  padding: 14px 24px;
  border-radius: 5px;
  font-size: 24px;
  left: 1;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "GalanoGrotesque", Arial, Helvetica, sans-serif;
}

@media (max-width: 1023px) {
  .pgc-banner-slider .pgc-banner-button {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .pgc-banner-slider .pgc-banner-button {
    font-size: 17px;
  }
}

.pgc-banner-slider .pgc-banner-button:hover {
  background: #ca3622;
}

.pgc-banner-slider .slick-dots {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 75px;
}

.pgc-banner-slider .slick-dots li {
  padding: 0 !important;
  border-radius: 0 !important;
}

.pgc-banner-slider .slick-dots li:before {
  display: none !important;
}

.pgc-banner-slider .slick-dots li button {
  width: 6px;
  height: 20px;
  background: #7173a1;
  font-size: 0;
  line-height: 0;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block !important;
}

.pgc-banner-slider .slick-dots li.slick-active button {
  height: 36px;
  background: #df3c27;
}

.pgc-banner-slider .pgc-banner-pattern {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  max-width: 344px;
}

.pgc-banner-slider .pgc-banner-pattern img {
  width: 100%;
  height: auto;
  display: block;
}