*,
*::before,
*::after {
  box-sizing: border-box; 
}
body {
  margin: 0 auto;
  display: inline-block;
width: 100%;
background: #fff;
}
.container {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
    margin-top: 0px;
  position: relative;
}
.page-template-default .scwheader {
  position: relative;
  width: 100%;
  z-index: 3;
  background: #2B356C;
}
.scwheader {
  position: absolute;
  width: 100%;
  z-index: 3;
}
.scwheader a {
	padding-top: 30px;
  display: inline-block;
}
.scwheader a img {
  width: 298px;
  height: 120px;
  object-fit: contain;
}
#main-content {
  display: inline-block;
  width: 100%;
}

.scwhome_menus_slider_con {
  display: flex;
}
.scwhome_menus_item {
  display: grid;
  grid-template-columns: auto 71px;
  grid-gap: 20px;
  margin-left:20px;
  align-items: center;
}
.scwhome_menus_item a {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: unset;
}
.scwhome_menus_item img {
  width: 71px;
  height: 45px;
  object-fit: contain;
}
.scwhome_banner {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
.scwhome_banner .bx-wrapper {
  box-shadow: none;
  background: none;
  border: none;
  margin-bottom: 0;
}
.scwhome_banner_slider_item .container {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 248px;
  height: 100%;
}
.scwhome_banner_slider_item_left {
  width: 55%;
  float: left;
}
.scwhome_banner_slider_item_right img {
  width: auto;
  height: 557px;
  object-fit: contain;
}
.scwhome_banner_slider_item_right {
  position: absolute;
  right: 0;
  top: 90px;
}
.scwhome_banner_slider_item_heading {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 66px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 48px;
  line-height: 76px;
  min-height: 228px;
}
.scwhome_banner_slider_item_left a {
  background: #EEC24D;
  width: 150px;
  height: 60px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  border-radius: 999px;
  letter-spacing: 0%;
  color: #000;
  text-decoration: unset;
  display: inline-block;
  text-align: center;
  margin-bottom: 183px;
  line-height: 60px;
}
.scwhome_banner_slider_pagi {
  position: absolute;
  bottom: 103px;
  z-index: 3;
}
.scwhome_banner .bx-wrapper .bx-viewport {
  height: 780px !important;
}
.scwhome_banner_slider_item {
  height: 780px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.scwhome_banner_slider_item.slider1 .scwhome_banner_slider_item_right,
.scwhome_banner_slider_item.slider2 .scwhome_banner_slider_item_right {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
}
.scwhome_banner_imgbg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: auto;
  pointer-events: none;
}
.scwhome_banner_slider_pagi .bx-pager {
  display: flex;
  align-items: center;
  background: #3971AD;
  padding: 4px;
  border-radius: 999px;
  gap: 3px;
  width: fit-content;
}

.scwhome_banner_slider_pagi .bx-pager-link {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  text-indent: -9999px; 
  transition: all 0.3s ease;
}

.scwhome_banner_slider_pagi .bx-pager-link.active {
  background: #EEC24D;
  width: 12px;
  border-radius: 10px; 
}

.scwhome_worktime {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width:100%;
  margin-bottom: 80px;
  background: linear-gradient(to right, #EEC24D 50%, #fff 50%);
}
.scwhome_worktime .container {
  
}
.scwhome_worktime_left{
}
.scwhome_worktime_right {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  flex: 1;
  display: flex;
  align-items: center; 
  justify-content: center;
  height: 100%;
}
.scwhome_worktime_left .container {
  display: inline-block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
.scwhome_worktime_right .container {

}


.scwhome_featured_con_center img {
  width: 241px;
  height: 375px;
  object-fit: contain;
}
.scwhome_featured_con {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 20px;
  align-items: center;
}
.scwhome_featured_con_left_head,.scwhome_featured_con_right_head {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-top: 0;
  color: #315293;
}
.scwhome_featured_con_left_des,.scwhome_featured_con_right_des {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 20px;
}
.scwhome_featured_con_right_img {
  margin-top: 0;
  margin-bottom: 20px;
}
.scwhome_featured_con_left_img {
  margin: 0;
}
.scwhome_featured_con_left_des {
  width: 70%;
}
 .scwhome_featured_con_right_des {
  width: 70%;
  float: right;
}
.scwhome_featured_con_right {
  text-align: right;
}
.scwhome_featured_head {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #2B356C;
  margin-top: 0;
  margin-bottom: 88px;
}
.scwhome_featured {
  display: inline-block;
  width: 100%;
  margin-bottom: 150px;
  overflow: hidden;
}
.scwhome_helps {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.scwhome_helps_head {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 0;
  color: #2B356C;
  margin-bottom: 61px;
}
.scwhome_helps_con {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 24px;
}
.scwhome_helps_con_item_box_back {
  padding: 30px;
}
.scwhome_helps_con_item_box_front .scwhome_helps_con_item_head_title {
  display: none;
}
.scwhome_helps_con_item {
  position:relative;
}
.scwhome_helps_con_item:hover {
  
}
.scwhome_helps_con_item_head {
  display: grid;
  width: 100%;
  margin: 0;
  grid-template-columns: auto 56px;
  align-items: center;
}
.scwhome_helps_con_item_box_back .scwhome_helps_con_item_head {

}
.scwhome_helps_con_item_head_icon_hover,
.scwhome_helps_con_item_des_hover {
  display: none;
}
.scwhome_helps_con_item:hover .scwhome_helps_con_item_head_icon_hover,
.scwhome_helps_con_item:hover .scwhome_helps_con_item_des_hover,
.scwhome_helps_con_item:hover .scwhome_helps_con_item_img{
  display:inline-block;
}
.scwhome_helps_con_item:hover .scwhome_helps_con_item_head_icon_white,
.scwhome_helps_con_item:hover .scwhome_helps_con_item_des{
  display:none;
}
.scwhome_helps_con_item_box_front .scwhome_helps_con_item_head_icon {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  display: none;
}
.scwhome_helps_con_item:hover .scwhome_helps_con_item_box .scwhome_helps_con_item_box_front .scwhome_helps_con_item_head{
	display:none;
}
.scwhome_helps_con_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scwhome_helps_con_item_img {
  text-align: center;
  margin: 0 auto;
}
.scwhome_helps_con_item:hover .scwhome_helps_con_item_img {
  display:none;
}
.scwhome_helps_con_item:hover .scwhome_helps_con_item_head_title {
  color: #000;
}
.scwhome_helps_con_item_des {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  text-decoration: unset;margin-top:0;
}
.scwhome_helps_con_item_box_front .scwhome_helps_con_item_box_front_title {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  max-width: 200px;
  text-align: center;
}
.scwhome_helps_con_item:hover .scwhome_helps_con_item_box_front .scwhome_helps_con_item_box_front_title {
  display:none;
}
.scwhome_helps_con_item a {
  text-decoration: unset;
  background: linear-gradient(100.25deg, #315293 5.06%, #2B356C 99.67%);
position: relative;
}
.scwhome_helps_con_item_title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  text-transform: capitalize;
  margin-top: 30px;
  color: #315293;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.swiper-container {
  overflow: hidden;
  padding: 10px 0;
}
.scwhome_reviews_con_item {
  height: 396px!Important;
}
.scwhome_helps_con_item_head_icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.scwhome_menus {
  background: #315293;
  padding: 20px 0;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.scwhome_helps_con_item_head_title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 28px;
  line-height: 136%;
  color: #fff;
}
.scwhome_reviews_head {
  text-transform: capitalize;
  margin-top: 0;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 59px;
  color: #2B356C;
}
.scwhome_worktime_left_buts_item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  position: absolute;
  right: 11.5px;
  top: 10px;
}
.scwhome_worktime_left_buts_item {
  border: 1px solid #D9D5BD;
  background: #fff;
  padding:10px 20px;
  display: inline-block;
  border-radius: 24px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 136%;
  letter-spacing: 0%;
  text-decoration: unset;
  color: #000;
  position: relative;
}
.scwhome_worktime_left_time_remain {
  font-family: Montserrat;
font-weight: 700;
font-size: 310px;
line-height: 280px;
letter-spacing: 0%;
vertical-align: middle;
  color: #2B356C;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.scwhome_worktime_left_time_text {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 69px;
  line-height: 101%;
  margin-top: 0;
  letter-spacing: 0%;
  text-align: center;
  color: #2B356C;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.scwhome_worktime_left_time {
  display: grid;
  width: 100%;
  grid-template-columns: auto;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  grid-gap: 0;
}
.scwhome_worktime_left_shop {
  text-align: center;
  margin-top: 34px;
  margin-bottom:0;
}
.scwhome_worktime_left_shop a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  width: 150px;
  height: 60px;
  line-height: 60px;
  background: #2B356C;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 999px;
  text-decoration: unset;
}
.scwhome_worktime_left_buts {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 33px;
  max-width: 670px;
  margin: 0 auto;
}
.scwhome_wheretobuy_head {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 72px;
  color: #2B356C;
}
.scwhome_wheretobuy {
  display: inline-block;
  width: 100%;
  margin-bottom: 150px;
}
.scwhome_instagram {
  display: inline-block;
  width: 100%;
  margin-bottom: 79px;
}
.scwhome_instagram_head {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #2B356C;
  display: grid;
  grid-template-columns: auto 110px;
  padding: 0 30px;
  margin-bottom: 40px;
  align-items: center;
}
.scwhome_instagram_head_links a img {
  width: 46px;
  height: 46px;
  display: inline-block;
  object-fit: contain;
}
.scwhome_instagram_con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 31px;
}
.scwhome_instagram_item_link .scwhome_instagram_item_img {
  height: 321px;
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
display: block;
}
.scwhome_instagram_item_link {
  display: inline-block;
  width: 100%;position: relative;
}
.scwhome_reviews_con{
  overflow: hidden;
}
.scwhome_reviews_con {
  margin: auto;
  overflow: hidden;
  position: relative;
}

.scwhome_reviews_con .swiper-wrapper{
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.scwhome_reviews_con2 .swiper-wrapper{
  -webkit-animation: scroll2 40s linear infinite;
          animation: scroll2 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.scwhome_reviews_con .scwhome_reviews_con_item,
.scwhome_reviews_con2 .scwhome_reviews_con_item  {
  height: 100px;
  width: 250px;
}


.scwhome_reviews_con .swiper-wrapper .scwhome_reviews_con_item,
.scwhome_reviews_con2 .swiper-wrapper .scwhome_reviews_con_item {
  height: auto;
  width: auto;
}

.scwhome_reviews_con:hover .swiper-wrapper,
.scwhome_reviews_con2:hover .swiper-wrapper {
  animation-play-state: paused;
}
@-webkit-keyframes scroll2 {
  0% {
    transform: translateX(-1750px);
  }
  100% {
    transform: translateX(0); 
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(-1750px);
  }
  100% {
    transform: translateX(0);
  }
}
.scwhome_instagram_item_icon {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
.scwhome_instagram_item:hover .scwhome_instagram_item_icon {
  display: inline-block;
}
.scwhome_reviews_con_item.swiper-slide.swiper-slide-next {
  border: 1px solid #EEEEEE;
  padding: 40px;
  background: #fff;
}
.scwhome_reviews {
  display: inline-block;
  width: 100%;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: 100% 110% !important;
  background-position: top center !important;
  padding-bottom: 40px;
}

.scwhome_reviews_con_item {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  margin-bottom: 30px;
  max-width: 561px !important;margin-right: 30px;
}

.scwhome_reviews_con_item {
  transition: transform 0.3s ease;
}


.scwhome_reviews_con_item:nth-child(n+5) {
  
}


.scwhome_reviews_con_item .scwhome_reviews_con_item_head {
  color: #000;
  margin: 0;
    margin-top: 0px;
  margin-top: auto;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.scwhome_reviews_con_item .scwhome_reviews_con_item_head::before {
  content: "★★★★★";
  display: block;
  font-size: 15px;
  color: #ffc107;
  margin-bottom: 6px;
  letter-spacing: 1.5px;
}
.scwhome_reviews_con_item_head {
  position: absolute;
  bottom: 40px;
}
.scwhome_reviews_con_item_des {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #000;
}
.scwhome_worktime_right_img {
  height: auto;
  object-fit: contain;
  text-align: center;
  display: grid;
  width: 100%;
  grid-template-columns: auto;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  grid-gap: 0;
}
.scwhome_worktime_left_head {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 101%;
  letter-spacing: 0%;
  color: #fff;
  text-align: center;
  width: 100%;  margin-bottom: 0;margin-top: 0;
}
.scwhome_worktime_left_head span {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 63px;
  line-height: 101%;
  letter-spacing: 0%;
  display: inline-block;
  width:100%;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.scwhome_menus_slider {
  margin: auto;
  overflow: hidden;
  position: relative;
}

.scwhome_menus_slider .scwhome_menus_slider_con{
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.scwhome_menus_slider .scwhome_menus_item  {
  height: 100px;
  width: 250px;
}


.scwhome_menus_slider .scwhome_menus_slider_con .scwhome_menus_item {
  height: auto;
  width: auto;
  direction: rtl;
}
.scwhome_wheretobuy_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 0;
}
.scwhome_wheretobuy_con_item {
  background-color: #efefef;
  height: 90px;
}
.scwhome_wheretobuy_con_item a {
  display: inline-block;
  width: 100%;
}

.scwhome_wheretobuy_con_item img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}


.scwhome_menus_slider_con {
  display: flex;
  animation: scroll-left 20s linear infinite;
}

.scwhome_menus_slider:hover .scwhome_menus_slider_con {
  animation-play-state: paused;
}

.scwhome_menus_item {
  flex: 0 0 auto;
  width: 200px; /* or auto */
  margin: 0 10px;
  text-align: center;
}



.scwhome_menus_item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Keyframes animation */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.scwfooter {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  background: linear-gradient(100.25deg, #315293 5.06%, #2B356C 99.67%);
  padding: 56px 0;
}

.scwfooter_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.scwfooter .container {
  position: relative;
  z-index: 1;
}

.scwfooter_bl1 {
  display: grid;
  grid-template-columns: auto 320px;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 105px;
}
.scwfooter_bl1_left {
  flex: 1 1 50%;
  max-width: 600px;
}

.scwfooter_bl1_left_logo img {
  max-width: 180px;
  margin-bottom: 32px;
}

.scwfooter_bl1_left_des {
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
}

.scwfooter_bl1_right {
  flex: 1 1 40%;
  max-width: 400px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  color: #ffffff;
}

.scwfooter_bl1_right div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}
.scwfooter_bl1_right_address span,.scwfooter_bl1_right_phone a,.scwfooter_bl1_right_mail a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
}
.scwfooter_bl1_right a {
  color: #ffffff;
  text-decoration: none;
  word-break: break-word;
}
.scwfooter_bl1_right_socials_item img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.scwfooter_bl1_right_socials {
  display: flex;
  gap: 15px;
  margin-top: 55px;
}


.scwfooter_bl2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 15px;
  color: #ffffff;
}
.scwfooter_bl2_cpr {
  font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
text-transform: capitalize;

}

.scwfooter_bl2_menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.scwfooter_bl2_menu a {
  color: #ffffff;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}
.scwhome_helps_con_item {
background-color: transparent;
width: 100%;
aspect-ratio: 16 / 9;
}
.scwhome_helps_con_item_box {
position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: grid;
  place-items: center;
}

.scwhome_helps_con_item:hover .scwhome_helps_con_item_box {
  transform: rotateY(180deg);background: #EEC24D;
}
.scwhome_helps_con_item_box_front {
  overflow: hidden;
}
.scwhome_helps_con_item_box_front, .scwhome_helps_con_item_box_back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;align-content: center;
  display: grid;
  place-items: center; 
  grid-auto-flow: row;
  position:absolute;
}

.scwhome_helps_con_item:hover .scwhome_helps_con_item_box .scwhome_helps_con_item_box_back {
  max-height: 100%;
  text-align: left;
  box-sizing: border-box;
  display: table-cell;
  height: auto;
}
.scwhome_helps_con_item_box_back .scwhome_helps_con_item_head {
  display: inline-block;
  width: 100%;
}

.scwhome_helps_con_item_box_back {
  transform: rotateY(180deg);
}
.scwhome_featured_con_left_img img,
.scwhome_featured_con_right_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.scwhome_helps_con_item_box_back .scwhome_helps_con_item_head_icon {
  display: none;
}

.scwhome_worktime_left {

}
.scwhome_instagram_head {
  text-align: center;
  margin-bottom: 72px;
}
.scwhome_reviews_head_st {
  margin-top: 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  align-items: center;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  width: 336px;
  display:none;
}
.scwhome_reviews_head_st_text {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.scwhome_instagram_head_st {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 10px;
}

.scwhome_instagram_head_st_star img {
  height: 20px; 
}

.scwhome_instagram_head_st_text {
font-family: Montserrat;
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;

}

.scwhome_instagram_head_text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.scwhome_instagram_head_links a {
  color: #0073e6;
  text-decoration: underline;
  font-size: 14px;
}
.scwhome_instagram_head_text {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #2B356C;
  margin-bottom:0;
}
.scwhome_instagram_head_links a {
  background: #EEC24D;
  width: 46px;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  color: #000;
  text-decoration: unset;
  border-radius: 9999px;
  cursor: pointer;
}
.scwhome_banner_slider_item_right_butmobile {
  background: #EEC24D;
  width: 150px;
  height: 60px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  border-radius: 999px;
  letter-spacing: 0%;
  color: #000;
  text-decoration: unset;
  text-align: center;
  margin-bottom: 183px;
  line-height: 60px;
  display: none;
}
@media (min-width:769px) and (max-width: 980px) {
.scwhome_instagram_item_link .scwhome_instagram_item_img {
  height: 220px!important;
}
.scwhome_worktime_left_head span {
  font-size: 56px;
}
.scwhome_banner .bx-wrapper .bx-viewport,.scwhome_banner_slider_item {
  height: 680px !important;
}
}
@media (min-width:640px) and (max-width: 768px) {
.scwhome_worktime_left_time_remain {
  font-size: 130px;
  line-height: 130px;
}
.scwhome_worktime_left_time_text {
  font-size: 50px;
}
	.scwhome_banner .bx-wrapper .bx-viewport,.scwhome_banner_slider_item {
  height: 900px !important;
}
}
@media (min-width:480px) and (max-width: 639px) {
.scwhome_worktime_left_time_remain {
  font-size: 130px;
  line-height: 130px;
}
.scwhome_worktime_left_time_text {
  font-size: 50px;
}

}
@media (min-width:375px) and (max-width: 479px) {

.scwhome_worktime_left_buts_item {
  font-size: 10px !important;
  padding: 10px !important;
}
.scwhome_worktime_left_buts_item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  position: absolute;
  right: 8px;
  top: 5px;
}
.scwhome_worktime_left_time_remain {
  font-size: 130px;
  line-height: 130px;
}
.scwhome_worktime_left_time_text {
  font-size: 50px;
}
.scwhome_worktime_left_head span {
  font-size: 42px;
}

}
@media (min-width:320px) and (max-width: 374px) {

	.scwhome_worktime_left_buts_item img {
  width: 15px;
  height: 15px;
  right: 5px;
  top: 8px;
}
.scwhome_worktime_left_time_remain {
  font-size: 110px!important;
  line-height: 130px;
}

.scwhome_worktime_left_time_text {
  font-size: 42px!impportant;
}
.scwhome_worktime_left_head span {
  font-size: 42px;
}
.scwhome_worktime_left_buts_item {
  font-size: 10px !important;
  padding: 10px !important;
}
}
@media screen and (max-width: 1400px) {
.container {
  padding:0 2rem;
}

.scwhome_worktime_left_buts_item {
  font-size: 18px;
}
}
@media screen and (max-width: 1300px) {
.scwhome_worktime_left_time_remain {
   font-size: 240px;
}
.scwhome_worktime_left_time_text {
   font-size: 80px;
}
.scwhome_worktime_left_buts_item {
  font-size: 17px;
}
}
@media screen and (max-width: 1200px) {

.scwhome_banner_slider_item_heading {
  font-size: 40px;
}
.scwhome_worktime_left_time_remain {
   font-size: 200px;
}
.scwhome_worktime_left_time_text {
   font-size: 56px;
}
.scwhome_reviews_con_item {
  max-width: 500px !important;
}
.scwhome_worktime_left_buts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	max-width: 500px;
}

.scwhome_worktime_left_buts_item:nth-child(3) {
	grid-column: 1 / span 2;
	justify-self: center;
}

.scwhome_worktime_left_buts_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 16px;
	background-color: #fff;
	border-radius: 999px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	min-width: 200px;
	max-width: 100%;
}

.scwhome_worktime_icon {
	background-color: #2E2E72;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-left: 10px;
}

.scwhome_worktime_icon img {
	width: 12px;
	height: 12px;
}

.scwhome_banner_slider_item_right {
  top: 30px;
}
.scwhome_banner_slider_item .container {
  padding-top: 200px;
}
}
@media screen and (max-width: 1024px) {
.scwhome_banner_slider_item_right img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-height: 500px;
}
	.scwhome_reviews_con_item_des {
  font-size: 14px;
}
	.scwhome_instagram_item_link .scwhome_instagram_item_img {
  height: 270px;
}
	.scwhome_banner_slider_item_right {
  top: 40px;width: 50%;
}
.scwhome_worktime_left_time_remain {
   font-size: 160px;
}
.scwhome_worktime_left_time_text {
   font-size: 65px;
}
.scwhome_worktime_left_buts_item {
  min-width: 192px;
}
.scwhome_reviews_con_item {
  max-width: 400px !important;
}
}
@media screen and (max-width: 980px) {

	.scwhome_helps_con_item:hover .scwhome_helps_con_item_des_hover {
  max-height: 200px;
  overflow: scroll;
}
.scwhome_banner_slider_item_heading {
  font-size: 40px;
  line-height: normal;
}

.scwhome_worktime_left_head {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 25px;
  line-height: 101%;
  letter-spacing: 0%;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.scwhome_worktime_left_head {
  font-size: 25px;
}
.scwhome_worktime_left_time_remain {
   font-size: 130px;
}
.scwhome_worktime_left_time_text {
   font-size: 50px;
}
.scwhome_worktime_left_buts_item {
  min-width: 138px;font-size: 12px;
}
.scwhome_helps_con_item_head_icon img {
  width: 40px;
  height: 40px;
}
.scwhome_helps_con_item_head {
  grid-template-columns: auto 40px;
}
.scwhome_helps_con_item_head_title {
  font-size: 18px;
}

.scwhome_reviews_con_item {
  max-width: 320px !important;
}
.scwhome_reviews_con_item_des {
  font-size: 14px;
}
}

@media screen and (max-width: 768px) {
	.scwhome_featured_head {
  margin-bottom: 30px;
}
	.scwhome_banner_slider_item_left a {
  display: none;
}
.scwhome_banner_slider_item_right_butmobile {
  display: inline-block;
}
.scwhome_banner_slider_pagi {
position: absolute;
  left: 50%;
  transform: translateX(-50%);bottom: 30px;
}
.scwhome_banner_slider_item .container {
  padding-top: 180px;
}
.scwhome_banner_slider_item_left a {
  margin-bottom: 0;
}
	.scwhome_worktime .container {
  grid-template-columns: 1fr;
  background: none;
}

.scwhome_worktime {
  background: #EEC24D;
}
.scwhome_worktime_left_buts_item:nth-child(3) {
  grid-column: auto;
  justify-self: auto;
  width: 100%;
}
.scwhome_worktime_right_img {
  max-height: 400px;
}
  .scwhome_banner_slider_item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .scwhome_banner_slider_item_right {
   position: relative;
width: 100%;
height: auto;
margin-top: 0;
text-align: center;
display: inline-block;
top: 0;
  }

  .scwhome_banner_slider_item_left {
    width: 100%;
    padding-top: 0;
  }

.scwhome_banner_slider_item_heading {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 30px;
  margin-top: 50px;
  min-height: auto;
}
  .scwhome_helps_con {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }

  .scwhome_featured_con {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .scwhome_featured_con_left_des,
  .scwhome_featured_con_right_des {
    width: 100%;
    float: none;
    text-align: center;
  }

  .scwfooter_bl1 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .scwhome_instagram_con {
    grid-template-columns: 1fr 1fr;
  }

  .scwhome_worktime {
    grid-template-columns: 1fr;
  }


  .scwhome_worktime_left_buts {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  max-width: 100%;
}
.scwhome_banner_slider_item_right img {
  max-height: 400px;
  margin: 0 auto;
}
.scwhome_banner_slider_pagi {
  margin-bottom: 0;
}
.scwhome_worktime_left_buts_item {
  min-width: auto;
  font-size: 20px;
  display: grid;
}

.scwhome_worktime_left_head {
  font-size: 40px;
}
}
@media screen and (max-width: 640px) {
.scwhome_helps_con_item:hover .scwhome_helps_con_item_box_back .scwhome_helps_con_item_head,
.scwhome_helps_con_item:hover .scwhome_helps_con_item_box_back  {
  display: inline-block;
  width: 100%;
}
.scwhome_helps_con_item .scwhome_helps_con_item_box_back .scwhome_helps_con_item_head,
.scwhome_helps_con_item .scwhome_helps_con_item_box_back  {
  display: none;
}
	.scwhome_helps_con_item {
  background-color: transparent;
  width: 100%;
  aspect-ratio: auto;
  height: 100%;
}
.scwhome_helps_con_item_box_front, .scwhome_helps_con_item_box_back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
  align-content: center;
  display: grid;
  place-items: center;
  grid-auto-flow: row;
  position: relative;
}
.scwhome_helps_con_item:hover .scwhome_helps_con_item_des_hover {
  max-height: 100%;
  overflow: auto;
}
	.swiper-container {
  overflow: hidden;
  padding: 0;
}
	.scwhome_reviews_con .bx-wrapper,
.scwhome_reviews_con2 .bx-wrapper	{
  box-shadow: none;
  border: none;
  background: none;
}
	.scwhome_reviews {
  padding-bottom: 30px;
}
.scwhome_reviews_con .swiper-wrapper {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: nowrap;
    position: relative !important;
  }

  .scwhome_reviews_con_item {
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
    float: none !important;
    position: relative !important;
  }
.scwhome_reviews_con_item {

}
	.scwheader {
  position: absolute;
  width: 100%;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
		.scwhome_reviews_con .swiper-wrapper,.scwhome_reviews_con2 .swiper-wrapper{
          animation:none;
}

	.scwhome_banner_slider_item_heading {
  font-weight: 600;
	}
	.scwhome_worktime_right {
  display: none;
}
	.page-template-default .scwheader {
  text-align: center;
}
.scwhome_worktime_left_buts {
}
	.scwhome_reviews_head,.scwhome_worktime,.scwhome_featured,
	.scwhome_helps,.scwhome_wheretobuy_head,.scwhome_wheretobuy,.scwfooter_bl1{
  margin-bottom: 30px;
}
.scwfooter {
  padding: 30px 0;
}
.scwfooter_bl1_right_socials {
  margin-top: 30px;
}
.scwhome_reviews {
  padding-bottom: 30px;
}
.scwheader a img {
  width: 100%;
}
.scwhome_worktime_left_buts_item {
  font-size: 15px;
}
.scwhome_worktime {
  background: #EEC24D;
}
.scwhome_helps_con_item_head_title {
  font-size: 28px;
}
.scwhome_worktime_left_head {
  font-size: 35px;
}
.scwhome_reviews_head,
  .scwhome_helps_head,
  .scwhome_featured_head,
  .scwhome_wheretobuy_head,
  .scwhome_instagram_head {
    font-size: 40px;
  }
.scwhome_instagram_head_text {
  font-size: 32px;
	}
	.scwhome_instagram_head {
  padding: 0;
}
}

@media screen and (max-width: 480px) {
.scwhome_wheretobuy_con_item {
  background-color: #fff;
}
	.scwhome_helps_con_item_box_front .scwhome_helps_con_item_box_front_title {
  top: 10px;
  right: 10px;
  font-size: 16px;
  line-height: 20px;
  max-width: 100px;
}
	.scwhome_helps_con_item_title {
  margin-top: 0;
  margin-bottom: 20px;
}
.scwhome_helps_con_item_box_back {
  padding: 10px;
}
.scwhome_worktime_left .container,
.scwhome_worktime_right .container {
  padding: 30px 0;
}

	.scwhome_helps_con_item_head_title {
  font-size: 18px;
}
	.scwhome_reviews_head_st {
  grid-template-columns: auto;
  width: 100%;margin-bottom:20px;text-align: center;
}
	.scwhome_instagram_head_text {
  font-size: 30px;
	}

.scwhome_wheretobuy_con {
  padding: 0;
}
.scwhome_wheretobuy_con_item img,.scwhome_wheretobuy_con_item {
  height: auto;
}
.scwhome_worktime_left_buts {
  gap: 5px;
}

 .scwhome_banner_slider_item_heading {
  font-size: 30px;
  line-height: 42px;
  margin-top: 0;
}
.scwhome_worktime_left_head {
  font-size: 26px;
}
  .scwhome_banner_slider_item_left a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
.scwhome_instagram_head_links a {

}
.scwhome_instagram_head {
  grid-template-columns: auto;
  grid-gap: 20px;
}
  .scwhome_reviews_head,
  .scwhome_helps_head,
  .scwhome_featured_head,
  .scwhome_wheretobuy_head,
  .scwhome_instagram_head {
    font-size: 24px;
	line-height:34px;
  }

  .scwhome_instagram_con {
    grid-template-columns: 1fr;
  }

  .scwfooter_bl2 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .scwfooter_bl2_menu ul {
    flex-direction: column;
    gap: 10px;
  }

  .scwhome_reviews_con_item {
    padding: 20px 16px;
  }
}
