
@font-face {
                          font-family: "TimesNewRomanPS-ItalicMT";
                          src: url('../fonts/Times New Roman Italic.ttf') format("truetype");
                        }
                        @font-face {
                          font-family: "CenturyGothic";
                          src: url('../fonts/gothic.ttf') format("truetype");
                        }
                        @font-face {
                          font-family: "BookAntiqua-Bold";
                          src: url('../fonts/ANTQUAB.TTF') format("truetype");
                        }
                        @font-face {
                          font-family: "TimesNewRomanPSMT";
                          src: url('../fonts/Times New Roman.ttf') format("truetype");
                        }
                        @font-face {
                          font-family: "CenturyGothic-BoldItalic";
                          src: url('../fonts/GOTHICBI.TTF') format("truetype");
                        }
                        @font-face {
                          font-family: "BookAntiqua-BoldItalic";
                          src: url('../fonts/ANTQUABI.TTF') format("truetype");
                        }
                        @font-face {
                          font-family: "Arial-Black";
                          src: url('../fonts/Arial Black.ttf') format("truetype");
                        }
                        
.bp1-stainlesshd {
  width               : 100%;
  min-width           : 1440px;
  height              : 100vh;
  min-height          : 2169px;
  position            : relative;
  overflow            : hidden;
  margin              : 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color    : rgba(213, 225, 251, 1.0);
}
a {
  text-decoration     : none;
}
div {
  -webkit-text-size-adjust: none;
}
.anima-full-width-a {
  width               : 100%;
}
.anima-full-height-a {
  height              : 100%;
}
div {
  -webkit-text-size-adjust: none;
}
.bp1-anima-animate-enter {
  opacity             : 0;
  transform           : scale(1.1);
  display             : block;
  -webkit-animation   : bp1-anima-animate-enter-frames 0.8s ease-in-out 1 normal forwards;
  -moz-animation      : bp1-anima-animate-enter-frames 0.8s ease-in-out 1 normal forwards;
  -o-animation        : bp1-anima-animate-enter-frames 0.8s ease-in-out 1 normal forwards;
  animation           : bp1-anima-animate-enter-frames 0.8s ease-in-out 1 normal forwards;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay  : 0s;
  animation-delay     : 0s;
}
@-webkit-keyframes bp1-anima-animate-enter-frames {
  0%
   
  {
  opacity: 0;
  transform: scale(1.1);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: scale(1);
    }
}
@-moz-keyframes bp1-anima-animate-enter-frames {
  0%
   
  {
  opacity: 0;
  transform: scale(1.1);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: scale(1);
    }
}
@-o-keyframes bp1-anima-animate-enter-frames {
  0%
   
  {
  opacity: 0;
  transform: scale(1.1);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: scale(1);
    }
}
@keyframes bp1-anima-animate-enter-frames {
  0%
   
  {
  opacity: 0;
  transform: scale(1.1);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: scale(1);
    }
}
.bp1-anima-animate-enter1 {
  opacity             : 0;
  transform           : scale(1.1);
  display             : block;
  -webkit-animation   : bp1-anima-animate-enter1-frames 0.8s ease-in-out 1 normal forwards;
  -moz-animation      : bp1-anima-animate-enter1-frames 0.8s ease-in-out 1 normal forwards;
  -o-animation        : bp1-anima-animate-enter1-frames 0.8s ease-in-out 1 normal forwards;
  animation           : bp1-anima-animate-enter1-frames 0.8s ease-in-out 1 normal forwards;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay  : 0.5s;
  animation-delay     : 0.5s;
}
@-webkit-keyframes bp1-anima-animate-enter1-frames {
  0%
   
  {
  opacity: 0;
  transform: scale(1.1);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: scale(1);
    }
}
@-moz-keyframes bp1-anima-animate-enter1-frames {
  0%
   
  {
  opacity: 0;
  transform: scale(1.1);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: scale(1);
    }
}
@-o-keyframes bp1-anima-animate-enter1-frames {
  0%
   
  {
  opacity: 0;
  transform: scale(1.1);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: scale(1);
    }
}
@keyframes bp1-anima-animate-enter1-frames {
  0%
   
  {
  opacity: 0;
  transform: scale(1.1);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: scale(1);
    }
}
.bp1-anima-animate-enter2 {
  opacity             : 0;
  transform           : translate(-2000px, 0);
  display             : block;
  -webkit-animation   : bp1-anima-animate-enter2-frames 0.5s ease-in-out 1 normal forwards;
  -moz-animation      : bp1-anima-animate-enter2-frames 0.5s ease-in-out 1 normal forwards;
  -o-animation        : bp1-anima-animate-enter2-frames 0.5s ease-in-out 1 normal forwards;
  animation           : bp1-anima-animate-enter2-frames 0.5s ease-in-out 1 normal forwards;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay  : 0s;
  animation-delay     : 0s;
}
@-webkit-keyframes bp1-anima-animate-enter2-frames {
  0%
   
  {
  opacity: 0;
  transform: translate(-2000px, 0);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: translate(0,0);
    }
}
@-moz-keyframes bp1-anima-animate-enter2-frames {
  0%
   
  {
  opacity: 0;
  transform: translate(-2000px, 0);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: translate(0,0);
    }
}
@-o-keyframes bp1-anima-animate-enter2-frames {
  0%
   
  {
  opacity: 0;
  transform: translate(-2000px, 0);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: translate(0,0);
    }
}
@keyframes bp1-anima-animate-enter2-frames {
  0%
   
  {
  opacity: 0;
  transform: translate(-2000px, 0);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: translate(0,0);
    }
}
.bp1-stainlesshd .bp1-bg {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : 2169px;
  width               : 1440px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-bg .bp1-rectangle4 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : 2169px;
  width               : 1440px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : 368px;
  width               : 1441px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : 368px;
  width               : 1441px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-header {
  background-color    : rgba(255,255,255,0.0);
  top                 : 99px;
  height              : 269px;
  width               : 1440px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-header .bp1-shapeimage8copy2 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : 7px;
  width               : 1440px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-header .bp1-shapeimage8copy3 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 262px;
  height              : 7px;
  width               : 1440px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-header .bp1-logo {
  background-color    : rgba(255,255,255,0.0);
  top                 : 58px;
  height              : 169px;
  width               : 439px;
  position            : absolute;
  margin              : 0;
  left                : 156px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-header .bp1-logo .bp1-group2 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : 66px;
  width               : 347px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-header .bp1-logo .bp1-fill19 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 84px;
  height              : 21px;
  width               : 21px;
  position            : absolute;
  margin              : 0;
  left                : 202px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-header .bp1-logo .bp1-wholesaler {
  background-color    : rgba(255,255,255,0.0);
  top                 : 124px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 256px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "TimesNewRomanPS-ItalicMT", Helvetica, Arial, serif;
  font-size           : 40.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 47.0px;
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-header .bp1-address {
  background-color    : rgba(255,255,255,0.0);
  top                 : 151px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 851px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "CenturyGothic", Helvetica, Arial, serif;
  font-size           : 18.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : center;
  line-height         : 22.0px;
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-playtimesun4copy {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : 316px;
  width               : 348px;
  position            : absolute;
  margin              : 0;
  left                : 1093px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-icon {
  background-color    : rgba(255,255,255,0.0);
  top                 : 28px;
  height              : 24px;
  width               : 1078px;
  position            : absolute;
  margin              : 0;
  left                : 2px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-icon .bp1-rectangle {
  background-color    : rgba(250, 241, 153, 1.0);
  top                 : 15px;
  height              : 7px;
  width               : 1078px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-icon .bp1-documents {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 904px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "BookAntiqua-Bold", Helvetica, Arial, serif;
  font-size           : 20.0px;
  color               : rgba(249, 156, 4, 1.0);
  text-align          : left;
  line-height         : 24.0px;
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-icon .bp1-stainless {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 741px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "BookAntiqua-Bold", Helvetica, Arial, serif;
  font-size           : 20.0px;
  color               : rgba(249, 156, 4, 1.0);
  text-align          : left;
  line-height         : 24.0px;
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-icon .bp1-gallery {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 592px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "BookAntiqua-Bold", Helvetica, Arial, serif;
  font-size           : 20.0px;
  color               : rgba(249, 156, 4, 1.0);
  text-align          : left;
  line-height         : 24.0px;
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-icon .bp1-glass {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 460px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "BookAntiqua-Bold", Helvetica, Arial, serif;
  font-size           : 20.0px;
  color               : rgba(249, 156, 4, 1.0);
  text-align          : left;
  line-height         : 24.0px;
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-icon .bp1-door {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 333px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "BookAntiqua-Bold", Helvetica, Arial, serif;
  font-size           : 20.0px;
  color               : rgba(249, 156, 4, 1.0);
  text-align          : left;
  line-height         : 24.0px;
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-icon .bp1-aluminum {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 151px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "BookAntiqua-Bold", Helvetica, Arial, serif;
  font-size           : 20.0px;
  color               : rgba(249, 156, 4, 1.0);
  text-align          : left;
  line-height         : 24.0px;
}
.bp1-stainlesshd .bp1-menu .bp1-menu1 .bp1-icon .bp1-home {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 15px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "BookAntiqua-Bold", Helvetica, Arial, serif;
  font-size           : 20.0px;
  color               : rgba(249, 156, 4, 1.0);
  text-align          : left;
  line-height         : 24.0px;
}
.bp1-stainlesshd .bp1-menu .bp1-glassaluminum {
  background-color    : rgba(255,255,255,0.0);
  top                 : 221px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 248px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "TimesNewRomanPS-ItalicMT", Helvetica, Arial, serif;
  font-size           : 45.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 52.0px;
}
.bp1-stainlesshd .bp1-img0404 {
  background-color    : rgba(215, 215, 215, 1.0);
  top                 : 403px;
  height              : 363px;
  width               : 476px;
  position            : absolute;
  margin              : 0;
  left                : 162px;
  overflow            : hidden;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-img0404 .bp1-mask {
  background-color    : rgba(215, 215, 215, 1.0);
  top                 : 0px;
  height              : 363px;
  width               : 476px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-img0404 .bp1-img04041 {
  background-color    : rgba(255,255,255,0.0);
  top                 : -16px;
  height              : 409px;
  width               : 545px;
  position            : absolute;
  margin              : 0;
  left                : -25px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-img0386 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 811px;
  height              : 357px;
  width               : 476px;
  position            : absolute;
  margin              : 0;
  left                : 162px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-asunshinestainless {
  background-color    : rgba(255,255,255,0.0);
  top                 : 481px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 795px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "BookAntiqua-Bold", Helvetica, Arial, serif;
  font-size           : 20.0px;
  color               : rgba(249, 156, 4, 1.0);
  text-align          : left;
  line-height         : 24.0px;
}
.bp1-stainlesshd .bp1-group {
  background-color    : rgba(255,255,255,0.0);
  top                 : 1625px;
  height              : 406px;
  width               : 1181px;
  position            : absolute;
  margin              : 0;
  left                : 130px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-group .bp1-vcut {
  background-color    : rgba(255,255,255,0.0);
  top                 : 32px;
  height              : 374px;
  width               : 1181px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  overflow            : hidden;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-group .bp1-vcut .bp1-mask {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : 374px;
  width               : 1181px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-group .bp1-vcut .bp1-vcut1 {
  background-color    : rgba(255,255,255,0.0);
  top                 : -43px;
  height              : 423px;
  width               : 1117px;
  position            : absolute;
  margin              : 0;
  left                : 28px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-group .bp1-vcut .bp1-vcut1 .bp1-sunshineu2019svgroovebending {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : auto;
  width               : 289px;
  position            : absolute;
  margin              : 0;
  left                : 600px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "TimesNewRomanPSMT", Helvetica, Arial, serif;
  font-size           : 10.0px;
  color               : rgba(10, 11, 9, 1.0);
  text-align          : left;
  line-height         : 11.0px;
}
.bp1-stainlesshd .bp1-group .bp1-vcut .bp1-vcut1 .bp1-conventionalbending1 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : auto;
  width               : 217px;
  position            : absolute;
  margin              : 0;
  left                : 20px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "TimesNewRomanPSMT", Helvetica, Arial, serif;
  font-size           : 10.0px;
  color               : rgba(10, 11, 9, 1.0);
  text-align          : left;
  letter-spacing      : -0.0px;
  line-height         : 11.0px;
}
.bp1-stainlesshd .bp1-group .bp1-vcut .bp1-vcut1 .bp1-image1 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 45px;
  height              : 303px;
  width               : 315px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-group .bp1-vcut .bp1-vcut1 .bp1-image2 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 45px;
  height              : 378px;
  width               : 236px;
  position            : absolute;
  margin              : 0;
  left                : 314px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-group .bp1-vcut .bp1-vcut1 .bp1-image3 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 347px;
  height              : 76px;
  width               : 315px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-group .bp1-vcut .bp1-vcut1 .bp1-image4 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 35px;
  height              : 306px;
  width               : 315px;
  position            : absolute;
  margin              : 0;
  left                : 567px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-group .bp1-vcut .bp1-vcut1 .bp1-image5 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 35px;
  height              : 382px;
  width               : 236px;
  position            : absolute;
  margin              : 0;
  left                : 881px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-group .bp1-vcut .bp1-vcut1 .bp1-image6 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 339px;
  height              : 78px;
  width               : 315px;
  position            : absolute;
  margin              : 0;
  left                : 567px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-group .bp1-conventionalbending {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 37px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "BookAntiqua-Bold", Helvetica, Arial, serif;
  font-size           : 20.0px;
  color               : rgba(255, 160, 4, 1.0);
  text-align          : left;
  line-height         : 24.0px;
}
.bp1-stainlesshd .bp1-group .bp1-asunshineu2019svcutb {
  background-color    : rgba(255,255,255,0.0);
  top                 : 0px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 606px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "BookAntiqua-Bold", Helvetica, Arial, serif;
  font-size           : 20.0px;
  color               : rgba(255, 160, 4, 1.0);
  text-align          : left;
  line-height         : 24.0px;
}
.bp1-stainlesshd .bp1-img0678 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 1208px;
  height              : 356px;
  width               : 475px;
  position            : absolute;
  margin              : 0;
  left                : 162px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-img0681 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 1208px;
  height              : 353px;
  width               : 471px;
  position            : absolute;
  margin              : 0;
  left                : 800px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.bp1-stainlesshd .bp1-dsc01984 {
  background-color    : rgba(255,255,255,0.0);
  top                 : 811px;
  height              : 357px;
  width               : 476px;
  position            : absolute;
  margin              : 0;
  left                : 795px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
/* .anima-animate-appear prefix for appear animations */
.anima-animate-appear {
  opacity             : 0;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 normal forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 normal forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 normal forwards;
}
.anima-animate-disappear {
  opacity             : 1;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 reverse forwards;
}
.anima-animate-nodelay {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay  : 0;
  animation-delay     : 0;
}
@-webkit-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-moz-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-o-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}