.flip-boxed-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.flip-boxed-wrapper .page-center {
  padding: 0;
}

.flip-boxed-wrapper .box.box--top-tight {
  padding: 60px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #ffffff;
} 

.flip-boxed-wrapper .sun.sun--outline {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(38%, 40%);
  transform: translate(38%, 40%);
  width: 160px;
  height: 160px;
}

.flip-boxed-wrapper .sun.sun--outline img {
  -webkit-animation: rotate-pulse 30s infinite linear;
  animation: rotate-pulse 30s infinite linear;
  display: block;
  width: 100%;
  height: 100%;
}

.flip-boxed-wrapper h2.color-tertiary {
  color: #282828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.flip-boxed-wrapper .item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flip-boxed-wrapper .item-wrapper .flip-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.45s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.45s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  width: 33.33333%;
  padding-left: 40px;
}

.flip-boxed-wrapper .btn-wrapper {
  margin-top: 60px;
  text-align: center;
}

.flip-boxed-wrapper .btn-wrapper a.btn {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  padding: 20px;
  min-width: 160px;
  cursor: pointer;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  color: white;
  background-color: #00A7E1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin-left: -8px;
  margin-right: -8px;
  background: transparent;
  padding: 27px 40px;
}

.flip-boxed-wrapper .btn-wrapper a.btn path {
  fill: #E2066F;
}

.flip-boxed-wrapper .item-wrapper .flip-item .svg-wrap {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}

.flip-boxed-wrapper .item-wrapper .flip-item .svg-wrap .svg-wrap__image-wrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flip-boxed-wrapper .item-wrapper .flip-item .svg-wrap .svg-wrap__image-wrap .svg-wrap__image {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 40px;
  background-color: #E2066F;
  border-radius: 10rem;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 60px;
}

.flip-boxed-wrapper .item-wrapper .flip-item .svg-wrap .svg-wrap__image-wrap .svg-wrap__image .has-image-hover__inner {
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.flip-boxed-wrapper .item-wrapper .flip-item .svg-wrap img {
  -webkit-transition: opacity 0.45s cubic-bezier(0.77, 0, 0.175, 1), width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 10s cubic-bezier(0.48, 0.14, 0.73, 0.92);
  transition: opacity 0.45s cubic-bezier(0.77, 0, 0.175, 1), width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 10s cubic-bezier(0.48, 0.14, 0.73, 0.92);
  transition: transform 10s cubic-bezier(0.48, 0.14, 0.73, 0.92), opacity 0.45s cubic-bezier(0.77, 0, 0.175, 1), width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 10s cubic-bezier(0.48, 0.14, 0.73, 0.92), opacity 0.45s cubic-bezier(0.77, 0, 0.175, 1), width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 10s cubic-bezier(0.48, 0.14, 0.73, 0.92);
  max-width: 100%;
}

.flip-boxed-wrapper .item-wrapper .flip-item .svg-wrap .svg-wrap__image-wrap .svg-wrap__image:hover {
  -webkit-transform: rotateY( 
    -180deg
  );
  transform: rotateY( 
    -180deg
  );
}

.flip-boxed-wrapper .item-wrapper .flip-item .svg-wrap__body p:last-child {
  margin: 0;
}

@media only screen and (min-width: 800px){
  .flip-boxed-wrapper .box.box--top-tight {
    padding: 60px;
  }

  .flip-boxed-wrapper .sun.sun--outline {
    width: 220px;
    height: 220px;
  }
}

@media only screen and (min-width: 1280px){
  .flip-boxed-wrapper .box.box--top-tight {
    padding: 60px;
    padding: 120px 80px;
    padding-top: 80px;
  }

  .flip-boxed-wrapper .item-wrapper {
    margin-left: -40px;
  }
}

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

  .flip-boxed-wrapper .item-wrapper .flip-item {
    padding-left: 20px;
  }

  .flip-boxed-wrapper .item-wrapper {
    margin-left: -20px;
  }

}

@media (max-width:1019px){
  .flip-boxed-wrapper .item-wrapper {
    margin-left: 0;
    display: block;
    margin: 0 auto;
  }

  .flip-boxed-wrapper .item-wrapper .flip-item {
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .flip-boxed-wrapper .btn-wrapper {
    margin-top: 40px;
    text-align: center;
  }
}

@media (max-width:799px){
 .flip-boxed-wrapper {
    margin-top: 40px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
} 
}