html, body {
  height: 100%;
}

.sf_bigLogo {
  width: 40%;
  position: absolute;
  top: 9%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.sf_container {
  width: 90%;
  max-width: 800px;
  margin: 0px auto;
  max-height: 800px;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 800px;
}

.sf_graphic_wrap {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15%;
  position: relative;
  width: 100%;
  height: 100%;
}
.sf_graphic_wrap .sf_gp_center {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
}
.sf_graphic_wrap .sf_gp_center img {
  width: 52%;
}
.sf_blurb_wrap {
  position: absolute;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 55%;
  height: 55%;
}
.sf_blurb_wrap .sf_blrub_txt {
  position: absolute;
  width: 25%;
}
.sf_blurb_wrap .sf_blurb_logo {
  width: 45%;
  position: absolute;
}
.sf_blurb_wrap  .sf_blurb_ico {
  width: 22%;
  position: absolute;
}
.sf_blurb_wrap .sf_button {
  width: 23%;
  height: 23%;
  display: block;
  border-radius: 100px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  padding: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 110%;
}
.sf_blurb_wrap .sf_button:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: scale(1.02);
}


/*----------  PartyKingdom  ----------*/
.sf_blurb_wrap[class*="PartyKingdom"] {
  top: -0.2%;
  left: -14.9%;
}
.sf_blurb_wrap[class*="PartyKingdom"] .sf_blrub_txt {
  left: -7%;
  top: 12%;
}
.sf_blurb_wrap[class*="PartyKingdom"] .sf_blurb_logo {
  left: 24%;
  top: 25%;
}
.sf_blurb_wrap[class*="PartyKingdom"] .sf_blurb_ico {
  left: 57%;
  top: 47%;
}
.sf_blurb_wrap[class*="PartyKingdom"] .sf_button{
  background: rgb(216,19,53);
  background: linear-gradient(135deg, rgba(216,19,53,1) 0%, rgba(249,35,62,1) 100%);
  top: 25.5%;
  left: 12.5%;
}


/*----------  BagasManufactures  ----------*/
.sf_blurb_wrap[class*="BagasManufactures"] {
  top: 0.9%;
  right: -14.7%;
}
.sf_blurb_wrap[class*="BagasManufactures"] .sf_blrub_txt {
  right: -5%;
  top: 11%;
  width: 45%;
}
.sf_blurb_wrap[class*="BagasManufactures"] .sf_blurb_logo {
  right: 37%;
  top: 38%;
  width: 20%;
}
.sf_blurb_wrap[class*="BagasManufactures"] .sf_blurb_ico {
  right: 50%;
  top: 46%;
  width: 30%;
}
.sf_blurb_wrap[class*="BagasManufactures"] .sf_button{
  top: 23%;
  right: 8%;
  background: rgb(169,215,57);
  background: linear-gradient(135deg, rgba(169,215,57,1) 0%, rgba(148,191,16,1) 100%);
}


/*----------  Stores  ----------*/
.sf_blurb_wrap[class*="Stores"] {
  top: 49.1%;
  right: -17%;
}
.sf_blurb_wrap[class*="Stores"] .sf_blrub_txt {
  right: -4%;
  top: 42%;
  width: 30%;
}
.sf_blurb_wrap[class*="Stores"] .sf_blurb_logo {
  right: 34%;
  top: 36%;
  width: 17%;
}
.sf_blurb_wrap[class*="Stores"] .sf_blurb_ico {
  right: 43%;
  top: 12%;
  width: 36%;
}
.sf_blurb_wrap[class*="Stores"] .sf_button{
  top: 46.5%;
  right: 14%;
  background: rgb(23,207,221);
  background: linear-gradient(90deg, rgba(23,207,221,1) 0%, rgba(14,189,195,1) 60.24%, rgba(8,175,175,1) 100%);
}

/*----------  Exports  ----------*/
.sf_blurb_wrap[class*="Exports"] {
  top: 64.5%;
  right: 0;
  height: 62%;
  left: 3%;
  margin: 0px auto;
}
.sf_blurb_wrap[class*="Exports"] .sf_blrub_txt {
  right: 0;
  top: 62%;
  width: 49%;
  left: -5%;
  margin: 0px auto;
}
.sf_blurb_wrap[class*="Exports"] .sf_blurb_logo {
  right: 0;
  top: 56%;
  width: 32%;
  left: -5%;
  margin: 0px auto;
}
.sf_blurb_wrap[class*="Exports"] .sf_blurb_ico {
  right: 38%;
  top: 24%;
  width: 30%;
}
.sf_blurb_wrap[class*="Exports"] .sf_button{
  top: 66.5%;
  right: 41.3%;
  height: 20.405%;
  background: rgb(4,66,91);
  background: linear-gradient(135deg, rgba(4,66,91,1) 0%, rgba(4,86,127,1) 100%);
}

/*----------  sfingers  ----------*/
.sf_blurb_wrap[class*="sfingers"] {
  top: -1.1%;
  right: -17.1%;
  transform: scale(1.05) translateY(-1px) translateX(7px);
}
.sf_blurb_wrap[class*="sfingers"] .sf_blrub_txt {
  right: -5%;
  top: 11%;
  width: 45%;
}
.sf_blurb_wrap[class*="sfingers"] .sf_blurb_logo {
  right: 37%;
  top: 38%;
  width: 20%;
}
.sf_blurb_wrap[class*="sfingers"] .sf_blurb_ico {
  right: 50%;
  top: 46%;
  width: 30%;
}
.sf_blurb_wrap[class*="sfingers"] .sf_button {
  top: 28.5%;
  right: 21.9%;
  background: rgb(146,17,165);
  background: linear-gradient(90deg, rgba(146,17,165,1) 0%, rgba(198,36,221,1) 100%);
}


/*----------  BagasManufactures  ----------*/
.sf_blurb_wrap[class*="BagasManufactures"] {
  top: 47.99%;
  right: 59.9%;
}
.sf_blurb_wrap[class*="BagasManufactures"] .sf_blrub_txt {
  top: 36%;
  width: 49%;
  left: -7%;
  margin: 0px auto;
}
.sf_blurb_wrap[class*="BagasManufactures"] .sf_blurb_logo {
  top: 17%;
  width: 50%;
  left: 23%;
}
.sf_blurb_wrap[class*="BagasManufactures"] .sf_blurb_ico {
  left: 51%;
  top: 22%;
  width: 23%;
}
.sf_blurb_wrap[class*="BagasManufactures"] .sf_button{
  top: 46%;
  left: 12.5%;
  background: rgb(169,215,57);
  background: linear-gradient(135deg, rgba(169,215,57,1) 0%, rgba(148,191,16,1) 100%);
}


.sf_footer {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px;
  align-items: center;
  background-color: rgb(211, 26, 83);
  color: #fff;
  position: sticky;
  top: 100%;
  margin-top: 10rem;
}
.sf_footer .sf_footCopyright p {
  margin: 0px !important;
  font-weight: 600;
  font-size: 16px;
}
.sf_footer .sf_footerSocialMedia .sf_ico {
  color: rgb(211, 26, 83);
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 7px;
}
body {
  background-color: rgb(239, 237, 238);
}
/*========================================
=            Responsive media            =
========================================*/



/*=====  End of Responsive media  ======*/

@media (min-width:1601px) and (max-width:1920px) {
  .sf_container {
    width: 90%;
    max-width: 650px;
    margin: 0px auto;
    max-height: 650px;
    padding: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 500px;
  }
  .sf_footer {
    margin-top: 5rem;
  }
}
@media (min-width:1367px) and (max-width:1600px) {
  .sf_container {
    width: 90%;
    max-width: 550px;
    margin: 0px auto;
    max-height: 550px;
    padding: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 65px;
  }
  .sf_footer {
    margin-top: 5rem;
  }
}
@media (min-width:1024px) and (max-width:1366px) {
  .sf_container {
    width: 90%;
    max-width: 500px;
    margin: 0px auto;
    max-height: 500px;
    padding: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 65px;
  }
  .sf_blurb_wrap .sf_button {
    font-size: 70%;
  }
  .sf_footer {
    margin-top: 5rem;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .sf_container {
    min-height: initial !important;
    height: 612px !important;
    min-width: 612px;
    width: 80%;
  }
  .sf_blurb_wrap .sf_button {
    font-size: 14px !important;
  }
}
@media (max-width:767px) {
  .sf_container {
    min-height: initial !important;
    height: 300px !important;
    min-width: 300px;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 40%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .sf_blurb_wrap .sf_button {
    font-size: 52% !important;
  }
  .sf_footer {
    background-color: transparent !important;
    flex-wrap: wrap;
    justify-content: center;
    color: rgb(5, 3, 4);
    position: sticky;
    top: 100%;
    margin-top: 0px !important;
  }
  .sf_footer .sf_footerSocialMedia .sf_ico {
    background-color: rgb(6, 6, 6) !important;
    color: #fff !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 14px !important;
    margin-right: 3px !important;
  }
  .sf_footer .sf_footerSocialMedia {
    margin-top: 15px;
  }
  .sf_footer .sf_footCopyright p {
    font-size: 18px;
  }
  .sf_footer .sf_footCopyright {
    width: 100%;
    text-align: center;
  }
  html, body {
    height: 100% !important;
  }
}