/* EASIEST --- EASIEST WAY TO MANAGE */

.easiest{
  padding: 104px 0 58px;
}
@media screen and (max-width: 767px){
  .easiest{
    padding: 88px 0 65px;
  }
}
.easiest-heading, .easiest-description{
  max-width: 776px;
  text-align: center;
  margin: 0 auto;
}
.easiest-heading{
  margin-bottom: 24px;
}
.easiest-description{
  margin-bottom: 40px;
}
.easiest-list-item{
  display: list-item;
  list-style-position: inside;
  list-style-type: disc;
  font-size: 26px;
}

@media screen and (min-width: 500px) and (max-width: 767px){
  .easiest-heading, .easiest-description{
    max-width: 400px;
  }
}
@media screen and (max-width: 499px){
  .easiest-heading, .easiest-description{
    max-width: 312px;
  }
  .easiest-list-item{
    font-size: 20px;
  }
  .easiest-list-item-description{
    font-size: 14px;
  }
}

/* TIRED --- ARE YOU TIRED ABOUT USB */

.tired{
  position: relative;
  padding: 154px 0 154px;
  background-image: url("../../../images/landing/why-sp/displays/2-bg.png");
  display: block;
  width: 100vw;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: border-box;
}
.tired-tag{
  position: absolute;
}
.tired-tag:nth-child(1){
 top: 20%;
 animation: tremble 2s linear 200ms infinite;
 right: 6%;
}
.tired-tag:nth-child(2){
  top: 55%;
  animation: tremble 2s linear 400ms infinite;
  right: 7%;
}
.tired-tag:nth-child(3){
  top: 27%;
  animation: tremble 2s linear 600ms infinite;
  right: 24%;
}
.tired-tag:nth-child(4){
  right: 22%;
  top: 69%;
  animation: tremble 2s linear 800ms infinite;
  
}
.tired-tag:nth-child(5){
  top: 68%;
  animation: tremble 2s linear 1s infinite;
  right: 40%;
}
.tired-tag:nth-child(6){
  right: 34%;
  animation: tremble 2s linear 1200ms infinite;
  top: 83%;
}
.tired-tag:nth-child(7){
  right: 38%;
  animation: tremble 2s linear 1400ms infinite;
  top: 18%;
}
.tired-tag:nth-child(8){
  right: 15%;
  top: 88%;
  animation: tremble 2s linear 1600ms infinite;
}
.tired-tag:nth-child(9){
  right: 23%;
  top: 10%;
  animation: tremble 2s linear 1800ms infinite;
}
.tired-tag:nth-child(10){
 top: 38%;
 animation: tremble 2s linear 2000ms infinite;
 right: 11%;
}
.tired-tag:nth-child(11){
  right: 4%;
  top: 66%;
  animation: tremble 2s linear 700ms infinite;
}
.tired-tag:nth-child(12){
  top: 77%;
  animation: tremble 2s linear 0s infinite;
  right: 6%;
}

@media screen and (max-width: 1199px){
.tired-tag:nth-child(1){
  top: 20%;
  right: 6%;
}
.tired-tag:nth-child(2){
  right: 63%;
  top: 12%;

}
.tired-tag:nth-child(3){
  right: auto;
  left: 1%;
}
.tired-tag:nth-child(4){
  top: 69%;
  right: 22%;

}
.tired-tag:nth-child(5){
  right: auto;
  left: 0%;
}
.tired-tag:nth-child(6){
  right: 34%;
  top: 83%;
}
.tired-tag:nth-child(7){
  right: 38%;
  top: 18%;
}
.tired-tag:nth-child(8){
  right: 56%;
}
.tired-tag:nth-child(9){
  right: 23%;
  top: 10%;

}
.tired-tag:nth-child(10){
  top: 38%;
  right: 2%;
}
.tired-tag:nth-child(11){
  left: 0%;
  top: 44%;
  right: auto;
}
.tired-tag:nth-child(12){
  top: 77%;
  right: 6%;
}
}


@keyframes tremble{
  0%{transform: translateY(0px) rotate(0deg);}
  50%{transform: translateY(-15px) rotate(5deg);}
  100%{transform: translateY(0px) rotate(0deg);}
}

@media screen and (max-width: 1199px){
  @keyframes tremble{
  0%{transform: translateY(0px) rotate(0deg) scale(0.8);}
  50%{transform: translateY(-15px) rotate(5deg) scale(0.8);}
  100%{transform: translateY(0px) rotate(0deg) scale(0.8);}
}
  .tired{
    background-image: url("../../../images/landing/why-sp/displays/2-bg-mobile.png");
  }
}
@media screen and (max-width: 767px){
  .tired{
    padding: 38px 24px 378px;
  }
.tired-tag:nth-child(11){
  left: 23%;
  top: 60%;
}
.tired-tag:nth-child(3) {
  top: 50%;
  left: 3%;
  }
  .tired-tag:nth-child(5) {
    top: 74%;
  }
  .tired-tag:nth-child(2) {
    right: 63%;
    top: 68%;
  }
  .tired-tag:nth-child(1) {
    top: 91%;
    right: 10%;
}
.tired-tag:nth-child(7) {
    top: 42%;
    right: 56%;
}
.tired-tag:nth-child(9) {
    top: 53%;
    right: 9%;
}



  
}
.tired-overline{
  color: #40F2F2;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px){
  .tired-overline{
    margin-bottom: 8px;
  }
}

.tired-heading{
  width: 774px;
}
@media screen and (max-width: 1200px){
  .tired-heading{
    width: 100%;
    margin-bottom: 17px;
    font-size: 32px;
  }
  .tired .twoColumnsBlock-imgWrapper picture{
    margin: 0 auto;
  }
  .tired .twoColumnsBlock-imgWrapper{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px){
  .tired-heading{
    font-size: 24px;
  }
}

/* CONTACT --- A SINGLE POINT OF CONTACT */

.single-point-contact{
  padding: 104px 0 106px;
}
@media screen and (max-width: 1200px){
  .single-point-contact{
    padding: 64px 0 58px;
  }
}
.contact-content-wrapper{
  max-width: 776px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
  .contact-content-wrapper{
    max-width: 500px;
  }
}
@media screen and (max-width: 767px){
  .contact-content-wrapper{
    max-width: 312px;
    margin-bottom: 32px;
  }
}
.contact-imgWrapper{
  display: flex;
  flex-direction: column;
  position: relative;
}
.contact-imgWrapper--center{
  display: flex;
  justify-content: center;
  padding: 0 100px;
  align-items: center;
  position: relative;
}
.contact-imgWrapper--center img.why-sp-diagram{
  margin: 24px;
  /* animation: flower 16s linear 0s infinite; */
}
@keyframes flower{
    from { transform: rotate(0deg); }   
    to { transform: rotate(360deg); }
}

@keyframes increase{
  0% {transform: scale(1) }
  12.5% {transform: scale(1.5);}
  25% {transform: scale(1);}
}
.why-sp-diagram{
  box-sizing: border-box;
  position: relative;
  width: 498px;
  height: 543px;
}
.why-sp-diagram-left{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

}
.why-sp-diagram-right{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
 
}
.why-sp-diagram-top{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

}
.why-sp-diagram-bottom{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

}
.why-sp-logo-wrapper{
  background-color: white;
  border-radius: 50%;
  width: 136px;
  height: 136px;
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-subhead{
  display: flex;
  align-items: center;
  width: 240px;
}
.contact-subhead.subhead-top, .contact-subhead.subhead-bottom{
  justify-content: center;
  width: 200px;
  margin: 0 auto;
}
.contact-subhead.subhead-left{
  flex-direction: row-reverse;
  text-align: left;
  /* animation: increase 16s linear 2s infinite; */
}
.contact-subhead.subhead-top{
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 112px;
  /* animation: increase 16s linear 6s infinite; */
}
.contact-subhead.subhead-bottom{
  flex-direction: column;
  justify-content: flex-end;
  height: 140px;
  /* animation: increase 16s linear 14s infinite; */
}
.contact-subhead.subhead-right{
  /* animation: increase 16s linear 10s infinite; */
}
.contact-subhead::before{
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-color: var(--primary-dark-color);
}
@media screen and (max-width: 1199px) {
  .subhead-box{
  display: inline-flex;
  margin: 0 auto;
}
  .contact-imgWrapper--center{
    display: inline-flex;
  }
  .contact-subhead{
    position: absolute;
    z-index: 1;
  }
  .contact-subhead::before{
    display: none;
  }
.contact-subhead.subhead-top{
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
  }

.contact-subhead.subhead-bottom{
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    color: white;
    }
.contact-subhead.subhead-right{
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: white;
  }
  .contact-subhead.subhead-left{
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
    color: white;
  }
}
@media screen and (max-width: 768px) {
  .contact-imgWrapper--center{
    padding: 0 ;
  }

  .contact-subhead.subhead-right{
    right: -70px;
  }
  .contact-subhead.subhead-left{
    left: -60px;
  }
}

.subhead-right.contact-subhead::before{
  margin-right: 24px;
}
.subhead-left.contact-subhead::before{
  margin-left: 24px;
}
.subhead-top.contact-subhead::before{
  margin-top: 48px;
  transform: rotate(90deg);
}
.subhead-bottom.contact-subhead::before{
  margin-bottom: 48px;
  transform: rotate(90deg);
}
.contact-imgWrapper--center img.why-sp-logo-small{
  display: block;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 991px) {
  .contact-subhead::before{
    display: none;
  }
  .contact-subhead.subhead-bottom{
    /* height: 60px; */
  }
  .contact-subhead.subhead-top{
    height: 30px;
  }
}

@media screen and (max-width: 576px){
  .why-sp-diagram {
    width: 312px;
    height: 338px;
  }
  .why-sp-logo-wrapper{
    width: 85px;
    height: 85px;
  }
  .contact-imgWrapper--center img.why-sp-logo-small {
    width: 50px;
    height: 50px;
}
  .why-sp-diagram-left,
  .why-sp-diagram-right,
  .why-sp-diagram-top,
  .why-sp-diagram-bottom{
    width: 150px;
    height: 150px;
  }
  .contact-subhead.subhead-top {
    top: 55px;
    max-width: 130px;
  }
  .contact-subhead.subhead-bottom {
    bottom: 35px;
    max-width: 130px;
}

.contact-subhead.subhead-left {
    left: 0px;
    max-width: 130px;
    text-align: center;
}
.contact-subhead.subhead-right {
    right: -22px;
    max-width: 130px;
  }
}



@media screen and (max-width: 350px){
  .contact-subhead {
    font-size: 14px;
  }
}

/* STATS */

.why-sp-stats{
  padding: 56px 0;
}
.stats-card{
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  justify-content: space-between;
  padding: 32px 0;
  text-align: center;
}

@media screen and (max-width: 767px){
  .stats-card h2{
    font-size: 32px;
  }
  .stats-card .subhead{
    font-size: 14px;
  }
}

.make-tabs-btns{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.make-tabs-btns button{
  /* text-decoration: none; */
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.make-tabs-btns button.active{
  color: var(--primary-accent-color);
}
.make-tabs-btns li:not(:last-child){
  margin-right: 24px;
}
.make .twoColumnsBlock-imgWrapper{
  width: 570px;
  height: auto;
  max-width: 96%;
  border-radius: 16px;
}
.make .twoColumnsBlock-imgWrapper img{
  display: block;
  width: 100%;
  height: auto;
}
.make-tabs li{
  border-radius: 16px;
}

.make-tabs .twoColumnsBlock{
  text-align: left;
}
.make-tabs .twoColumnsBlock-description{
  margin-bottom: 40px;
}
.make-tabs .twoColumnsBlock-content{
  max-width: 370px;
}

#make-tabs-container{
  position: relative;
 
}
#make-tabs-container .swiper-slide:not(.swiper-slide-active){
  opacity: 0;
  /* transition: ease-in-out 800; */
}
#make-tabs-container .swiper-slide{
  opacity: 1;
  transition: ease-in-out 800ms;
  background: #EFF2F7;
}
#make-tabs-container .swiper-slide .twoColumnsBlock{
  padding: 65px 65px 65px 101px;
}
@media screen and (max-width: 610px ) {
  #make-tabs-container .swiper-slide{
    margin-top: 30px;
  }

  .make-tabs{
    position: relative;
    top: 20px;
  }

  #make-tabs-container .twoColumnsBlock-imgWrapper{
        width: 310px;
  }

  #make-tabs-container .swiper-slide .twoColumnsBlock{
    padding: 20px;
  }
}
@media screen and (max-width: 400px ) {
  .make-tabs{
    position: relative;
    top: 57px;
  }
}




#make-tab-5.swiper-slide .twoColumnsBlock{
  box-sizing: border-box;
  min-height: 570px;
} 

@media screen and (max-width: 610px ) {
  #make-tab-4.swiper-slide .twoColumnsBlock,
  #make-tab-5.swiper-slide .twoColumnsBlock{
    padding: 20px;
    min-height: auto;
  }
}
.make-tabs-pagination {
	position: absolute;
	top: -46px;
	left: 50% !important;
	margin: 0;
  width: 100% !important;
  margin-left: -50%;
}
#make-tabs-container .swiper-pagination-bullet {
	padding: 5px 10px;
	border-radius: 0;
	width: auto;
	height: 30px;
	text-align: center;
	font-family: Source Sans Pro;

  font-size: 16px;
  line-height: 1.5;
	color: var(--primary-dark-color);
	opacity: 1;
	background: none;
}

#make-tabs-container .swiper-pagination-bullet-active {
	color:var(--primary-accent-color);
	background-color: transparent;
}

#make-tabs-container .make-list-buttons a{
  /* box-sizing: border-box; */
  width: 198px;
  height: 48px;
  min-width: auto;
}

#make-tabs-container .make-tabs .twoColumnsBlock-content{
  max-width: 420px;
}

#make-tabs-container .actions .btn{
  margin: 0;
}

#make-tabs-container .actions .btn:not(:last-child){
  margin-right: 16px;
}

.make-tab-switcher{
  width: 462px;
  height: 218px; 
  background-size: 100% 100%;
  max-width: 90%;
  max-height: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='462' height='218' viewBox='0 0 462 218' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='462' height='218' rx='109' fill='%232E2EE5'/%3E%3Cg opacity='0.3' filter='url(%23filter0_d_8513_30716)'%3E%3Crect x='16' y='16' width='186' height='186' rx='93' fill='white'/%3E%3Crect x='16.5' y='16.5' width='185' height='185' rx='92.5' stroke='black'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_8513_30716)'%3E%3Crect x='27' y='27' width='164' height='164' rx='82' fill='white'/%3E%3Crect x='27.5' y='27.5' width='163' height='163' rx='81.5' stroke='black'/%3E%3Crect x='27.5' y='27.5' width='163' height='163' rx='81.5' stroke='black' stroke-opacity='0.2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_8513_30716' x='12' y='16' width='194' height='194' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8513_30716'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8513_30716' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_8513_30716' x='23' y='27' width='172' height='172' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8513_30716'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8513_30716' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 610px ) {
  #make-tabs-container .actions .btn:not(:last-child){
    margin-right: 0px;
    margin-bottom: 16px;
  }
}

/* Swift Like lightening */

.swift-img{
  position: absolute;
}

@media screen and (max-width: 1199px){
  .swift-img{
    display: none;
  }
}
.swift-img:nth-child(1){
    top: -50px;
    left: 150px;
}
.swift-img:nth-child(2){
    top: -60px;
    right: 150px;
}
.swift-img:nth-child(3){
    top: 310px;
    left: 115px;
}
.swift-img:nth-child(4){
    top: 200px;
    right: 100px;
}
.swift-img:nth-child(5){
    bottom: -145px;
    left: 285px;
}
.swift-img:nth-child(6){
    bottom: -145px;
    right: 185px;
}

@media screen and (max-width: 1199px){
  .swift-item:first-child::before{
    box-sizing: border-box;
    position: absolute;
    top: -175px;
    left: 34px;
    content:url("data:image/svg+xml,%3Csvg width='74' height='72' viewBox='0 0 74 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_7511_37698)'%3E%3Cpath d='M42.8432 32.2191C42.8171 35.6332 39.9209 38.3842 36.3744 38.3636C32.8279 38.343 29.9741 35.5587 30.0002 32.1446C30.0263 28.7305 32.9225 25.9795 36.469 26.0001C40.0155 26.0207 42.8693 28.805 42.8432 32.2191Z' fill='%23B4FFFF'/%3E%3Cpath d='M51.9998 32.2723C51.9737 35.6863 49.0775 38.4373 45.531 38.4167C41.9845 38.3962 39.1307 35.6118 39.1568 32.1977C39.1829 28.7836 42.0791 26.0327 45.6256 26.0533C49.1721 26.0738 52.0259 28.8582 51.9998 32.2723Z' fill='%23B4FFFF'/%3E%3Cpath d='M40.8427 45L31.8439 36.5929L49.9693 36.6981L40.8427 45Z' fill='%23B4FFFF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_7511_37698' x='0' y='0' width='82' height='79' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='15'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.705833 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_7511_37698'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_7511_37698' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");;
    display: inline-block;
    width: 22px;
    height: 19px;
  }
  .swift-item:nth-child(2)::before{
    box-sizing: border-box;
    position: absolute;
    top: -80px;
    left: 200px;
    content:url("data:image/svg+xml,%3Csvg width='74' height='72' viewBox='0 0 74 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_7511_37698)'%3E%3Cpath d='M42.8432 32.2191C42.8171 35.6332 39.9209 38.3842 36.3744 38.3636C32.8279 38.343 29.9741 35.5587 30.0002 32.1446C30.0263 28.7305 32.9225 25.9795 36.469 26.0001C40.0155 26.0207 42.8693 28.805 42.8432 32.2191Z' fill='%23B4FFFF'/%3E%3Cpath d='M51.9998 32.2723C51.9737 35.6863 49.0775 38.4373 45.531 38.4167C41.9845 38.3962 39.1307 35.6118 39.1568 32.1977C39.1829 28.7836 42.0791 26.0327 45.6256 26.0533C49.1721 26.0738 52.0259 28.8582 51.9998 32.2723Z' fill='%23B4FFFF'/%3E%3Cpath d='M40.8427 45L31.8439 36.5929L49.9693 36.6981L40.8427 45Z' fill='%23B4FFFF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_7511_37698' x='0' y='0' width='82' height='79' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='15'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.705833 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_7511_37698'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_7511_37698' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");;
    display: inline-block;
    width: 22px;
    height: 19px;
  }
  .swift-item:nth-child(2)::after{
    box-sizing: border-box;
    position: absolute;
    top: 275px;
    left: 155px;
    content:url("data:image/svg+xml,%3Csvg width='74' height='72' viewBox='0 0 74 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_7511_37698)'%3E%3Cpath d='M42.8432 32.2191C42.8171 35.6332 39.9209 38.3842 36.3744 38.3636C32.8279 38.343 29.9741 35.5587 30.0002 32.1446C30.0263 28.7305 32.9225 25.9795 36.469 26.0001C40.0155 26.0207 42.8693 28.805 42.8432 32.2191Z' fill='%23B4FFFF'/%3E%3Cpath d='M51.9998 32.2723C51.9737 35.6863 49.0775 38.4373 45.531 38.4167C41.9845 38.3962 39.1307 35.6118 39.1568 32.1977C39.1829 28.7836 42.0791 26.0327 45.6256 26.0533C49.1721 26.0738 52.0259 28.8582 51.9998 32.2723Z' fill='%23B4FFFF'/%3E%3Cpath d='M40.8427 45L31.8439 36.5929L49.9693 36.6981L40.8427 45Z' fill='%23B4FFFF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_7511_37698' x='0' y='0' width='82' height='79' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='15'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.705833 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_7511_37698'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_7511_37698' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");;
    display: inline-block;
    width: 22px;
    height: 19px;
  }
}



.swift{
    padding: 60px 0 104px;
    overflow-x: hidden;
    height: 640px;
}
.swift .container{
    position: relative;
}

.swift-heading{
    text-align: center;
    margin: 156px 0 60px;
}

.swift-list{
    display: flex;
    justify-content: center;
}

.swift-item:not(:last-child){
  margin-right: 32px;
}
.swift-item{
  position: relative;
  box-sizing: border-box;
  width: 272px;
  height: 232px;
  text-align: center;
  font-family: Inter;
  color: #FFFFFF;
  background: #222950;
  border-radius: 8px;
  box-shadow: 0px 4px 30px #2E66F5 ;
  padding: 50px 0 16px;
}

.swift-item-title{
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.13;
}

.swift-item-description{
  max-width: 200px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 720px){
  .swift{
    height: auto;
    padding: 64px 24px;
  }
  .swift-heading{
    margin: 0 0 28px 0;
  }
  .swift-item:not(:last-child){
    margin-right: 0px;
    margin-bottom: 32px;
  }
  .swift-item{
    box-shadow: none;
  }

  .swift-list{
    flex-direction: column;
    align-items: center;
  }

  .swift-item:first-child::before{
    top: -120px;
    left: -40px;
  }
  .swift-item:nth-child(2)::before{
    top: -33px;
    left: -60px;
  }
  .swift-item:nth-child(2)::after{
    top: 220px;
    left: 240px;
  }
}