/* ========= [ * page-home_1 ]  =========*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


@font-face {
  font-family: dragon-seriel-bold;
  src: url(../fonts/dragon-serial-bold.ttf);
}
@font-face {
  font-family: dragon-seriel-regular;
  src: url(../fonts/Dragon-Serial-Regular.ttf);
}
@font-face {
  font-family: peristiwa;
  src: url(../fonts/Peristiwa.otf);
}
@font-face {
  font-family: alex-brush;
  src: url(../fonts/AlexBrush-Regular.ttf);
}
@font-face {
  font-family: gilroy-medium;
  src: url(../fonts/Gilroy-Medium.ttf);
}
@font-face {
  font-family: futura-bold;
  src: url(../fonts/Futura-Bold-font.ttf);
}


/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #dfe3ec;
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-title{
    /*font-family: alex-brush;*/
    /*letter-spacing:2px;*/
    font-size:3rem;
    font-style:italic;

}


.side_menu_style4.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.side_menu_style4.show .side_shape {
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  opacity: 1;
}
.side_menu_style4.show .side_shape2 {
  -webkit-transform: rotate(180deg) scale(1);
  -ms-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
  opacity: 1;
}
.side_menu_style4.show .main_links {
  text-align: center;
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.side_menu_style4 .side_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  -webkit-transform: rotate(-60deg) scale(0.5);
  -ms-transform: rotate(-60deg) scale(0.5);
  transform: rotate(-60deg) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_menu_style4 .side_shape2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  -webkit-transform: rotate(120deg) scale(0.5);
  -ms-transform: rotate(120deg) scale(0.5);
  transform: rotate(120deg) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_menu_style4 .links_group {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.side_menu_style4 .main_links {
  text-align: center;
  -webkit-transform: scaleX(1.4) scaleY(1.8);
  -ms-transform: scaleX(1.4) scaleY(1.8);
  transform: scaleX(1.4) scaleY(1.8);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.side_menu_style4 .main_links .main_link {
  font-size: calc(3vw + 15px);
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.side_menu_style4 .main_links .main_link:hover {
  text-decoration: underline;
}
.side_menu_style4 .social_links a {
  font-size: 24px;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  border-bottom: 3px solid transparent;
}
.side_menu_style4 .social_links a:hover {
  border-color: #000;
}
.side_menu_style4 .clss {
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 60px;
  cursor: pointer;
}

.side_menu4_overlay {
  position: absolute;
  z-index: 90;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.side_menu4_overlay.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.side_menu4_overlay2 {
  position: absolute;
  z-index: 80;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_menu4_overlay2.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* --------------- footer style1 --------------- */
.tc-navbar-style1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #0000008a;
  padding: 0;
}
.tc-navbar-style1 .content {
  padding: 10px 10px;
}
.tc-navbar-style1 .content .navbar-brand {
  max-width: 155px;
  -webkit-margin-end: 100px;
  margin-inline-end: 100px;
}
.tc-navbar-style1 .content .navbar-nav .nav-link {
  font-size: 14px;
  color: #fff;
  opacity: 1;
  margin: 0 20px;
}
.tc-navbar-style1 .content .navbar-nav .nav-link:hover,
.tc-navbar-style1 .content .navbar-nav .nav-link.active {
  color: var(--color-orange1);
}
.tc-navbar-style1 .content .nav-side .icon {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-navbar-style1 {
    position: relative;
    background-color: #333;
  }
  .tc-navbar-style1 .content {
    border: 0;
  }
  .tc-navbar-style1 .content .navbar-nav {
    margin: 20px 0;
  }
  .tc-navbar-style1 .content .navbar-nav .nav-link {
    margin: 0;
  }
}

/* --------------- header style1 --------------- */
.tc-header-style1 .header-slider {
  position: relative;
  overflow: hidden;
}
.tc-header-style1 .header-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tc-header-style1 .header-slider .swiper-slide-active {
  position: relative;
  z-index: 20;
}
.tc-header-style1 .header-slider .slider-controls {
  position: absolute;
  right: 40px;
  bottom: 130px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
}
.tc-header-style1 .header-slider .slider-controls .swiper-button-next,
.tc-header-style1 .header-slider .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-margin-start: 50px;
  margin-inline-start: 50px;
  font-size: 30px;
}
.tc-header-style1 .header-slider .slider-controls .swiper-button-next::after,
.tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after {
  color: #fff;
  position: relative;
  font-size:20px;
}
.tc-header-style1 .header-slider .swiper-pagination {
  position: absolute;
  left: 4vw;
  bottom: 120px;
  color: #fff;
  z-index: 30;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-header-style1 .header-slider .swiper-pagination > span {
  font-size: 30px;
  font-weight: 100;
  display: block;
  margin: 10px 0;
}

.tc-header-style1 .slider-card {
  position: relative;
}
.tc-header-style1 .slider-card .img {
  height: 650px;
  position: relative;
  min-height: 100vh;
}
.tc-header-style1 .slider-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 30%;
  pointer-events: none;
}
.tc-header-style1 .slider-card .info {
  position: absolute;
  left: 0;
  bottom: 25%;
  width: 100%;
  z-index: 20;
  color: #fff;
}
.tc-header-style1 .slider-card .info h1 {
  font-size: calc(12vw + 20px);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 991px) {
  .tc-header-style1 .slider-card .img {
    height: 550px;
  }
  .tc-header-style1 .slider-card .info {
    bottom: 60px;
  }
  .tc-header-style1 .swiper-pagination {
    display: none;
  }
  .tc-header-style1 .header-slider .slider-controls {
    bottom: 165px;
    right: 0;
  }
  .tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after,
  .tc-header-style1 .header-slider .slider-controls .swiper-button-next::after {
    font-size: 20px;
    display: none;
  }
}

/* --------------- experience style1 --------------- */
.tc-experience-style1 {
  position: relative;
  padding: 150px 0 100px;
  background-color: #f1eee9;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  margin-top: -40px;
  z-index: 10;
}
.tc-experience-style1 .c-line {
  position: absolute;
  top: 70px;
  left: 0;
  width: 90%;
  height: calc(100% - 140px);
  z-index: 10;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}
.tc-experience-style1 .c-line.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.tc-experience-style1 .exp-num .num {
  font-size: 150px;
  color: var(--color-orange1);
  font-weight: 500;
}
.tc-experience-style1 .img {
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: rotate(30deg) scale(1.3);
  -ms-transform: rotate(30deg) scale(1.3);
  transform: rotate(30deg) scale(1.3);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
}
.tc-experience-style1 .img.animated {
  -webkit-transform: rotate(-15deg) scale(1);
  -ms-transform: rotate(-15deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
.tc-experience-style1 .rotate-txt {
  font-size: 12px;
  color: #666;
  -webkit-transform: rotate(90deg) translateX(30px);
  -ms-transform: rotate(90deg) translateX(30px);
  transform: rotate(90deg) translateX(30px);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

@media screen and (max-width: 991px) {
  .tc-experience-style1 {
    padding: 80px 0;
  }
  .tc-experience-style1 .c-line {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .tc-experience-style1 .img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-bottom: 50px;
  }
  .tc-experience-style1 .exp-num .num {
    position: relative;
    margin-bottom: -175px;
    z-index: 10;
  }
}

/* --------------- services style1 --------------- */
.tc-services-style1 {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1eee9),
    color-stop(#f1eee999),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    #f1eee9,
    #f1eee999,
    transparent
  );
  background-image: -o-linear-gradient(top, #f1eee9, #f1eee999, transparent);
  background-image: linear-gradient(to bottom, #f1eee9, #f1eee999, transparent);
}
.tc-services-style1 .title p {
  letter-spacing: 50px;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.tc-services-style1 .title p.animated {
  letter-spacing: 10px;
  opacity: 1;
}
.tc-services-style1 .content {
  position: relative;
  z-index: 10;
}
.tc-services-style1 .service-card {
  padding: 20px 60px 20px 30px;
  -webkit-border-start: 1px solid #ccc;
  border-inline-start: 1px solid #ccc;
  display: block;
}
.tc-services-style1 .service-card:hover .arrow {
  background-color: #000;
  color: #fff;
}
.tc-services-style1 .service-card .icon {
  color: var(--color-orange1);
  margin-bottom: 20px;
  font-size: 30px;
}
.tc-services-style1 .service-card .img {
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-services-style1 .service-card .arrow {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-top: 40px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-style1 .ser-img {
  width: 100%;
  height: 1000px;
  margin-top: -550px;
}
.tc-services-style1 .ser-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

@media screen and (max-width: 991px) {
  .tc-services-style1 .service-card {
    border: 0;
    padding: 0;
    margin-top: 50px !important;
  }
}

/* --------------- process style1 --------------- */
.tc-process-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #fff;
  z-index: 10;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
}
.tc-process-style1 .c-line {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 50%;
  height: 550px;
  z-index: 10;
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}
.tc-process-style1 .c-line.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.tc-process-style1 .accordion-item {
  border: 0;
  border-radius: 0;
}
.tc-process-style1 .accordion-item .accordion-button {
  color: #000;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #ccc;
  border-radius: 0;
  padding: 30px;
}
.tc-process-style1 .accordion-item .accordion-button:not(.collapsed) {
  border-color: #000;
}
.tc-process-style1 .accordion-item .accordion-button:not(.collapsed) h3 {
  color: var(--color-orange1);
}
.tc-process-style1 .accordion-item .accordion-button h3 {
  font-size: 24px;
}
.tc-process-style1 .accordion-item .accordion-button .num {
  font-size: 24px;
  color: #999;
  font-weight: 200;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}
.tc-process-style1 .accordion-item .accordion-body {
  -webkit-padding-start: 85px;
  padding-inline-start: 85px;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
  padding-top: 0;
  padding-bottom: 30px;
}
.tc-process-style1 .accordion-item .accordion-body .text {
  font-size: 15px;
  color: #666;
}
.tc-process-style1 .img {
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: rotate(-30deg) scale(1.3);
  -ms-transform: rotate(-30deg) scale(1.3);
  transform: rotate(-30deg) scale(1.3);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
}
.tc-process-style1 .img.animated {
  -webkit-transform: rotate(15deg) scale(1);
  -ms-transform: rotate(15deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-process-style1 {
    padding: 80px 0;
  }
  .tc-process-style1 .accordion-item .accordion-button .num {
    display: none;
  }
  .tc-process-style1 .accordion-item .accordion-button h3 {
    font-size: 21px;
  }
  .tc-process-style1 .accordion-item .accordion-body {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }
  .tc-process-style1 .img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-top: 50px;
    height: 350px;
  }
}

/* --------------- projects style1 --------------- */
.tc-projects-style1 {
  overflow: hidden !important;
}
.tc-projects-style1 .tabs-links .nav-pills .nav-link {
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  text-transform: capitalize;
  color: #000;
}
.tc-projects-style1 .tabs-links .nav-pills .nav-link.active,
.tc-projects-style1 .tabs-links .nav-pills .nav-link:hover {
  color: var(--color-orange1);
}
.tc-projects-style1 .projects {
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
}
.tc-projects-style1 .projects .projects-content {
  position: relative;
}
.tc-projects-style1 .projects .projects-content * {
  cursor: none;
}
.tc-projects-style1 .projects .projects-content .float-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 10px;
  z-index: 10;
  -webkit-transition: all 0.02 linear;
  -o-transition: all 0.02 linear;
  transition: all 0.02 linear;
  pointer-events: none;
  -webkit-box-shadow: 0 0 30px #0001;
  box-shadow: 0 0 30px #0001;
}
.tc-projects-style1 .projects .projects-content .float-cursor.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

 .tc-projects-style1 .projects .project-card .img {
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.tc-projects-style1 .projects .project-card .info {
  padding-top: 40px;
}
.tc-projects-style1 .projects .project-card .info .tags {
  margin-bottom: 30px;
}
.tc-projects-style1 .projects .project-card .info .tags a {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 50px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.tc-projects-style1 .projects .project-card .info .title {
  font-size: 35px;
  margin-bottom: 15px;
}
.tc-projects-style1 .projects .project-card .info .title a:hover {
  color: var(--color-orange1);
}
.tc-projects-style1 .projects .project-card .info .text {
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 991px) {
  .tc-projects-style1 .projects {
    padding-bottom: 50px;
  }
  .tc-projects-style1 .projects .project-card .img {
    height: 350px;
  }
  .tc-projects-style1 .projects .project-card .info .title {
    font-size: 25px;
  }
}

/* --------------- testimonials style1 --------------- */
.tc-testimonials-style1 {
  position: relative;
  padding: 150px 0;
}
.tc-testimonials-style1 .c-line {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25%;
  z-index: 5;
  pointer-events: none;
}
.tc-testimonials-style1 .lg-icon {
  font-size: 170px;
  -webkit-margin-start: -15px;
  margin-inline-start: -15px;
  display: block;
}
.tc-testimonials-style1 .tc-clients-style1 {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-style1 .tc-clients-style1 .clients-slider1 {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-style1 .tc-clients-style1 .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #ccc;
}
.tc-testimonials-style1 .tc-clients-style1 .author .au-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}
.tc-testimonials-style1 .tc-clients-style1 .slider-controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
}
.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next,
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-button-next::after,
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-button-prev::after {
  color: #000;
  font-size: 12px;
}
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-button-next:hover::after,
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-button-prev:hover::after {
  color: var(--color-orange1);
}
.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination {
  position: static;
  margin: 0 10px;
}
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-pagination
  .swiper-pagination-bullet
  .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
.tc-testimonials-style1 .marq-slider {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.tc-testimonials-style1 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.tc-testimonials-style1 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-testimonials-style1 .marq-slider a {
  font-size: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}
.tc-testimonials-style1 .marq-slider a:hover {
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-style1 {
    padding: 50px 0;
  }
  .tc-testimonials-style1 .lg-icon {
    font-size: 120px;
  }
  .tc-testimonials-style1 .marq-slider a {
    font-size: 50px;
  }
}

/* --------------- team style1 --------------- */
.tc-team-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  z-index: 10;
  margin-top: -40px;
}
.tc-team-style1 .member-colmn {
  margin: auto;
}
.tc-team-style1 .team-card {
  position: relative;
  margin-bottom: 40px;
  display: block;
}
.tc-team-style1 .team-card:hover .img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.tc-team-style1 .team-card:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tc-team-style1 .team-card:hover .img::after {
  opacity: 0.5;
}
.tc-team-style1 .team-card:hover .title {
  opacity: 1;
  top: 50%;
}
.tc-team-style1 .team-card:hover .img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.tc-team-style1 .team-card:hover .img img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-team-style1 .team-card.team-text:hover .img {
  border-color: #000;
}
.tc-team-style1 .team-card.team-text .img {
  border: 1px solid #ccc;
}
.tc-team-style1 .team-card.team-text .img::after {
  display: none;
}
.tc-team-style1 .team-card.team-text .title {
  font-weight: 300;
  color: #000 !important;
  text-align: start;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
}
.tc-team-style1 .team-card.team-text .title .arrow {
  margin-top: 10px;
  display: block;
}
.tc-team-style1 .team-card .img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style1 .team-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style1 .team-card .title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  opacity: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-transform: capitalize;
}
.tc-team-style1 .numbers {
  padding-top: 50px;
}
.tc-team-style1 .numbers .number-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-top: 50px;
}
.tc-team-style1 .numbers .number-card .perc {
  font-size: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 25px;
  margin-inline-end: 25px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-orange1);
}
.tc-team-style1 .numbers .number-card p {
  font-size: 17px;
  color: #666;
  text-transform: capitalize;
  line-height: 1.5;
}

/* --------------- awards style1 --------------- */
.tc-awards-style1 {
  position: relative;
  z-index: 10;
  padding: 150px 0;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  background-color: #eac140;
  color: #fff;
}
.tc-awards-style1 .awards-content .awards-list .award-row {
  padding: 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.tc-awards-style1 .awards-content .awards-list .award-row:hover {
  background-color: var(--color-orange1);
}

@media screen and (max-width: 991px) {
  .tc-awards-style1 {
    padding: 50px 0;
  }
  .tc-awards-style1 .awards-content .awards-list .award-row {
    background-color: #fff1;
    margin-bottom: 30px;
  }
}

/* --------------- blog style1 --------------- */
.tc-blog-style1 {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f1eee9),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(bottom, #f1eee9, transparent);
  background-image: -o-linear-gradient(bottom, #f1eee9, transparent);
  background-image: linear-gradient(to top, #f1eee9, transparent);
}
.tc-blog-style1 .swiper-button-next {
  color: #000;
  right: 3vw;
}
.tc-blog-style1 .swiper-button-next::after {
  font-size: 40px;
}
.tc-blog-style1 .swiper-button-prev {
  color: #000;
  left: 3vw;
}
.tc-blog-style1 .swiper-button-prev::after {
  font-size: 40px;
}
.tc-blog-style1 .blog-card {
  position: relative;
}
.tc-blog-style1 .blog-card .img {
  position: relative;
  height: 415px;
  border-radius: 20px;
  overflow: hidden;
}
.tc-blog-style1 .blog-card .info {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
.tc-blog-style1 .blog-card .info .date {
  width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .tc-blog-style1 .blog-card .img {
    height: 350px;
  }
  .tc-blog-style1 .blog-card .info {
    display: block;
    width: 100%;
  }
  .tc-blog-style1 .blog-card .info .date {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* --------------- chat style1 --------------- */
.tc-chat-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #f1eee9;
}
.tc-chat-style1 .c-line {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 60%;
  pointer-events: none;
  height: 450px;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}
.tc-chat-style1 .c-line.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.tc-chat-style1 .xl-text {
  font-size: 120px;
  font-weight: 500;
  position: relative;
  z-index: 10;
  line-height: 1;
  color: var(--color-orange1);
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .tc-chat-style1 .xl-text {
    font-size: 50px;
  }
}

/* --------------- footer style1 --------------- */
.tc-footer-style1 .foot-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
.tc-footer-style1 .foot-social a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}

.tc-footer-style1 .footer-links a {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}
.tc-footer-style1 .footer-links a:hover {
  color: #000;
  text-decoration: underline;
}

.tc-footer-style1 .foot {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.tc-footer-style1 .foot .foot-links a {
  font-size: 14px;
  -webkit-margin-end: 4vw;
  margin-inline-end: 4vw;
}
.tc-footer-style1 .foot .foot-links a:last-of-type {
  margin: 0;
}

.home-style1 .borderd {
  border-color: #ccc !important;
}

.home-style1 .section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-style1 .section-padding-x {
  padding-right: 4vw;
  padding-left: 4vw;
}

.home-style1 .section-head-style1 .sub-title {
  font-size: 14px;
  color: #333;
  position: relative;
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.home-style1 .section-head-style1 .sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 30px;
  height: 8px;
  background-color: #888;
}

.home-style1 .section-head-style1 h2 {
  font-size: 55px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  .home-style1 br {
    display: none;
  }
  .home-style1 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style1 .fsz-45 {
    font-size: 25px !important;
  }
  .home-style1 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style1 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style1 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style1 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-style1 .section-head-style1 .sub-title {
    margin-bottom: 15px !important;
  }
  .home-style1 .section-head-style1 h2 {
    font-size: 30px;
  }
  .home-style1 .mt-5 {
    margin-top: 2rem !important;
  }
  .home-style1 .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

html[lang="ar"] .home-style1 {
  direction: rtl;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
html[lang="ar"]
  .home-style1
  .tc-header-style1
  .header-slider
  .swiper-pagination {
  left: auto;
  right: 4vw;
}
html[lang="ar"] .home-style1 .tc-header-style1 .header-slider .slider-controls {
  right: auto;
  left: 40px;
}
html[lang="ar"]
  .home-style1
  .tc-header-style1
  .header-slider
  .slider-card
  .info
  h1 {
  font-size: calc(10vw + 10px);
}
html[lang="ar"] .home-style1 .tc-experience-style1 .img.animated {
  -webkit-transform: rotate(15deg) scale(1);
  -ms-transform: rotate(15deg) scale(1);
  transform: rotate(15deg) scale(1);
}
html[lang="ar"] .home-style1 .tc-experience-style1 .c-line {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
html[lang="ar"] .home-style1 .tc-services-style1 .title p.animated {
  letter-spacing: normal;
  font-size: 30px;
}
html[lang="ar"] .home-style1 .tc-process-style1 .img.animated {
  -webkit-transform: rotate(-15deg) scale(1);
  -ms-transform: rotate(-15deg) scale(1);
  transform: rotate(-15deg) scale(1);
}
html[lang="ar"] .home-style1 .tc-process-style1 .c-line {
  right: auto;
  left: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
html[lang="ar"]
  .home-style1
  .tc-testimonials-style1
  .tc-clients-style1
  .slider-controls {
  left: 0;
  right: auto;
}
html[lang="ar"] .home-style1 .tc-testimonials-style1 .c-line {
  left: auto;
  right: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
html[lang="ar"] .home-style1 .tc-chat-style1 .c-line {
  right: auto;
  left: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
html[lang="ar"] .home-style1 .loader-wrap {
  direction: ltr;
}

/*  */
.contact-pg-style1 .tc-contact-form-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #f1eee9;
  overflow: hidden;
}
.contact-pg-style1 .tc-contact-form-style1 .form {
  display: block;
}
.contact-pg-style1 .tc-contact-form-style1 .form label {
  display: block;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}
.contact-pg-style1 .tc-contact-form-style1 .form .form-control {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 14px;
}
.contact-pg-style1 .tc-contact-form-style1 .form .form-control:hover,
.contact-pg-style1 .tc-contact-form-style1 .form .form-control:focus {
  border-color: #000;
}
.contact-pg-style1 .tc-contact-form-style1 .shap {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 55%;
}

@media screen and (max-width: 991px) {
  .contact-pg-style1 .tc-map-style1 .map-card {
    height: 400px;
  }
}


 /* index page css */

  @font-face {
    font-family: "Apple Legacy Chevron";
    font-style: normal;
    font-weight: 100;
    src: local("\f8ff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_ultralight.woff") format("woff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_ultralight.ttf") format("truetype")
  }

  @font-face {
    font-family: "Apple Icons 100";
    src: url("../assets/ac-footer/legacy/appleicons_ultralight.eot")
  }

  @font-face {
    font-family: "Apple Legacy Chevron";
    font-style: normal;
    font-weight: 200;
    src: local("\f8ff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_thin.woff") format("woff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_thin.ttf") format("truetype")
  }

  @font-face {
    font-family: "Apple Icons 200";
    src: url("../assets/ac-footer/legacy/appleicons_thin.eot")
  }

  @font-face {
    font-family: "Apple Legacy Chevron";
    font-style: normal;
    font-weight: 300;
    src: local("\f8ff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_thin.woff") format("woff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_thin.ttf") format("truetype")
  }

  @font-face {
    font-family: "Apple Icons 300";
    src: url("../assets/ac-footer/legacy/appleicons_thin.eot")
  }

  @font-face {
    font-family: "Apple Legacy Chevron";
    font-style: normal;
    font-weight: 400;
    src: local("\f8ff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.woff") format("woff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.ttf") format("truetype")
  }

  @font-face {
    font-family: "Apple Icons 400";
    src: url("../assets/ac-footer/legacy/appleicons_text.eot")
  }

  @font-face {
    font-family: "Apple Legacy Chevron";
    font-style: normal;
    font-weight: 500;
    src: local("\f8ff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.woff") format("woff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.ttf") format("truetype")
  }

  @font-face {
    font-family: "Apple Icons 500";
    src: url("../assets/ac-footer/legacy/appleicons_text.eot")
  }

  @font-face {
    font-family: "Apple Legacy Chevron";
    font-style: normal;
    font-weight: 600;
    src: local("\f8ff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.woff") format("woff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.ttf") format("truetype")
  }

  @font-face {
    font-family: "Apple Icons 600";
    src: url("../assets/ac-footer/legacy/appleicons_text.eot")
  }

  @font-face {
    font-family: "Apple Legacy Chevron";
    font-style: normal;
    font-weight: 700;
    src: local("\f8ff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.woff") format("woff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.ttf") format("truetype")
  }

  @font-face {
    font-family: "Apple Icons 700";
    src: url("../assets/ac-footer/legacy/appleicons_text.eot")
  }

  @font-face {
    font-family: "Apple Legacy Chevron";
    font-style: normal;
    font-weight: 800;
    src: local("\f8ff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.woff") format("woff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.ttf") format("truetype")
  }

  @font-face {
    font-family: "Apple Icons 800";
    src: url("../assets/ac-footer/legacy/appleicons_text.eot")
  }

  @font-face {
    font-family: "Apple Legacy Chevron";
    font-style: normal;
    font-weight: 900;
    src: local("\f8ff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.woff") format("woff"), url("https://www.apple.com/in/iphone/../assets/ac-footer/legacy/appleicons_text.ttf") format("truetype")
  }

  @font-face {
    font-family: "Apple Icons 900";
    src: url("../assets/ac-footer/legacy/appleicons_text.eot")
  }

  #ac-globalfooter {
    --gf-focus-color: var(--sk-focus-color, #0071E3);
    --gf-focus-color-alt: var(--sk-focus-color-alt, rgb(0, 0, 0));
    --gf-focus-offset: var(--sk-focus-offset, 1px);
    --gf-focus-offset-container: var(--sk-focus-offset-container, 3px)
  }

  #ac-globalfooter {
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
  }

  #ac-globalfooter,
  #ac-globalfooter:before,
  #ac-globalfooter:after,
  #ac-globalfooter *,
  #ac-globalfooter *:before,
  #ac-globalfooter *:after {
    box-sizing: content-box;
    /* margin: 0; */
    /* padding: 0; */
    float: initial;
    pointer-events: auto;
    letter-spacing: normal
  }

  #ac-globalfooter *,
  #ac-globalfooter *:before,
  #ac-globalfooter *:after {
    float: inherit;
    font-size: 1em;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit
  }

  #ac-globalfooter div,
  #ac-globalfooter main,
  #ac-globalfooter article,
  #ac-globalfooter aside,
  #ac-globalfooter details,
  #ac-globalfooter figcaption,
  #ac-globalfooter figure,
  #ac-globalfooter footer,
  #ac-globalfooter header,
  #ac-globalfooter nav,
  #ac-globalfooter section {
    display: block
  }

  #ac-globalfooter img {
    border: 0;
    vertical-align: middle
  }

  #ac-globalfooter ul {
    list-style: none
  }

  #ac-globalfooter,
  #ac-globalfooter input,
  #ac-globalfooter textarea,
  #ac-globalfooter select,
  #ac-globalfooter button {
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: start
  }

  #ac-globalfooter:not([dir=rtl]),
  #ac-globalfooter:not([dir=rtl]) input,
  #ac-globalfooter:not([dir=rtl]) textarea,
  #ac-globalfooter:not([dir=rtl]) select,
  #ac-globalfooter:not([dir=rtl]) button {
    direction: ltr
  }

  #ac-globalfooter,
  #ac-globalfooter select,
  #ac-globalfooter button {
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif
  }

  #ac-globalfooter input,
  #ac-globalfooter textarea {
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif
  }

  #ac-globalfooter sup {
    font-size: .6em;
    vertical-align: top;
    position: relative;
    bottom: -0.2em
  }

  h1 #ac-globalfooter sup,
  h2 #ac-globalfooter sup,
  h3 #ac-globalfooter sup {
    font-size: .4em
  }

  #ac-globalfooter sup a {
    vertical-align: inherit;
    color: inherit
  }

  #ac-globalfooter sup a:hover {
    color: #06c;
    text-decoration: none
  }

  #ac-globalfooter sub {
    font-size: smaller;
    vertical-align: sub;
    line-height: 1
  }

  ac-globalfooter-dark #ac-globalfooter {
    --gf-focus-color-alt: var(--sk-focus-color-alt, rgb(255, 255, 255))
  }

  #ac-globalfooter :focus-visible {
    --sk-focus-color: var(--gf-focus-color);
    --sk-focus-color-alt: var(--gf-focus-color-alt);
    --sk-focus-offset: var(--gf-focus-offset);
    --sk-focus-offset-container: var(--gf-focus-offset-container);
    outline: 2px solid var(--sk-focus-color, #0071E3);
    outline-offset: var(--sk-focus-offset, 1px)
  }

  #ac-globalfooter a.ac-gf-block {
    --sk-blocklink-color: rgb(0, 102, 204);
    color: inherit;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    text-decoration: none
  }

  #ac-globalfooter a.ac-gf-block::before,
  #ac-globalfooter a.ac-gf-block::after {
    content: " ";
    display: table
  }

  #ac-globalfooter a.ac-gf-block::after {
    clear: both
  }

  #ac-globalfooter a.ac-gf-block:hover {
    text-decoration: none
  }

  #ac-globalfooter .ac-gf-block-link {
    cursor: pointer;
    color: var(--sk-blocklink-color)
  }

  #ac-globalfooter .ac-gf-block-link:hover {
    text-decoration: underline
  }

  #ac-globalfooter a.ac-gf-block-inline {
    display: inline-block
  }

  #ac-globalfooter a.ac-gf-block-dark {
    --sk-blocklink-color: rgb(41, 151, 255)
  }

  #ac-globalfooter .theme-light a.ac-gf-block-dark {
    --sk-blocklink-color: rgb(41, 151, 255)
  }

  #ac-globalfooter a.ac-gf-block-light {
    --sk-blocklink-color: rgb(0, 102, 204)
  }

  #ac-globalfooter .theme-dark a.ac-gf-block.ac-gf-block-light {
    --sk-blocklink-color: rgb(0, 102, 204)
  }

  #ac-globalfooter .ac-gf-icon::before,
  #ac-globalfooter .ac-gf-icon::after,
  #ac-globalfooter .ac-gf-more::before,
  #ac-globalfooter .ac-gf-more::after {
    font-family: "SF Pro Icons", "Apple Legacy Chevron";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ""
  }

  #ac-globalfooter .ac-gf-icon::before,
  #ac-globalfooter .ac-gf-icon::after,
  #ac-globalfooter .ac-gf-more::before,
  #ac-globalfooter .ac-gf-more::after {
    text-decoration: none
  }

  #ac-globalfooter .ac-gf-icon::before,
  #ac-globalfooter .ac-gf-more::before {
    display: none
  }

  #ac-globalfooter .ac-gf-icon-after::after,
  #ac-globalfooter .ac-gf-more::after {
    padding-inline-start: .3em;
    top: 0
  }

  #ac-globalfooter .ac-gf-icon-before::before {
    padding-inline-end: .3em;
    display: inline-block;
    top: 0
  }

  #ac-globalfooter .ac-gf-icon-before::after {
    display: none
  }

  #ac-globalfooter .ac-gf-icon-before.ac-gf-icon-apple::before {
    padding-inline-end: 0;
    display: inline-block;
    top: 0
  }

  #ac-globalfooter .ac-gf-icon-before.ac-gf-icon-apple::after {
    display: none
  }

  #ac-globalfooter .ac-gf-icon-apple::before,
  #ac-globalfooter .ac-gf-icon-apple::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-chevrondown::before,
  #ac-globalfooter .ac-gf-icon-chevrondown::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-chevrondowncircle::before,
  #ac-globalfooter .ac-gf-icon-chevrondowncircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-chevronleft::before,
  #ac-globalfooter .ac-gf-icon-chevronleft::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-chevronleftcircle::before,
  #ac-globalfooter .ac-gf-icon-chevronleftcircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-chevronright::before,
  #ac-globalfooter .ac-gf-icon-chevronright::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-chevronrightcircle::before,
  #ac-globalfooter .ac-gf-icon-chevronrightcircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-chevronup::before,
  #ac-globalfooter .ac-gf-icon-chevronup::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-chevronupcircle::before,
  #ac-globalfooter .ac-gf-icon-chevronupcircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-arrowdowncircle::before,
  #ac-globalfooter .ac-gf-icon-arrowdowncircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-arrowupcircle::before,
  #ac-globalfooter .ac-gf-icon-arrowupcircle::after {
    content: "􀁶"
  }

  #ac-globalfooter .ac-gf-icon-external::before,
  #ac-globalfooter .ac-gf-icon-external::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-share::before,
  #ac-globalfooter .ac-gf-icon-share::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-search::before,
  #ac-globalfooter .ac-gf-icon-search::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-arkit::before,
  #ac-globalfooter .ac-gf-icon-arkit::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-pausecircle::before,
  #ac-globalfooter .ac-gf-icon-pausecircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-pausesolid::before,
  #ac-globalfooter .ac-gf-icon-pausesolid::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-playcircle::before,
  #ac-globalfooter .ac-gf-icon-playcircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-playsolid::before,
  #ac-globalfooter .ac-gf-icon-playsolid::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-replay::before,
  #ac-globalfooter .ac-gf-icon-replay::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-stopcircle::before,
  #ac-globalfooter .ac-gf-icon-stopcircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-stopsolid::before,
  #ac-globalfooter .ac-gf-icon-stopsolid::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-circle::before,
  #ac-globalfooter .ac-gf-icon-circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-check::before,
  #ac-globalfooter .ac-gf-icon-check::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-checkcircle::before,
  #ac-globalfooter .ac-gf-icon-checkcircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-checksolid::before,
  #ac-globalfooter .ac-gf-icon-checksolid::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-reset::before,
  #ac-globalfooter .ac-gf-icon-reset::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-resetcircle::before,
  #ac-globalfooter .ac-gf-icon-resetcircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-resetsolid::before,
  #ac-globalfooter .ac-gf-icon-resetsolid::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-ellipsiscircle::before,
  #ac-globalfooter .ac-gf-icon-ellipsiscircle::after {
    content: "􀍡"
  }

  #ac-globalfooter .ac-gf-icon-ellipsissolid::before,
  #ac-globalfooter .ac-gf-icon-ellipsissolid::after {
    content: "􀍢"
  }

  #ac-globalfooter .ac-gf-icon-exclamation::before,
  #ac-globalfooter .ac-gf-icon-exclamation::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-exclamationcircle::before,
  #ac-globalfooter .ac-gf-icon-exclamationcircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-exclamationsolid::before,
  #ac-globalfooter .ac-gf-icon-exclamationsolid::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-exclamationtriangle::before,
  #ac-globalfooter .ac-gf-icon-exclamationtriangle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-exclamationtrianglesolid::before,
  #ac-globalfooter .ac-gf-icon-exclamationtrianglesolid::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-infocircle::before,
  #ac-globalfooter .ac-gf-icon-infocircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-infosolid::before,
  #ac-globalfooter .ac-gf-icon-infosolid::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-question::before,
  #ac-globalfooter .ac-gf-icon-question::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-questioncircle::before,
  #ac-globalfooter .ac-gf-icon-questioncircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-questionsolid::before,
  #ac-globalfooter .ac-gf-icon-questionsolid::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-plus::before,
  #ac-globalfooter .ac-gf-icon-plus::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-pluscircle::before,
  #ac-globalfooter .ac-gf-icon-pluscircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-plussolid::before,
  #ac-globalfooter .ac-gf-icon-plussolid::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-minus::before,
  #ac-globalfooter .ac-gf-icon-minus::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-minuscircle::before,
  #ac-globalfooter .ac-gf-icon-minuscircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-minussolid::before,
  #ac-globalfooter .ac-gf-icon-minussolid::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-1circle::before,
  #ac-globalfooter .ac-gf-icon-1circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-2circle::before,
  #ac-globalfooter .ac-gf-icon-2circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-3circle::before,
  #ac-globalfooter .ac-gf-icon-3circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-4circle::before,
  #ac-globalfooter .ac-gf-icon-4circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-5circle::before,
  #ac-globalfooter .ac-gf-icon-5circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-6circle::before,
  #ac-globalfooter .ac-gf-icon-6circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-7circle::before,
  #ac-globalfooter .ac-gf-icon-7circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-8circle::before,
  #ac-globalfooter .ac-gf-icon-8circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-9circle::before,
  #ac-globalfooter .ac-gf-icon-9circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-10circle::before,
  #ac-globalfooter .ac-gf-icon-10circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-11circle::before,
  #ac-globalfooter .ac-gf-icon-11circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-12circle::before,
  #ac-globalfooter .ac-gf-icon-12circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-13circle::before,
  #ac-globalfooter .ac-gf-icon-13circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-14circle::before,
  #ac-globalfooter .ac-gf-icon-14circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-15circle::before,
  #ac-globalfooter .ac-gf-icon-15circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-16circle::before,
  #ac-globalfooter .ac-gf-icon-16circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-17circle::before,
  #ac-globalfooter .ac-gf-icon-17circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-18circle::before,
  #ac-globalfooter .ac-gf-icon-18circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-19circle::before,
  #ac-globalfooter .ac-gf-icon-19circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-20circle::before,
  #ac-globalfooter .ac-gf-icon-20circle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-close::before,
  #ac-globalfooter .ac-gf-icon-close::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-closecompact::before,
  #ac-globalfooter .ac-gf-icon-closecompact::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-paddleleft::before,
  #ac-globalfooter .ac-gf-icon-paddleleft::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-paddleleftcompact::before,
  #ac-globalfooter .ac-gf-icon-paddleleftcompact::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-paddleright::before,
  #ac-globalfooter .ac-gf-icon-paddleright::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-paddlerightcompact::before,
  #ac-globalfooter .ac-gf-icon-paddlerightcompact::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-paddleup::before,
  #ac-globalfooter .ac-gf-icon-paddleup::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-paddleupcompact::before,
  #ac-globalfooter .ac-gf-icon-paddleupcompact::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-paddledown::before,
  #ac-globalfooter .ac-gf-icon-paddledown::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-paddledowncompact::before,
  #ac-globalfooter .ac-gf-icon-paddledowncompact::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-thumbnailreplay::before,
  #ac-globalfooter .ac-gf-icon-thumbnailreplay::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-thumbnailpause::before,
  #ac-globalfooter .ac-gf-icon-thumbnailpause::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-thumbnailplay::before,
  #ac-globalfooter .ac-gf-icon-thumbnailplay::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-externalrtl::before,
  #ac-globalfooter .ac-gf-icon-externalrtl::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-questionrtl::before,
  #ac-globalfooter .ac-gf-icon-questionrtl::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-questioncirclertl::before,
  #ac-globalfooter .ac-gf-icon-questioncirclertl::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-questionsolidrtl::before,
  #ac-globalfooter .ac-gf-icon-questionsolidrtl::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-downloadcircle::before,
  #ac-globalfooter .ac-gf-icon-downloadcircle::after {
    content: ""
  }

  #ac-globalfooter a.ac-gf-icon {
    text-decoration: none
  }

  #ac-globalfooter a.ac-gf-icon:hover {
    text-decoration: underline
  }

  #ac-globalfooter:not([dir=rtl]) .ac-gf-more::before,
  #ac-globalfooter:not([dir=rtl]) .ac-gf-more::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-more-block {
    margin-top: .5em
  }

  #ac-globalfooter a.ac-gf-more {
    text-decoration: none
  }

  #ac-globalfooter a.ac-gf-more:hover {
    text-decoration: underline
  }

  #ac-globalfooter:not([dir=rtl]) .ac-gf-icon-chevronstart::before,
  #ac-globalfooter:not([dir=rtl]) .ac-gf-icon-chevronstart::after {
    content: ""
  }

  #ac-globalfooter:not([dir=rtl]) .ac-gf-icon-chevronstartcircle::before,
  #ac-globalfooter:not([dir=rtl]) .ac-gf-icon-chevronstartcircle::after {
    content: ""
  }

  #ac-globalfooter:not([dir=rtl]) .ac-gf-icon-chevronend::before,
  #ac-globalfooter:not([dir=rtl]) .ac-gf-icon-chevronend::after {
    content: ""
  }

  #ac-globalfooter:not([dir=rtl]) .ac-gf-icon-chevronendcircle::before,
  #ac-globalfooter:not([dir=rtl]) .ac-gf-icon-chevronendcircle::after {
    content: ""
  }

  #ac-globalfooter .ac-gf-icon-wrapper .ac-gf-icon,
  #ac-globalfooter .ac-gf-icon-wrapper .ac-gf-more:not(.ac-gf-icon-before)::after,
  #ac-globalfooter .ac-gf-icon-wrapper .ac-gf-icon-before::before,
  #ac-globalfooter .ac-gf-icon-wrapper .ac-gf-icon-after::after {
    display: inline;
    position: static
  }

  #ac-globalfooter a.ac-gf-icon-wrapper {
    text-decoration: none
  }

  #ac-globalfooter a.ac-gf-icon-wrapper:hover .ac-gf-icon-copy {
    text-decoration: underline
  }

  #ac-globalfooter .ac-gf-buystrip {
    --buystrip-background: rgb(245, 245, 247);
    --buystrip-border-color: rgba(0, 0, 0, 0.16);
    --buystrip-text-color: rgba(0, 0, 0, 0.88);
    --buystrip-link-color: rgb(0, 102, 204);
    --buystrip-icon-color: rgba(0, 0, 0, 0.56);
    --buystrip-content-maxwidth: 980px;
    --buystrip-content-padding: 22px;
    --buystrip-items-padding-top: 0;
    --buystrip-items-padding-bottom: 56px;
    color: var(--buystrip-text-color)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip {
    --buystrip-background: rgb(29, 29, 31);
    --buystrip-border-color: rgba(255, 255, 255, 0.24);
    --buystrip-text-color: rgba(255, 255, 255, 0.92);
    --buystrip-link-color: rgb(41, 151, 255);
    --buystrip-icon-color: rgba(255, 255, 255, 0.56)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip {
    --buystrip-background: rgb(245, 245, 247);
    --buystrip-border-color: rgba(0, 0, 0, 0.16);
    --buystrip-text-color: rgba(0, 0, 0, 0.88);
    --buystrip-link-color: rgb(0, 102, 204);
    --buystrip-icon-color: rgba(0, 0, 0, 0.56)
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-buystrip {
      --buystrip-content-padding: 16px
    }
  }

  @media only screen and (max-width: 480px) {
    #ac-globalfooter .ac-gf-buystrip {
      --buystrip-items-padding-top: 8px
    }
  }

  #ac-globalfooter .ac-gf-buystrip-background {
    background: var(--buystrip-background)
  }

  #ac-globalfooter .ac-gf-buystrip-content {
    margin: 0 auto;
    max-width: var(--buystrip-content-maxwidth);
    padding: 0 var(--buystrip-content-padding)
  }

  #ac-globalfooter:not([dir=rtl]) .ac-gf-buystrip-content {
    padding-inline-start: max(var(--buystrip-content-padding), env(safe-area-inset-left));
    padding-inline-end: max(var(--buystrip-content-padding), env(safe-area-inset-right))
  }

  #ac-globalfooter .ac-gf-buystrip-info {
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 400;
    letter-spacing: -0.016em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: var(--buystrip-items-padding-top);
    padding-bottom: var(--buystrip-items-padding-bottom);
    text-align: center
  }

  #ac-globalfooter .ac-gf-buystrip-info-keyline,
  #ac-globalfooter .ac-gf-buystrip-info {
    border-bottom: 1px solid var(--buystrip-border-color)
  }

  #ac-globalfooter.ac-gf-buystrip-elevated .ac-gf-buystrip-info {
    font-size: 19px;
    line-height: 1.4211026316;
    font-weight: 400;
    letter-spacing: .012em;
    font-family: "SF Pro Display", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif
  }

  #ac-globalfooter .ac-gf-buystrip-info-column {
    flex: 1 25%;
    max-width: 410px
  }

  @media only screen and (max-width: 1023px) {
    #ac-globalfooter .ac-gf-buystrip-info-column {
      flex-basis: 50%
    }
  }

  @media only screen and (max-width: 480px) {
    #ac-globalfooter .ac-gf-buystrip-info-column {
      flex-basis: 100%
    }
  }

  @media only screen and (max-width: 1023px) {
    #ac-globalfooter .ac-gf-buystrip-info-column:last-child:nth-child(3) {
      flex-basis: 100%
    }
  }

  #ac-globalfooter .ac-gf-buystrip-info-column:first-child:nth-last-child(2),
  #ac-globalfooter .ac-gf-buystrip-info-column:last-child:nth-child(2) {
    flex-basis: 50%
  }

  @media only screen and (max-width: 480px) {

    #ac-globalfooter .ac-gf-buystrip-info-column:first-child:nth-last-child(2),
    #ac-globalfooter .ac-gf-buystrip-info-column:last-child:nth-child(2) {
      flex-basis: 100%
    }
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-content {
    margin: 0 auto;
    padding-top: 56px;
    position: relative;
    text-align: center;
    width: 216px;
    z-index: 1
  }

  @media only screen and (max-width: 734px) {
    #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-content {
      padding-top: 36px
    }
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon {
    margin: 0 auto;
    height: 56px;
    color: var(--buystrip-icon-color);
    opacity: .56
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon svg {
    width: auto;
    height: 100%
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-appletvplus {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/appletvplus/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-appletvplus,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-appletvplus {
    --buystrip-item-background-image: url(../assets/ac-buystrip/appletvplus/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-appletvplus {
    --buystrip-item-background-image: url(../assets/ac-buystrip/appletvplus/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-asa {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/asa/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-asa,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-asa {
    --buystrip-item-background-image: url(../assets/ac-buystrip/asa/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-asa {
    --buystrip-item-background-image: url(../assets/ac-buystrip/asa/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-bag {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/bag/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-bag,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-bag {
    --buystrip-item-background-image: url(../assets/ac-buystrip/bag/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-bag {
    --buystrip-item-background-image: url(../assets/ac-buystrip/bag/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-call {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/call/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-call,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-call {
    --buystrip-item-background-image: url(../assets/ac-buystrip/call/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-call {
    --buystrip-item-background-image: url(../assets/ac-buystrip/call/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-engraving {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/engraving/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-engraving,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-engraving {
    --buystrip-item-background-image: url(../assets/ac-buystrip/engraving/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-engraving {
    --buystrip-item-background-image: url(../assets/ac-buystrip/engraving/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-financing {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/financing/inr/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-financing,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-financing {
    --buystrip-item-background-image: url(../assets/ac-buystrip/financing/inr/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-financing {
    --buystrip-item-background-image: url(../assets/ac-buystrip/financing/inr/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-giftwrap {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/giftwrap/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-giftwrap,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-giftwrap {
    --buystrip-item-background-image: url(../assets/ac-buystrip/giftwrap/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-giftwrap {
    --buystrip-item-background-image: url(../assets/ac-buystrip/giftwrap/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-help {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/help/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-help,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-help {
    --buystrip-item-background-image: url(../assets/ac-buystrip/help/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-help {
    --buystrip-item-background-image: url(../assets/ac-buystrip/help/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-homekit {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/homekit/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-homekit,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-homekit {
    --buystrip-item-background-image: url(../assets/ac-buystrip/homekit/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-homekit {
    --buystrip-item-background-image: url(../assets/ac-buystrip/homekit/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-learning {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/learning/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-learning,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-learning {
    --buystrip-item-background-image: url(../assets/ac-buystrip/learning/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-learning {
    --buystrip-item-background-image: url(../assets/ac-buystrip/learning/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-personal_setup {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/personal_setup/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-personal_setup,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-personal_setup {
    --buystrip-item-background-image: url(../assets/ac-buystrip/personal_setup/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-personal_setup {
    --buystrip-item-background-image: url(../assets/ac-buystrip/personal_setup/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-retail {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/retail/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-retail,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-retail {
    --buystrip-item-background-image: url(../assets/ac-buystrip/retail/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-retail {
    --buystrip-item-background-image: url(../assets/ac-buystrip/retail/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-shipping {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/shipping/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-shipping,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-shipping {
    --buystrip-item-background-image: url(../assets/ac-buystrip/shipping/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-shipping {
    --buystrip-item-background-image: url(../assets/ac-buystrip/shipping/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-thirdparty_retail {
    background-image: var(--buystrip-item-background-image);
    background-size: 100% 56px;
    background-size: 100% 56px;
    --buystrip-item-background-image: url(../assets/ac-buystrip/thirdparty_retail/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-thirdparty_retail,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-thirdparty_retail {
    --buystrip-item-background-image: url(../assets/ac-buystrip/thirdparty_retail/icon_dark_large.svg)
  }

  #ac-globalfooter.ac-gf-buystrip-light .ac-gf-buystrip-info-column .ac-gf-buystrip-info-icon-thirdparty_retail {
    --buystrip-item-background-image: url(../assets/ac-buystrip/thirdparty_retail/icon_large.svg)
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-title,
  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-copy,
  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-caption,
  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-cta {
    margin: 0
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-title {
    font-size: 19px;
    line-height: 1.2105263158;
    font-weight: 600;
    letter-spacing: .012em;
    font-family: "SF Pro Display", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: var(--buystrip-text-color);
    margin-top: .525em
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-copy {
    color: var(--buystrip-text-color);
    display: block;
    margin-top: .4em
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-copy+.ac-gf-buystrip-info-column-copy {
    margin-top: .8em
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-caption {
    display: block
  }

  #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-cta {
    color: var(--buystrip-link-color);
    margin-top: .8em;
    display: block
  }

  #ac-globalfooter.no-js .ac-gf-buystrip-info-column .ac-gf-buystrip-info-cta-chat {
    display: none
  }

  @media only screen and (max-width: 480px) {
    #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-column:first-child .ac-gf-buystrip-info-column-content {
      padding-top: 36px
    }
  }

  #ac-globalfooter.ac-gf-buystrip-elevated .ac-gf-buystrip-info-column:first-child:nth-last-child(4),
  #ac-globalfooter.ac-gf-buystrip-elevated .ac-gf-buystrip-info-column:first-child:nth-last-child(4)~.ac-gf-buystrip-info-column {
    flex-basis: 50%
  }

  @media only screen and (max-width: 480px) {

    #ac-globalfooter.ac-gf-buystrip-elevated .ac-gf-buystrip-info-column:first-child:nth-last-child(4),
    #ac-globalfooter.ac-gf-buystrip-elevated .ac-gf-buystrip-info-column:first-child:nth-last-child(4)~.ac-gf-buystrip-info-column {
      flex-basis: 100%
    }
  }

  #ac-globalfooter.ac-gf-buystrip-elevated .ac-gf-buystrip-info-column .ac-gf-buystrip-info-content {
    width: 294px;
    padding-left: 8px;
    padding-right: 8px
  }

  @media only screen and (max-width: 480px) {
    #ac-globalfooter.ac-gf-buystrip-elevated .ac-gf-buystrip-info-column .ac-gf-buystrip-info-content {
      width: 240px;
      padding-left: 0;
      padding-right: 0
    }
  }

  #ac-globalfooter.ac-gf-buystrip-elevated .ac-gf-buystrip-info-column .ac-gf-buystrip-info-title {
    font-size: 21px;
    line-height: 1.1904761905;
    font-weight: 600;
    letter-spacing: .011em;
    font-family: "SF Pro Display", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: .53em
  }

  #ac-globalfooter {
    --footer-background: rgb(245, 245, 247);
    --footer-border-color: rgba(0, 0, 0, 0.16);
    --footer-text-color: rgba(0, 0, 0, 0.56);
    --footer-link-color: rgba(0, 0, 0, 0.72);
    --footer-pipe-color: rgba(0, 0, 0, 0.48);
    --footer-directory-title-color: rgba(0, 0, 0, 0.88);
    --footer-directory-title-color-hover: #000;
    --footer-directory-title-focus-offset: 4px;
    --footer-section-border-color: var(--footer-border-color);
    --footer-pipe-border: 1px solid var(--footer-pipe-color);
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background: var(--footer-background);
    color: var(--footer-text-color);
    min-width: 1024px;
    overflow: hidden;
    position: relative;
    z-index: 1
  }

  .ac-globalfooter-dark #ac-globalfooter,
  #ac-globalfooter.ac-globalfooter-dark {
    --footer-background: rgb(29, 29, 31);
    --footer-border-color: rgba(255, 255, 255, 0.24);
    --footer-text-color: rgba(255, 255, 255, 0.56);
    --footer-link-color: rgba(255, 255, 255, 0.8);
    --footer-pipe-color: rgba(255, 255, 255, 0.4);
    --footer-directory-title-color: rgba(255, 255, 255, 0.92);
    --footer-directory-title-color-hover: #fff
  }

  #ac-globalfooter.theme-light,
  #ac-globalfooter.ac-gf-light {
    --footer-background: rgb(245, 245, 247);
    --footer-border-color: rgba(0, 0, 0, 0.16);
    --footer-text-color: rgba(0, 0, 0, 0.56);
    --footer-link-color: rgba(0, 0, 0, 0.72);
    --footer-pipe-color: rgba(0, 0, 0, 0.48);
    --footer-directory-title-color: rgba(0, 0, 0, 0.88);
    --footer-directory-title-color-hover: #000
  }

  @media only screen and (max-width: 1044px) {
    #ac-globalfooter {
      min-width: 320px
    }
  }

  #ac-globalfooter h1,
  #ac-globalfooter h2,
  #ac-globalfooter h3,
  #ac-globalfooter h4,
  #ac-globalfooter h5,
  #ac-globalfooter h6 {
    color: var(--footer-directory-title-color)
  }

  #ac-globalfooter h1>button,
  #ac-globalfooter h2>button,
  #ac-globalfooter h3>button,
  #ac-globalfooter h4>button,
  #ac-globalfooter h5>button,
  #ac-globalfooter h6>button {
    color: var(--footer-directory-title-color)
  }

  #ac-globalfooter a {
    color: var(--footer-link-color);
    text-decoration: none
  }

  #ac-globalfooter a:hover {
    text-decoration: underline
  }

  #ac-globalfooter a.ac-gf-block {
    color: inherit;
    text-decoration: none
  }

  #ac-globalfooter a.ac-gf-block:hover {
    color: inherit
  }

  .ac-globalfooter-dark #ac-globalfooter a.ac-gf-block,
  #ac-globalfooter.ac-globalfooter-dark a.ac-gf-block {
    color: inherit
  }

  .ac-globalfooter-dark #ac-globalfooter a.ac-gf-block .ac-gf-block-link,
  #ac-globalfooter.ac-globalfooter-dark a.ac-gf-block .ac-gf-block-link {
    color: #2997ff
  }

  #ac-globalfooter .ac-gf-content {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 22px
  }

  #ac-globalfooter:not([dir=rtl]) .ac-gf-content {
    padding-inline-start: max(22px, env(safe-area-inset-left));
    padding-inline-end: max(22px, env(safe-area-inset-right))
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter:not([dir=rtl]) .ac-gf-content {
      padding-inline-start: max(16px, env(safe-area-inset-left));
      padding-inline-end: max(16px, env(safe-area-inset-right))
    }
  }

  @media(prefers-contrast: more) {
    #ac-globalfooter .ac-gf-content a:link {
      text-decoration: underline
    }

    #ac-globalfooter .ac-gf-content a:link:hover {
      text-decoration: underline
    }
  }

  #ac-globalfooter .ac-gf-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
  }

  #ac-globalfooter .ac-gf-sosumi {
    border-bottom: 1px solid var(--footer-section-border-color);
    padding: 17px 0 11px
  }

  #ac-globalfooter .ac-gf-sosumi a {
    text-decoration: underline
  }

  #ac-globalfooter .ac-gf-sosumi ol {
    list-style-position: outside;
    margin: 0;
    padding: 0 17px
  }

  #ac-globalfooter .ac-gf-sosumi ol li {
    list-style-type: decimal
  }

  #ac-globalfooter .ac-gf-sosumi ul {
    list-style: none;
    margin: 0
  }

  #ac-globalfooter .ac-gf-sosumi li {
    padding-bottom: .8em
  }

  #ac-globalfooter .ac-gf-sosumi p,
  #ac-globalfooter .ac-gf-sosumi li {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif
  }

  #ac-globalfooter .ac-gf-sosumi small {
    font-size: 1em
  }

  #ac-globalfooter .ac-gf-breadcrumbs {
    padding: 17px 0;
    position: relative;
    z-index: 1;
    color: var(--footer-link-color)
  }

  #ac-globalfooter .ac-gf-breadcrumbs::before,
  #ac-globalfooter .ac-gf-breadcrumbs::after {
    content: " ";
    display: table
  }

  #ac-globalfooter .ac-gf-breadcrumbs::after {
    clear: both
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-breadcrumbs {
      /* border-bottom: 1px solid var(--footer-section-border-color) */
    }
  }

  #ac-globalfooter .ac-gf-breadcrumbs-home {
    position: absolute;
    inset-inline-start: 0;
    z-index: 2;
    top: 17px
  }

  #ac-globalfooter .ac-gf-breadcrumbs-home-icon {
    width: 14px;
    height: 18px;
    display: block;
    position: relative;
    z-index: 2;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, .72);
    -webkit-mask-image: url(../assets/ac-footer/breadcrumbs/apple/icon_large.svg);
    mask-image: url(../assets/ac-footer/breadcrumbs/apple/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-breadcrumbs-home-icon,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-breadcrumbs-home-icon {
    background-color: rgba(255, 255, 255, .8)
  }

  #ac-globalfooter.theme-light .ac-gf-breadcrumbs-home-icon,
  #ac-globalfooter.ac-gf-light .ac-gf-breadcrumbs-home-icon {
    background-color: rgba(0, 0, 0, .72)
  }

  #ac-globalfooter .ac-gf-breadcrumbs-home:hover {
    text-decoration: none
  }

  #ac-globalfooter .ac-gf-breadcrumbs-home:hover .ac-gf-breadcrumbs-home-icon {
    background-color: rgba(0, 0, 0, .88)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-breadcrumbs-home:hover .ac-gf-breadcrumbs-home-icon,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-breadcrumbs-home:hover .ac-gf-breadcrumbs-home-icon {
    background-color: rgba(255, 255, 255, .92)
  }

  #ac-globalfooter.theme-light .ac-gf-breadcrumbs-home:hover .ac-gf-breadcrumbs-home-icon,
  #ac-globalfooter.ac-gf-light .ac-gf-breadcrumbs-home:hover .ac-gf-breadcrumbs-home-icon {
    background-color: rgba(0, 0, 0, .88)
  }

  #ac-globalfooter .ac-gf-breadcrumbs-home-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
  }

  #ac-globalfooter .ac-gf-breadcrumbs-path {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    position: relative;
    z-index: 1
  }

  #ac-globalfooter .ac-gf-breadcrumbs-path::before,
  #ac-globalfooter .ac-gf-breadcrumbs-path::after {
    content: " ";
    display: table
  }

  #ac-globalfooter .ac-gf-breadcrumbs-path::after {
    clear: both
  }

  #ac-globalfooter .ac-gf-breadcrumbs-list {
    max-height: 9999px;
    padding-inline-start: 25px;
    text-align: start;
    list-style: none
  }

  #ac-globalfooter .ac-gf-breadcrumbs-item {
    margin-inline-end: 7px;
    padding: 3px 4px 3px 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  #ac-globalfooter:not([dir=rtl]) .ac-gf-breadcrumbs-item {
    float: left
  }

  #ac-globalfooter .ac-gf-breadcrumbs-item:before {
    width: 6px;
    height: 11px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    width: 6px;
    height: 11px;
    margin-inline-end: 11px;
    background-color: rgba(0, 0, 0, .48);
    -webkit-mask-image: url(../assets/ac-footer/breadcrumbs/separator/icon_large.svg);
    mask-image: url(../assets/ac-footer/breadcrumbs/separator/icon_large.svg)
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-breadcrumbs-item:before,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-breadcrumbs-item:before {
    background-color: rgba(255, 255, 255, .4)
  }

  #ac-globalfooter.theme-light .ac-gf-breadcrumbs-item:before,
  #ac-globalfooter.ac-gf-light .ac-gf-breadcrumbs-item:before {
    background-color: rgba(0, 0, 0, .48)
  }

  #ac-globalfooter .ac-gf-directory {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    display: flex;
    flex-wrap: nowrap;
    /* padding-top: 10px;
        padding-bottom: 10px; */
    text-align: center;
  }

  #ac-globalfooter .ac-gf-directory:last-child {
    padding-bottom: 28px
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory {
      flex-direction: column
    }
  }

  #ac-globalfooter .ac-gf-directory-column {
    /* flex-basis: 25% */
    flex-basis: 33.33%
  }


  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory-column {
      flex-basis: auto
    }
  }

  #ac-globalfooter .ac-gf-directory-column-section {
    pointer-events: none
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory-column-section {
      position: relative;
      z-index: 1;
      overflow: hidden;
      pointer-events: auto;
      margin-inline-start: calc(var(--footer-directory-title-focus-offset)*-1);
      width: calc(100% + var(--footer-directory-title-focus-offset)*2);
      /* padding: 0 var(--footer-directory-title-focus-offset) 1px; */
      box-sizing: border-box
    }

    .ac-gf-directory-column-section {
      padding: 15px;
    }


    #ac-globalfooter .ac-gf-directory-column-section::after {
      content: "";
      position: absolute;
      right: var(--footer-directory-title-focus-offset);
      left: var(--footer-directory-title-focus-offset);
      bottom: 0;
      height: 1px;
      background-color: var(--footer-section-border-color);
      z-index: 3
    }
  }

  #ac-globalfooter .ac-gf-directory-column-section~.ac-gf-directory-column-section {
    padding-top: 24px
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory-column-section~.ac-gf-directory-column-section {
      padding-top: 0
    }
  }

  #ac-globalfooter .ac-gf-directory-column-section-title-button,
  #ac-globalfooter .ac-gf-directory-column-section-title>.ac-gf-directory-column-section-title-text {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    /* margin-inline-end: 20px; */
    outline: none
  }

  #ac-globalfooter .ac-gf-directory-column-section-title-button {
    border: none;
    display: none;
    text-align: start
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory-column-section-title-button {
      font-weight: 400;
      display: block;
      margin: 0;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      color: var(--footer-directory-title-color);
      background: var(--footer-background);
      cursor: pointer;
      position: relative;
      -webkit-user-select: none;
      user-select: none;
      z-index: 2
    }

    #ac-globalfooter .ac-gf-directory-column-section-title-button:hover {
      color: var(--footer-directory-title-color-hover)
    }

    #ac-globalfooter .ac-gf-directory-column-section-title-button::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -4px;
      bottom: 0;
      left: -4px
    }

    #ac-globalfooter .ac-gf-directory-column-section-title-button:focus-visible::after {
      --sk-focus-offset: calc(var(--footer-directory-title-focus-offset) - 6px);
      outline: 2px solid var(--sk-focus-color, #0071E3);
      outline-offset: var(--sk-focus-offset, 1px)
    }
  }

  #ac-globalfooter .ac-gf-directory-column-section-title-icon {
    display: none
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory-column-section-title-icon {
      width: 11px;
      margin-top: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: normal;
      color: var(--footer-directory-title-color);
      transition: transform .3s ease
    }

    #ac-globalfooter:not([dir=rtl]) .ac-gf-directory-column-section-title-icon {
      float: right
    }
  }

  #ac-globalfooter .ac-gf-directory-column-section-title>.ac-gf-directory-column-section-title-text {
    display: block
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory-column-section-title>.ac-gf-directory-column-section-title-text {
      /* display: none */
      /* padding-top: 20px; */
    }
  }

  #ac-globalfooter .ac-gf-directory-column-section-list {
    margin-inline-end: 20px;
    list-style: none;
    padding: 0
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory-column-section-list {
      margin: 0;
      overflow: hidden;
      padding-top: 5px;
      padding-bottom: 16px;
      position: absolute;
      top: 100%;
      inset-inline-start: 0;
      width: 100%;
      visibility: hidden;
      z-index: -1;
      transform: translateY(-100px);
      will-change: transform
    }

    #ac-globalfooter.no-js .ac-gf-directory-column-section-list {
      position: static;
      visibility: visible;
      transform: none
    }
  }

  #ac-globalfooter .ac-gf-directory-column-section-item {
    display: block;
    pointer-events: auto;
    margin-bottom: .8em
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory-column-section-item {
      margin-bottom: 0
    }
  }

  #ac-globalfooter .ac-gf-directory-column-section-item:last-child {
    margin-bottom: 0
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory-column-section-link {
      padding: 6px 14px;
      display: block
    }

    #ac-globalfooter .ac-gf-directory-column-section-link:focus-visible {
      outline-offset: -6px
    }
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory-column-section.ac-gf-directory-column-expanded .ac-gf-directory-column-section-title {
      color: var(--footer-directory-title-color-hover)
    }

    #ac-globalfooter .ac-gf-directory-column-section.ac-gf-directory-column-expanded .ac-gf-directory-column-section-list {
      position: static;
      visibility: visible;
      z-index: 1;
      transform: none;
      transition: transform 300ms ease
    }
  }

  #ac-globalfooter .ac-gf-breadcrumbs+.ac-gf-directory {
    padding-top: 0
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-breadcrumbs+.ac-gf-directory {
      padding-top: 0
    }
  }

  #ac-globalfooter .ac-gf-footer {
    border-top: 1px solid var(--footer-section-border-color);
    padding: 17px 0 11px;
    padding-bottom: calc(11px + constant(safe-area-inset-bottom))
  }

  @supports(padding: calc(max(0px))) {
    #ac-globalfooter .ac-gf-footer {
      padding-bottom: max(11px, env(safe-area-inset-bottom))
    }
  }

  #ac-globalfooter .ac-gf-footer:nth-child(2) {
    border-top: none
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-footer {
      padding-bottom: 9px;
      padding-bottom: calc(9px + constant(safe-area-inset-bottom))
    }

    @supports(padding: calc(max(0px))) {
      #ac-globalfooter .ac-gf-footer {
        padding-bottom: max(9px, env(safe-area-inset-bottom))
      }
    }
  }

  #ac-globalfooter .ac-gf-footer-shop {
    --footer-mini-shop-link-color: rgb(0, 102, 204);
    max-height: 9999px;
    padding-bottom: 3px
  }

  .ac-globalfooter-dark #ac-globalfooter .ac-gf-footer-shop,
  #ac-globalfooter.ac-globalfooter-dark .ac-gf-footer-shop {
    --footer-mini-shop-link-color: rgb(41, 151, 255)
  }

  #ac-globalfooter.theme-light .ac-gf-footer-shop,
  #ac-globalfooter.ac-gf-light .ac-gf-footer-shop {
    --footer-mini-shop-link-color: rgb(0, 102, 204)
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-footer-shop {
      padding-bottom: 10px
    }
  }

  #ac-globalfooter .ac-gf-footer-shop a,
  #ac-globalfooter .ac-gf-footer-shop a:hover {
    color: var(--footer-mini-shop-link-color);
    text-decoration: underline
  }

  #ac-globalfooter .ac-gf-footer-locale {
    margin-top: 5px;
    position: relative;
    top: -3px;
    z-index: 2;
    white-space: nowrap
  }

  #ac-globalfooter:not([dir=rtl]) .ac-gf-footer-locale {
    float: right
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter:not([dir=rtl]) .ac-gf-footer-locale {
      float: none
    }
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-footer-locale {
      padding-top: 4px
    }
  }

  #ac-globalfooter .ac-gf-footer-locale-link {
    position: relative;
    margin-inline-start: 5px;
    padding-inline-start: 9px;
    display: inline-block
  }

  #ac-globalfooter .ac-gf-footer-locale-link:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: var(--footer-pipe-color);
    margin-top: 3px;
    margin-bottom: 3px;
    margin-inline-start: -9px;
    margin-inline-end: 0px
  }

  #ac-globalfooter .ac-gf-footer-locale-link:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 9px
  }

  #ac-globalfooter .ac-gf-footer-locale-link:first-child {
    margin-inline-start: 0;
    padding-inline-start: 0
  }

  #ac-globalfooter .ac-gf-footer-locale-link:first-child:before {
    display: none
  }

  #ac-globalfooter .ac-gf-footer-locale-link:first-child:after {
    inset-inline-start: 0
  }

  #ac-globalfooter .ac-gf-footer-locale-link:focus-visible {
    outline: none
  }

  #ac-globalfooter .ac-gf-footer-locale-link:focus-visible:after {
    outline: 2px solid var(--sk-focus-color, #0071E3);
    outline-offset: var(--sk-focus-offset, 1px)
  }

  #ac-globalfooter .ac-gf-footer-legal {
    position: relative;
    top: -3px;
    z-index: 1
  }

  #ac-globalfooter .ac-gf-footer-legal::before,
  #ac-globalfooter .ac-gf-footer-legal::after {
    content: " ";
    display: table
  }

  #ac-globalfooter .ac-gf-footer-legal::after {
    clear: both
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-footer-legal {
      padding-top: 12px
    }
  }

  #ac-globalfooter .ac-gf-footer-legal-copyright,
  #ac-globalfooter .ac-gf-footer-legal-links {
    margin-inline-end: 30px;
    margin-top: 5px;
    list-style-type: none
  }

  #ac-globalfooter:not([dir=rtl]) .ac-gf-footer-legal-copyright,
  #ac-globalfooter:not([dir=rtl]) .ac-gf-footer-legal-links {
    /* float: left; */
  }

  @media only screen and (max-width: 1023px) {

    #ac-globalfooter:not([dir=rtl]) .ac-gf-footer-legal-copyright,
    #ac-globalfooter:not([dir=rtl]) .ac-gf-footer-legal-links {
      float: none
    }
  }

  @media only screen and (max-width: 1023px) {

    #ac-globalfooter .ac-gf-footer-legal-copyright,
    #ac-globalfooter .ac-gf-footer-legal-links {
      margin-inline-end: 0
    }
  }

  #ac-globalfooter .ac-gf-footer-legal-copyright {
    max-height: 9999px
  }

  #ac-globalfooter .ac-gf-footer-legal-links {
    position: relative;
    top: -5px;
    margin-inline-start: 0;
    z-index: 1
  }

  #ac-globalfooter .ac-gf-footer-legal-links-item {
    position: relative;
    margin-inline-end: 6px;
    display: inline-block;
    margin-top: 5px
  }

  #ac-globalfooter .ac-gf-footer-legal-links-item:before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 9px;
    bottom: 0;
    inset-inline-start: 0;
    pointer-events: none
  }

  #ac-globalfooter .ac-gf-footer-legal-links-item:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: var(--footer-pipe-color);
    margin: 3px 0
  }

  #ac-globalfooter .ac-gf-footer-legal-links-item:last-child:after {
    display: none
  }

  #ac-globalfooter .ac-gf-footer-legal-links-item:focus-within:before {
    outline: 2px solid var(--sk-focus-color, #0071E3);
    outline-offset: var(--sk-focus-offset, 1px)
  }

  @media only screen and (max-width: 1023px) {
    #ac-globalfooter .ac-gf-footer-legal-links-item {
      margin-top: 4px
    }
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-footer-legal-links-item {
      margin-top: 5px
    }
  }

  #ac-globalfooter .ac-gf-footer-legal-link {
    padding-inline-end: 9px;
    display: inline-block;
    white-space: nowrap
  }

  #ac-globalfooter .ac-gf-footer-legal-link:focus-visible {
    outline: none
  }

  #ac-globalfooter .ac-gf-sosumi+.ac-gf-footer {
    border-top: none
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-breadcrumbs+.ac-gf-footer {
      border-top: none
    }
  }

  #ac-globalfooter .ac-gf-directory+.ac-gf-footer {
    padding-top: 37px;
    border-top: none
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory+.ac-gf-footer {
      padding-top: 17px
    }
  }

  #ac-globalfooter .ac-gf-directory+.ac-gf-footer .ac-gf-footer-shop {
    margin-bottom: 16px;
    padding-bottom: 19px;
    border-bottom: 1px solid var(--footer-section-border-color)
  }

  @media only screen and (min-width: 834px)and (max-width: 1023px) {
    #ac-globalfooter .ac-gf-directory+.ac-gf-footer .ac-gf-footer-shop {
      margin-bottom: 17px;
      padding-bottom: 18px
    }
  }

  @media only screen and (max-width: 833px) {
    #ac-globalfooter .ac-gf-directory+.ac-gf-footer .ac-gf-footer-shop {
      margin-bottom: 8px;
      padding-bottom: 8px;
      border-bottom: none
    }
  }

  #ac-globalfooter b,
  #ac-globalfooter strong {
    font-weight: 600
  }

  #ac-globalfooter .nowrap {
    white-space: nowrap
  }

  #ac-globalfooter .ac-gf-icon::before,
  #ac-globalfooter .ac-gf-icon::after,
  #ac-globalfooter .ac-gf-more::before,
  #ac-globalfooter .ac-gf-more::after {
    line-height: inherit
  }

  #ac-globalfooter .ac-gf-breadcrumbs-item::before {
    margin-top: .175em
  }

  #ac-globalfooter .ac-gf-buystrip {
    text-align: center
  }

  #ac-globalfooter .ac-gf-footer-locale-link,
  #ac-globalfooter .ac-gf-footer-legal-links-item {
    float: none
  }

  /* ---------- Custom footer for borders beside the logo in footer ---------------------------------- */





  @media only screen and (min-width: 769px) {
    .sideborder {
      border-right: 0.5px solid darkgrey;
    }

    .tobecentered1 {
      padding-left: 157px;
    }

    .tobecentered2 {
      padding-right: 150px;
    }

    #ac-globalfooter .ac-gf-directory {
      padding-top: 55px;
    }

    .mittallogox {
      padding-left: 60px;
    }



  }

  .para {
    text-align: center !important;
    padding: 40px 10px 12px 10px;
    font-size: 16px !important;
    font-weight: 550 !important;
    line-height: inherit;
    letter-spacing: inherit;
    /* margin: 15px; */
  }

  .contactno {
    text-align: center !important;
    padding: 0px 10px 20px 10px;
    font-size: 25px !important;
    font-weight: 550 !important;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 10px;
    text-decoration: none;
  }

  .ser-img {
    width: 100%;
    max-width: 100%;
    /* Ensure the image container doesn't exceed its parent container */
    overflow: hidden;
    /* Prevents overflow if the image is too large */
    text-align: center;
    /* Optional: centers the image */
  }

  .ser-img img {
    width: 100%;
    height: auto;
    /* Maintain the aspect ratio */
    display: block;
    /* Removes extra space below the image */
    max-width: 100%;
  }

  .row-border {
    border-right: 1px solid #b11b1b;
  }

  .center-row {
    justify-content: center;
  }

  .foot p {
    text-align: center;
  }

  .center-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .col-3 {
    flex: 1 1 30%;
    max-width: 30%;
    text-align: center;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }

  .underline {
    width: 100%;
    border-right: 2px solid #000;
    margin: 20px 0;
  }

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

  .pt-5 {
    padding-top: 5rem;
  }

  .pt-3 {
    padding-top: 3rem;
  }

  .pt-2 {
    padding-top: 2rem;
  }

  html {
    scroll-behavior: smooth;
  }

  html {
    scroll-behavior: smooth;
  }
  
  .fsz-45{
      font-family: dragon-seriel-regular;
    letter-spacing:2px;
  }
