.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-8d98aa06-d536-41f9-ac2b-284faf291cf8 {
  margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-8d98aa06-d536-41f9-ac2b-284faf291cf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d98aa06-d536-41f9-ac2b-284faf291cf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-8d98aa06-d536-41f9-ac2b-284faf291cf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-8d98aa06-d536-41f9-ac2b-284faf291cf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-80923669-05f9-4bbc-b4c4-d5a46a35b715 {
  text-align: left;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-5eb6b0e4-f274-400f-8537-acc50057f757 {
  min-height: 50px;
}








#s-5eb6b0e4-f274-400f-8537-acc50057f757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eb6b0e4-f274-400f-8537-acc50057f757.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-262b856d-c253-44ef-a5b1-6239cca4f172 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-262b856d-c253-44ef-a5b1-6239cca4f172 {
  display: none;
}
#s-262b856d-c253-44ef-a5b1-6239cca4f172, #wrap-s-262b856d-c253-44ef-a5b1-6239cca4f172 { display: none !important; }}@media (max-width: 767px){#s-262b856d-c253-44ef-a5b1-6239cca4f172 {
  display: none;
}
#s-262b856d-c253-44ef-a5b1-6239cca4f172, #wrap-s-262b856d-c253-44ef-a5b1-6239cca4f172 { display: none !important; }}







#s-262b856d-c253-44ef-a5b1-6239cca4f172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-262b856d-c253-44ef-a5b1-6239cca4f172.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-7135ef44-975c-4d4c-83cf-87ae82cc1137 {
  margin-left: 8%;
margin-right: 8%;
text-align: center;
}







  #s-7135ef44-975c-4d4c-83cf-87ae82cc1137 img.shogun-image {
    

    
    
    
  }


#s-7135ef44-975c-4d4c-83cf-87ae82cc1137 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f6248a4-5b81-4dd4-9e4f-0d37012ea6cb {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 5%;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-3f6248a4-5b81-4dd4-9e4f-0d37012ea6cb {
  display: none;
}
#s-3f6248a4-5b81-4dd4-9e4f-0d37012ea6cb, #wrap-s-3f6248a4-5b81-4dd4-9e4f-0d37012ea6cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f6248a4-5b81-4dd4-9e4f-0d37012ea6cb {
  display: none;
}
#s-3f6248a4-5b81-4dd4-9e4f-0d37012ea6cb, #wrap-s-3f6248a4-5b81-4dd4-9e4f-0d37012ea6cb { display: none !important; }}
#s-3f6248a4-5b81-4dd4-9e4f-0d37012ea6cb {
  background-image: url(https://i.shgcdn.com/3127e444-a159-4917-84c7-f81b7d5dc20c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3f6248a4-5b81-4dd4-9e4f-0d37012ea6cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f6248a4-5b81-4dd4-9e4f-0d37012ea6cb.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fa97d3b1-e1f4-4609-bc32-f2896e7c6ca2 {
  text-align: center;
}
@media (min-width: 1200px){#s-fa97d3b1-e1f4-4609-bc32-f2896e7c6ca2 {
  display: none;
}
#s-fa97d3b1-e1f4-4609-bc32-f2896e7c6ca2, #wrap-s-fa97d3b1-e1f4-4609-bc32-f2896e7c6ca2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa97d3b1-e1f4-4609-bc32-f2896e7c6ca2 {
  display: none;
}
#s-fa97d3b1-e1f4-4609-bc32-f2896e7c6ca2, #wrap-s-fa97d3b1-e1f4-4609-bc32-f2896e7c6ca2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa97d3b1-e1f4-4609-bc32-f2896e7c6ca2 {
  
}
}






  #s-fa97d3b1-e1f4-4609-bc32-f2896e7c6ca2 img.shogun-image {
    

    
    
    
  }


#s-fa97d3b1-e1f4-4609-bc32-f2896e7c6ca2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-93f78556-80ea-4fdc-bdab-42e534c05d77 {
  text-align: center;
}

#s-53fe272d-2dd0-4479-9606-b860b1f613f8 {
  margin-top: -7px;
margin-left: 40%;
margin-bottom: 10px;
margin-right: 40%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-53fe272d-2dd0-4479-9606-b860b1f613f8 {
  margin-left: 35%;
margin-right: 35%;
}
}@media (max-width: 767px){#s-53fe272d-2dd0-4479-9606-b860b1f613f8 {
  margin-left: 30%;
margin-right: 30%;
}
}






  #s-53fe272d-2dd0-4479-9606-b860b1f613f8 img.shogun-image {
    

    
    
    
  }


#s-53fe272d-2dd0-4479-9606-b860b1f613f8 .shogun-image-content {
  
    align-items: center;
  
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-0056552c-5373-48c3-8542-742d3a20aa20 {
  margin-left: 23%;
margin-right: 23%;
text-align: center;
}







  img.s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image {
    
    
  }


.s-0056552c-5373-48c3-8542-742d3a20aa20 .shogun-image-content {
  
    align-items: center;
  
}

.s-0056552c-5373-48c3-8542-742d3a20aa20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image {
    
    
  }


.s-0056552c-5373-48c3-8542-742d3a20aa20 .shogun-image-content {
  
    align-items: center;
  
}

.s-0056552c-5373-48c3-8542-742d3a20aa20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image {
    
    
  }


.s-0056552c-5373-48c3-8542-742d3a20aa20 .shogun-image-content {
  
    align-items: center;
  
}

.s-0056552c-5373-48c3-8542-742d3a20aa20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image {
    
    
  }


.s-0056552c-5373-48c3-8542-742d3a20aa20 .shogun-image-content {
  
    align-items: center;
  
}

.s-0056552c-5373-48c3-8542-742d3a20aa20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image {
    
    
  }


.s-0056552c-5373-48c3-8542-742d3a20aa20 .shogun-image-content {
  
    align-items: center;
  
}

.s-0056552c-5373-48c3-8542-742d3a20aa20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0056552c-5373-48c3-8542-742d3a20aa20.shogun-image {
  box-sizing: border-box;
}



}
#s-c79142d2-96b2-4a7e-b7a4-7680b7470dff {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: left;
}

#s-109d0929-4653-4d66-90c9-c1a850237a3c {
  padding-top: 0%;
padding-left: 20%;
padding-bottom: 30%;
padding-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-109d0929-4653-4d66-90c9-c1a850237a3c {
  padding-left: 25%;
padding-bottom: 0%;
padding-right: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-109d0929-4653-4d66-90c9-c1a850237a3c {
  padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-109d0929-4653-4d66-90c9-c1a850237a3c {
  padding-bottom: 0%;
}
}@media (max-width: 767px){#s-109d0929-4653-4d66-90c9-c1a850237a3c {
  margin-bottom: 0px;
padding-left: 30%;
padding-bottom: 0%;
padding-right: 30%;
}
}







#s-109d0929-4653-4d66-90c9-c1a850237a3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-109d0929-4653-4d66-90c9-c1a850237a3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74532ced-b4fe-4c96-85bc-932dca3d9d26 {
  box-shadow:0px 0px 0px 0px rgba(224, 207, 174, 1);
margin-top: 2%;
margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 207, 174, 1);
border-style: solid;
border-radius: 17px;
min-height: 50px;
background-color: rgba(224, 207, 174, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-74532ced-b4fe-4c96-85bc-932dca3d9d26 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-74532ced-b4fe-4c96-85bc-932dca3d9d26 {
  margin-top: 4%;
margin-left: -22%;
margin-right: -22%;
border-radius: 8px;
}
}







#s-74532ced-b4fe-4c96-85bc-932dca3d9d26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74532ced-b4fe-4c96-85bc-932dca3d9d26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ae425a2-77f5-4367-95fe-7017762f7328 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 7%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(164, 108, 0, 1);
border-style: solid;
min-height: 50px;
}








#s-1ae425a2-77f5-4367-95fe-7017762f7328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ae425a2-77f5-4367-95fe-7017762f7328.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2edbc25-6abf-4b9f-89f9-dd8ffe6c0a28 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2edbc25-6abf-4b9f-89f9-dd8ffe6c0a28 {
  margin-left: -20%;
margin-right: -20%;
}
}@media (max-width: 767px){#s-b2edbc25-6abf-4b9f-89f9-dd8ffe6c0a28 {
  margin-left: -40%;
margin-right: -40%;
padding-left: 1%;
padding-right: 1%;
}
}






  #s-b2edbc25-6abf-4b9f-89f9-dd8ffe6c0a28 img.shogun-image {
    

    
    
    
  }


#s-b2edbc25-6abf-4b9f-89f9-dd8ffe6c0a28 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-6e215204-a81b-48e9-a3ca-bf7f955c79f3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e215204-a81b-48e9-a3ca-bf7f955c79f3 {
  display: none;
}
#s-6e215204-a81b-48e9-a3ca-bf7f955c79f3, #wrap-s-6e215204-a81b-48e9-a3ca-bf7f955c79f3 { display: none !important; }}@media (max-width: 767px){#s-6e215204-a81b-48e9-a3ca-bf7f955c79f3 {
  display: none;
}
#s-6e215204-a81b-48e9-a3ca-bf7f955c79f3, #wrap-s-6e215204-a81b-48e9-a3ca-bf7f955c79f3 { display: none !important; }}
#s-6e215204-a81b-48e9-a3ca-bf7f955c79f3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  
}



#s-73b54a3b-b17f-435c-ab0b-441d32b07a2a {
  text-align: center;
}
@media (max-width: 767px){#s-73b54a3b-b17f-435c-ab0b-441d32b07a2a {
  margin-left: -30%;
margin-right: -30%;
}
}






  #s-73b54a3b-b17f-435c-ab0b-441d32b07a2a img.shogun-image {
    

    
    
    
  }


#s-73b54a3b-b17f-435c-ab0b-441d32b07a2a .shogun-image-content {
  
    align-items: center;
  
}

#s-2008b5b6-146b-4f5c-8d54-0b18c35c8079 {
  text-align: left;
}

#s-23e0b34e-ca2a-4db6-8691-276a68cfdcfb {
  background-repeat: repeat;
background-size: contain;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 6%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-23e0b34e-ca2a-4db6-8691-276a68cfdcfb {
  margin-bottom: -3%;
padding-top: 3px;
}
}@media (max-width: 767px){#s-23e0b34e-ca2a-4db6-8691-276a68cfdcfb {
  padding-bottom: 0%;
}
}







#s-23e0b34e-ca2a-4db6-8691-276a68cfdcfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23e0b34e-ca2a-4db6-8691-276a68cfdcfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4da9d834-fbc6-4581-bf0e-523f7d574b20 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4da9d834-fbc6-4581-bf0e-523f7d574b20 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-4da9d834-fbc6-4581-bf0e-523f7d574b20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4da9d834-fbc6-4581-bf0e-523f7d574b20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec094c5f-e258-4522-8ad9-49872be06d95 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-ec094c5f-e258-4522-8ad9-49872be06d95 {
  margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec094c5f-e258-4522-8ad9-49872be06d95 {
  margin-top: -3%;
margin-bottom: -3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec094c5f-e258-4522-8ad9-49872be06d95 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-ec094c5f-e258-4522-8ad9-49872be06d95 {
  margin-left: 16%;
margin-right: 16%;
}
}
@media (min-width: 0px) {
[id="s-ec094c5f-e258-4522-8ad9-49872be06d95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec094c5f-e258-4522-8ad9-49872be06d95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ec094c5f-e258-4522-8ad9-49872be06d95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ec094c5f-e258-4522-8ad9-49872be06d95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-46f964de-bebb-4407-a3d0-10d76762b909 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: -3%;
margin-right: -3%;
text-align: center;
}

#s-46f964de-bebb-4407-a3d0-10d76762b909 .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-46f964de-bebb-4407-a3d0-10d76762b909 .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-a16916c5-4224-4f2c-b3fe-f9b141a237e0 {
  margin-top: -35px;
margin-bottom: -15px;
text-align: center;
}
@media (max-width: 767px){#s-a16916c5-4224-4f2c-b3fe-f9b141a237e0 {
  margin-top: -15px;
margin-bottom: 5px;
}
}
#s-a16916c5-4224-4f2c-b3fe-f9b141a237e0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4dd766b4-2fb2-4d06-9218-3c9589d45986 {
  border-style: solid;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: #2C2A34;
border-radius: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-4dd766b4-2fb2-4d06-9218-3c9589d45986 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4dd766b4-2fb2-4d06-9218-3c9589d45986 {
  margin-left: 3%;
margin-right: 3%;
}
}






  #s-4dd766b4-2fb2-4d06-9218-3c9589d45986 img.shogun-image {
    

    
    
    
  }


#s-4dd766b4-2fb2-4d06-9218-3c9589d45986 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-063d72ff-8818-4913-9c15-aff8fd03ea94 {
  margin-top: -8%;
margin-right: -8%;
padding-left: 75%;
text-align: right;
}
@media (min-width: 1200px){#s-063d72ff-8818-4913-9c15-aff8fd03ea94 {
  margin-top: -13%;
margin-left: 0%;
margin-right: -18%;
padding-left: 75%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-063d72ff-8818-4913-9c15-aff8fd03ea94 {
  margin-top: -13%;
margin-right: -18%;
padding-left: 75%;
}
}@media (max-width: 767px){#s-063d72ff-8818-4913-9c15-aff8fd03ea94 {
  margin-top: -15%;
margin-left: 5%;
margin-right: -15%;
padding-left: 68%;
padding-right: 0%;
}
}






  #s-063d72ff-8818-4913-9c15-aff8fd03ea94 img.shogun-image {
    

    
    
    
  }


#s-063d72ff-8818-4913-9c15-aff8fd03ea94 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-fb127a7d-9a51-41cb-850b-22a17d1960b8 {
  margin-bottom: 2%;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shg-variant-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

.shg-variant-btn:not(.shg-variant-btn-stretch) {
  display: inline-block;
}

.shg-variant-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-variant-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-variant-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 {
  margin-bottom: 0%;
}
}
#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a0c59a20-ae8f-4981-8549-fe3cf4887316-btn-wrapper {
    text-align: center;
  }


#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-variant-btn:hover {
  background: #252525;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-variant-btn:active, #s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a0c59a20-ae8f-4981-8549-fe3cf4887316 .shg-variant-btn.disabled {
  background: #252525;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-7a3359ae-d578-4aee-9182-ab22d85e8de9 {
  box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.31);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2.5%;
padding-left: 8%;
padding-bottom: 2.5%;
padding-right: 8%;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(243, 152, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7a3359ae-d578-4aee-9182-ab22d85e8de9:hover {border-style: solid !important;
border-top-width: 2.5px !important;
border-left-width: 2.5px !important;
border-bottom-width: 2.5px !important;
border-right-width: 2.5px !important;
border-color: rgba(51, 51, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(222, 106, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7a3359ae-d578-4aee-9182-ab22d85e8de9:active {background-color: rgba(255, 240, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-7a3359ae-d578-4aee-9182-ab22d85e8de9 {
  box-shadow:0px 4px 0px 0px rgba(0, 0, 0, 0.2);
margin-top: 5%;
margin-bottom: 1%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a3359ae-d578-4aee-9182-ab22d85e8de9 {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-7a3359ae-d578-4aee-9182-ab22d85e8de9 {
  border-style: solid;
border-color: #000;
margin-top: 5%;
margin-left: -5%;
margin-right: -5%;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}

  #s-7a3359ae-d578-4aee-9182-ab22d85e8de9-atc-btn-wrapper {
    text-align: center;
  }


#s-7a3359ae-d578-4aee-9182-ab22d85e8de9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

@media (min-width: 1200px){
  #s-7a3359ae-d578-4aee-9182-ab22d85e8de9-atc-btn-wrapper {
    text-align: center;
  }


#s-7a3359ae-d578-4aee-9182-ab22d85e8de9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.4em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}@media (max-width: 767px){
  #s-7a3359ae-d578-4aee-9182-ab22d85e8de9-atc-btn-wrapper {
    text-align: center;
  }


#s-7a3359ae-d578-4aee-9182-ab22d85e8de9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.3em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a3359ae-d578-4aee-9182-ab22d85e8de9.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-f12db805-bebb-411e-b1f0-9a52039dbf79 {
  margin-top: -10px;
margin-left: -20px;
margin-bottom: -10px;
margin-right: -20px;
}
@media (min-width: 1200px){#s-f12db805-bebb-411e-b1f0-9a52039dbf79 {
  display: none;
}
#s-f12db805-bebb-411e-b1f0-9a52039dbf79, #wrap-s-f12db805-bebb-411e-b1f0-9a52039dbf79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f12db805-bebb-411e-b1f0-9a52039dbf79 {
  display: none;
}
#s-f12db805-bebb-411e-b1f0-9a52039dbf79, #wrap-s-f12db805-bebb-411e-b1f0-9a52039dbf79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f12db805-bebb-411e-b1f0-9a52039dbf79 {
  display: none;
}
#s-f12db805-bebb-411e-b1f0-9a52039dbf79, #wrap-s-f12db805-bebb-411e-b1f0-9a52039dbf79 { display: none !important; }}
#s-f12db805-bebb-411e-b1f0-9a52039dbf79 hr {
  border-top: 2px solid #ddd;
}

#s-2b76be4e-54d8-4d84-a15d-bfa712a5894c {
  margin-left: -3%;
margin-right: -3%;
text-align: center;
}

#s-2b76be4e-54d8-4d84-a15d-bfa712a5894c .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2b76be4e-54d8-4d84-a15d-bfa712a5894c .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-c21fd1c3-25d6-4b7e-b73a-2087098caefd {
  margin-top: -35px;
margin-bottom: -15px;
text-align: center;
}
@media (max-width: 767px){#s-c21fd1c3-25d6-4b7e-b73a-2087098caefd {
  margin-top: -15px;
margin-bottom: 5px;
}
}
#s-c21fd1c3-25d6-4b7e-b73a-2087098caefd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-46038a72-9e5a-4304-8eba-b9f8b5b0efb2 {
  border-style: solid;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: #2C2A34;
border-radius: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-46038a72-9e5a-4304-8eba-b9f8b5b0efb2 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46038a72-9e5a-4304-8eba-b9f8b5b0efb2 {
  margin-left: 3%;
margin-right: 3%;
}
}






  #s-46038a72-9e5a-4304-8eba-b9f8b5b0efb2 img.shogun-image {
    

    
    
    
  }


#s-46038a72-9e5a-4304-8eba-b9f8b5b0efb2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-52034ba4-c215-493e-8097-283ec5b2ca90 {
  margin-top: -8%;
margin-right: -8%;
padding-left: 75%;
text-align: right;
}
@media (min-width: 1200px){#s-52034ba4-c215-493e-8097-283ec5b2ca90 {
  margin-top: -13%;
margin-right: -18%;
padding-left: 75%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52034ba4-c215-493e-8097-283ec5b2ca90 {
  margin-top: -13%;
margin-right: -18%;
padding-left: 75%;
}
}@media (max-width: 767px){#s-52034ba4-c215-493e-8097-283ec5b2ca90 {
  margin-top: -15%;
margin-left: 5%;
margin-right: -15%;
padding-left: 68%;
}
}






  #s-52034ba4-c215-493e-8097-283ec5b2ca90 img.shogun-image {
    

    
    
    
  }


#s-52034ba4-c215-493e-8097-283ec5b2ca90 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-76010222-2252-4dd1-957d-eab18bfd69af {
  margin-bottom: 2%;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-be629165-f88d-4781-b8f9-cd690fecde0d-btn-wrapper {
    text-align: center;
  }


#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-variant-btn:hover {
  background: #252525;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-variant-btn:active, #s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-be629165-f88d-4781-b8f9-cd690fecde0d .shg-variant-btn.disabled {
  background: #252525;
}

#s-f19b5617-3db4-4e89-bb76-5ca5466c404f {
  box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.31);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2.5%;
padding-left: 8%;
padding-bottom: 2.5%;
padding-right: 8%;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(243, 152, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f19b5617-3db4-4e89-bb76-5ca5466c404f:hover {border-style: solid !important;
border-top-width: 2.5px !important;
border-left-width: 2.5px !important;
border-bottom-width: 2.5px !important;
border-right-width: 2.5px !important;
border-color: rgba(51, 51, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(222, 106, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f19b5617-3db4-4e89-bb76-5ca5466c404f:active {background-color: rgba(255, 240, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-f19b5617-3db4-4e89-bb76-5ca5466c404f {
  box-shadow:0px 4px 0px 0px rgba(0, 0, 0, 0.2);
margin-top: 5%;
margin-bottom: 1%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f19b5617-3db4-4e89-bb76-5ca5466c404f {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-f19b5617-3db4-4e89-bb76-5ca5466c404f {
  border-style: solid;
border-color: #000;
margin-top: 5%;
margin-left: -5%;
margin-right: -5%;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}

  #s-f19b5617-3db4-4e89-bb76-5ca5466c404f-atc-btn-wrapper {
    text-align: center;
  }


#s-f19b5617-3db4-4e89-bb76-5ca5466c404f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

@media (min-width: 1200px){
  #s-f19b5617-3db4-4e89-bb76-5ca5466c404f-atc-btn-wrapper {
    text-align: center;
  }


#s-f19b5617-3db4-4e89-bb76-5ca5466c404f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.4em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}@media (max-width: 767px){
  #s-f19b5617-3db4-4e89-bb76-5ca5466c404f-atc-btn-wrapper {
    text-align: center;
  }


#s-f19b5617-3db4-4e89-bb76-5ca5466c404f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.3em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f19b5617-3db4-4e89-bb76-5ca5466c404f.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}
#s-ff173fcd-d8d3-4fa0-8134-efa96a0cfdb5 {
  margin-top: -10px;
margin-left: -20px;
margin-bottom: -10px;
margin-right: -20px;
}
@media (min-width: 1200px){#s-ff173fcd-d8d3-4fa0-8134-efa96a0cfdb5 {
  display: none;
}
#s-ff173fcd-d8d3-4fa0-8134-efa96a0cfdb5, #wrap-s-ff173fcd-d8d3-4fa0-8134-efa96a0cfdb5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff173fcd-d8d3-4fa0-8134-efa96a0cfdb5 {
  display: none;
}
#s-ff173fcd-d8d3-4fa0-8134-efa96a0cfdb5, #wrap-s-ff173fcd-d8d3-4fa0-8134-efa96a0cfdb5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff173fcd-d8d3-4fa0-8134-efa96a0cfdb5 {
  display: none;
}
#s-ff173fcd-d8d3-4fa0-8134-efa96a0cfdb5, #wrap-s-ff173fcd-d8d3-4fa0-8134-efa96a0cfdb5 { display: none !important; }}
#s-ff173fcd-d8d3-4fa0-8134-efa96a0cfdb5 hr {
  border-top: 2px solid #ddd;
}

#s-5332e337-94f3-48fc-86b3-99bb2cccf4a3 {
  margin-left: -3%;
margin-right: -3%;
text-align: center;
}

#s-5332e337-94f3-48fc-86b3-99bb2cccf4a3 .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5332e337-94f3-48fc-86b3-99bb2cccf4a3 .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-8a889e81-9eb1-4ac2-9104-6cb6968cf9fd {
  margin-top: -35px;
margin-bottom: -15px;
text-align: center;
}
@media (max-width: 767px){#s-8a889e81-9eb1-4ac2-9104-6cb6968cf9fd {
  margin-top: -15px;
margin-bottom: 5px;
}
}
#s-8a889e81-9eb1-4ac2-9104-6cb6968cf9fd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5f1f8f53-a037-433c-8b39-8940218cf689 {
  border-style: solid;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: #2C2A34;
border-radius: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-5f1f8f53-a037-433c-8b39-8940218cf689 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f1f8f53-a037-433c-8b39-8940218cf689 {
  margin-left: 3%;
margin-right: 3%;
}
}






  #s-5f1f8f53-a037-433c-8b39-8940218cf689 img.shogun-image {
    

    
    
    
  }


#s-5f1f8f53-a037-433c-8b39-8940218cf689 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-08c05ee8-7448-43e1-88cc-6ac8df937cc2 {
  margin-top: -8%;
margin-right: -8%;
padding-left: 75%;
text-align: right;
}
@media (min-width: 1200px){#s-08c05ee8-7448-43e1-88cc-6ac8df937cc2 {
  margin-top: -13%;
margin-right: -18%;
padding-left: 75%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08c05ee8-7448-43e1-88cc-6ac8df937cc2 {
  margin-top: -13%;
margin-right: -18%;
padding-left: 75%;
}
}@media (max-width: 767px){#s-08c05ee8-7448-43e1-88cc-6ac8df937cc2 {
  margin-top: -15%;
margin-left: 5%;
margin-right: -15%;
padding-left: 68%;
}
}






  #s-08c05ee8-7448-43e1-88cc-6ac8df937cc2 img.shogun-image {
    

    
    
    
  }


#s-08c05ee8-7448-43e1-88cc-6ac8df937cc2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5a96344b-ebe4-4760-9a2e-fef4a46fc442 {
  margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a96344b-ebe4-4760-9a2e-fef4a46fc442 {
  margin-left: -10px;
margin-right: -10px;
}
}
@media (max-width: 767px){#s-d6bfe8ae-c44a-4800-9e74-389e7ff23581 {
  margin-bottom: 5%;
}
}
#s-6132197e-fff7-4001-b3e4-284444b89e1c {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6132197e-fff7-4001-b3e4-284444b89e1c-btn-wrapper {
    text-align: center;
  }


#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-variant-btn:hover {
  background: #252525;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-variant-btn:active, #s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6132197e-fff7-4001-b3e4-284444b89e1c .shg-variant-btn.disabled {
  background: #252525;
}

#s-2645d3f0-03b1-471f-af0e-23ce210b74f3 {
  box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.31);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2.5%;
padding-left: 8%;
padding-bottom: 2.5%;
padding-right: 8%;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(243, 152, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2645d3f0-03b1-471f-af0e-23ce210b74f3:hover {border-style: solid !important;
border-top-width: 2.5px !important;
border-left-width: 2.5px !important;
border-bottom-width: 2.5px !important;
border-right-width: 2.5px !important;
border-color: rgba(51, 51, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(222, 106, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2645d3f0-03b1-471f-af0e-23ce210b74f3:active {background-color: rgba(255, 240, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-2645d3f0-03b1-471f-af0e-23ce210b74f3 {
  box-shadow:0px 4px 0px 0px rgba(0, 0, 0, 0.2);
margin-top: 5%;
margin-bottom: 1%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2645d3f0-03b1-471f-af0e-23ce210b74f3 {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-2645d3f0-03b1-471f-af0e-23ce210b74f3 {
  border-style: solid;
border-color: #000;
margin-top: 5%;
margin-left: -5%;
margin-right: -5%;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}

  #s-2645d3f0-03b1-471f-af0e-23ce210b74f3-atc-btn-wrapper {
    text-align: center;
  }


#s-2645d3f0-03b1-471f-af0e-23ce210b74f3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

@media (min-width: 1200px){
  #s-2645d3f0-03b1-471f-af0e-23ce210b74f3-atc-btn-wrapper {
    text-align: center;
  }


#s-2645d3f0-03b1-471f-af0e-23ce210b74f3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.4em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}@media (max-width: 767px){
  #s-2645d3f0-03b1-471f-af0e-23ce210b74f3-atc-btn-wrapper {
    text-align: center;
  }


#s-2645d3f0-03b1-471f-af0e-23ce210b74f3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.3em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2645d3f0-03b1-471f-af0e-23ce210b74f3.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}
#s-61bdb0db-5a77-4407-83a9-7b477296bf0f {
  background-repeat: repeat;
background-size: contain;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-61bdb0db-5a77-4407-83a9-7b477296bf0f {
  margin-bottom: -3%;
padding-top: 3px;
}
}







#s-61bdb0db-5a77-4407-83a9-7b477296bf0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61bdb0db-5a77-4407-83a9-7b477296bf0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dae50a27-2a77-4e7f-b187-6ae147ac3936 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-dae50a27-2a77-4e7f-b187-6ae147ac3936 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-dae50a27-2a77-4e7f-b187-6ae147ac3936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dae50a27-2a77-4e7f-b187-6ae147ac3936.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96572d5f-92e1-4b65-bd85-563b8682f7ec {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-96572d5f-92e1-4b65-bd85-563b8682f7ec {
  margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96572d5f-92e1-4b65-bd85-563b8682f7ec {
  margin-top: -3%;
margin-bottom: -3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-96572d5f-92e1-4b65-bd85-563b8682f7ec {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-96572d5f-92e1-4b65-bd85-563b8682f7ec {
  margin-left: 16%;
margin-right: 16%;
}
}
@media (min-width: 0px) {
[id="s-96572d5f-92e1-4b65-bd85-563b8682f7ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96572d5f-92e1-4b65-bd85-563b8682f7ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-96572d5f-92e1-4b65-bd85-563b8682f7ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-96572d5f-92e1-4b65-bd85-563b8682f7ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-58520459-3b3b-4e23-a589-329974589298 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: -3%;
margin-right: -3%;
text-align: center;
}

#s-58520459-3b3b-4e23-a589-329974589298 .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-58520459-3b3b-4e23-a589-329974589298 .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-8dcd4e4d-cfa7-497e-abd1-d1ccbc2c170a {
  margin-top: -35px;
margin-bottom: -15px;
text-align: center;
}
@media (max-width: 767px){#s-8dcd4e4d-cfa7-497e-abd1-d1ccbc2c170a {
  margin-top: -15px;
margin-bottom: 5px;
}
}
#s-8dcd4e4d-cfa7-497e-abd1-d1ccbc2c170a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-541f4f20-6d79-4d38-9a28-a6d83ac1a45f {
  border-style: solid;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: #2C2A34;
border-radius: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-541f4f20-6d79-4d38-9a28-a6d83ac1a45f {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-541f4f20-6d79-4d38-9a28-a6d83ac1a45f {
  margin-left: 3%;
margin-right: 3%;
}
}






  #s-541f4f20-6d79-4d38-9a28-a6d83ac1a45f img.shogun-image {
    

    
    
    
  }


#s-541f4f20-6d79-4d38-9a28-a6d83ac1a45f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-42c918f2-36a0-495d-84c9-4cc816c8cecf {
  margin-top: -8%;
margin-right: -8%;
padding-left: 75%;
text-align: right;
}
@media (min-width: 1200px){#s-42c918f2-36a0-495d-84c9-4cc816c8cecf {
  margin-top: -13%;
margin-left: 0%;
margin-right: -18%;
padding-left: 75%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42c918f2-36a0-495d-84c9-4cc816c8cecf {
  margin-top: -13%;
margin-right: -18%;
padding-left: 75%;
}
}@media (max-width: 767px){#s-42c918f2-36a0-495d-84c9-4cc816c8cecf {
  margin-top: -15%;
margin-left: 5%;
margin-right: -15%;
padding-left: 68%;
padding-right: 0%;
}
}






  #s-42c918f2-36a0-495d-84c9-4cc816c8cecf img.shogun-image {
    

    
    
    
  }


#s-42c918f2-36a0-495d-84c9-4cc816c8cecf .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9de2db4b-18a0-485f-9b1f-61c92f12121a {
  margin-bottom: 2%;
}

#s-28461011-8827-4108-a167-9cd3695e2404 {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-28461011-8827-4108-a167-9cd3695e2404 {
  margin-bottom: 0%;
}
}
#s-28461011-8827-4108-a167-9cd3695e2404 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-28461011-8827-4108-a167-9cd3695e2404-btn-wrapper {
    text-align: center;
  }


#s-28461011-8827-4108-a167-9cd3695e2404 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-variant-btn:hover {
  background: #252525;
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-variant-btn:active, #s-28461011-8827-4108-a167-9cd3695e2404 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-28461011-8827-4108-a167-9cd3695e2404 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035 {
  box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.31);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2.5%;
padding-left: 8%;
padding-bottom: 2.5%;
padding-right: 8%;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 58, 29, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035:hover {border-style: solid !important;
border-top-width: 2.5px !important;
border-left-width: 2.5px !important;
border-bottom-width: 2.5px !important;
border-right-width: 2.5px !important;
border-color: rgba(51, 51, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(181, 36, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035:active {background-color: rgba(255, 240, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035 {
  box-shadow:0px 4px 0px 0px rgba(0, 0, 0, 0.2);
margin-top: 5%;
margin-bottom: 1%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035 {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035 {
  border-style: solid;
border-color: #000;
margin-top: 5%;
margin-left: -5%;
margin-right: -5%;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}

  #s-3f40a8a2-22ba-457a-bc68-3dea5e60e035-atc-btn-wrapper {
    text-align: center;
  }


#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

@media (min-width: 1200px){
  #s-3f40a8a2-22ba-457a-bc68-3dea5e60e035-atc-btn-wrapper {
    text-align: center;
  }


#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.4em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}@media (max-width: 767px){
  #s-3f40a8a2-22ba-457a-bc68-3dea5e60e035-atc-btn-wrapper {
    text-align: center;
  }


#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.3em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3f40a8a2-22ba-457a-bc68-3dea5e60e035.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}
#s-17b5c251-8309-48c2-a642-9fb784bc9dc7 {
  margin-top: -10px;
margin-left: -20px;
margin-bottom: -10px;
margin-right: -20px;
}
@media (min-width: 1200px){#s-17b5c251-8309-48c2-a642-9fb784bc9dc7 {
  display: none;
}
#s-17b5c251-8309-48c2-a642-9fb784bc9dc7, #wrap-s-17b5c251-8309-48c2-a642-9fb784bc9dc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17b5c251-8309-48c2-a642-9fb784bc9dc7 {
  display: none;
}
#s-17b5c251-8309-48c2-a642-9fb784bc9dc7, #wrap-s-17b5c251-8309-48c2-a642-9fb784bc9dc7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17b5c251-8309-48c2-a642-9fb784bc9dc7 {
  display: none;
}
#s-17b5c251-8309-48c2-a642-9fb784bc9dc7, #wrap-s-17b5c251-8309-48c2-a642-9fb784bc9dc7 { display: none !important; }}
#s-17b5c251-8309-48c2-a642-9fb784bc9dc7 hr {
  border-top: 2px solid #ddd;
}

#s-d74ab43e-aba1-4e6c-902f-9a5f495db0fd {
  margin-left: -3%;
margin-right: -3%;
text-align: center;
}

#s-d74ab43e-aba1-4e6c-902f-9a5f495db0fd .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d74ab43e-aba1-4e6c-902f-9a5f495db0fd .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-e59e4ad7-de5d-490d-9df5-0ee76474463c {
  margin-top: -35px;
margin-bottom: -15px;
text-align: center;
}
@media (max-width: 767px){#s-e59e4ad7-de5d-490d-9df5-0ee76474463c {
  margin-top: -15px;
margin-bottom: 5px;
}
}
#s-e59e4ad7-de5d-490d-9df5-0ee76474463c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f6df2fb5-5f8d-405f-8d86-39ac420e1927 {
  border-style: solid;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: #2C2A34;
border-radius: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-f6df2fb5-5f8d-405f-8d86-39ac420e1927 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6df2fb5-5f8d-405f-8d86-39ac420e1927 {
  margin-left: 3%;
margin-right: 3%;
}
}






  #s-f6df2fb5-5f8d-405f-8d86-39ac420e1927 img.shogun-image {
    

    
    
    
  }


#s-f6df2fb5-5f8d-405f-8d86-39ac420e1927 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a4232d77-3a12-485b-b7ad-665dd04e2607 {
  margin-top: -8%;
margin-right: -8%;
padding-left: 75%;
text-align: right;
}
@media (min-width: 1200px){#s-a4232d77-3a12-485b-b7ad-665dd04e2607 {
  margin-top: -13%;
margin-right: -18%;
padding-left: 75%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4232d77-3a12-485b-b7ad-665dd04e2607 {
  margin-top: -13%;
margin-right: -18%;
padding-left: 75%;
}
}@media (max-width: 767px){#s-a4232d77-3a12-485b-b7ad-665dd04e2607 {
  margin-top: -15%;
margin-left: 5%;
margin-right: -15%;
padding-left: 68%;
}
}






  #s-a4232d77-3a12-485b-b7ad-665dd04e2607 img.shogun-image {
    

    
    
    
  }


#s-a4232d77-3a12-485b-b7ad-665dd04e2607 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-601a4088-dae7-4ec6-b5d5-76273487a5c8 {
  margin-bottom: 2%;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-89d85387-249b-4c16-b1d7-1dca7ce9e80c-btn-wrapper {
    text-align: center;
  }


#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-variant-btn:hover {
  background: #252525;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-variant-btn:active, #s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-89d85387-249b-4c16-b1d7-1dca7ce9e80c .shg-variant-btn.disabled {
  background: #252525;
}

#s-baaa8f30-9161-41a5-9660-34daca1af02a {
  box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.31);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2.5%;
padding-left: 8%;
padding-bottom: 2.5%;
padding-right: 8%;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 58, 29, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-baaa8f30-9161-41a5-9660-34daca1af02a:hover {border-style: solid !important;
border-top-width: 2.5px !important;
border-left-width: 2.5px !important;
border-bottom-width: 2.5px !important;
border-right-width: 2.5px !important;
border-color: rgba(51, 51, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(181, 36, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-baaa8f30-9161-41a5-9660-34daca1af02a:active {background-color: rgba(255, 240, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-baaa8f30-9161-41a5-9660-34daca1af02a {
  box-shadow:0px 4px 0px 0px rgba(0, 0, 0, 0.2);
margin-top: 5%;
margin-bottom: 1%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-baaa8f30-9161-41a5-9660-34daca1af02a {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-baaa8f30-9161-41a5-9660-34daca1af02a {
  border-style: solid;
border-color: #000;
margin-top: 5%;
margin-left: -5%;
margin-right: -5%;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}

  #s-baaa8f30-9161-41a5-9660-34daca1af02a-atc-btn-wrapper {
    text-align: center;
  }


#s-baaa8f30-9161-41a5-9660-34daca1af02a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

@media (min-width: 1200px){
  #s-baaa8f30-9161-41a5-9660-34daca1af02a-atc-btn-wrapper {
    text-align: center;
  }


#s-baaa8f30-9161-41a5-9660-34daca1af02a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.4em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}@media (max-width: 767px){
  #s-baaa8f30-9161-41a5-9660-34daca1af02a-atc-btn-wrapper {
    text-align: center;
  }


#s-baaa8f30-9161-41a5-9660-34daca1af02a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.3em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-baaa8f30-9161-41a5-9660-34daca1af02a.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}
#s-20522ebd-9e51-4a37-a6bb-7ed46af45792 {
  margin-top: -10px;
margin-left: -20px;
margin-bottom: -10px;
margin-right: -20px;
}
@media (min-width: 1200px){#s-20522ebd-9e51-4a37-a6bb-7ed46af45792 {
  display: none;
}
#s-20522ebd-9e51-4a37-a6bb-7ed46af45792, #wrap-s-20522ebd-9e51-4a37-a6bb-7ed46af45792 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20522ebd-9e51-4a37-a6bb-7ed46af45792 {
  display: none;
}
#s-20522ebd-9e51-4a37-a6bb-7ed46af45792, #wrap-s-20522ebd-9e51-4a37-a6bb-7ed46af45792 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20522ebd-9e51-4a37-a6bb-7ed46af45792 {
  display: none;
}
#s-20522ebd-9e51-4a37-a6bb-7ed46af45792, #wrap-s-20522ebd-9e51-4a37-a6bb-7ed46af45792 { display: none !important; }}
#s-20522ebd-9e51-4a37-a6bb-7ed46af45792 hr {
  border-top: 2px solid #ddd;
}

#s-cc02f3ed-4b57-4318-9199-98006f218755 {
  margin-left: -3%;
margin-right: -3%;
text-align: center;
}

#s-cc02f3ed-4b57-4318-9199-98006f218755 .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cc02f3ed-4b57-4318-9199-98006f218755 .shogun-heading-component h1 {
  color: rgba(254, 238, 205, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-d160c3f5-ed5d-46bb-94f0-b24ee2a23121 {
  margin-top: -35px;
margin-bottom: -15px;
text-align: center;
}
@media (max-width: 767px){#s-d160c3f5-ed5d-46bb-94f0-b24ee2a23121 {
  margin-top: -15px;
margin-bottom: 5px;
}
}
#s-d160c3f5-ed5d-46bb-94f0-b24ee2a23121 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f0ae96aa-cae7-4c11-b952-01d5c349c591 {
  border-style: solid;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: #2C2A34;
border-radius: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-f0ae96aa-cae7-4c11-b952-01d5c349c591 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0ae96aa-cae7-4c11-b952-01d5c349c591 {
  margin-left: 3%;
margin-right: 3%;
}
}






  #s-f0ae96aa-cae7-4c11-b952-01d5c349c591 img.shogun-image {
    

    
    
    
  }


#s-f0ae96aa-cae7-4c11-b952-01d5c349c591 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b1e5ae46-d241-4aaa-a9ec-8323d6d5f9a6 {
  margin-top: -8%;
margin-right: -8%;
padding-left: 75%;
text-align: right;
}
@media (min-width: 1200px){#s-b1e5ae46-d241-4aaa-a9ec-8323d6d5f9a6 {
  margin-top: -13%;
margin-right: -18%;
padding-left: 75%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1e5ae46-d241-4aaa-a9ec-8323d6d5f9a6 {
  margin-top: -13%;
margin-right: -18%;
padding-left: 75%;
}
}@media (max-width: 767px){#s-b1e5ae46-d241-4aaa-a9ec-8323d6d5f9a6 {
  margin-top: -15%;
margin-left: 5%;
margin-right: -15%;
padding-left: 68%;
}
}






  #s-b1e5ae46-d241-4aaa-a9ec-8323d6d5f9a6 img.shogun-image {
    

    
    
    
  }


#s-b1e5ae46-d241-4aaa-a9ec-8323d6d5f9a6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4cc01cf3-0550-4041-a270-ce7b75d88391 {
  margin-bottom: 2%;
}

@media (max-width: 767px){#s-9f147e4b-a806-4b8a-a545-114e89bf134b {
  margin-bottom: 5%;
}
}
#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2-btn-wrapper {
    text-align: center;
  }


#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-variant-btn:hover {
  background: #252525;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-variant-btn:active, #s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0ecafff1-0097-4e1c-b6bd-c202fc8dc0f2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-0a272960-055f-492c-912e-b798359e9a17 {
  box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.31);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2.5%;
padding-left: 8%;
padding-bottom: 2.5%;
padding-right: 8%;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 58, 29, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0a272960-055f-492c-912e-b798359e9a17:hover {border-style: solid !important;
border-top-width: 2.5px !important;
border-left-width: 2.5px !important;
border-bottom-width: 2.5px !important;
border-right-width: 2.5px !important;
border-color: rgba(51, 51, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(181, 36, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0a272960-055f-492c-912e-b798359e9a17:active {background-color: rgba(255, 240, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-0a272960-055f-492c-912e-b798359e9a17 {
  box-shadow:0px 4px 0px 0px rgba(0, 0, 0, 0.2);
margin-top: 5%;
margin-bottom: 1%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a272960-055f-492c-912e-b798359e9a17 {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-0a272960-055f-492c-912e-b798359e9a17 {
  border-style: solid;
border-color: #000;
margin-top: 5%;
margin-left: -5%;
margin-right: -5%;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}

  #s-0a272960-055f-492c-912e-b798359e9a17-atc-btn-wrapper {
    text-align: center;
  }


#s-0a272960-055f-492c-912e-b798359e9a17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a272960-055f-492c-912e-b798359e9a17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a272960-055f-492c-912e-b798359e9a17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-0a272960-055f-492c-912e-b798359e9a17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0a272960-055f-492c-912e-b798359e9a17.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

@media (min-width: 1200px){
  #s-0a272960-055f-492c-912e-b798359e9a17-atc-btn-wrapper {
    text-align: center;
  }


#s-0a272960-055f-492c-912e-b798359e9a17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a272960-055f-492c-912e-b798359e9a17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a272960-055f-492c-912e-b798359e9a17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.4em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-0a272960-055f-492c-912e-b798359e9a17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0a272960-055f-492c-912e-b798359e9a17.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}@media (max-width: 767px){
  #s-0a272960-055f-492c-912e-b798359e9a17-atc-btn-wrapper {
    text-align: center;
  }


#s-0a272960-055f-492c-912e-b798359e9a17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a272960-055f-492c-912e-b798359e9a17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a272960-055f-492c-912e-b798359e9a17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.3em;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-0a272960-055f-492c-912e-b798359e9a17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0a272960-055f-492c-912e-b798359e9a17.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Noto Sans TC;
    
    font-size: 1.1em;
    
  }

}
#s-e61154b8-7de2-4fa9-8fa5-99bf79415928 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 12%;
padding-bottom: 12%;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-e61154b8-7de2-4fa9-8fa5-99bf79415928 {
  padding-top: 15%;
padding-bottom: 15%;
}
}







#s-e61154b8-7de2-4fa9-8fa5-99bf79415928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e61154b8-7de2-4fa9-8fa5-99bf79415928.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-655545fe-637d-41ef-bae9-97b295d4c1db {
  margin-top: 1.5%;
margin-left: 0%;
margin-bottom: 1.5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-655545fe-637d-41ef-bae9-97b295d4c1db {
  margin-left: 2%;
margin-bottom: 2%;
margin-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-655545fe-637d-41ef-bae9-97b295d4c1db {
  margin-left: 2%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-655545fe-637d-41ef-bae9-97b295d4c1db {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-655545fe-637d-41ef-bae9-97b295d4c1db {
  margin-top: 7%;
margin-bottom: 4%;
}
}







#s-655545fe-637d-41ef-bae9-97b295d4c1db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-655545fe-637d-41ef-bae9-97b295d4c1db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a990667e-4e99-4e4c-ba30-ca97d2d96c9b {
  margin-top: 1%;
margin-bottom: 1%;
padding-left: 30%;
padding-right: 30%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a990667e-4e99-4e4c-ba30-ca97d2d96c9b {
  padding-left: 25%;
padding-right: 25%;
}
}@media (max-width: 767px){#s-a990667e-4e99-4e4c-ba30-ca97d2d96c9b {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
}






  #s-a990667e-4e99-4e4c-ba30-ca97d2d96c9b img.shogun-image {
    

    
    
    
  }


#s-a990667e-4e99-4e4c-ba30-ca97d2d96c9b .shogun-image-content {
  
    align-items: center;
  
}

#s-2d552307-888b-4ac3-b842-799485e1864e {
  min-height: 50px;
}








#s-2d552307-888b-4ac3-b842-799485e1864e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d552307-888b-4ac3-b842-799485e1864e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ab1861b-4b59-4fc6-b91a-a631999605ac {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3ab1861b-4b59-4fc6-b91a-a631999605ac {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ab1861b-4b59-4fc6-b91a-a631999605ac {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-3ab1861b-4b59-4fc6-b91a-a631999605ac {
  margin-left: 2%;
margin-bottom: 3%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-3ab1861b-4b59-4fc6-b91a-a631999605ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ab1861b-4b59-4fc6-b91a-a631999605ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3ab1861b-4b59-4fc6-b91a-a631999605ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ab1861b-4b59-4fc6-b91a-a631999605ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-09c8d03c-8528-4104-85d1-d9a2dc93f5eb {
  margin-left: -3%;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-09c8d03c-8528-4104-85d1-d9a2dc93f5eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-09c8d03c-8528-4104-85d1-d9a2dc93f5eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09c8d03c-8528-4104-85d1-d9a2dc93f5eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-09c8d03c-8528-4104-85d1-d9a2dc93f5eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09c8d03c-8528-4104-85d1-d9a2dc93f5eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-09c8d03c-8528-4104-85d1-d9a2dc93f5eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09c8d03c-8528-4104-85d1-d9a2dc93f5eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-e7d8e1bb-6e94-481f-a835-18017c8f8208 {
  text-align: center;
}
@media (max-width: 767px){#s-e7d8e1bb-6e94-481f-a835-18017c8f8208 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 10%;
padding-bottom: 0%;
}
}






  #s-e7d8e1bb-6e94-481f-a835-18017c8f8208 img.shogun-image {
    

    
    
    
  }


#s-e7d8e1bb-6e94-481f-a835-18017c8f8208 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6a87112-d21e-4334-b202-5a41628c4cf4 {
  margin-top: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d6a87112-d21e-4334-b202-5a41628c4cf4 {
  margin-left: -10%;
margin-right: 0%;
}
}
#s-d6a87112-d21e-4334-b202-5a41628c4cf4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d6a87112-d21e-4334-b202-5a41628c4cf4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-719ed5e5-20fc-47b4-934f-63a8b4161973 {
  margin-top: -10%;
margin-bottom: -10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-719ed5e5-20fc-47b4-934f-63a8b4161973 {
  margin-left: -10%;
}
}
#s-719ed5e5-20fc-47b4-934f-63a8b4161973 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-719ed5e5-20fc-47b4-934f-63a8b4161973 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-719ed5e5-20fc-47b4-934f-63a8b4161973 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: left;
}


}
@media (min-width: 768px) and (max-width: 991px){#s-c8078bd2-fd84-4490-832d-28375481bb99 {
  margin-left: -3%;
margin-right: -3%;
}
}@media (max-width: 767px){#s-c8078bd2-fd84-4490-832d-28375481bb99 {
  margin-top: -3%;
}
}
@media (min-width: 0px) {
[id="s-c8078bd2-fd84-4490-832d-28375481bb99"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c8078bd2-fd84-4490-832d-28375481bb99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8078bd2-fd84-4490-832d-28375481bb99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8078bd2-fd84-4490-832d-28375481bb99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8078bd2-fd84-4490-832d-28375481bb99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8078bd2-fd84-4490-832d-28375481bb99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8078bd2-fd84-4490-832d-28375481bb99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-12f19383-a712-456b-b186-2f87247e8e7c {
  text-align: center;
}
@media (max-width: 767px){#s-12f19383-a712-456b-b186-2f87247e8e7c {
  margin-left: 20%;
margin-right: 20%;
padding-top: 10%;
padding-bottom: 0%;
}
}






  #s-12f19383-a712-456b-b186-2f87247e8e7c img.shogun-image {
    

    
    
    
  }


#s-12f19383-a712-456b-b186-2f87247e8e7c .shogun-image-content {
  
    align-items: center;
  
}

#s-27465df6-73cf-458e-b850-946145a920a2 {
  margin-top: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-27465df6-73cf-458e-b850-946145a920a2 {
  margin-left: -10%;
}
}
#s-27465df6-73cf-458e-b850-946145a920a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-27465df6-73cf-458e-b850-946145a920a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-f6d6ee2c-a2da-4ebc-83f0-18469d64e0ae {
  margin-top: -10%;
margin-bottom: -10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f6d6ee2c-a2da-4ebc-83f0-18469d64e0ae {
  margin-left: -10%;
}
}
#s-f6d6ee2c-a2da-4ebc-83f0-18469d64e0ae .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-f6d6ee2c-a2da-4ebc-83f0-18469d64e0ae .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f6d6ee2c-a2da-4ebc-83f0-18469d64e0ae .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-f6d6ee2c-a2da-4ebc-83f0-18469d64e0ae .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: left;
}


}
@media (min-width: 768px) and (max-width: 991px){#s-e722015c-827f-4586-9c28-1794fdacd40e {
  margin-left: -3%;
margin-right: -3%;
}
}@media (max-width: 767px){#s-e722015c-827f-4586-9c28-1794fdacd40e {
  margin-top: -3%;
margin-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-e722015c-827f-4586-9c28-1794fdacd40e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e722015c-827f-4586-9c28-1794fdacd40e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e722015c-827f-4586-9c28-1794fdacd40e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e722015c-827f-4586-9c28-1794fdacd40e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e722015c-827f-4586-9c28-1794fdacd40e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e722015c-827f-4586-9c28-1794fdacd40e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e722015c-827f-4586-9c28-1794fdacd40e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-2bfd83a5-1bd0-4db4-a90b-b4499ab6ba62 {
  text-align: center;
}
@media (max-width: 767px){#s-2bfd83a5-1bd0-4db4-a90b-b4499ab6ba62 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 10%;
padding-left: 0%;
padding-right: 0%;
}
}






  #s-2bfd83a5-1bd0-4db4-a90b-b4499ab6ba62 img.shogun-image {
    

    
    
    
  }


#s-2bfd83a5-1bd0-4db4-a90b-b4499ab6ba62 .shogun-image-content {
  
    align-items: center;
  
}

#s-e643a67c-c037-4474-904d-1f850c7903b7 {
  margin-top: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e643a67c-c037-4474-904d-1f850c7903b7 {
  margin-left: -10%;
}
}
#s-e643a67c-c037-4474-904d-1f850c7903b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e643a67c-c037-4474-904d-1f850c7903b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-789ba652-99a3-4ae0-aef5-70826bb41f6a {
  margin-top: -10%;
margin-bottom: -10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-789ba652-99a3-4ae0-aef5-70826bb41f6a {
  margin-left: -10%;
}
}
#s-789ba652-99a3-4ae0-aef5-70826bb41f6a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-789ba652-99a3-4ae0-aef5-70826bb41f6a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-789ba652-99a3-4ae0-aef5-70826bb41f6a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-789ba652-99a3-4ae0-aef5-70826bb41f6a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: left;
}


}
#s-b7575ae4-729e-424c-972f-23bffa0785f7 {
  background-repeat: repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-b7575ae4-729e-424c-972f-23bffa0785f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7575ae4-729e-424c-972f-23bffa0785f7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a59c9e10-4d18-44a5-ad90-8ac6560ca260 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-a59c9e10-4d18-44a5-ad90-8ac6560ca260 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a59c9e10-4d18-44a5-ad90-8ac6560ca260 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a59c9e10-4d18-44a5-ad90-8ac6560ca260 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-a59c9e10-4d18-44a5-ad90-8ac6560ca260 {
  margin-left: -15%;
margin-right: -15%;
padding-left: 0%;
padding-right: 0%;
}
}






  #s-a59c9e10-4d18-44a5-ad90-8ac6560ca260 img.shogun-image {
    

    
    
    
  }


#s-a59c9e10-4d18-44a5-ad90-8ac6560ca260 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f494f87-e7b9-4ef9-b26c-6b6611fef548 {
  margin-bottom: 3px;
min-height: 50px;
}








#s-5f494f87-e7b9-4ef9-b26c-6b6611fef548 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f494f87-e7b9-4ef9-b26c-6b6611fef548.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7147f5c0-2dea-4c98-9d7a-76ce7106d9b4 {
  margin-left: 15%;
margin-bottom: -3%;
margin-right: 15%;
}
@media (max-width: 767px){#s-7147f5c0-2dea-4c98-9d7a-76ce7106d9b4 {
  margin-left: 7%;
margin-right: 7%;
}
}
@media (min-width: 0px) {
[id="s-7147f5c0-2dea-4c98-9d7a-76ce7106d9b4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-7147f5c0-2dea-4c98-9d7a-76ce7106d9b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7147f5c0-2dea-4c98-9d7a-76ce7106d9b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7147f5c0-2dea-4c98-9d7a-76ce7106d9b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-01ec8537-35ee-468d-9a8f-68ae2bc68f74 {
  text-align: center;
}
@media (max-width: 767px){#s-01ec8537-35ee-468d-9a8f-68ae2bc68f74 {
  margin-left: -7px;
margin-right: -7px;
}
}






  #s-01ec8537-35ee-468d-9a8f-68ae2bc68f74 img.shogun-image {
    

    
    
    
  }


#s-01ec8537-35ee-468d-9a8f-68ae2bc68f74 .shogun-image-content {
  
    align-items: center;
  
}

#s-b423b98a-d3f4-4c56-8c59-67678f358aa2 {
  text-align: center;
}
@media (max-width: 767px){#s-b423b98a-d3f4-4c56-8c59-67678f358aa2 {
  margin-left: -7px;
margin-right: -7px;
}
}






  #s-b423b98a-d3f4-4c56-8c59-67678f358aa2 img.shogun-image {
    

    
    
    
  }


#s-b423b98a-d3f4-4c56-8c59-67678f358aa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbc3e66d-ffec-4659-a2cd-d088fe55c090 {
  text-align: center;
}
@media (max-width: 767px){#s-cbc3e66d-ffec-4659-a2cd-d088fe55c090 {
  margin-left: -7px;
margin-right: -7px;
}
}






  #s-cbc3e66d-ffec-4659-a2cd-d088fe55c090 img.shogun-image {
    

    
    
    
  }


#s-cbc3e66d-ffec-4659-a2cd-d088fe55c090 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1b1c3bb-c03c-4dfc-97b3-b618cc5b15b1 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1b1c3bb-c03c-4dfc-97b3-b618cc5b15b1 {
  margin-top: -2%;
margin-left: 5%;
margin-bottom: -2%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a1b1c3bb-c03c-4dfc-97b3-b618cc5b15b1 {
  margin-top: -3%;
margin-left: -17%;
margin-bottom: -3%;
margin-right: -17%;
padding-left: 0%;
padding-right: 0%;
}
}






  #s-a1b1c3bb-c03c-4dfc-97b3-b618cc5b15b1 img.shogun-image {
    

    
    
    
  }


#s-a1b1c3bb-c03c-4dfc-97b3-b618cc5b15b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-13643994-6892-47f6-8cfc-13b39a7b1e2f {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-13643994-6892-47f6-8cfc-13b39a7b1e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13643994-6892-47f6-8cfc-13b39a7b1e2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0971ef8-388f-4a83-ad81-1b8d84989f71 {
  margin-left: 14%;
margin-right: 11%;
padding-right: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a0971ef8-388f-4a83-ad81-1b8d84989f71 {
  margin-left: 12%;
margin-right: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0971ef8-388f-4a83-ad81-1b8d84989f71 {
  margin-left: 6%;
margin-bottom: 0px;
margin-right: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-a0971ef8-388f-4a83-ad81-1b8d84989f71 {
  margin-left: 8%;
margin-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-a0971ef8-388f-4a83-ad81-1b8d84989f71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0971ef8-388f-4a83-ad81-1b8d84989f71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0971ef8-388f-4a83-ad81-1b8d84989f71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0971ef8-388f-4a83-ad81-1b8d84989f71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0971ef8-388f-4a83-ad81-1b8d84989f71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0971ef8-388f-4a83-ad81-1b8d84989f71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0971ef8-388f-4a83-ad81-1b8d84989f71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a0971ef8-388f-4a83-ad81-1b8d84989f71"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e247db0b-f6b8-469b-b9bb-a97f2feed1ba {
  min-height: 50px;
}








#s-e247db0b-f6b8-469b-b9bb-a97f2feed1ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e247db0b-f6b8-469b-b9bb-a97f2feed1ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47b1a2c7-c917-41e9-aacb-9ace42d0873d {
  margin-left: 0%;
margin-bottom: -20%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 60%;
text-align: center;
}
@media (min-width: 1200px){#s-47b1a2c7-c917-41e9-aacb-9ace42d0873d {
  margin-bottom: -20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-47b1a2c7-c917-41e9-aacb-9ace42d0873d {
  margin-bottom: -5%;
}
}@media (max-width: 767px){#s-47b1a2c7-c917-41e9-aacb-9ace42d0873d {
  margin-top: -9%;
margin-bottom: 0%;
}
}






  #s-47b1a2c7-c917-41e9-aacb-9ace42d0873d img.shogun-image {
    

    
    
    
  }


#s-47b1a2c7-c917-41e9-aacb-9ace42d0873d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f9a202f3-968f-47ce-b8f9-a75e16bd8e26 {
  margin-top: -30px;
margin-bottom: -30px;
text-align: center;
}
@media (min-width: 1200px){#s-f9a202f3-968f-47ce-b8f9-a75e16bd8e26 {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9a202f3-968f-47ce-b8f9-a75e16bd8e26 {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9a202f3-968f-47ce-b8f9-a75e16bd8e26 {
  margin-top: -20%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-f9a202f3-968f-47ce-b8f9-a75e16bd8e26 {
  margin-top: -17%;
margin-left: 9%;
margin-bottom: 0%;
}
}






  #s-f9a202f3-968f-47ce-b8f9-a75e16bd8e26 img.shogun-image {
    

    
    
    
  }


#s-f9a202f3-968f-47ce-b8f9-a75e16bd8e26 .shogun-image-content {
  
    align-items: center;
  
}

#s-d66577ba-2400-4e64-bffd-336ad4ee5035 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d66577ba-2400-4e64-bffd-336ad4ee5035 {
  margin-top: -5%;
margin-bottom: -5%;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-d66577ba-2400-4e64-bffd-336ad4ee5035 {
  padding-bottom: 20px;
}
}
#s-d66577ba-2400-4e64-bffd-336ad4ee5035 .shogun-heading-component h3 {
  color: rgba(95, 155, 145, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


@media (min-width: 1200px){#s-d66577ba-2400-4e64-bffd-336ad4ee5035 .shogun-heading-component h3 {
  color: rgba(95, 155, 145, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d66577ba-2400-4e64-bffd-336ad4ee5035 .shogun-heading-component h3 {
  color: rgba(95, 155, 145, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d66577ba-2400-4e64-bffd-336ad4ee5035 .shogun-heading-component h3 {
  color: rgba(95, 155, 145, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (max-width: 767px){#s-d66577ba-2400-4e64-bffd-336ad4ee5035 .shogun-heading-component h3 {
  color: rgba(95, 155, 145, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}
#s-3414db4f-4fde-41b1-95f5-b69a87ff6a81 {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3414db4f-4fde-41b1-95f5-b69a87ff6a81 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3414db4f-4fde-41b1-95f5-b69a87ff6a81 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-3414db4f-4fde-41b1-95f5-b69a87ff6a81 {
  margin-left: 6%;
margin-right: 6%;
}
}







#s-3414db4f-4fde-41b1-95f5-b69a87ff6a81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3414db4f-4fde-41b1-95f5-b69a87ff6a81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c534dbfd-c05b-4650-9f48-bc195cd43b6c {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c534dbfd-c05b-4650-9f48-bc195cd43b6c {
  margin-top: -10%;
}
}@media (max-width: 767px){#s-c534dbfd-c05b-4650-9f48-bc195cd43b6c {
  margin-top: -6px;
margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-c534dbfd-c05b-4650-9f48-bc195cd43b6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c534dbfd-c05b-4650-9f48-bc195cd43b6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c534dbfd-c05b-4650-9f48-bc195cd43b6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c534dbfd-c05b-4650-9f48-bc195cd43b6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c534dbfd-c05b-4650-9f48-bc195cd43b6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c534dbfd-c05b-4650-9f48-bc195cd43b6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c534dbfd-c05b-4650-9f48-bc195cd43b6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-1740720f-641a-4e1a-9499-3d250cc7c372 {
  padding-top: 0px;
min-height: 100%;
}








#s-1740720f-641a-4e1a-9499-3d250cc7c372 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1740720f-641a-4e1a-9499-3d250cc7c372.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b70bf691-7cca-4c61-bd7b-8d5ddee486d5 {
  margin-right: 0%;
padding-top: 4%;
padding-bottom: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b70bf691-7cca-4c61-bd7b-8d5ddee486d5 {
  padding-top: 20px;
}
}
#s-b70bf691-7cca-4c61-bd7b-8d5ddee486d5 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-b70bf691-7cca-4c61-bd7b-8d5ddee486d5 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b70bf691-7cca-4c61-bd7b-8d5ddee486d5 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-b70bf691-7cca-4c61-bd7b-8d5ddee486d5 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-08e37a71-7bff-4ff2-a84e-f90b3583e4ad {
  min-height: 100%;
}








#s-08e37a71-7bff-4ff2-a84e-f90b3583e4ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08e37a71-7bff-4ff2-a84e-f90b3583e4ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396 {
  border-style: solid;
margin-top: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(49, 65, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(78, 92, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396:hover {background-color: rgba(124, 149, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396:active {background-color: rgba(49, 65, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396 {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396 {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71c8b8b8-b2d8-4b0b-ae20-f0d33c4a8396.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-8744d717-e23c-4e27-bae6-c607147729e9 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8744d717-e23c-4e27-bae6-c607147729e9 {
  margin-top: -9%;
margin-bottom: -9%;
}
}@media (max-width: 767px){#s-8744d717-e23c-4e27-bae6-c607147729e9 {
  margin-top: 3%;
margin-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-8744d717-e23c-4e27-bae6-c607147729e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8744d717-e23c-4e27-bae6-c607147729e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8744d717-e23c-4e27-bae6-c607147729e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8744d717-e23c-4e27-bae6-c607147729e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8744d717-e23c-4e27-bae6-c607147729e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8744d717-e23c-4e27-bae6-c607147729e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8744d717-e23c-4e27-bae6-c607147729e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-f4a8a525-c34d-4168-8e90-856567e0d92b {
  padding-top: 0%;
min-height: 100%;
}








#s-f4a8a525-c34d-4168-8e90-856567e0d92b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4a8a525-c34d-4168-8e90-856567e0d92b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3277505e-66fe-477c-89cc-4b6b45c91eec {
  margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3277505e-66fe-477c-89cc-4b6b45c91eec {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-3277505e-66fe-477c-89cc-4b6b45c91eec .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-3277505e-66fe-477c-89cc-4b6b45c91eec .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-3277505e-66fe-477c-89cc-4b6b45c91eec .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-3277505e-66fe-477c-89cc-4b6b45c91eec .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-0236a126-dac9-4f47-bc2b-a9c1d556b67e {
  min-height: 100%;
}








#s-0236a126-dac9-4f47-bc2b-a9c1d556b67e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0236a126-dac9-4f47-bc2b-a9c1d556b67e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(49, 65, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(78, 92, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42:hover {background-color: rgba(124, 149, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42:active {background-color: rgba(49, 65, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42 {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42 {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b9ba9f08-3dfb-4ce3-9ec1-604bfe043b42.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-090ba6a0-10ab-4148-8728-5482eec20491 {
  text-align: center;
}







  #s-090ba6a0-10ab-4148-8728-5482eec20491 img.shogun-image {
    

    
    
    
  }


#s-090ba6a0-10ab-4148-8728-5482eec20491 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f0b9ae3-e039-45fb-8d5d-e5c854da4563 {
  margin-right: 14%;
text-align: center;
}
@media (max-width: 767px){#s-1f0b9ae3-e039-45fb-8d5d-e5c854da4563 {
  margin-left: 8%;
margin-right: 6%;
}
}






  #s-1f0b9ae3-e039-45fb-8d5d-e5c854da4563 img.shogun-image {
    

    
    
    
  }


#s-1f0b9ae3-e039-45fb-8d5d-e5c854da4563 .shogun-image-content {
  
    align-items: center;
  
}

#s-d783dfb8-0fed-4aa7-9883-5bbff0b52625 {
  margin-bottom: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-d783dfb8-0fed-4aa7-9883-5bbff0b52625 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d783dfb8-0fed-4aa7-9883-5bbff0b52625.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc48f36f-5f42-4c1d-b53c-29422b625e1e {
  margin-left: 11%;
margin-right: 14%;
padding-right: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cc48f36f-5f42-4c1d-b53c-29422b625e1e {
  margin-left: 9%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc48f36f-5f42-4c1d-b53c-29422b625e1e {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 6%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-cc48f36f-5f42-4c1d-b53c-29422b625e1e {
  margin-left: 8%;
margin-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-cc48f36f-5f42-4c1d-b53c-29422b625e1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc48f36f-5f42-4c1d-b53c-29422b625e1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc48f36f-5f42-4c1d-b53c-29422b625e1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc48f36f-5f42-4c1d-b53c-29422b625e1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc48f36f-5f42-4c1d-b53c-29422b625e1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc48f36f-5f42-4c1d-b53c-29422b625e1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc48f36f-5f42-4c1d-b53c-29422b625e1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9163de07-8ce3-45a0-8f75-9379495872cd {
  text-align: center;
}







  #s-9163de07-8ce3-45a0-8f75-9379495872cd img.shogun-image {
    

    
    
    
  }


#s-9163de07-8ce3-45a0-8f75-9379495872cd .shogun-image-content {
  
    align-items: center;
  
}

#s-f02ae73b-0e4d-4587-bbc3-51eab4f6d340 {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-f02ae73b-0e4d-4587-bbc3-51eab4f6d340 {
  margin-left: 9%;
margin-right: 5%;
}
}






  #s-f02ae73b-0e4d-4587-bbc3-51eab4f6d340 img.shogun-image {
    

    
    
    
  }


#s-f02ae73b-0e4d-4587-bbc3-51eab4f6d340 .shogun-image-content {
  
    align-items: center;
  
}

#s-e91763a0-9cac-4ad7-a212-2581d9e8ea46 {
  min-height: 50px;
}








#s-e91763a0-9cac-4ad7-a212-2581d9e8ea46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e91763a0-9cac-4ad7-a212-2581d9e8ea46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88cce93a-b9ac-4e29-88c4-b4b60ab3f96a {
  min-height: 50px;
}








#s-88cce93a-b9ac-4e29-88c4-b4b60ab3f96a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88cce93a-b9ac-4e29-88c4-b4b60ab3f96a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-843cc067-3fd5-44db-b2d0-d14f775f5f15 {
  margin-left: 0%;
margin-bottom: -20%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 60%;
text-align: center;
}
@media (min-width: 1200px){#s-843cc067-3fd5-44db-b2d0-d14f775f5f15 {
  margin-bottom: -20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-843cc067-3fd5-44db-b2d0-d14f775f5f15 {
  margin-bottom: -5%;
}
}@media (max-width: 767px){#s-843cc067-3fd5-44db-b2d0-d14f775f5f15 {
  margin-top: -9%;
margin-bottom: 0%;
}
}






  #s-843cc067-3fd5-44db-b2d0-d14f775f5f15 img.shogun-image {
    

    
    
    
  }


#s-843cc067-3fd5-44db-b2d0-d14f775f5f15 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b8cc00ac-c143-46df-a1ee-bd719fa787b7 {
  margin-top: -30px;
margin-bottom: -30px;
text-align: center;
}
@media (min-width: 1200px){#s-b8cc00ac-c143-46df-a1ee-bd719fa787b7 {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8cc00ac-c143-46df-a1ee-bd719fa787b7 {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8cc00ac-c143-46df-a1ee-bd719fa787b7 {
  margin-top: -20%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-b8cc00ac-c143-46df-a1ee-bd719fa787b7 {
  margin-top: -17%;
margin-left: 9%;
margin-bottom: 0%;
}
}






  #s-b8cc00ac-c143-46df-a1ee-bd719fa787b7 img.shogun-image {
    

    
    
    
  }


#s-b8cc00ac-c143-46df-a1ee-bd719fa787b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-99a0c54b-5353-43f3-a4d9-af7f0335e15e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-99a0c54b-5353-43f3-a4d9-af7f0335e15e {
  margin-top: -5%;
margin-bottom: -5%;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-99a0c54b-5353-43f3-a4d9-af7f0335e15e {
  padding-bottom: 20px;
}
}
#s-99a0c54b-5353-43f3-a4d9-af7f0335e15e .shogun-heading-component h3 {
  color: rgba(112, 138, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


@media (min-width: 1200px){#s-99a0c54b-5353-43f3-a4d9-af7f0335e15e .shogun-heading-component h3 {
  color: rgba(112, 138, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-99a0c54b-5353-43f3-a4d9-af7f0335e15e .shogun-heading-component h3 {
  color: rgba(112, 138, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-99a0c54b-5353-43f3-a4d9-af7f0335e15e .shogun-heading-component h3 {
  color: rgba(112, 138, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (max-width: 767px){#s-99a0c54b-5353-43f3-a4d9-af7f0335e15e .shogun-heading-component h3 {
  color: rgba(112, 138, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}
#s-d78d6039-09a5-4ece-ac02-73fc5452e9c3 {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d78d6039-09a5-4ece-ac02-73fc5452e9c3 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d78d6039-09a5-4ece-ac02-73fc5452e9c3 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-d78d6039-09a5-4ece-ac02-73fc5452e9c3 {
  margin-left: 6%;
margin-right: 6%;
}
}







#s-d78d6039-09a5-4ece-ac02-73fc5452e9c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d78d6039-09a5-4ece-ac02-73fc5452e9c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddf12826-d4ad-4a69-8aa1-c6a4070252f5 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ddf12826-d4ad-4a69-8aa1-c6a4070252f5 {
  margin-top: -10%;
}
}@media (max-width: 767px){#s-ddf12826-d4ad-4a69-8aa1-c6a4070252f5 {
  margin-top: -6px;
margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-ddf12826-d4ad-4a69-8aa1-c6a4070252f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ddf12826-d4ad-4a69-8aa1-c6a4070252f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ddf12826-d4ad-4a69-8aa1-c6a4070252f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ddf12826-d4ad-4a69-8aa1-c6a4070252f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ddf12826-d4ad-4a69-8aa1-c6a4070252f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddf12826-d4ad-4a69-8aa1-c6a4070252f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ddf12826-d4ad-4a69-8aa1-c6a4070252f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-fac0ba4a-e132-4e84-a8b1-f25030c6c8ba {
  padding-top: 0px;
min-height: 100%;
}








#s-fac0ba4a-e132-4e84-a8b1-f25030c6c8ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fac0ba4a-e132-4e84-a8b1-f25030c6c8ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d14e16ef-28e9-4ade-bc4b-f9df4ca82b93 {
  margin-right: 0%;
padding-top: 4%;
padding-bottom: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d14e16ef-28e9-4ade-bc4b-f9df4ca82b93 {
  padding-top: 20px;
}
}
#s-d14e16ef-28e9-4ade-bc4b-f9df4ca82b93 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-d14e16ef-28e9-4ade-bc4b-f9df4ca82b93 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d14e16ef-28e9-4ade-bc4b-f9df4ca82b93 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-d14e16ef-28e9-4ade-bc4b-f9df4ca82b93 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-85149fad-0d93-4750-9612-25bc3c7634e4 {
  min-height: 100%;
}








#s-85149fad-0d93-4750-9612-25bc3c7634e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85149fad-0d93-4750-9612-25bc3c7634e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06 {
  border-style: solid;
margin-top: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(49, 65, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(78, 92, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06:hover {background-color: rgba(124, 149, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06:active {background-color: rgba(49, 65, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06 {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06 {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d6719e5-3c03-41c7-92f0-5ab1fe607d06.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-f304d4dd-f50c-418a-a684-ebf2109066ad {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f304d4dd-f50c-418a-a684-ebf2109066ad {
  margin-top: -9%;
margin-bottom: -9%;
}
}@media (max-width: 767px){#s-f304d4dd-f50c-418a-a684-ebf2109066ad {
  margin-top: 3%;
margin-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-f304d4dd-f50c-418a-a684-ebf2109066ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f304d4dd-f50c-418a-a684-ebf2109066ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f304d4dd-f50c-418a-a684-ebf2109066ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f304d4dd-f50c-418a-a684-ebf2109066ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f304d4dd-f50c-418a-a684-ebf2109066ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f304d4dd-f50c-418a-a684-ebf2109066ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f304d4dd-f50c-418a-a684-ebf2109066ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-25bdf160-5f9b-4286-8c57-d769ab219ebe {
  padding-top: 0%;
min-height: 100%;
}








#s-25bdf160-5f9b-4286-8c57-d769ab219ebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25bdf160-5f9b-4286-8c57-d769ab219ebe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71c2275a-c70c-4ec3-be2c-e24847432690 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-71c2275a-c70c-4ec3-be2c-e24847432690 {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-71c2275a-c70c-4ec3-be2c-e24847432690 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-71c2275a-c70c-4ec3-be2c-e24847432690 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-71c2275a-c70c-4ec3-be2c-e24847432690 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-71c2275a-c70c-4ec3-be2c-e24847432690 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-0ea6a246-20c7-4f2f-99b3-33da7231f480 {
  min-height: 100%;
}








#s-0ea6a246-20c7-4f2f-99b3-33da7231f480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ea6a246-20c7-4f2f-99b3-33da7231f480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(49, 65, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(78, 92, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a0a0b567-3dad-4715-921c-5d25f3578ea9:hover {background-color: rgba(124, 149, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a0a0b567-3dad-4715-921c-5d25f3578ea9:active {background-color: rgba(49, 65, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-a0a0b567-3dad-4715-921c-5d25f3578ea9 {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-a0a0b567-3dad-4715-921c-5d25f3578ea9 {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-a0a0b567-3dad-4715-921c-5d25f3578ea9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a0a0b567-3dad-4715-921c-5d25f3578ea9.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-88982af3-8da7-4d55-87bf-b713e41393de {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-88982af3-8da7-4d55-87bf-b713e41393de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88982af3-8da7-4d55-87bf-b713e41393de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be {
  margin-left: 14%;
margin-right: 11%;
padding-right: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be {
  margin-left: 12%;
margin-right: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be {
  margin-left: 6%;
margin-bottom: 0px;
margin-right: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be {
  margin-left: 8%;
margin-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-08b6e1bb-1b2b-4ffb-a518-76c9a05cc9be"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-34f3d149-d113-49d5-8d6e-87a8df41e775 {
  min-height: 50px;
}








#s-34f3d149-d113-49d5-8d6e-87a8df41e775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34f3d149-d113-49d5-8d6e-87a8df41e775.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cf0dff1-11e2-4bb4-a6d1-b8ad01d328cb {
  margin-left: 0%;
margin-bottom: -20%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 60%;
text-align: center;
}
@media (min-width: 1200px){#s-3cf0dff1-11e2-4bb4-a6d1-b8ad01d328cb {
  margin-bottom: -20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3cf0dff1-11e2-4bb4-a6d1-b8ad01d328cb {
  margin-bottom: -5%;
}
}@media (max-width: 767px){#s-3cf0dff1-11e2-4bb4-a6d1-b8ad01d328cb {
  margin-top: -9%;
margin-bottom: 0%;
}
}






  #s-3cf0dff1-11e2-4bb4-a6d1-b8ad01d328cb img.shogun-image {
    

    
    
    
  }


#s-3cf0dff1-11e2-4bb4-a6d1-b8ad01d328cb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ccc1e573-7ad9-4dde-beca-dc1484b274a0 {
  margin-top: -30px;
margin-bottom: -30px;
text-align: center;
}
@media (min-width: 1200px){#s-ccc1e573-7ad9-4dde-beca-dc1484b274a0 {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccc1e573-7ad9-4dde-beca-dc1484b274a0 {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccc1e573-7ad9-4dde-beca-dc1484b274a0 {
  margin-top: -20%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-ccc1e573-7ad9-4dde-beca-dc1484b274a0 {
  margin-top: -17%;
margin-left: 9%;
margin-bottom: 0%;
}
}






  #s-ccc1e573-7ad9-4dde-beca-dc1484b274a0 img.shogun-image {
    

    
    
    
  }


#s-ccc1e573-7ad9-4dde-beca-dc1484b274a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c8c8f2a-6fde-4c78-8523-81c7d31ad9c5 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c8c8f2a-6fde-4c78-8523-81c7d31ad9c5 {
  margin-top: -5%;
margin-bottom: -5%;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-2c8c8f2a-6fde-4c78-8523-81c7d31ad9c5 {
  padding-bottom: 20px;
}
}
#s-2c8c8f2a-6fde-4c78-8523-81c7d31ad9c5 .shogun-heading-component h3 {
  color: rgba(222, 106, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


@media (min-width: 1200px){#s-2c8c8f2a-6fde-4c78-8523-81c7d31ad9c5 .shogun-heading-component h3 {
  color: rgba(222, 106, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2c8c8f2a-6fde-4c78-8523-81c7d31ad9c5 .shogun-heading-component h3 {
  color: rgba(222, 106, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2c8c8f2a-6fde-4c78-8523-81c7d31ad9c5 .shogun-heading-component h3 {
  color: rgba(222, 106, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (max-width: 767px){#s-2c8c8f2a-6fde-4c78-8523-81c7d31ad9c5 .shogun-heading-component h3 {
  color: rgba(222, 106, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}
#s-d6a8b38b-8f0a-4998-bd45-8fc9a0eaee56 {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d6a8b38b-8f0a-4998-bd45-8fc9a0eaee56 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6a8b38b-8f0a-4998-bd45-8fc9a0eaee56 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-d6a8b38b-8f0a-4998-bd45-8fc9a0eaee56 {
  margin-left: 6%;
margin-right: 6%;
}
}







#s-d6a8b38b-8f0a-4998-bd45-8fc9a0eaee56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6a8b38b-8f0a-4998-bd45-8fc9a0eaee56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f9161f8-3773-482e-bcef-a55cf7d6255d {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f9161f8-3773-482e-bcef-a55cf7d6255d {
  margin-top: -10%;
}
}@media (max-width: 767px){#s-4f9161f8-3773-482e-bcef-a55cf7d6255d {
  margin-top: -6px;
margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-4f9161f8-3773-482e-bcef-a55cf7d6255d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4f9161f8-3773-482e-bcef-a55cf7d6255d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f9161f8-3773-482e-bcef-a55cf7d6255d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f9161f8-3773-482e-bcef-a55cf7d6255d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f9161f8-3773-482e-bcef-a55cf7d6255d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f9161f8-3773-482e-bcef-a55cf7d6255d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f9161f8-3773-482e-bcef-a55cf7d6255d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-dc307078-d98e-4a00-be9c-93ea27597c9c {
  padding-top: 0px;
min-height: 100%;
}








#s-dc307078-d98e-4a00-be9c-93ea27597c9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc307078-d98e-4a00-be9c-93ea27597c9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb6beb72-30a6-46ac-8f80-74fee096b7d1 {
  margin-right: 0%;
padding-top: 4%;
padding-bottom: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb6beb72-30a6-46ac-8f80-74fee096b7d1 {
  padding-top: 20px;
}
}
#s-fb6beb72-30a6-46ac-8f80-74fee096b7d1 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-fb6beb72-30a6-46ac-8f80-74fee096b7d1 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-fb6beb72-30a6-46ac-8f80-74fee096b7d1 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-fb6beb72-30a6-46ac-8f80-74fee096b7d1 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-736b7393-9ddb-46ff-90a9-bf925689e78a {
  min-height: 100%;
}








#s-736b7393-9ddb-46ff-90a9-bf925689e78a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-736b7393-9ddb-46ff-90a9-bf925689e78a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f {
  border-style: solid;
margin-top: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(49, 65, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(78, 92, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-24941760-76b0-4724-a47f-07e7ff66458f:hover {background-color: rgba(124, 149, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-24941760-76b0-4724-a47f-07e7ff66458f:active {background-color: rgba(49, 65, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-24941760-76b0-4724-a47f-07e7ff66458f {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-24941760-76b0-4724-a47f-07e7ff66458f {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-24941760-76b0-4724-a47f-07e7ff66458f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-24941760-76b0-4724-a47f-07e7ff66458f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-24941760-76b0-4724-a47f-07e7ff66458f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-24941760-76b0-4724-a47f-07e7ff66458f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-24941760-76b0-4724-a47f-07e7ff66458f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-24941760-76b0-4724-a47f-07e7ff66458f.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-7b8bab58-bd6b-48d2-a627-97fd34515ea5 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b8bab58-bd6b-48d2-a627-97fd34515ea5 {
  margin-top: -9%;
margin-bottom: -9%;
}
}@media (max-width: 767px){#s-7b8bab58-bd6b-48d2-a627-97fd34515ea5 {
  margin-top: 3%;
margin-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-7b8bab58-bd6b-48d2-a627-97fd34515ea5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7b8bab58-bd6b-48d2-a627-97fd34515ea5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b8bab58-bd6b-48d2-a627-97fd34515ea5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b8bab58-bd6b-48d2-a627-97fd34515ea5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b8bab58-bd6b-48d2-a627-97fd34515ea5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b8bab58-bd6b-48d2-a627-97fd34515ea5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b8bab58-bd6b-48d2-a627-97fd34515ea5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-56210924-0208-4197-922b-cc4f969e9867 {
  padding-top: 0%;
min-height: 100%;
}








#s-56210924-0208-4197-922b-cc4f969e9867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56210924-0208-4197-922b-cc4f969e9867.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-574a0e59-05d4-4391-978f-e937b6383dca {
  margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-574a0e59-05d4-4391-978f-e937b6383dca {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-574a0e59-05d4-4391-978f-e937b6383dca .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-574a0e59-05d4-4391-978f-e937b6383dca .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-574a0e59-05d4-4391-978f-e937b6383dca .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-574a0e59-05d4-4391-978f-e937b6383dca .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-129a1ea2-7dd5-4e57-baf0-d2e8d2b1f7af {
  min-height: 100%;
}








#s-129a1ea2-7dd5-4e57-baf0-d2e8d2b1f7af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-129a1ea2-7dd5-4e57-baf0-d2e8d2b1f7af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(49, 65, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(78, 92, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2e962afa-9378-4801-8788-913cc4e634e8:hover {background-color: rgba(124, 149, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2e962afa-9378-4801-8788-913cc4e634e8:active {background-color: rgba(49, 65, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-2e962afa-9378-4801-8788-913cc4e634e8 {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-2e962afa-9378-4801-8788-913cc4e634e8 {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-2e962afa-9378-4801-8788-913cc4e634e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-2e962afa-9378-4801-8788-913cc4e634e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-2e962afa-9378-4801-8788-913cc4e634e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-2e962afa-9378-4801-8788-913cc4e634e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-2e962afa-9378-4801-8788-913cc4e634e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2e962afa-9378-4801-8788-913cc4e634e8.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-c970d40b-f998-49f8-89b4-d2322404e256 {
  text-align: center;
}







  #s-c970d40b-f998-49f8-89b4-d2322404e256 img.shogun-image {
    

    
    
    
  }


#s-c970d40b-f998-49f8-89b4-d2322404e256 .shogun-image-content {
  
    align-items: center;
  
}

#s-46108c6d-1316-45f1-ba88-892e11530c58 {
  margin-right: 14%;
text-align: center;
}
@media (max-width: 767px){#s-46108c6d-1316-45f1-ba88-892e11530c58 {
  margin-left: 8%;
margin-right: 6%;
}
}






  #s-46108c6d-1316-45f1-ba88-892e11530c58 img.shogun-image {
    

    
    
    
  }


#s-46108c6d-1316-45f1-ba88-892e11530c58 .shogun-image-content {
  
    align-items: center;
  
}

#s-e330decb-af47-488c-a6a6-ee39ba141412 {
  margin-bottom: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-e330decb-af47-488c-a6a6-ee39ba141412 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e330decb-af47-488c-a6a6-ee39ba141412.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-388ce54a-8e1a-401b-a0a7-5a0fe4156938 {
  margin-left: 11%;
margin-right: 14%;
padding-right: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-388ce54a-8e1a-401b-a0a7-5a0fe4156938 {
  margin-left: 9%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-388ce54a-8e1a-401b-a0a7-5a0fe4156938 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 6%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-388ce54a-8e1a-401b-a0a7-5a0fe4156938 {
  margin-left: 8%;
margin-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-388ce54a-8e1a-401b-a0a7-5a0fe4156938"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-388ce54a-8e1a-401b-a0a7-5a0fe4156938"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-388ce54a-8e1a-401b-a0a7-5a0fe4156938"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-388ce54a-8e1a-401b-a0a7-5a0fe4156938"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-388ce54a-8e1a-401b-a0a7-5a0fe4156938"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-388ce54a-8e1a-401b-a0a7-5a0fe4156938"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-388ce54a-8e1a-401b-a0a7-5a0fe4156938"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-03dbfb65-316e-4821-8657-998c5a4125a8 {
  text-align: center;
}







  #s-03dbfb65-316e-4821-8657-998c5a4125a8 img.shogun-image {
    

    
    
    
  }


#s-03dbfb65-316e-4821-8657-998c5a4125a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2895475e-d89b-4d40-9822-2a0cdaf68ddb {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-2895475e-d89b-4d40-9822-2a0cdaf68ddb {
  margin-left: 9%;
margin-right: 5%;
}
}






  #s-2895475e-d89b-4d40-9822-2a0cdaf68ddb img.shogun-image {
    

    
    
    
  }


#s-2895475e-d89b-4d40-9822-2a0cdaf68ddb .shogun-image-content {
  
    align-items: center;
  
}

#s-c76a5082-0b6f-4d39-9b49-3d115a868461 {
  min-height: 50px;
}








#s-c76a5082-0b6f-4d39-9b49-3d115a868461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c76a5082-0b6f-4d39-9b49-3d115a868461.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35c36aa1-bbe8-4ffa-976f-200761b958b2 {
  min-height: 50px;
}








#s-35c36aa1-bbe8-4ffa-976f-200761b958b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35c36aa1-bbe8-4ffa-976f-200761b958b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a3fe740-d6ab-42d1-a5ff-a9d8e92048f7 {
  margin-left: 0%;
margin-bottom: -20%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 60%;
text-align: center;
}
@media (min-width: 1200px){#s-0a3fe740-d6ab-42d1-a5ff-a9d8e92048f7 {
  margin-bottom: -20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a3fe740-d6ab-42d1-a5ff-a9d8e92048f7 {
  margin-bottom: -5%;
}
}@media (max-width: 767px){#s-0a3fe740-d6ab-42d1-a5ff-a9d8e92048f7 {
  margin-top: -9%;
margin-bottom: 0%;
}
}






  #s-0a3fe740-d6ab-42d1-a5ff-a9d8e92048f7 img.shogun-image {
    

    
    
    
  }


#s-0a3fe740-d6ab-42d1-a5ff-a9d8e92048f7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e1a08a46-3e6c-4433-9aff-444ba99114ad {
  margin-top: -30px;
margin-bottom: -30px;
text-align: center;
}
@media (min-width: 1200px){#s-e1a08a46-3e6c-4433-9aff-444ba99114ad {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1a08a46-3e6c-4433-9aff-444ba99114ad {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1a08a46-3e6c-4433-9aff-444ba99114ad {
  margin-top: -20%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-e1a08a46-3e6c-4433-9aff-444ba99114ad {
  margin-top: -17%;
margin-left: 9%;
margin-bottom: 0%;
}
}






  #s-e1a08a46-3e6c-4433-9aff-444ba99114ad img.shogun-image {
    

    
    
    
  }


#s-e1a08a46-3e6c-4433-9aff-444ba99114ad .shogun-image-content {
  
    align-items: center;
  
}

#s-93095643-f2b9-430d-8d5c-21b855f53820 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-93095643-f2b9-430d-8d5c-21b855f53820 {
  margin-top: -5%;
margin-bottom: -5%;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-93095643-f2b9-430d-8d5c-21b855f53820 {
  padding-bottom: 20px;
}
}
#s-93095643-f2b9-430d-8d5c-21b855f53820 .shogun-heading-component h3 {
  color: rgba(40, 101, 44, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


@media (min-width: 1200px){#s-93095643-f2b9-430d-8d5c-21b855f53820 .shogun-heading-component h3 {
  color: rgba(40, 101, 44, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-93095643-f2b9-430d-8d5c-21b855f53820 .shogun-heading-component h3 {
  color: rgba(40, 101, 44, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-93095643-f2b9-430d-8d5c-21b855f53820 .shogun-heading-component h3 {
  color: rgba(40, 101, 44, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (max-width: 767px){#s-93095643-f2b9-430d-8d5c-21b855f53820 .shogun-heading-component h3 {
  color: rgba(40, 101, 44, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}
#s-6eeff946-d54c-4ed6-9dd2-4a2155ebdad1 {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6eeff946-d54c-4ed6-9dd2-4a2155ebdad1 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6eeff946-d54c-4ed6-9dd2-4a2155ebdad1 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-6eeff946-d54c-4ed6-9dd2-4a2155ebdad1 {
  margin-left: 6%;
margin-right: 6%;
}
}







#s-6eeff946-d54c-4ed6-9dd2-4a2155ebdad1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6eeff946-d54c-4ed6-9dd2-4a2155ebdad1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9641a883-069c-42ab-aca9-5e197f9a02c9 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9641a883-069c-42ab-aca9-5e197f9a02c9 {
  margin-top: -10%;
}
}@media (max-width: 767px){#s-9641a883-069c-42ab-aca9-5e197f9a02c9 {
  margin-top: -6px;
margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-9641a883-069c-42ab-aca9-5e197f9a02c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9641a883-069c-42ab-aca9-5e197f9a02c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9641a883-069c-42ab-aca9-5e197f9a02c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9641a883-069c-42ab-aca9-5e197f9a02c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9641a883-069c-42ab-aca9-5e197f9a02c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9641a883-069c-42ab-aca9-5e197f9a02c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9641a883-069c-42ab-aca9-5e197f9a02c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-ffac0f5c-b24d-4a0c-914d-643fef83f1eb {
  padding-top: 0px;
min-height: 100%;
}








#s-ffac0f5c-b24d-4a0c-914d-643fef83f1eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffac0f5c-b24d-4a0c-914d-643fef83f1eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dffd859-d911-4624-b75e-f441378c92ac {
  margin-right: 0%;
padding-top: 4%;
padding-bottom: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dffd859-d911-4624-b75e-f441378c92ac {
  padding-top: 20px;
}
}
#s-2dffd859-d911-4624-b75e-f441378c92ac .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-2dffd859-d911-4624-b75e-f441378c92ac .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2dffd859-d911-4624-b75e-f441378c92ac .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-2dffd859-d911-4624-b75e-f441378c92ac .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-f7439244-e1f4-4227-a700-2826eda1dd87 {
  min-height: 100%;
}








#s-f7439244-e1f4-4227-a700-2826eda1dd87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7439244-e1f4-4227-a700-2826eda1dd87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e {
  border-style: solid;
margin-top: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(79, 27, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(164, 108, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-294cf699-8e6e-41d8-b83e-602fd0a9781e:hover {background-color: rgba(226, 176, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-294cf699-8e6e-41d8-b83e-602fd0a9781e:active {background-color: rgba(79, 27, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-294cf699-8e6e-41d8-b83e-602fd0a9781e {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-294cf699-8e6e-41d8-b83e-602fd0a9781e {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-294cf699-8e6e-41d8-b83e-602fd0a9781e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-294cf699-8e6e-41d8-b83e-602fd0a9781e.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-6f884136-0bcd-4938-b719-c9463848ef40 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f884136-0bcd-4938-b719-c9463848ef40 {
  margin-top: -9%;
margin-bottom: -9%;
}
}@media (max-width: 767px){#s-6f884136-0bcd-4938-b719-c9463848ef40 {
  margin-top: 3%;
margin-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-6f884136-0bcd-4938-b719-c9463848ef40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6f884136-0bcd-4938-b719-c9463848ef40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f884136-0bcd-4938-b719-c9463848ef40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f884136-0bcd-4938-b719-c9463848ef40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f884136-0bcd-4938-b719-c9463848ef40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f884136-0bcd-4938-b719-c9463848ef40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f884136-0bcd-4938-b719-c9463848ef40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-685a9582-a72c-4729-9f22-d257de9add45 {
  padding-top: 0%;
min-height: 100%;
}








#s-685a9582-a72c-4729-9f22-d257de9add45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-685a9582-a72c-4729-9f22-d257de9add45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bd4b210-767d-41d3-b8db-e135534ccf47 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bd4b210-767d-41d3-b8db-e135534ccf47 {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-2bd4b210-767d-41d3-b8db-e135534ccf47 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-2bd4b210-767d-41d3-b8db-e135534ccf47 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2bd4b210-767d-41d3-b8db-e135534ccf47 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-2bd4b210-767d-41d3-b8db-e135534ccf47 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-3d4189ca-8cc2-4641-9c47-4e4bf1e463c9 {
  min-height: 100%;
}








#s-3d4189ca-8cc2-4641-9c47-4e4bf1e463c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d4189ca-8cc2-4641-9c47-4e4bf1e463c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(79, 27, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(164, 108, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9708a57f-b7e8-4918-b571-a88abcdfd667:hover {background-color: rgba(226, 176, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9708a57f-b7e8-4918-b571-a88abcdfd667:active {background-color: rgba(79, 27, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-9708a57f-b7e8-4918-b571-a88abcdfd667 {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-9708a57f-b7e8-4918-b571-a88abcdfd667 {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-9708a57f-b7e8-4918-b571-a88abcdfd667 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-9708a57f-b7e8-4918-b571-a88abcdfd667 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-9708a57f-b7e8-4918-b571-a88abcdfd667 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-9708a57f-b7e8-4918-b571-a88abcdfd667 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-9708a57f-b7e8-4918-b571-a88abcdfd667 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9708a57f-b7e8-4918-b571-a88abcdfd667.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-9e812b46-50e5-4820-a09a-ea4c318f5ef0 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-9e812b46-50e5-4820-a09a-ea4c318f5ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e812b46-50e5-4820-a09a-ea4c318f5ef0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-baef328d-ceb4-423c-9d5f-294466527c75 {
  margin-left: 14%;
margin-right: 11%;
padding-right: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-baef328d-ceb4-423c-9d5f-294466527c75 {
  margin-left: 12%;
margin-right: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-baef328d-ceb4-423c-9d5f-294466527c75 {
  margin-left: 6%;
margin-bottom: 0px;
margin-right: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-baef328d-ceb4-423c-9d5f-294466527c75 {
  margin-left: 8%;
margin-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-baef328d-ceb4-423c-9d5f-294466527c75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baef328d-ceb4-423c-9d5f-294466527c75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baef328d-ceb4-423c-9d5f-294466527c75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-baef328d-ceb4-423c-9d5f-294466527c75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baef328d-ceb4-423c-9d5f-294466527c75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-baef328d-ceb4-423c-9d5f-294466527c75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baef328d-ceb4-423c-9d5f-294466527c75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-baef328d-ceb4-423c-9d5f-294466527c75"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8d384832-20fe-44e4-b7e7-88a05f64ac69 {
  min-height: 50px;
}








#s-8d384832-20fe-44e4-b7e7-88a05f64ac69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d384832-20fe-44e4-b7e7-88a05f64ac69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04df9b02-f6da-45b8-9e9d-671f791d4e36 {
  margin-left: 0%;
margin-bottom: -20%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 60%;
text-align: center;
}
@media (min-width: 1200px){#s-04df9b02-f6da-45b8-9e9d-671f791d4e36 {
  margin-bottom: -20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-04df9b02-f6da-45b8-9e9d-671f791d4e36 {
  margin-bottom: -5%;
}
}@media (max-width: 767px){#s-04df9b02-f6da-45b8-9e9d-671f791d4e36 {
  margin-top: -9%;
margin-bottom: 0%;
}
}






  #s-04df9b02-f6da-45b8-9e9d-671f791d4e36 img.shogun-image {
    

    
    
    
  }


#s-04df9b02-f6da-45b8-9e9d-671f791d4e36 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cf9a16d9-9762-4b8d-b4c5-6818e79597f4 {
  margin-top: -30px;
margin-bottom: -30px;
text-align: center;
}
@media (min-width: 1200px){#s-cf9a16d9-9762-4b8d-b4c5-6818e79597f4 {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9a16d9-9762-4b8d-b4c5-6818e79597f4 {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9a16d9-9762-4b8d-b4c5-6818e79597f4 {
  margin-top: -20%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-cf9a16d9-9762-4b8d-b4c5-6818e79597f4 {
  margin-top: -17%;
margin-left: 9%;
margin-bottom: 0%;
}
}






  #s-cf9a16d9-9762-4b8d-b4c5-6818e79597f4 img.shogun-image {
    

    
    
    
  }


#s-cf9a16d9-9762-4b8d-b4c5-6818e79597f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d235bf25-4e0d-4e13-91dc-5efac83630c3 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d235bf25-4e0d-4e13-91dc-5efac83630c3 {
  margin-top: -5%;
margin-bottom: -5%;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-d235bf25-4e0d-4e13-91dc-5efac83630c3 {
  padding-bottom: 20px;
}
}
#s-d235bf25-4e0d-4e13-91dc-5efac83630c3 .shogun-heading-component h3 {
  color: rgba(161, 28, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


@media (min-width: 1200px){#s-d235bf25-4e0d-4e13-91dc-5efac83630c3 .shogun-heading-component h3 {
  color: rgba(161, 28, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d235bf25-4e0d-4e13-91dc-5efac83630c3 .shogun-heading-component h3 {
  color: rgba(161, 28, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d235bf25-4e0d-4e13-91dc-5efac83630c3 .shogun-heading-component h3 {
  color: rgba(161, 28, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (max-width: 767px){#s-d235bf25-4e0d-4e13-91dc-5efac83630c3 .shogun-heading-component h3 {
  color: rgba(161, 28, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}
#s-21efda6a-a0a4-4166-aca5-c5d70b04342b {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-21efda6a-a0a4-4166-aca5-c5d70b04342b {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-21efda6a-a0a4-4166-aca5-c5d70b04342b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-21efda6a-a0a4-4166-aca5-c5d70b04342b {
  margin-left: 6%;
margin-right: 6%;
}
}







#s-21efda6a-a0a4-4166-aca5-c5d70b04342b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21efda6a-a0a4-4166-aca5-c5d70b04342b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-336c6e99-ec27-4203-b0a5-d3a7a87be658 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-336c6e99-ec27-4203-b0a5-d3a7a87be658 {
  margin-top: -10%;
}
}@media (max-width: 767px){#s-336c6e99-ec27-4203-b0a5-d3a7a87be658 {
  margin-top: -6px;
margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-336c6e99-ec27-4203-b0a5-d3a7a87be658"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-336c6e99-ec27-4203-b0a5-d3a7a87be658"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-336c6e99-ec27-4203-b0a5-d3a7a87be658"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-336c6e99-ec27-4203-b0a5-d3a7a87be658"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-336c6e99-ec27-4203-b0a5-d3a7a87be658"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-336c6e99-ec27-4203-b0a5-d3a7a87be658"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-336c6e99-ec27-4203-b0a5-d3a7a87be658"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-0ee79476-a421-4268-8f13-2eebe4bf1830 {
  padding-top: 0px;
min-height: 100%;
}








#s-0ee79476-a421-4268-8f13-2eebe4bf1830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ee79476-a421-4268-8f13-2eebe4bf1830.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e89ca25-e74f-4b36-a731-0dbdaf075ee6 {
  margin-right: 0%;
padding-top: 4%;
padding-bottom: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e89ca25-e74f-4b36-a731-0dbdaf075ee6 {
  padding-top: 20px;
}
}
#s-4e89ca25-e74f-4b36-a731-0dbdaf075ee6 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-4e89ca25-e74f-4b36-a731-0dbdaf075ee6 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-4e89ca25-e74f-4b36-a731-0dbdaf075ee6 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-4e89ca25-e74f-4b36-a731-0dbdaf075ee6 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-599dae35-4f6a-426a-8400-22164a012b37 {
  min-height: 100%;
}








#s-599dae35-4f6a-426a-8400-22164a012b37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-599dae35-4f6a-426a-8400-22164a012b37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a {
  border-style: solid;
margin-top: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(79, 27, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(164, 108, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a:hover {background-color: rgba(226, 176, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a:active {background-color: rgba(79, 27, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8ffcde6a-378f-42f5-abe7-bad00bc9881a.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-44b0590e-d3b4-4040-a50d-f98433511de2 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-44b0590e-d3b4-4040-a50d-f98433511de2 {
  margin-top: -9%;
margin-bottom: -9%;
}
}@media (max-width: 767px){#s-44b0590e-d3b4-4040-a50d-f98433511de2 {
  margin-top: 3%;
margin-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-44b0590e-d3b4-4040-a50d-f98433511de2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-44b0590e-d3b4-4040-a50d-f98433511de2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44b0590e-d3b4-4040-a50d-f98433511de2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44b0590e-d3b4-4040-a50d-f98433511de2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44b0590e-d3b4-4040-a50d-f98433511de2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44b0590e-d3b4-4040-a50d-f98433511de2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44b0590e-d3b4-4040-a50d-f98433511de2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-b145b884-2a5d-4630-b66f-497fc4001736 {
  padding-top: 0%;
min-height: 100%;
}








#s-b145b884-2a5d-4630-b66f-497fc4001736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b145b884-2a5d-4630-b66f-497fc4001736.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c73386c7-a76b-45ac-8bc4-b645185ef7e9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c73386c7-a76b-45ac-8bc4-b645185ef7e9 {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-c73386c7-a76b-45ac-8bc4-b645185ef7e9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-c73386c7-a76b-45ac-8bc4-b645185ef7e9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-c73386c7-a76b-45ac-8bc4-b645185ef7e9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-c73386c7-a76b-45ac-8bc4-b645185ef7e9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-164104de-9275-40dc-8b71-a2cc7ceb5033 {
  min-height: 100%;
}








#s-164104de-9275-40dc-8b71-a2cc7ceb5033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-164104de-9275-40dc-8b71-a2cc7ceb5033.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(79, 27, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(164, 108, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bb011c25-091c-4089-a640-98b54caa87b1:hover {background-color: rgba(226, 176, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bb011c25-091c-4089-a640-98b54caa87b1:active {background-color: rgba(79, 27, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-bb011c25-091c-4089-a640-98b54caa87b1 {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-bb011c25-091c-4089-a640-98b54caa87b1 {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-bb011c25-091c-4089-a640-98b54caa87b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-bb011c25-091c-4089-a640-98b54caa87b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-bb011c25-091c-4089-a640-98b54caa87b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-bb011c25-091c-4089-a640-98b54caa87b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-bb011c25-091c-4089-a640-98b54caa87b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bb011c25-091c-4089-a640-98b54caa87b1.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-95f40400-8b4e-40eb-9714-6a5ad33b8529 {
  text-align: center;
}







  #s-95f40400-8b4e-40eb-9714-6a5ad33b8529 img.shogun-image {
    

    
    
    
  }


#s-95f40400-8b4e-40eb-9714-6a5ad33b8529 .shogun-image-content {
  
    align-items: center;
  
}

#s-077d591c-5353-482d-9c66-b96ada684043 {
  margin-right: 14%;
text-align: center;
}
@media (max-width: 767px){#s-077d591c-5353-482d-9c66-b96ada684043 {
  margin-left: 8%;
margin-right: 6%;
}
}






  #s-077d591c-5353-482d-9c66-b96ada684043 img.shogun-image {
    

    
    
    
  }


#s-077d591c-5353-482d-9c66-b96ada684043 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a63d65b-c737-4c75-a43d-88ca5404e279 {
  margin-bottom: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-0a63d65b-c737-4c75-a43d-88ca5404e279 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a63d65b-c737-4c75-a43d-88ca5404e279.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16a7951c-a68b-45cf-a51b-9a50270e090e {
  margin-left: 11%;
margin-right: 14%;
padding-right: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-16a7951c-a68b-45cf-a51b-9a50270e090e {
  margin-left: 9%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-16a7951c-a68b-45cf-a51b-9a50270e090e {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 6%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-16a7951c-a68b-45cf-a51b-9a50270e090e {
  margin-left: 8%;
margin-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-16a7951c-a68b-45cf-a51b-9a50270e090e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16a7951c-a68b-45cf-a51b-9a50270e090e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16a7951c-a68b-45cf-a51b-9a50270e090e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16a7951c-a68b-45cf-a51b-9a50270e090e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16a7951c-a68b-45cf-a51b-9a50270e090e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16a7951c-a68b-45cf-a51b-9a50270e090e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16a7951c-a68b-45cf-a51b-9a50270e090e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-b2796af5-fcb6-49cd-8bdd-d42d1cc8837e {
  text-align: center;
}







  #s-b2796af5-fcb6-49cd-8bdd-d42d1cc8837e img.shogun-image {
    

    
    
    
  }


#s-b2796af5-fcb6-49cd-8bdd-d42d1cc8837e .shogun-image-content {
  
    align-items: center;
  
}

#s-2537d66e-307c-4cf3-99d1-3f1627264992 {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-2537d66e-307c-4cf3-99d1-3f1627264992 {
  margin-left: 9%;
margin-right: 5%;
}
}






  #s-2537d66e-307c-4cf3-99d1-3f1627264992 img.shogun-image {
    

    
    
    
  }


#s-2537d66e-307c-4cf3-99d1-3f1627264992 .shogun-image-content {
  
    align-items: center;
  
}

#s-874bd6bf-ed59-4458-8cbc-93e80ff391d9 {
  min-height: 50px;
}








#s-874bd6bf-ed59-4458-8cbc-93e80ff391d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-874bd6bf-ed59-4458-8cbc-93e80ff391d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c84be014-aa50-4854-a673-ac79a1593a0c {
  margin-left: 0%;
margin-bottom: -20%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 60%;
text-align: center;
}
@media (min-width: 1200px){#s-c84be014-aa50-4854-a673-ac79a1593a0c {
  margin-bottom: -20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c84be014-aa50-4854-a673-ac79a1593a0c {
  margin-bottom: -5%;
}
}@media (max-width: 767px){#s-c84be014-aa50-4854-a673-ac79a1593a0c {
  margin-top: -9%;
margin-bottom: 0%;
}
}






  #s-c84be014-aa50-4854-a673-ac79a1593a0c img.shogun-image {
    

    
    
    
  }


#s-c84be014-aa50-4854-a673-ac79a1593a0c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6ff0aa7d-86d0-4e51-8b5c-7f3dbc8aab2e {
  margin-top: -30px;
margin-bottom: -30px;
text-align: center;
}
@media (min-width: 1200px){#s-6ff0aa7d-86d0-4e51-8b5c-7f3dbc8aab2e {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ff0aa7d-86d0-4e51-8b5c-7f3dbc8aab2e {
  margin-top: -10%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ff0aa7d-86d0-4e51-8b5c-7f3dbc8aab2e {
  margin-top: -20%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-6ff0aa7d-86d0-4e51-8b5c-7f3dbc8aab2e {
  margin-top: -17%;
margin-left: 9%;
margin-bottom: 0%;
}
}






  #s-6ff0aa7d-86d0-4e51-8b5c-7f3dbc8aab2e img.shogun-image {
    

    
    
    
  }


#s-6ff0aa7d-86d0-4e51-8b5c-7f3dbc8aab2e .shogun-image-content {
  
    align-items: center;
  
}

#s-f9e713a7-c795-4cd7-808b-fe93edf033ce {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9e713a7-c795-4cd7-808b-fe93edf033ce {
  margin-top: -5%;
margin-bottom: -5%;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-f9e713a7-c795-4cd7-808b-fe93edf033ce {
  padding-bottom: 20px;
}
}
#s-f9e713a7-c795-4cd7-808b-fe93edf033ce .shogun-heading-component h3 {
  color: rgba(164, 108, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


@media (min-width: 1200px){#s-f9e713a7-c795-4cd7-808b-fe93edf033ce .shogun-heading-component h3 {
  color: rgba(164, 108, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f9e713a7-c795-4cd7-808b-fe93edf033ce .shogun-heading-component h3 {
  color: rgba(164, 108, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f9e713a7-c795-4cd7-808b-fe93edf033ce .shogun-heading-component h3 {
  color: rgba(164, 108, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (max-width: 767px){#s-f9e713a7-c795-4cd7-808b-fe93edf033ce .shogun-heading-component h3 {
  color: rgba(164, 108, 0, 1);
  font-weight:  700 ;
  font-family: "Noto Serif TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}
#s-d793cbc7-927b-4602-b621-a2ace8ac8f12 {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d793cbc7-927b-4602-b621-a2ace8ac8f12 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d793cbc7-927b-4602-b621-a2ace8ac8f12 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-d793cbc7-927b-4602-b621-a2ace8ac8f12 {
  margin-left: 6%;
margin-right: 6%;
}
}







#s-d793cbc7-927b-4602-b621-a2ace8ac8f12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d793cbc7-927b-4602-b621-a2ace8ac8f12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbd1a75a-4aad-482a-ba18-ca0fe4107c2c {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbd1a75a-4aad-482a-ba18-ca0fe4107c2c {
  margin-top: -10%;
}
}@media (max-width: 767px){#s-dbd1a75a-4aad-482a-ba18-ca0fe4107c2c {
  margin-top: -6px;
margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-dbd1a75a-4aad-482a-ba18-ca0fe4107c2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dbd1a75a-4aad-482a-ba18-ca0fe4107c2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dbd1a75a-4aad-482a-ba18-ca0fe4107c2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dbd1a75a-4aad-482a-ba18-ca0fe4107c2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dbd1a75a-4aad-482a-ba18-ca0fe4107c2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbd1a75a-4aad-482a-ba18-ca0fe4107c2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dbd1a75a-4aad-482a-ba18-ca0fe4107c2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-7b9e27bd-7686-4e3e-bab0-4671a0f44468 {
  padding-top: 0px;
min-height: 100%;
}








#s-7b9e27bd-7686-4e3e-bab0-4671a0f44468 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b9e27bd-7686-4e3e-bab0-4671a0f44468.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08817b93-2721-453a-864e-4dd1af8fe167 {
  margin-right: 0%;
padding-top: 4%;
padding-bottom: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-08817b93-2721-453a-864e-4dd1af8fe167 {
  padding-top: 20px;
}
}
#s-08817b93-2721-453a-864e-4dd1af8fe167 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-08817b93-2721-453a-864e-4dd1af8fe167 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-08817b93-2721-453a-864e-4dd1af8fe167 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-08817b93-2721-453a-864e-4dd1af8fe167 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-66046ee2-28a3-427b-9a3e-d060720b3bf7 {
  min-height: 100%;
}








#s-66046ee2-28a3-427b-9a3e-d060720b3bf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66046ee2-28a3-427b-9a3e-d060720b3bf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0 {
  border-style: solid;
margin-top: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(79, 27, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(164, 108, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0:hover {background-color: rgba(226, 176, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0:active {background-color: rgba(79, 27, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0 {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0 {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7633eb4b-ba6c-4de0-9fb0-3db5eb4c88e0.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-5d6a3e1e-3db6-4270-a718-030a6a5f55dc {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d6a3e1e-3db6-4270-a718-030a6a5f55dc {
  margin-top: -9%;
margin-bottom: -9%;
}
}@media (max-width: 767px){#s-5d6a3e1e-3db6-4270-a718-030a6a5f55dc {
  margin-top: 3%;
margin-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-5d6a3e1e-3db6-4270-a718-030a6a5f55dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5d6a3e1e-3db6-4270-a718-030a6a5f55dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d6a3e1e-3db6-4270-a718-030a6a5f55dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d6a3e1e-3db6-4270-a718-030a6a5f55dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d6a3e1e-3db6-4270-a718-030a6a5f55dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d6a3e1e-3db6-4270-a718-030a6a5f55dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d6a3e1e-3db6-4270-a718-030a6a5f55dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-acd8f669-f69b-4951-96ce-a305c283c561 {
  padding-top: 0%;
min-height: 100%;
}








#s-acd8f669-f69b-4951-96ce-a305c283c561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acd8f669-f69b-4951-96ce-a305c283c561.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-584f585e-f184-4085-9efa-0c1d5f57c7ae {
  margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-584f585e-f184-4085-9efa-0c1d5f57c7ae {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-584f585e-f184-4085-9efa-0c1d5f57c7ae .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-584f585e-f184-4085-9efa-0c1d5f57c7ae .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-584f585e-f184-4085-9efa-0c1d5f57c7ae .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-584f585e-f184-4085-9efa-0c1d5f57c7ae .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-4aa81b66-b3af-4ba6-ae0e-7fa68e0399fd {
  min-height: 100%;
}








#s-4aa81b66-b3af-4ba6-ae0e-7fa68e0399fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aa81b66-b3af-4ba6-ae0e-7fa68e0399fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(79, 27, 2, 1);
border-radius: 2px;
min-height: 100%;
background-color: rgba(164, 108, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d:hover {background-color: rgba(226, 176, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d:active {background-color: rgba(79, 27, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d {
  border-style: solid;
border-color: #000;
margin-top: 6%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d {
  border-style: solid;
border-color: #000;
margin-left: -20%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}


#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    
  }

@media (min-width: 1200px){

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(253, 252, 252, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 13px;
    color: rgba(253, 251, 251, 1);
  }

}@media (max-width: 767px){

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  block ;
}

#s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b3cf43fa-286b-45e5-b4f7-a29c7795300d.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Source Sans 3;
    
    font-size: 15px;
    color: rgba(255, 252, 252, 1);
  }

}
#s-993380b5-01a2-4a72-8d69-1696233da31d {
  margin-top: 0%;
margin-bottom: 4%;
min-height: 50px;
}








#s-993380b5-01a2-4a72-8d69-1696233da31d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-993380b5-01a2-4a72-8d69-1696233da31d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39847ee9-2dbf-42ba-a406-fa28bf7815c5 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(35, 24, 21, 1);
}
@media (min-width: 1200px){#s-39847ee9-2dbf-42ba-a406-fa28bf7815c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39847ee9-2dbf-42ba-a406-fa28bf7815c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39847ee9-2dbf-42ba-a406-fa28bf7815c5 {
  
}
}@media (max-width: 767px){#s-39847ee9-2dbf-42ba-a406-fa28bf7815c5 {
  
}
}







#s-39847ee9-2dbf-42ba-a406-fa28bf7815c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39847ee9-2dbf-42ba-a406-fa28bf7815c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-735ed994-362b-4315-8784-cf6429de4b15 {
  margin-left: 40%;
margin-right: 40%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-735ed994-362b-4315-8784-cf6429de4b15 {
  margin-left: 30%;
margin-right: 30%;
}
}@media (max-width: 767px){#s-735ed994-362b-4315-8784-cf6429de4b15 {
  margin-left: 20%;
margin-right: 20%;
}
}






  #s-735ed994-362b-4315-8784-cf6429de4b15 img.shogun-image {
    

    
    
    
  }


#s-735ed994-362b-4315-8784-cf6429de4b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-89ee3766-ba0c-4e59-a9cd-f347846f4721 {
  min-height: 50px;
background-color: rgba(78, 92, 62, 1);
}
@media (min-width: 1200px){#s-89ee3766-ba0c-4e59-a9cd-f347846f4721 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89ee3766-ba0c-4e59-a9cd-f347846f4721 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89ee3766-ba0c-4e59-a9cd-f347846f4721 {
  
}
}@media (max-width: 767px){#s-89ee3766-ba0c-4e59-a9cd-f347846f4721 {
  
}
}







#s-89ee3766-ba0c-4e59-a9cd-f347846f4721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89ee3766-ba0c-4e59-a9cd-f347846f4721.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-309a853c-380f-4f78-9fd4-bb0793c13a00 {
  margin-top: 0%;
margin-left: 17%;
margin-bottom: 0%;
margin-right: 17%;
}
@media (min-width: 768px) and (max-width: 991px){#s-309a853c-380f-4f78-9fd4-bb0793c13a00 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-309a853c-380f-4f78-9fd4-bb0793c13a00 {
  margin-left: -2%;
margin-right: -2%;
}
}
@media (min-width: 0px) {
[id="s-309a853c-380f-4f78-9fd4-bb0793c13a00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-309a853c-380f-4f78-9fd4-bb0793c13a00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-309a853c-380f-4f78-9fd4-bb0793c13a00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-309a853c-380f-4f78-9fd4-bb0793c13a00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-309a853c-380f-4f78-9fd4-bb0793c13a00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-309a853c-380f-4f78-9fd4-bb0793c13a00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-309a853c-380f-4f78-9fd4-bb0793c13a00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-b87a81f5-c0a6-4cff-b7c2-89396fc84449 {
  padding-top: 4%;
padding-bottom: 0px;
min-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b87a81f5-c0a6-4cff-b7c2-89396fc84449 {
  padding-top: 7%;
padding-bottom: 3%;
}
}







#s-b87a81f5-c0a6-4cff-b7c2-89396fc84449 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b87a81f5-c0a6-4cff-b7c2-89396fc84449.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b02ad17b-2d79-4c95-9a5d-ad27a67b6ccb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-b02ad17b-2d79-4c95-9a5d-ad27a67b6ccb {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b02ad17b-2d79-4c95-9a5d-ad27a67b6ccb {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b02ad17b-2d79-4c95-9a5d-ad27a67b6ccb {
  text-align: center;
}
}@media (max-width: 767px){#s-b02ad17b-2d79-4c95-9a5d-ad27a67b6ccb {
  text-align: center;
}
}
#s-b02ad17b-2d79-4c95-9a5d-ad27a67b6ccb .shogun-heading-component h6 {
  color: rgba(252, 248, 248, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-b02ad17b-2d79-4c95-9a5d-ad27a67b6ccb .shogun-heading-component h6 {
  color: rgba(252, 248, 248, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b02ad17b-2d79-4c95-9a5d-ad27a67b6ccb .shogun-heading-component h6 {
  color: rgba(252, 248, 248, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b02ad17b-2d79-4c95-9a5d-ad27a67b6ccb .shogun-heading-component h6 {
  color: rgba(252, 248, 248, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-b02ad17b-2d79-4c95-9a5d-ad27a67b6ccb .shogun-heading-component h6 {
  color: rgba(252, 248, 248, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}
#s-a860c4c0-df46-4100-baee-f8198f6b6814 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-a860c4c0-df46-4100-baee-f8198f6b6814 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a860c4c0-df46-4100-baee-f8198f6b6814 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a860c4c0-df46-4100-baee-f8198f6b6814 {
  padding-top: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-a860c4c0-df46-4100-baee-f8198f6b6814 {
  text-align: center;
}
}
#s-a860c4c0-df46-4100-baee-f8198f6b6814 .shogun-heading-component h3 {
  color: rgba(252, 248, 248, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-a860c4c0-df46-4100-baee-f8198f6b6814 .shogun-heading-component h3 {
  color: rgba(252, 248, 248, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 0.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a860c4c0-df46-4100-baee-f8198f6b6814 .shogun-heading-component h3 {
  color: rgba(252, 248, 248, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 0.5em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a860c4c0-df46-4100-baee-f8198f6b6814 .shogun-heading-component h3 {
  color: rgba(252, 248, 248, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 0.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-a860c4c0-df46-4100-baee-f8198f6b6814 .shogun-heading-component h3 {
  color: rgba(252, 248, 248, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 0.5em;
  
  text-align: center;
}


}
#s-95b28a8f-b0eb-4573-aae5-cb8cbf0d1f39 {
  margin-left: -10%;
margin-right: -10%;
}
@media (max-width: 767px){#s-95b28a8f-b0eb-4573-aae5-cb8cbf0d1f39 {
  margin-top: 10px;
margin-bottom: 5px;
}
}
#s-4555ad13-ffaf-42b5-a2b5-2f163ab0341b {
  background-image: url(https://i.shgcdn.com/3778d5e2-4abe-411f-bc75-b260861b4388/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
padding-top: 10%;
padding-left: 25%;
padding-bottom: 10%;
padding-right: 25%;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-4555ad13-ffaf-42b5-a2b5-2f163ab0341b:hover {background-image: url(https://i.shgcdn.com/3778d5e2-4abe-411f-bc75-b260861b4388/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}#s-4555ad13-ffaf-42b5-a2b5-2f163ab0341b:active {background-image: url(https://i.shgcdn.com/3778d5e2-4abe-411f-bc75-b260861b4388/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}@media (min-width: 992px) and (max-width: 1199px){#s-4555ad13-ffaf-42b5-a2b5-2f163ab0341b {
  padding-top: 9%;
padding-bottom: 9px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4555ad13-ffaf-42b5-a2b5-2f163ab0341b {
  padding-top: 12%;
padding-left: 35%;
padding-bottom: 12%;
padding-right: 35%;
}
}@media (max-width: 767px){#s-4555ad13-ffaf-42b5-a2b5-2f163ab0341b {
  margin-top: 7px;
margin-bottom: 3px;
padding-top: 13%;
padding-bottom: 0%;
padding-right: 30%;
}
}


#s-4555ad13-ffaf-42b5-a2b5-2f163ab0341b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4555ad13-ffaf-42b5-a2b5-2f163ab0341b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4555ad13-ffaf-42b5-a2b5-2f163ab0341b.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-4555ad13-ffaf-42b5-a2b5-2f163ab0341b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 28px;
  
}


  #s-4555ad13-ffaf-42b5-a2b5-2f163ab0341b.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 28px;
    
  }


#s-576ba45a-6b25-41e0-8b9e-908d3e8a04c4 {
  min-height: 100px;
}








#s-576ba45a-6b25-41e0-8b9e-908d3e8a04c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-576ba45a-6b25-41e0-8b9e-908d3e8a04c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-134776e0-3cfd-49cc-8768-c79434fa06fb {
  padding-top: 3%;
padding-bottom: 3%;
text-align: left;
}

#s-2ab119ec-79b0-4d5d-ab53-7d2a0c6746d1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
background-color: rgba(161, 28, 0, 1);
}
@media (min-width: 1200px){#s-2ab119ec-79b0-4d5d-ab53-7d2a0c6746d1 {
  margin-left: 0%;
}
}







#s-2ab119ec-79b0-4d5d-ab53-7d2a0c6746d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ab119ec-79b0-4d5d-ab53-7d2a0c6746d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37c46db2-917d-40c4-a1cb-a90a2cad83ef {
  text-align: left;
}

#s-7c4f32f4-9038-43ae-9b24-bd7596a2acf4 {
  min-height: 50px;
}








#s-7c4f32f4-9038-43ae-9b24-bd7596a2acf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c4f32f4-9038-43ae-9b24-bd7596a2acf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9c3f32d-935e-4464-849a-d4d3f2605dc7 {
  margin-top: 3%;
margin-bottom: 1%;
padding-left: 30%;
padding-right: 30%;
text-align: center;
}
@media (min-width: 1200px){#s-a9c3f32d-935e-4464-849a-d4d3f2605dc7 {
  padding-left: 35%;
padding-right: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9c3f32d-935e-4464-849a-d4d3f2605dc7 {
  padding-left: 35%;
padding-right: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9c3f32d-935e-4464-849a-d4d3f2605dc7 {
  padding-left: 30%;
padding-right: 30%;
}
}@media (max-width: 767px){#s-a9c3f32d-935e-4464-849a-d4d3f2605dc7 {
  margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-left: 16%;
padding-right: 16%;
}
}






  #s-a9c3f32d-935e-4464-849a-d4d3f2605dc7 img.shogun-image {
    

    
    
    
  }


#s-a9c3f32d-935e-4464-849a-d4d3f2605dc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbc67af9-800c-43ba-a61f-68b124e10f1f {
  margin-left: 25%;
margin-right: 25%;
}
@media (min-width: 1200px){#s-cbc67af9-800c-43ba-a61f-68b124e10f1f {
  margin-left: 19%;
margin-right: 19%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cbc67af9-800c-43ba-a61f-68b124e10f1f {
  margin-left: 18%;
margin-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cbc67af9-800c-43ba-a61f-68b124e10f1f {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-cbc67af9-800c-43ba-a61f-68b124e10f1f {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-cbc67af9-800c-43ba-a61f-68b124e10f1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbc67af9-800c-43ba-a61f-68b124e10f1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-cbc67af9-800c-43ba-a61f-68b124e10f1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-cbc67af9-800c-43ba-a61f-68b124e10f1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-901edefc-527f-4237-a672-c220349853bf {
  text-align: center;
}
@media (max-width: 767px){#s-901edefc-527f-4237-a672-c220349853bf {
  margin-left: 25%;
margin-right: 25%;
}
}






  #s-901edefc-527f-4237-a672-c220349853bf img.shogun-image {
    

    
    
    
  }


#s-901edefc-527f-4237-a672-c220349853bf .shogun-image-content {
  
    align-items: center;
  
}

#s-bf9ef3df-9b22-4419-b764-2729432fcaa4 {
  margin-left: -12%;
margin-right: -12%;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf9ef3df-9b22-4419-b764-2729432fcaa4 {
  padding-left: 7%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-bf9ef3df-9b22-4419-b764-2729432fcaa4 {
  margin-top: 0%;
margin-bottom: 10%;
}
}
#s-ccdc712f-42b0-4663-91b8-a28c871cb5b4 {
  text-align: center;
}
@media (max-width: 767px){#s-ccdc712f-42b0-4663-91b8-a28c871cb5b4 {
  margin-left: 25%;
margin-right: 25%;
}
}






  #s-ccdc712f-42b0-4663-91b8-a28c871cb5b4 img.shogun-image {
    

    
    
    
  }


#s-ccdc712f-42b0-4663-91b8-a28c871cb5b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa7af4d9-3326-48fd-9a0f-1c2fcf46240a {
  margin-left: -12%;
margin-right: -12%;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa7af4d9-3326-48fd-9a0f-1c2fcf46240a {
  padding-left: 7%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-fa7af4d9-3326-48fd-9a0f-1c2fcf46240a {
  margin-bottom: 10%;
}
}
#s-8d344a2c-281d-492c-8d6b-02cb18b22417 {
  text-align: center;
}
@media (max-width: 767px){#s-8d344a2c-281d-492c-8d6b-02cb18b22417 {
  margin-left: 25%;
margin-right: 25%;
}
}






  #s-8d344a2c-281d-492c-8d6b-02cb18b22417 img.shogun-image {
    

    
    
    
  }


#s-8d344a2c-281d-492c-8d6b-02cb18b22417 .shogun-image-content {
  
    align-items: center;
  
}

#s-5da6fd0c-194e-4151-89bb-42d67aeaedc2 {
  margin-left: -12%;
margin-right: -12%;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5da6fd0c-194e-4151-89bb-42d67aeaedc2 {
  padding-left: 7%;
padding-right: 4%;
}
}
#s-df47e6ba-69b2-43e7-b6a1-55e132e0249f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-df47e6ba-69b2-43e7-b6a1-55e132e0249f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df47e6ba-69b2-43e7-b6a1-55e132e0249f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01d59d3c-6b50-4654-a817-0aa5fc888828 {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-01d59d3c-6b50-4654-a817-0aa5fc888828 {
  margin-left: 11%;
margin-right: 11%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01d59d3c-6b50-4654-a817-0aa5fc888828 {
  margin-left: 11%;
margin-right: 11%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-01d59d3c-6b50-4654-a817-0aa5fc888828 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-01d59d3c-6b50-4654-a817-0aa5fc888828 {
  margin-left: -12%;
margin-right: -12%;
padding-left: 0%;
padding-right: 0%;
}
}






  #s-01d59d3c-6b50-4654-a817-0aa5fc888828 img.shogun-image {
    

    
    
    
  }


#s-01d59d3c-6b50-4654-a817-0aa5fc888828 .shogun-image-content {
  
    align-items: center;
  
}

#s-6385d106-6ed2-4c0f-97fb-8de9c2f2f47c {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-6385d106-6ed2-4c0f-97fb-8de9c2f2f47c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6385d106-6ed2-4c0f-97fb-8de9c2f2f47c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37a6efd2-a201-41b6-a490-9e7cfabe00f1 {
  margin-top: -4%;
margin-left: 22%;
margin-bottom: 2%;
margin-right: 22%;
}
@media (min-width: 1200px){#s-37a6efd2-a201-41b6-a490-9e7cfabe00f1 {
  margin-left: 14%;
margin-right: 14%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37a6efd2-a201-41b6-a490-9e7cfabe00f1 {
  margin-left: 14%;
margin-right: 14%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-37a6efd2-a201-41b6-a490-9e7cfabe00f1 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-37a6efd2-a201-41b6-a490-9e7cfabe00f1 {
  margin-top: -10%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-37a6efd2-a201-41b6-a490-9e7cfabe00f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37a6efd2-a201-41b6-a490-9e7cfabe00f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37a6efd2-a201-41b6-a490-9e7cfabe00f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37a6efd2-a201-41b6-a490-9e7cfabe00f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c8fe0c3e-4cc5-489c-ad07-b1c8e8e527b2 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 25%;
padding-right: 25%;
text-align: center;
}
@media (max-width: 767px){#s-c8fe0c3e-4cc5-489c-ad07-b1c8e8e527b2 {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-c8fe0c3e-4cc5-489c-ad07-b1c8e8e527b2 img.shogun-image {
    

    
    
    
  }


#s-c8fe0c3e-4cc5-489c-ad07-b1c8e8e527b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1951f07d-1ade-408c-9663-64906542bbdc {
  margin-top: 0%;
margin-bottom: -10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1951f07d-1ade-408c-9663-64906542bbdc {
  margin-bottom: -5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1951f07d-1ade-408c-9663-64906542bbdc {
  margin-bottom: -5%;
}
}@media (max-width: 767px){#s-1951f07d-1ade-408c-9663-64906542bbdc {
  margin-bottom: -8%;
}
}
#s-1951f07d-1ade-408c-9663-64906542bbdc .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1951f07d-1ade-408c-9663-64906542bbdc .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-1951f07d-1ade-408c-9663-64906542bbdc .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-a8b822b6-57fd-465e-a326-5aa9f3f71464 {
  margin-left: -3%;
margin-right: -3%;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a8b822b6-57fd-465e-a326-5aa9f3f71464 {
  margin-bottom: 15px;
}
}
#s-a8b822b6-57fd-465e-a326-5aa9f3f71464 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a8b822b6-57fd-465e-a326-5aa9f3f71464 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}


}
#s-c3e0f1ab-5c33-4abf-a3af-97a3fd87b248 {
  padding-left: 25%;
padding-right: 25%;
text-align: center;
}
@media (max-width: 767px){#s-c3e0f1ab-5c33-4abf-a3af-97a3fd87b248 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-c3e0f1ab-5c33-4abf-a3af-97a3fd87b248, #wrap-s-c3e0f1ab-5c33-4abf-a3af-97a3fd87b248 { display: none !important; }}






  #s-c3e0f1ab-5c33-4abf-a3af-97a3fd87b248 img.shogun-image {
    

    
    
    
  }


#s-c3e0f1ab-5c33-4abf-a3af-97a3fd87b248 .shogun-image-content {
  
    align-items: center;
  
}

#s-69724c16-e419-443d-8648-87258ee69459 {
  padding-left: 25%;
padding-right: 25%;
text-align: center;
}
@media (min-width: 1200px){#s-69724c16-e419-443d-8648-87258ee69459 {
  display: none;
}
#s-69724c16-e419-443d-8648-87258ee69459, #wrap-s-69724c16-e419-443d-8648-87258ee69459 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69724c16-e419-443d-8648-87258ee69459 {
  display: none;
}
#s-69724c16-e419-443d-8648-87258ee69459, #wrap-s-69724c16-e419-443d-8648-87258ee69459 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69724c16-e419-443d-8648-87258ee69459 {
  display: none;
}
#s-69724c16-e419-443d-8648-87258ee69459, #wrap-s-69724c16-e419-443d-8648-87258ee69459 { display: none !important; }}@media (max-width: 767px){#s-69724c16-e419-443d-8648-87258ee69459 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 35%;
padding-right: 35%;
}
}






  #s-69724c16-e419-443d-8648-87258ee69459 img.shogun-image {
    

    
    
    
  }


#s-69724c16-e419-443d-8648-87258ee69459 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0b397ae-28e2-420b-b719-0bb0049d7cb9 {
  margin-top: 0%;
margin-bottom: -10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e0b397ae-28e2-420b-b719-0bb0049d7cb9 {
  margin-bottom: -5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0b397ae-28e2-420b-b719-0bb0049d7cb9 {
  margin-bottom: -5%;
}
}@media (max-width: 767px){#s-e0b397ae-28e2-420b-b719-0bb0049d7cb9 {
  margin-bottom: -8%;
}
}
#s-e0b397ae-28e2-420b-b719-0bb0049d7cb9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e0b397ae-28e2-420b-b719-0bb0049d7cb9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-e0b397ae-28e2-420b-b719-0bb0049d7cb9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-1bd424b9-d630-48a9-a15e-5d6e8f0becc1 {
  margin-left: -3%;
margin-right: -3%;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-1bd424b9-d630-48a9-a15e-5d6e8f0becc1 {
  margin-bottom: 15px;
}
}
#s-1bd424b9-d630-48a9-a15e-5d6e8f0becc1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1bd424b9-d630-48a9-a15e-5d6e8f0becc1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}


}
#s-dd7404a0-ba83-4787-97be-2a883b60e76a {
  padding-left: 25%;
padding-right: 25%;
text-align: center;
}
@media (max-width: 767px){#s-dd7404a0-ba83-4787-97be-2a883b60e76a {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-dd7404a0-ba83-4787-97be-2a883b60e76a, #wrap-s-dd7404a0-ba83-4787-97be-2a883b60e76a { display: none !important; }}






  #s-dd7404a0-ba83-4787-97be-2a883b60e76a img.shogun-image {
    

    
    
    
  }


#s-dd7404a0-ba83-4787-97be-2a883b60e76a .shogun-image-content {
  
    align-items: center;
  
}

#s-13d091dd-55b1-4320-91dd-64640f0c02af {
  padding-left: 25%;
padding-right: 25%;
text-align: center;
}
@media (min-width: 1200px){#s-13d091dd-55b1-4320-91dd-64640f0c02af {
  display: none;
}
#s-13d091dd-55b1-4320-91dd-64640f0c02af, #wrap-s-13d091dd-55b1-4320-91dd-64640f0c02af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13d091dd-55b1-4320-91dd-64640f0c02af {
  display: none;
}
#s-13d091dd-55b1-4320-91dd-64640f0c02af, #wrap-s-13d091dd-55b1-4320-91dd-64640f0c02af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13d091dd-55b1-4320-91dd-64640f0c02af {
  display: none;
}
#s-13d091dd-55b1-4320-91dd-64640f0c02af, #wrap-s-13d091dd-55b1-4320-91dd-64640f0c02af { display: none !important; }}@media (max-width: 767px){#s-13d091dd-55b1-4320-91dd-64640f0c02af {
  margin-left: 0%;
margin-right: 0%;
padding-left: 35%;
padding-right: 35%;
}
}






  #s-13d091dd-55b1-4320-91dd-64640f0c02af img.shogun-image {
    

    
    
    
  }


#s-13d091dd-55b1-4320-91dd-64640f0c02af .shogun-image-content {
  
    align-items: center;
  
}

#s-8281c92e-39a6-4fc4-9eb3-5a00ea4a7331 {
  margin-top: 0%;
margin-bottom: -10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8281c92e-39a6-4fc4-9eb3-5a00ea4a7331 {
  margin-bottom: -5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8281c92e-39a6-4fc4-9eb3-5a00ea4a7331 {
  margin-bottom: -5%;
}
}@media (max-width: 767px){#s-8281c92e-39a6-4fc4-9eb3-5a00ea4a7331 {
  margin-bottom: -8%;
}
}
#s-8281c92e-39a6-4fc4-9eb3-5a00ea4a7331 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8281c92e-39a6-4fc4-9eb3-5a00ea4a7331 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-8281c92e-39a6-4fc4-9eb3-5a00ea4a7331 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-8f8ae456-d370-4309-8632-863a87671c8a {
  margin-left: -3%;
margin-right: -3%;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-8f8ae456-d370-4309-8632-863a87671c8a {
  margin-bottom: 15px;
}
}
#s-8f8ae456-d370-4309-8632-863a87671c8a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8f8ae456-d370-4309-8632-863a87671c8a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}


}
#s-f751ff22-319a-48fc-b4dd-d7073daa79a1 {
  background-repeat: repeat;
background-size: 40% 1%;
min-height: 50px;
background-position: center center;
}








#s-f751ff22-319a-48fc-b4dd-d7073daa79a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f751ff22-319a-48fc-b4dd-d7073daa79a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da340b2f-f816-43c9-b0fa-25093b0c3ab8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-da340b2f-f816-43c9-b0fa-25093b0c3ab8 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-da340b2f-f816-43c9-b0fa-25093b0c3ab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da340b2f-f816-43c9-b0fa-25093b0c3ab8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d65fe2f5-3da5-4e45-960d-26b8fde199bb {
  margin-top: 3%;
margin-left: 40%;
margin-bottom: 1%;
margin-right: 40%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d65fe2f5-3da5-4e45-960d-26b8fde199bb {
  margin-left: 30%;
margin-right: 30%;
}
}@media (max-width: 767px){#s-d65fe2f5-3da5-4e45-960d-26b8fde199bb {
  margin-top: 10%;
margin-left: 15%;
margin-bottom: 10%;
margin-right: 15%;
padding-top: 0px;
padding-left: 9%;
padding-bottom: 0px;
padding-right: 9%;
}
}






  #s-d65fe2f5-3da5-4e45-960d-26b8fde199bb img.shogun-image {
    

    
    
    
  }


#s-d65fe2f5-3da5-4e45-960d-26b8fde199bb .shogun-image-content {
  
    align-items: center;
  
}

#s-769b8e77-5173-4c81-b9c3-70169523c36c {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-769b8e77-5173-4c81-b9c3-70169523c36c {
  margin-left: 32%;
margin-bottom: 2%;
margin-right: 32%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-769b8e77-5173-4c81-b9c3-70169523c36c {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-769b8e77-5173-4c81-b9c3-70169523c36c {
  margin-left: 23%;
margin-right: 23%;
}
}@media (max-width: 767px){#s-769b8e77-5173-4c81-b9c3-70169523c36c {
  margin-left: 18%;
margin-right: 18%;
padding-bottom: 0%;
display: none;
}
#s-769b8e77-5173-4c81-b9c3-70169523c36c, #wrap-s-769b8e77-5173-4c81-b9c3-70169523c36c { display: none !important; }}
#s-769b8e77-5173-4c81-b9c3-70169523c36c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}


@media (min-width: 1200px){#s-769b8e77-5173-4c81-b9c3-70169523c36c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1.5em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-769b8e77-5173-4c81-b9c3-70169523c36c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-769b8e77-5173-4c81-b9c3-70169523c36c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}


}
#s-d996ab82-afff-4fb2-b914-5504bfeccc00 {
  text-align: left;
}

#s-3172b478-b650-40f1-a966-8de165ca5a58 {
  background-repeat: repeat;
background-size: 40% 1%;
min-height: 50px;
background-position: center center;
}








#s-3172b478-b650-40f1-a966-8de165ca5a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3172b478-b650-40f1-a966-8de165ca5a58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f5711b0-3e49-4e9c-ba7f-6f77573b9bf7 {
  min-height: 50px;
background-repeat: no-repeat;
}








#s-2f5711b0-3e49-4e9c-ba7f-6f77573b9bf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f5711b0-3e49-4e9c-ba7f-6f77573b9bf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-3231e5bb-7bcc-40d7-8679-fba2bad7ab88 {
  margin-left: 30%;
margin-right: 30%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3231e5bb-7bcc-40d7-8679-fba2bad7ab88 {
  margin-left: 27%;
margin-right: 27%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3231e5bb-7bcc-40d7-8679-fba2bad7ab88 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-3231e5bb-7bcc-40d7-8679-fba2bad7ab88 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-3231e5bb-7bcc-40d7-8679-fba2bad7ab88 .shg-sld-dot {
  background-color: rgba(254, 253, 253, 1);
}

#s-3231e5bb-7bcc-40d7-8679-fba2bad7ab88 .shg-sld-nav-button.shg-sld-left,
#s-3231e5bb-7bcc-40d7-8679-fba2bad7ab88 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(254, 253, 253, 1);
}

#s-8364f151-9459-48a3-9a6e-1a47415293d4 {
  box-shadow:0px 0px 0px 0px rgba(224, 207, 174, 1);
margin-top: 0%;
margin-left: -12%;
margin-bottom: 0%;
margin-right: -12%;
padding-top: 3%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(224, 207, 174, 1);
border-style: solid;
border-radius: 17px;
min-height: 50px;
background-color: rgba(164, 108, 0, 1);
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-8364f151-9459-48a3-9a6e-1a47415293d4 {
  margin-left: -15%;
margin-right: -15%;
}
}@media (max-width: 767px){#s-8364f151-9459-48a3-9a6e-1a47415293d4 {
  padding-left: 15%;
padding-bottom: 2%;
padding-right: 15%;
border-radius: 8px;
}
}







#s-8364f151-9459-48a3-9a6e-1a47415293d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8364f151-9459-48a3-9a6e-1a47415293d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcc2453f-c5b9-4c03-a594-66d7dfd0cafc {
  margin-top: -10%;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fcc2453f-c5b9-4c03-a594-66d7dfd0cafc {
  margin-left: 17%;
margin-right: 17%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fcc2453f-c5b9-4c03-a594-66d7dfd0cafc {
  margin-top: -10%;
margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-fcc2453f-c5b9-4c03-a594-66d7dfd0cafc {
  margin-left: 0%;
margin-right: 0%;
}
}






  #s-fcc2453f-c5b9-4c03-a594-66d7dfd0cafc img.shogun-image {
    

    
    
    
  }


#s-fcc2453f-c5b9-4c03-a594-66d7dfd0cafc .shogun-image-content {
  
    align-items: center;
  
}

#s-f8390a7d-59e2-4e71-808a-0735dbf96428 {
  padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-f8390a7d-59e2-4e71-808a-0735dbf96428 {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-f8390a7d-59e2-4e71-808a-0735dbf96428"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-f8390a7d-59e2-4e71-808a-0735dbf96428"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-f8390a7d-59e2-4e71-808a-0735dbf96428"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-f8390a7d-59e2-4e71-808a-0735dbf96428"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-7b20c371-a2fc-4401-916a-550952507214 {
  text-align: center;
}
@media (max-width: 767px){#s-7b20c371-a2fc-4401-916a-550952507214 {
  margin-left: -10%;
margin-right: -10%;
}
}






  #s-7b20c371-a2fc-4401-916a-550952507214 img.shogun-image {
    

    
    
    
  }


#s-7b20c371-a2fc-4401-916a-550952507214 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9924879-c0f4-4073-be3e-279da700dac5 {
  margin-top: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e9924879-c0f4-4073-be3e-279da700dac5 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Code Pro";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-e9924879-c0f4-4073-be3e-279da700dac5 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Code Pro";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-7a3c9465-3476-4ef8-b761-7d493a67803b {
  margin-top: -8%;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-7a3c9465-3476-4ef8-b761-7d493a67803b {
  margin-top: -18%;
}
}
#s-7a3c9465-3476-4ef8-b761-7d493a67803b .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-7a3c9465-3476-4ef8-b761-7d493a67803b .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7a3c9465-3476-4ef8-b761-7d493a67803b .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-7a3c9465-3476-4ef8-b761-7d493a67803b .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-b70c20cc-20ac-4a01-ac3d-31ba5857d474 {
  text-align: center;
}
@media (max-width: 767px){#s-b70c20cc-20ac-4a01-ac3d-31ba5857d474 {
  margin-left: -10%;
margin-right: -10%;
}
}






  #s-b70c20cc-20ac-4a01-ac3d-31ba5857d474 img.shogun-image {
    

    
    
    
  }


#s-b70c20cc-20ac-4a01-ac3d-31ba5857d474 .shogun-image-content {
  
    align-items: center;
  
}

#s-05b7827f-beb8-4cdb-bb25-0f6042762ac3 {
  margin-top: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-05b7827f-beb8-4cdb-bb25-0f6042762ac3 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-05b7827f-beb8-4cdb-bb25-0f6042762ac3 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-fc4db02a-365e-4217-b2a3-d5ed494785a4 {
  margin-top: -8%;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-fc4db02a-365e-4217-b2a3-d5ed494785a4 {
  margin-top: -18%;
}
}
#s-fc4db02a-365e-4217-b2a3-d5ed494785a4 .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-fc4db02a-365e-4217-b2a3-d5ed494785a4 .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fc4db02a-365e-4217-b2a3-d5ed494785a4 .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-fc4db02a-365e-4217-b2a3-d5ed494785a4 .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-1acfe25f-7c7a-4a31-925c-034bbb8d87bc {
  padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-1acfe25f-7c7a-4a31-925c-034bbb8d87bc {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-1acfe25f-7c7a-4a31-925c-034bbb8d87bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-1acfe25f-7c7a-4a31-925c-034bbb8d87bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-1acfe25f-7c7a-4a31-925c-034bbb8d87bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-1acfe25f-7c7a-4a31-925c-034bbb8d87bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-f7ce7894-3b06-4a74-bd22-724523489d4b {
  text-align: center;
}
@media (max-width: 767px){#s-f7ce7894-3b06-4a74-bd22-724523489d4b {
  margin-left: -10%;
margin-right: -10%;
}
}






  #s-f7ce7894-3b06-4a74-bd22-724523489d4b img.shogun-image {
    

    
    
    
  }


#s-f7ce7894-3b06-4a74-bd22-724523489d4b .shogun-image-content {
  
    align-items: center;
  
}

#s-045f9563-d1bf-41df-9cb6-16c9058eba2e {
  margin-top: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-045f9563-d1bf-41df-9cb6-16c9058eba2e .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-045f9563-d1bf-41df-9cb6-16c9058eba2e .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-49d492c2-904d-43bf-a1eb-0eb76ccb8887 {
  margin-top: -8%;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-49d492c2-904d-43bf-a1eb-0eb76ccb8887 {
  margin-top: -18%;
}
}
#s-49d492c2-904d-43bf-a1eb-0eb76ccb8887 .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-49d492c2-904d-43bf-a1eb-0eb76ccb8887 .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-49d492c2-904d-43bf-a1eb-0eb76ccb8887 .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-49d492c2-904d-43bf-a1eb-0eb76ccb8887 .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-78f9d06e-ea06-4c4a-b73a-a34e8a504796 {
  text-align: center;
}
@media (max-width: 767px){#s-78f9d06e-ea06-4c4a-b73a-a34e8a504796 {
  margin-left: -10%;
margin-right: -10%;
}
}






  #s-78f9d06e-ea06-4c4a-b73a-a34e8a504796 img.shogun-image {
    

    
    
    
  }


#s-78f9d06e-ea06-4c4a-b73a-a34e8a504796 .shogun-image-content {
  
    align-items: center;
  
}

#s-edd31f28-a9fa-4e47-a710-c9f9162f5db5 {
  margin-top: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-edd31f28-a9fa-4e47-a710-c9f9162f5db5 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-edd31f28-a9fa-4e47-a710-c9f9162f5db5 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-25e97dc1-8967-467b-aaa9-a158a536620c {
  margin-top: -8%;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-25e97dc1-8967-467b-aaa9-a158a536620c {
  margin-top: -18%;
}
}
#s-25e97dc1-8967-467b-aaa9-a158a536620c .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-25e97dc1-8967-467b-aaa9-a158a536620c .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-25e97dc1-8967-467b-aaa9-a158a536620c .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-25e97dc1-8967-467b-aaa9-a158a536620c .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-42336d74-6f2d-4b13-b645-5035314fb201 {
  box-shadow:0px 0px 0px 0px rgba(224, 207, 174, 1);
margin-top: 0%;
margin-left: -12%;
margin-right: -12%;
padding-top: 3%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(224, 207, 174, 1);
border-style: solid;
border-radius: 17px;
min-height: 50px;
background-color: rgba(164, 108, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-42336d74-6f2d-4b13-b645-5035314fb201 {
  margin-left: -15%;
margin-right: -15%;
}
}@media (max-width: 767px){#s-42336d74-6f2d-4b13-b645-5035314fb201 {
  padding-left: 15%;
padding-bottom: 2%;
padding-right: 15%;
border-radius: 8px;
}
}







#s-42336d74-6f2d-4b13-b645-5035314fb201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42336d74-6f2d-4b13-b645-5035314fb201.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-052d87a7-8b9c-47e6-80b5-e1efd13f3179 {
  margin-top: -10%;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-052d87a7-8b9c-47e6-80b5-e1efd13f3179 {
  margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}






  #s-052d87a7-8b9c-47e6-80b5-e1efd13f3179 img.shogun-image {
    

    
    
    
  }


#s-052d87a7-8b9c-47e6-80b5-e1efd13f3179 .shogun-image-content {
  
    align-items: center;
  
}

#s-082d9d21-b6fa-44ad-a3e3-6cc7456b8709 {
  padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-082d9d21-b6fa-44ad-a3e3-6cc7456b8709 {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-082d9d21-b6fa-44ad-a3e3-6cc7456b8709"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-082d9d21-b6fa-44ad-a3e3-6cc7456b8709"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-082d9d21-b6fa-44ad-a3e3-6cc7456b8709"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-082d9d21-b6fa-44ad-a3e3-6cc7456b8709"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-a1a2c3cd-db7b-4300-8cc3-6996474f2d38 {
  text-align: center;
}
@media (max-width: 767px){#s-a1a2c3cd-db7b-4300-8cc3-6996474f2d38 {
  margin-left: -10%;
margin-right: -10%;
}
}






  #s-a1a2c3cd-db7b-4300-8cc3-6996474f2d38 img.shogun-image {
    

    
    
    
  }


#s-a1a2c3cd-db7b-4300-8cc3-6996474f2d38 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdcb9cdc-2cc4-41fa-9c2c-f4bd2f274c82 {
  margin-top: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fdcb9cdc-2cc4-41fa-9c2c-f4bd2f274c82 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-fdcb9cdc-2cc4-41fa-9c2c-f4bd2f274c82 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  normal ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-49e93d83-5177-4117-86ce-0739e1d054eb {
  margin-top: -8%;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-49e93d83-5177-4117-86ce-0739e1d054eb {
  margin-top: -18%;
margin-left: -20px;
margin-right: -20px;
}
}
#s-49e93d83-5177-4117-86ce-0739e1d054eb .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-49e93d83-5177-4117-86ce-0739e1d054eb .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-49e93d83-5177-4117-86ce-0739e1d054eb .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-49e93d83-5177-4117-86ce-0739e1d054eb .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-1c228daf-9afc-4f4f-9a83-69468772d043 {
  text-align: center;
}
@media (max-width: 767px){#s-1c228daf-9afc-4f4f-9a83-69468772d043 {
  margin-left: -10%;
margin-right: -10%;
}
}






  #s-1c228daf-9afc-4f4f-9a83-69468772d043 img.shogun-image {
    

    
    
    
  }


#s-1c228daf-9afc-4f4f-9a83-69468772d043 .shogun-image-content {
  
    align-items: center;
  
}

#s-05eccf32-6ac6-4d6b-8c16-f874a565e48f {
  margin-top: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-05eccf32-6ac6-4d6b-8c16-f874a565e48f .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-05eccf32-6ac6-4d6b-8c16-f874a565e48f .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-fce56692-1fa5-46ae-9450-d28e4b8dee4a {
  margin-top: -8%;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-fce56692-1fa5-46ae-9450-d28e4b8dee4a {
  margin-top: -18%;
}
}
#s-fce56692-1fa5-46ae-9450-d28e4b8dee4a .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-fce56692-1fa5-46ae-9450-d28e4b8dee4a .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fce56692-1fa5-46ae-9450-d28e4b8dee4a .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-fce56692-1fa5-46ae-9450-d28e4b8dee4a .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-d008b2f8-c457-4824-94cd-33298140ce82 {
  padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-d008b2f8-c457-4824-94cd-33298140ce82 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-d008b2f8-c457-4824-94cd-33298140ce82"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-d008b2f8-c457-4824-94cd-33298140ce82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-d008b2f8-c457-4824-94cd-33298140ce82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-d008b2f8-c457-4824-94cd-33298140ce82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-fe99344d-5c44-48a5-9c2b-24e0e6b8ade1 {
  text-align: center;
}
@media (max-width: 767px){#s-fe99344d-5c44-48a5-9c2b-24e0e6b8ade1 {
  margin-top: 0%;
margin-left: -10%;
margin-bottom: 0%;
margin-right: -10%;
}
}






  #s-fe99344d-5c44-48a5-9c2b-24e0e6b8ade1 img.shogun-image {
    

    
    
    
  }


#s-fe99344d-5c44-48a5-9c2b-24e0e6b8ade1 .shogun-image-content {
  
    align-items: center;
  
}

#s-834ef2f9-ada5-4085-9052-471dfc6fe1d6 {
  margin-top: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-834ef2f9-ada5-4085-9052-471dfc6fe1d6 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-834ef2f9-ada5-4085-9052-471dfc6fe1d6 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-c8497896-be8b-458b-807d-45711717337c {
  margin-top: -8%;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-c8497896-be8b-458b-807d-45711717337c {
  margin-top: -18%;
}
}
#s-c8497896-be8b-458b-807d-45711717337c .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-c8497896-be8b-458b-807d-45711717337c .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c8497896-be8b-458b-807d-45711717337c .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-c8497896-be8b-458b-807d-45711717337c .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-3f2e04da-a381-42d3-8013-2c6392ef3522 {
  text-align: center;
}
@media (max-width: 767px){#s-3f2e04da-a381-42d3-8013-2c6392ef3522 {
  margin-left: -10%;
margin-right: -10%;
}
}






  #s-3f2e04da-a381-42d3-8013-2c6392ef3522 img.shogun-image {
    

    
    
    
  }


#s-3f2e04da-a381-42d3-8013-2c6392ef3522 .shogun-image-content {
  
    align-items: center;
  
}

#s-93bae1a4-9218-41d7-af17-83d6a1d903e8 {
  margin-top: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-93bae1a4-9218-41d7-af17-83d6a1d903e8 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-93bae1a4-9218-41d7-af17-83d6a1d903e8 .shogun-heading-component h1 {
  color: rgba(255, 243, 82, 1);
  font-weight:  900 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-7ebbdbd5-e38c-417c-92de-3d589d7e4d7e {
  margin-top: -8%;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-7ebbdbd5-e38c-417c-92de-3d589d7e4d7e {
  margin-top: -18%;
}
}
#s-7ebbdbd5-e38c-417c-92de-3d589d7e4d7e .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-7ebbdbd5-e38c-417c-92de-3d589d7e4d7e .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7ebbdbd5-e38c-417c-92de-3d589d7e4d7e .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-7ebbdbd5-e38c-417c-92de-3d589d7e4d7e .shogun-heading-component h2 {
  color: rgba(255, 243, 82, 1);
  font-weight:  200 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d {
  background-image: url(https://i.shgcdn.com/54e500e0-fbdc-40d5-9bac-7357ee6fbd77/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 50px;
margin-bottom: 40px;
padding-top: 34px;
padding-left: 200px;
padding-bottom: 34px;
padding-right: 200px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d:hover {background-image: url(https://i.shgcdn.com/19a8ab60-f2d7-4eca-b2fa-442d42c135c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}#s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d:active {background-image: url(https://i.shgcdn.com/ff3f09dd-5662-4232-b7c3-5da4e62fb501/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}@media (min-width: 1200px){#s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d {
  margin-top: 20px;
margin-bottom: 30px;
padding-top: 50px;
padding-left: 20%;
padding-bottom: 50px;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d {
  margin-top: 20px;
margin-bottom: 30px;
padding-top: 50px;
padding-left: 20%;
padding-bottom: 50px;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 34px;
padding-left: 20%;
padding-bottom: 34px;
padding-right: 20%;
}
}


#s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 28px;
  
}


  #s-a067dfaa-0d1f-4670-a6f5-126f2c165e1d.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 28px;
    
  }


#s-435288bd-ea87-40e1-a2d2-7c07c9494bec {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}








#s-435288bd-ea87-40e1-a2d2-7c07c9494bec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-435288bd-ea87-40e1-a2d2-7c07c9494bec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bf1f8f5-8c06-4592-b7a4-ff9227ed6b99 {
  text-align: center;
}








#s-8bf1f8f5-8c06-4592-b7a4-ff9227ed6b99 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed02c1d8-3423-4d68-90d8-b2b325a5f3d1 {
  margin-top: 0%;
margin-bottom: 2%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(161, 28, 0, 1);
}








#s-ed02c1d8-3423-4d68-90d8-b2b325a5f3d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed02c1d8-3423-4d68-90d8-b2b325a5f3d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ceebac59-f956-4511-b5fd-f471f98e26dd {
  margin-top: -7%;
margin-left: 30%;
margin-right: 30%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ceebac59-f956-4511-b5fd-f471f98e26dd {
  margin-left: 25%;
margin-right: 25%;
}
}@media (max-width: 767px){#s-ceebac59-f956-4511-b5fd-f471f98e26dd {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-ceebac59-f956-4511-b5fd-f471f98e26dd img.shogun-image {
    

    
    
    
  }


#s-ceebac59-f956-4511-b5fd-f471f98e26dd .shogun-image-content {
  
    align-items: center;
  
}

#s-3b38eb9c-1897-483e-b3ab-fbe380741a67 {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3b38eb9c-1897-483e-b3ab-fbe380741a67 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b38eb9c-1897-483e-b3ab-fbe380741a67 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-3b38eb9c-1897-483e-b3ab-fbe380741a67 {
  margin-top: 15px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-3b38eb9c-1897-483e-b3ab-fbe380741a67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b38eb9c-1897-483e-b3ab-fbe380741a67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3b38eb9c-1897-483e-b3ab-fbe380741a67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b38eb9c-1897-483e-b3ab-fbe380741a67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-d2e91f9d-a1c6-42de-ae84-9524e642d955 {
  margin-left: -3%;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-d2e91f9d-a1c6-42de-ae84-9524e642d955"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d2e91f9d-a1c6-42de-ae84-9524e642d955"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2e91f9d-a1c6-42de-ae84-9524e642d955"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2e91f9d-a1c6-42de-ae84-9524e642d955"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e35bee3f-5772-4dff-af45-30c1e22a83a2 {
  text-align: center;
}
@media (max-width: 767px){#s-e35bee3f-5772-4dff-af45-30c1e22a83a2 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-e35bee3f-5772-4dff-af45-30c1e22a83a2 img.shogun-image {
    

    
    
    
  }


#s-e35bee3f-5772-4dff-af45-30c1e22a83a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a915f04-685f-46f2-ba36-ba6d8985364c {
  margin-top: 7%;
margin-left: 2%;
margin-bottom: 15%;
margin-right: 2%;
padding-top: 0%;
padding-left: 4%;
padding-bottom: 0%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a915f04-685f-46f2-ba36-ba6d8985364c {
  padding-left: 7%;
padding-right: 4%;
}
}
#s-5124cb6c-39f4-4fc3-8d11-f0ace7ba9d9a {
  text-align: center;
}
@media (max-width: 767px){#s-5124cb6c-39f4-4fc3-8d11-f0ace7ba9d9a {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-5124cb6c-39f4-4fc3-8d11-f0ace7ba9d9a img.shogun-image {
    

    
    
    
  }


#s-5124cb6c-39f4-4fc3-8d11-f0ace7ba9d9a .shogun-image-content {
  
    align-items: center;
  
}

#s-73b7a394-fdeb-452c-9ce2-8d12d430b580 {
  margin-top: 7%;
margin-left: 2%;
margin-bottom: 15%;
margin-right: 2%;
padding-top: 0%;
padding-left: 4%;
padding-bottom: 0%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-73b7a394-fdeb-452c-9ce2-8d12d430b580 {
  padding-left: 7%;
padding-right: 4%;
}
}
@media (max-width: 767px){#s-4c18add9-515b-4869-ae1c-7728d526fd2f {
  margin-left: -3%;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-4c18add9-515b-4869-ae1c-7728d526fd2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4c18add9-515b-4869-ae1c-7728d526fd2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4c18add9-515b-4869-ae1c-7728d526fd2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c18add9-515b-4869-ae1c-7728d526fd2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b18ee58d-5ac3-439d-b77f-bc7904736d13 {
  text-align: center;
}
@media (max-width: 767px){#s-b18ee58d-5ac3-439d-b77f-bc7904736d13 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-b18ee58d-5ac3-439d-b77f-bc7904736d13 img.shogun-image {
    

    
    
    
  }


#s-b18ee58d-5ac3-439d-b77f-bc7904736d13 .shogun-image-content {
  
    align-items: center;
  
}

#s-60d351ef-e01f-40f8-ae6e-bdfc6e5d5f3d {
  margin-top: 7%;
margin-left: 2%;
margin-bottom: 15%;
margin-right: 2%;
padding-top: 0%;
padding-left: 4%;
padding-bottom: 0%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-60d351ef-e01f-40f8-ae6e-bdfc6e5d5f3d {
  padding-left: 7%;
padding-right: 4%;
}
}
#s-c0e8934f-6494-4159-ae8f-e20049d650a3 {
  text-align: center;
}
@media (max-width: 767px){#s-c0e8934f-6494-4159-ae8f-e20049d650a3 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-c0e8934f-6494-4159-ae8f-e20049d650a3 img.shogun-image {
    

    
    
    
  }


#s-c0e8934f-6494-4159-ae8f-e20049d650a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5bab65e-19eb-427c-b497-bf8f5fbb4b70 {
  margin-top: 7%;
margin-left: 2%;
margin-bottom: 15%;
margin-right: 2%;
padding-top: 0%;
padding-left: 4%;
padding-bottom: 0%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5bab65e-19eb-427c-b497-bf8f5fbb4b70 {
  padding-left: 7%;
padding-right: 4%;
}
}
#s-fe81a2ec-f4c3-4541-b67e-422ece99f864 {
  text-align: left;
}

#s-611e8513-cc5f-423e-8d21-d36ced07116d {
  margin-top: -3%;
padding-top: 0%;
padding-bottom: 2%;
min-height: 50px;
background-repeat: no-repeat;
}
@media (min-width: 1200px){#s-611e8513-cc5f-423e-8d21-d36ced07116d {
  margin-top: -2%;
margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-611e8513-cc5f-423e-8d21-d36ced07116d {
  margin-top: -5%;
padding-bottom: 3%;
}
}@media (max-width: 767px){#s-611e8513-cc5f-423e-8d21-d36ced07116d {
  padding-left: 0%;
padding-bottom: 3%;
padding-right: 0%;
}
}







#s-611e8513-cc5f-423e-8d21-d36ced07116d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-611e8513-cc5f-423e-8d21-d36ced07116d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b6fd75e-acb4-4435-88c3-bb4b2aac7b45 {
  margin-top: 0%;
margin-left: 30%;
margin-right: 30%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b6fd75e-acb4-4435-88c3-bb4b2aac7b45 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-1b6fd75e-acb4-4435-88c3-bb4b2aac7b45 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-1b6fd75e-acb4-4435-88c3-bb4b2aac7b45 img.shogun-image {
    

    
    
    
  }


#s-1b6fd75e-acb4-4435-88c3-bb4b2aac7b45 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e8b8e59-7061-40b6-ac35-8c9f7e691837 {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e8b8e59-7061-40b6-ac35-8c9f7e691837 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (max-width: 767px){#s-0e8b8e59-7061-40b6-ac35-8c9f7e691837 {
  margin-left: 12%;
margin-right: 12%;
}
}
@media (min-width: 0px) {
[id="s-0e8b8e59-7061-40b6-ac35-8c9f7e691837"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-0e8b8e59-7061-40b6-ac35-8c9f7e691837"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-0e8b8e59-7061-40b6-ac35-8c9f7e691837"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-0e8b8e59-7061-40b6-ac35-8c9f7e691837"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-bb2183e0-18fe-4b17-acba-a8156ebbd052 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
text-align: center;
}
@media (max-width: 767px){#s-bb2183e0-18fe-4b17-acba-a8156ebbd052 {
  margin-left: 7%;
margin-right: 7%;
}
}






  #s-bb2183e0-18fe-4b17-acba-a8156ebbd052 img.shogun-image {
    

    
    
    
  }


#s-bb2183e0-18fe-4b17-acba-a8156ebbd052 .shogun-image-content {
  
    align-items: center;
  
}

#s-71bbd299-afe4-4071-b5f8-90ae9f6115c8 {
  margin-top: 4%;
margin-left: -3%;
margin-bottom: -10%;
margin-right: -3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-71bbd299-afe4-4071-b5f8-90ae9f6115c8 {
  margin-bottom: -5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71bbd299-afe4-4071-b5f8-90ae9f6115c8 {
  margin-bottom: -5%;
}
}
#s-71bbd299-afe4-4071-b5f8-90ae9f6115c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-71bbd299-afe4-4071-b5f8-90ae9f6115c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-71bbd299-afe4-4071-b5f8-90ae9f6115c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}
#s-f0040de9-47ec-402c-b908-f11cd96a18cb {
  margin-left: 2%;
margin-right: 2%;
text-align: center;
}
@media (max-width: 767px){#s-f0040de9-47ec-402c-b908-f11cd96a18cb {
  margin-left: 7%;
margin-right: 7%;
}
}






  #s-f0040de9-47ec-402c-b908-f11cd96a18cb img.shogun-image {
    

    
    
    
  }


#s-f0040de9-47ec-402c-b908-f11cd96a18cb .shogun-image-content {
  
    align-items: center;
  
}

#s-b9eb9b62-2daf-4e96-8799-a6b0be66fcbf {
  margin-top: 4%;
margin-bottom: -10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b9eb9b62-2daf-4e96-8799-a6b0be66fcbf {
  margin-bottom: -5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9eb9b62-2daf-4e96-8799-a6b0be66fcbf {
  margin-bottom: -5%;
}
}@media (max-width: 767px){#s-b9eb9b62-2daf-4e96-8799-a6b0be66fcbf {
  margin-left: -5%;
margin-right: -5%;
}
}
#s-b9eb9b62-2daf-4e96-8799-a6b0be66fcbf .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-b9eb9b62-2daf-4e96-8799-a6b0be66fcbf .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b9eb9b62-2daf-4e96-8799-a6b0be66fcbf .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b9eb9b62-2daf-4e96-8799-a6b0be66fcbf .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-b9eb9b62-2daf-4e96-8799-a6b0be66fcbf .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}
#s-3caef6b8-93c8-478d-9195-4903b286afe7 {
  margin-left: 2%;
margin-right: 2%;
text-align: center;
}
@media (max-width: 767px){#s-3caef6b8-93c8-478d-9195-4903b286afe7 {
  margin-left: 7%;
margin-right: 7%;
}
}






  #s-3caef6b8-93c8-478d-9195-4903b286afe7 img.shogun-image {
    

    
    
    
  }


#s-3caef6b8-93c8-478d-9195-4903b286afe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2aadf1bd-bf2a-461c-b3dd-0db3c8320200 {
  margin-top: 4%;
margin-bottom: -10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2aadf1bd-bf2a-461c-b3dd-0db3c8320200 {
  margin-bottom: -5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2aadf1bd-bf2a-461c-b3dd-0db3c8320200 {
  margin-bottom: -5%;
}
}@media (max-width: 767px){#s-2aadf1bd-bf2a-461c-b3dd-0db3c8320200 {
  margin-left: -5%;
margin-right: -5%;
}
}
#s-2aadf1bd-bf2a-461c-b3dd-0db3c8320200 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-2aadf1bd-bf2a-461c-b3dd-0db3c8320200 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2aadf1bd-bf2a-461c-b3dd-0db3c8320200 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2aadf1bd-bf2a-461c-b3dd-0db3c8320200 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-2aadf1bd-bf2a-461c-b3dd-0db3c8320200 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}
#s-549de59c-9343-4ae1-a3dc-fe8f0c9cc454 {
  margin-left: 2%;
margin-right: 2%;
text-align: center;
}
@media (max-width: 767px){#s-549de59c-9343-4ae1-a3dc-fe8f0c9cc454 {
  margin-left: 7%;
margin-right: 7%;
}
}






  #s-549de59c-9343-4ae1-a3dc-fe8f0c9cc454 img.shogun-image {
    

    
    
    
  }


#s-549de59c-9343-4ae1-a3dc-fe8f0c9cc454 .shogun-image-content {
  
    align-items: center;
  
}

#s-62bf8a4f-0311-4ab6-8414-7dc6464a4903 {
  margin-top: 4%;
margin-left: -3%;
margin-bottom: -10%;
margin-right: -3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-62bf8a4f-0311-4ab6-8414-7dc6464a4903 {
  margin-bottom: -5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62bf8a4f-0311-4ab6-8414-7dc6464a4903 {
  margin-bottom: -5%;
}
}
#s-62bf8a4f-0311-4ab6-8414-7dc6464a4903 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-62bf8a4f-0311-4ab6-8414-7dc6464a4903 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-62bf8a4f-0311-4ab6-8414-7dc6464a4903 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}
#s-58f620ce-100b-4cfe-9972-48aedc87a394 {
  min-height: 50px;
background-color: rgba(255, 243, 82, 1);
}








#s-58f620ce-100b-4cfe-9972-48aedc87a394 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58f620ce-100b-4cfe-9972-48aedc87a394.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a264e149-41c9-41f6-9d63-185ba974f1e1 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a264e149-41c9-41f6-9d63-185ba974f1e1 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a264e149-41c9-41f6-9d63-185ba974f1e1 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-a264e149-41c9-41f6-9d63-185ba974f1e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a264e149-41c9-41f6-9d63-185ba974f1e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a264e149-41c9-41f6-9d63-185ba974f1e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a264e149-41c9-41f6-9d63-185ba974f1e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a264e149-41c9-41f6-9d63-185ba974f1e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a264e149-41c9-41f6-9d63-185ba974f1e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a264e149-41c9-41f6-9d63-185ba974f1e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c009de5e-8b0a-4a8f-8aff-74684e818f64 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: -15%;
min-height: 100%;
max-width: 100%;
background-position: center bottom;
}
@media (max-width: 767px){#s-c009de5e-8b0a-4a8f-8aff-74684e818f64 {
  margin-top: -10%;
margin-left: 13%;
margin-right: 13%;
min-height: 170px;
}
}







#s-c009de5e-8b0a-4a8f-8aff-74684e818f64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c009de5e-8b0a-4a8f-8aff-74684e818f64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e56232c1-5bdb-4a58-b3e0-8dda0eb24373 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 6%;
padding-bottom: 6%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e56232c1-5bdb-4a58-b3e0-8dda0eb24373 {
  padding-top: 6px;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-e56232c1-5bdb-4a58-b3e0-8dda0eb24373 {
  margin-top: 0%;
padding-bottom: 0%;
}
}
#s-e56232c1-5bdb-4a58-b3e0-8dda0eb24373 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e56232c1-5bdb-4a58-b3e0-8dda0eb24373 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-44272c4e-24c2-471f-9515-7d7a6b330c15 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100%;
max-width: 100%;
background-position: center bottom;
}
@media (max-width: 767px){#s-44272c4e-24c2-471f-9515-7d7a6b330c15 {
  margin-top: -30%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
max-width: 100%;
display: none;
}
#s-44272c4e-24c2-471f-9515-7d7a6b330c15, #wrap-s-44272c4e-24c2-471f-9515-7d7a6b330c15 { display: none !important; }}







#s-44272c4e-24c2-471f-9515-7d7a6b330c15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44272c4e-24c2-471f-9515-7d7a6b330c15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-851839a2-fe45-4d52-99b2-63d31e1f53d7 {
  background-image: url(https://i.shgcdn.com/54e500e0-fbdc-40d5-9bac-7357ee6fbd77/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 50px;
margin-bottom: 40px;
padding-top: 34px;
padding-left: 200px;
padding-bottom: 34px;
padding-right: 200px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-851839a2-fe45-4d52-99b2-63d31e1f53d7:hover {background-image: url(https://i.shgcdn.com/19a8ab60-f2d7-4eca-b2fa-442d42c135c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}#s-851839a2-fe45-4d52-99b2-63d31e1f53d7:active {background-image: url(https://i.shgcdn.com/ff3f09dd-5662-4232-b7c3-5da4e62fb501/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}@media (min-width: 1200px){#s-851839a2-fe45-4d52-99b2-63d31e1f53d7 {
  margin-top: 20px;
margin-bottom: 30px;
padding-top: 50px;
padding-left: 20%;
padding-bottom: 50px;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-851839a2-fe45-4d52-99b2-63d31e1f53d7 {
  margin-top: 20px;
margin-bottom: 30px;
padding-top: 50px;
padding-left: 20%;
padding-bottom: 50px;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-851839a2-fe45-4d52-99b2-63d31e1f53d7 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-851839a2-fe45-4d52-99b2-63d31e1f53d7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 34px;
padding-left: 20%;
padding-bottom: 34px;
padding-right: 20%;
}
}


#s-851839a2-fe45-4d52-99b2-63d31e1f53d7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-851839a2-fe45-4d52-99b2-63d31e1f53d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-851839a2-fe45-4d52-99b2-63d31e1f53d7.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-851839a2-fe45-4d52-99b2-63d31e1f53d7.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 28px;
  
}


  #s-851839a2-fe45-4d52-99b2-63d31e1f53d7.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 28px;
    
  }


#s-50ea343f-14eb-4973-914b-60764b9af873 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-50ea343f-14eb-4973-914b-60764b9af873 {
  margin-left: 7%;
margin-right: 7%;
}
}
@media (min-width: 0px) {
[id="s-50ea343f-14eb-4973-914b-60764b9af873"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-50ea343f-14eb-4973-914b-60764b9af873"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-50ea343f-14eb-4973-914b-60764b9af873"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-50ea343f-14eb-4973-914b-60764b9af873"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-cecbe907-6775-40ba-801b-ca980cc6f60d {
  text-align: center;
}
@media (max-width: 767px){#s-cecbe907-6775-40ba-801b-ca980cc6f60d {
  margin-left: -7px;
margin-right: -7px;
}
}






  #s-cecbe907-6775-40ba-801b-ca980cc6f60d img.shogun-image {
    

    
    
    
  }


#s-cecbe907-6775-40ba-801b-ca980cc6f60d .shogun-image-content {
  
    align-items: center;
  
}

#s-e8cf796a-a5a7-4df9-b6c6-d9f5eb80075f {
  text-align: center;
}
@media (max-width: 767px){#s-e8cf796a-a5a7-4df9-b6c6-d9f5eb80075f {
  margin-left: -7px;
margin-right: -7px;
}
}






  #s-e8cf796a-a5a7-4df9-b6c6-d9f5eb80075f img.shogun-image {
    

    
    
    
  }


#s-e8cf796a-a5a7-4df9-b6c6-d9f5eb80075f .shogun-image-content {
  
    align-items: center;
  
}

#s-b4b97b59-b1b2-4df1-b49c-6a50463525e7 {
  text-align: center;
}
@media (max-width: 767px){#s-b4b97b59-b1b2-4df1-b49c-6a50463525e7 {
  margin-left: -7px;
margin-right: -7px;
}
}






  #s-b4b97b59-b1b2-4df1-b49c-6a50463525e7 img.shogun-image {
    

    
    
    
  }


#s-b4b97b59-b1b2-4df1-b49c-6a50463525e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c8b915f-961a-418f-993e-8e10546b33da {
  min-height: 50px;
background-repeat: repeat;
}








#s-2c8b915f-961a-418f-993e-8e10546b33da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c8b915f-961a-418f-993e-8e10546b33da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02692519-5f66-44fb-8f12-e27bd8e49b90 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center bottom;
}








#s-02692519-5f66-44fb-8f12-e27bd8e49b90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02692519-5f66-44fb-8f12-e27bd8e49b90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0825cb6d-3011-4cdf-9e5a-3a4e228891e1 {
  background-repeat: repeat;
background-size: contain;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0825cb6d-3011-4cdf-9e5a-3a4e228891e1 {
  margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0825cb6d-3011-4cdf-9e5a-3a4e228891e1 {
  margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0825cb6d-3011-4cdf-9e5a-3a4e228891e1 {
  margin-bottom: 0%;
}
}@media (max-width: 767px){#s-0825cb6d-3011-4cdf-9e5a-3a4e228891e1 {
  margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}







#s-0825cb6d-3011-4cdf-9e5a-3a4e228891e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0825cb6d-3011-4cdf-9e5a-3a4e228891e1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7cdbdf49-9ab5-4c50-b17b-583fde24518e {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7cdbdf49-9ab5-4c50-b17b-583fde24518e {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-7cdbdf49-9ab5-4c50-b17b-583fde24518e {
  margin-left: -30%;
margin-right: -30%;
}
}






  #s-7cdbdf49-9ab5-4c50-b17b-583fde24518e img.shogun-image {
    

    
    
    
  }


#s-7cdbdf49-9ab5-4c50-b17b-583fde24518e .shogun-image-content {
  
    align-items: center;
  
}

#s-5aa396af-566a-49ba-9505-f633c537bde8 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(224, 207, 174, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5aa396af-566a-49ba-9505-f633c537bde8 {
  margin-bottom: 0%;
padding-left: 12%;
padding-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5aa396af-566a-49ba-9505-f633c537bde8 {
  padding-left: 12%;
padding-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5aa396af-566a-49ba-9505-f633c537bde8 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5aa396af-566a-49ba-9505-f633c537bde8 {
  padding-top: 20px;
}
}







#s-5aa396af-566a-49ba-9505-f633c537bde8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aa396af-566a-49ba-9505-f633c537bde8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-df479c80-6ae2-4650-88b8-59c8367794f4 {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-df479c80-6ae2-4650-88b8-59c8367794f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df479c80-6ae2-4650-88b8-59c8367794f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df479c80-6ae2-4650-88b8-59c8367794f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df479c80-6ae2-4650-88b8-59c8367794f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-65faa2c4-3e08-46ef-a83f-c07e860374cb {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-65faa2c4-3e08-46ef-a83f-c07e860374cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65faa2c4-3e08-46ef-a83f-c07e860374cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-65faa2c4-3e08-46ef-a83f-c07e860374cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-65faa2c4-3e08-46ef-a83f-c07e860374cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-65faa2c4-3e08-46ef-a83f-c07e860374cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-65faa2c4-3e08-46ef-a83f-c07e860374cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-65faa2c4-3e08-46ef-a83f-c07e860374cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-c6fa5491-a955-4347-af84-b47526362150 {
  text-align: center;
}
@media (max-width: 767px){#s-c6fa5491-a955-4347-af84-b47526362150 {
  margin-left: 10%;
margin-right: 10%;
}
}






  #s-c6fa5491-a955-4347-af84-b47526362150 img.shogun-image {
    

    
    
    
  }


#s-c6fa5491-a955-4347-af84-b47526362150 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e2d007c-6783-4272-9896-06ca77a3cde3 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: dashed;
border-radius: 9px;
background-position: center top;
}
@media (min-width: 1200px){#s-6e2d007c-6783-4272-9896-06ca77a3cde3 {
  margin-top: 5%;
margin-right: 12%;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e2d007c-6783-4272-9896-06ca77a3cde3 {
  margin-top: 5%;
margin-bottom: 0%;
margin-right: 12%;
padding-left: 5px;
padding-right: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e2d007c-6783-4272-9896-06ca77a3cde3 {
  margin-top: 5%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-6e2d007c-6783-4272-9896-06ca77a3cde3 {
  margin-top: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-6e2d007c-6783-4272-9896-06ca77a3cde3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e2d007c-6783-4272-9896-06ca77a3cde3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f5392e1-55a1-49b2-9843-47b2bec1b30b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-2f5392e1-55a1-49b2-9843-47b2bec1b30b {
  margin-top: 15%;
margin-bottom: -5%;
padding-top: 0%;
padding-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f5392e1-55a1-49b2-9843-47b2bec1b30b {
  margin-top: 15%;
margin-bottom: -5%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f5392e1-55a1-49b2-9843-47b2bec1b30b {
  margin-top: 20%;
margin-bottom: -5%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-2f5392e1-55a1-49b2-9843-47b2bec1b30b {
  margin-top: 20%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-2f5392e1-55a1-49b2-9843-47b2bec1b30b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-2f5392e1-55a1-49b2-9843-47b2bec1b30b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2f5392e1-55a1-49b2-9843-47b2bec1b30b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2f5392e1-55a1-49b2-9843-47b2bec1b30b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-2f5392e1-55a1-49b2-9843-47b2bec1b30b .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
@media (min-width: 1200px){#s-7bf40ee3-1d68-4127-a82c-8a8fd76474dd {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bf40ee3-1d68-4127-a82c-8a8fd76474dd {
  margin-top: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bf40ee3-1d68-4127-a82c-8a8fd76474dd {
  margin-top: 0%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-7bf40ee3-1d68-4127-a82c-8a8fd76474dd {
  margin-bottom: 0%;
}
}
#s-b3684784-94cd-4d55-8f6f-4462987956e4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-b3684784-94cd-4d55-8f6f-4462987956e4 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-b3684784-94cd-4d55-8f6f-4462987956e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3684784-94cd-4d55-8f6f-4462987956e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b3684784-94cd-4d55-8f6f-4462987956e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b3684784-94cd-4d55-8f6f-4462987956e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b3684784-94cd-4d55-8f6f-4462987956e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b3684784-94cd-4d55-8f6f-4462987956e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b3684784-94cd-4d55-8f6f-4462987956e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-829e060d-7039-4e7c-bf35-95a6e57e2eda {
  text-align: center;
}
@media (max-width: 767px){#s-829e060d-7039-4e7c-bf35-95a6e57e2eda {
  margin-left: 10%;
margin-right: 10%;
}
}






  #s-829e060d-7039-4e7c-bf35-95a6e57e2eda img.shogun-image {
    

    
    
    
  }


#s-829e060d-7039-4e7c-bf35-95a6e57e2eda .shogun-image-content {
  
    align-items: center;
  
}

#s-9a77fb8f-bde2-462e-a7c5-af131927346e {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: dashed;
border-radius: 9px;
background-position: center top;
}
@media (min-width: 1200px){#s-9a77fb8f-bde2-462e-a7c5-af131927346e {
  margin-top: 5%;
margin-right: 12%;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a77fb8f-bde2-462e-a7c5-af131927346e {
  margin-top: 5%;
margin-bottom: 0%;
margin-right: 12%;
padding-left: 5px;
padding-right: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a77fb8f-bde2-462e-a7c5-af131927346e {
  margin-top: 5%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-9a77fb8f-bde2-462e-a7c5-af131927346e {
  margin-top: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-9a77fb8f-bde2-462e-a7c5-af131927346e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a77fb8f-bde2-462e-a7c5-af131927346e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5013a5ed-4856-4efe-b7e1-825114da1c85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-5013a5ed-4856-4efe-b7e1-825114da1c85 {
  margin-top: 15%;
margin-bottom: -5%;
padding-top: 0%;
padding-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5013a5ed-4856-4efe-b7e1-825114da1c85 {
  margin-top: 15%;
margin-bottom: -5%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5013a5ed-4856-4efe-b7e1-825114da1c85 {
  margin-top: 20%;
margin-bottom: -5%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-5013a5ed-4856-4efe-b7e1-825114da1c85 {
  margin-top: 20%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-5013a5ed-4856-4efe-b7e1-825114da1c85 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-5013a5ed-4856-4efe-b7e1-825114da1c85 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5013a5ed-4856-4efe-b7e1-825114da1c85 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5013a5ed-4856-4efe-b7e1-825114da1c85 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-5013a5ed-4856-4efe-b7e1-825114da1c85 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
@media (min-width: 1200px){#s-96312a7e-4432-44d4-bb55-5ddeb05625da {
  margin-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96312a7e-4432-44d4-bb55-5ddeb05625da {
  margin-top: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-96312a7e-4432-44d4-bb55-5ddeb05625da {
  margin-top: 0%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-96312a7e-4432-44d4-bb55-5ddeb05625da {
  margin-top: 0%;
}
}
@media (max-width: 767px){#s-89cf0ac5-9890-4ba8-9b98-f3afb052ae6c {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-89cf0ac5-9890-4ba8-9b98-f3afb052ae6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89cf0ac5-9890-4ba8-9b98-f3afb052ae6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89cf0ac5-9890-4ba8-9b98-f3afb052ae6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89cf0ac5-9890-4ba8-9b98-f3afb052ae6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3de4a57d-7454-4488-a7fa-9f29256d2fbd {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-3de4a57d-7454-4488-a7fa-9f29256d2fbd {
  margin-top: 0%;
}
}
@media (min-width: 0px) {
[id="s-3de4a57d-7454-4488-a7fa-9f29256d2fbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3de4a57d-7454-4488-a7fa-9f29256d2fbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3de4a57d-7454-4488-a7fa-9f29256d2fbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3de4a57d-7454-4488-a7fa-9f29256d2fbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3de4a57d-7454-4488-a7fa-9f29256d2fbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3de4a57d-7454-4488-a7fa-9f29256d2fbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3de4a57d-7454-4488-a7fa-9f29256d2fbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-53296744-80d8-4155-b570-09658e15d529 {
  text-align: center;
}
@media (max-width: 767px){#s-53296744-80d8-4155-b570-09658e15d529 {
  margin-left: 10%;
margin-right: 10%;
}
}






  #s-53296744-80d8-4155-b570-09658e15d529 img.shogun-image {
    

    
    
    
  }


#s-53296744-80d8-4155-b570-09658e15d529 .shogun-image-content {
  
    align-items: center;
  
}

#s-c45e7f22-7c01-425a-b79e-870cc1026645 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: dashed;
border-radius: 9px;
background-position: center top;
}
@media (min-width: 1200px){#s-c45e7f22-7c01-425a-b79e-870cc1026645 {
  margin-top: 5%;
margin-right: 12%;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c45e7f22-7c01-425a-b79e-870cc1026645 {
  margin-top: 5%;
margin-bottom: 0%;
margin-right: 12%;
padding-left: 5px;
padding-right: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c45e7f22-7c01-425a-b79e-870cc1026645 {
  margin-top: 5%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-c45e7f22-7c01-425a-b79e-870cc1026645 {
  margin-top: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-c45e7f22-7c01-425a-b79e-870cc1026645 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c45e7f22-7c01-425a-b79e-870cc1026645.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-674a1c20-6b57-47bd-9b07-008ad7578851 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-674a1c20-6b57-47bd-9b07-008ad7578851 {
  margin-top: 15%;
margin-bottom: -5%;
padding-top: 0%;
padding-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-674a1c20-6b57-47bd-9b07-008ad7578851 {
  margin-top: 15%;
margin-bottom: -5%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-674a1c20-6b57-47bd-9b07-008ad7578851 {
  margin-top: 20%;
margin-bottom: -5%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-674a1c20-6b57-47bd-9b07-008ad7578851 {
  margin-top: 20%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-674a1c20-6b57-47bd-9b07-008ad7578851 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-674a1c20-6b57-47bd-9b07-008ad7578851 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-674a1c20-6b57-47bd-9b07-008ad7578851 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-674a1c20-6b57-47bd-9b07-008ad7578851 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-674a1c20-6b57-47bd-9b07-008ad7578851 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
@media (min-width: 1200px){#s-773158ab-8aa0-478b-bf8d-49a231e9b49c {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-773158ab-8aa0-478b-bf8d-49a231e9b49c {
  margin-top: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-773158ab-8aa0-478b-bf8d-49a231e9b49c {
  margin-top: 0%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-773158ab-8aa0-478b-bf8d-49a231e9b49c {
  margin-top: 0%;
margin-bottom: 0%;
}
}
#s-4379045a-9167-4663-98aa-ea27e74c5a2c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-4379045a-9167-4663-98aa-ea27e74c5a2c {
  margin-top: 0%;
}
}
@media (min-width: 0px) {
[id="s-4379045a-9167-4663-98aa-ea27e74c5a2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4379045a-9167-4663-98aa-ea27e74c5a2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4379045a-9167-4663-98aa-ea27e74c5a2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4379045a-9167-4663-98aa-ea27e74c5a2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4379045a-9167-4663-98aa-ea27e74c5a2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4379045a-9167-4663-98aa-ea27e74c5a2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4379045a-9167-4663-98aa-ea27e74c5a2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-3b24e07c-fd06-49cb-b467-074dfcc716aa {
  text-align: center;
}
@media (max-width: 767px){#s-3b24e07c-fd06-49cb-b467-074dfcc716aa {
  margin-left: 10%;
margin-right: 10%;
}
}






  #s-3b24e07c-fd06-49cb-b467-074dfcc716aa img.shogun-image {
    

    
    
    
  }


#s-3b24e07c-fd06-49cb-b467-074dfcc716aa .shogun-image-content {
  
    align-items: center;
  
}

#s-a688c4cf-c76d-4405-a266-8a5480cc178d {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: dashed;
border-radius: 9px;
background-position: center top;
}
@media (min-width: 1200px){#s-a688c4cf-c76d-4405-a266-8a5480cc178d {
  margin-top: 5%;
margin-right: 12%;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a688c4cf-c76d-4405-a266-8a5480cc178d {
  margin-top: 5%;
margin-bottom: 0%;
margin-right: 12%;
padding-left: 5px;
padding-right: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a688c4cf-c76d-4405-a266-8a5480cc178d {
  margin-top: 5%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-a688c4cf-c76d-4405-a266-8a5480cc178d {
  margin-top: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-a688c4cf-c76d-4405-a266-8a5480cc178d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a688c4cf-c76d-4405-a266-8a5480cc178d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de1c176c-85cf-4314-b61e-ebc2f66a71f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-de1c176c-85cf-4314-b61e-ebc2f66a71f5 {
  margin-top: 15%;
margin-bottom: -5%;
padding-top: 0%;
padding-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de1c176c-85cf-4314-b61e-ebc2f66a71f5 {
  margin-top: 15%;
margin-bottom: -5%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-de1c176c-85cf-4314-b61e-ebc2f66a71f5 {
  margin-top: 20%;
margin-bottom: -5%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-de1c176c-85cf-4314-b61e-ebc2f66a71f5 {
  margin-top: 20%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-de1c176c-85cf-4314-b61e-ebc2f66a71f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-de1c176c-85cf-4314-b61e-ebc2f66a71f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-de1c176c-85cf-4314-b61e-ebc2f66a71f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-de1c176c-85cf-4314-b61e-ebc2f66a71f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-de1c176c-85cf-4314-b61e-ebc2f66a71f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
@media (min-width: 1200px){#s-863ef994-d80d-4980-b85b-0d262767eb8f {
  margin-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-863ef994-d80d-4980-b85b-0d262767eb8f {
  margin-top: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-863ef994-d80d-4980-b85b-0d262767eb8f {
  margin-top: 0%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-863ef994-d80d-4980-b85b-0d262767eb8f {
  margin-top: 0%;
}
}
#s-812680fa-bbbc-4568-9bae-1e2a4e86a7b0 {
  min-height: 50px;
background-repeat: repeat;
}








#s-812680fa-bbbc-4568-9bae-1e2a4e86a7b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-812680fa-bbbc-4568-9bae-1e2a4e86a7b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8584846-bb6a-41a6-ba92-12a7bd2c869e {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 2%;
margin-bottom: 0%;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8584846-bb6a-41a6-ba92-12a7bd2c869e {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-c8584846-bb6a-41a6-ba92-12a7bd2c869e {
  margin-top: 0%;
}
}







#s-c8584846-bb6a-41a6-ba92-12a7bd2c869e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8584846-bb6a-41a6-ba92-12a7bd2c869e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b962a001-c144-4af3-be3e-4eb542c66f3d {
  background-repeat: repeat;
background-size: contain;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b962a001-c144-4af3-be3e-4eb542c66f3d {
  margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b962a001-c144-4af3-be3e-4eb542c66f3d {
  margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b962a001-c144-4af3-be3e-4eb542c66f3d {
  margin-bottom: 0%;
}
}@media (max-width: 767px){#s-b962a001-c144-4af3-be3e-4eb542c66f3d {
  margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}







#s-b962a001-c144-4af3-be3e-4eb542c66f3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b962a001-c144-4af3-be3e-4eb542c66f3d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0c747af5-1d84-4cbe-ae83-297c35b543e1 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c747af5-1d84-4cbe-ae83-297c35b543e1 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-0c747af5-1d84-4cbe-ae83-297c35b543e1 {
  margin-left: -30%;
margin-right: -30%;
}
}






  #s-0c747af5-1d84-4cbe-ae83-297c35b543e1 img.shogun-image {
    

    
    
    
  }


#s-0c747af5-1d84-4cbe-ae83-297c35b543e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-aca512e7-fe41-48b9-9c7f-cf65188289a9 {
  min-height: 50px;
}








#s-aca512e7-fe41-48b9-9c7f-cf65188289a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aca512e7-fe41-48b9-9c7f-cf65188289a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-445e294d-d51b-4f34-bdaa-24935217d0b8 {
  margin-top: 40px;
margin-left: 13%;
margin-bottom: 40px;
margin-right: 13%;
}
@media (max-width: 767px){#s-445e294d-d51b-4f34-bdaa-24935217d0b8 {
  margin-top: 30px;
margin-left: 9%;
margin-bottom: 30px;
margin-right: 9%;
}
}
#s-445e294d-d51b-4f34-bdaa-24935217d0b8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(40, 101, 44, 1);
}

#s-445e294d-d51b-4f34-bdaa-24935217d0b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 101, 44, 1);
  padding: 12px;
}

#s-445e294d-d51b-4f34-bdaa-24935217d0b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-445e294d-d51b-4f34-bdaa-24935217d0b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(40, 101, 44, 1);
}

#s-445e294d-d51b-4f34-bdaa-24935217d0b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Noto Sans TC;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

#s-445e294d-d51b-4f34-bdaa-24935217d0b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-9dee595a-3e70-45a9-b05b-87ed51768257 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 7px;
padding-bottom: 25px;
}

#s-bd86d624-7bc5-431d-ba4a-da1da3d91368 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 7px;
padding-bottom: 25px;
}

#s-4788b7c0-f955-40e4-acb4-8686aac2f3f2 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 7px;
padding-bottom: 25px;
}

#s-555a3132-dfa1-4b92-8d77-1170fbd220fe {
  margin-left: 20px;
margin-right: 20px;
padding-top: 7px;
padding-bottom: 25px;
}

#s-59bd841e-af56-4f0d-86f3-11fe9dbf9a5c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 7px;
padding-bottom: 25px;
}

#s-672f3297-6036-4714-96ce-7755b24ef04a {
  min-height: 50px;
background-repeat: repeat;
}








#s-672f3297-6036-4714-96ce-7755b24ef04a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-672f3297-6036-4714-96ce-7755b24ef04a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d45fcac-5cc3-4d2e-affc-902f35fa7bf7 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 2%;
margin-bottom: 0%;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d45fcac-5cc3-4d2e-affc-902f35fa7bf7 {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-4d45fcac-5cc3-4d2e-affc-902f35fa7bf7 {
  margin-top: 0%;
}
}







#s-4d45fcac-5cc3-4d2e-affc-902f35fa7bf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d45fcac-5cc3-4d2e-affc-902f35fa7bf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a997cb2d-294f-4951-a216-db7c4e916cee {
  background-repeat: repeat;
background-size: contain;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a997cb2d-294f-4951-a216-db7c4e916cee {
  margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a997cb2d-294f-4951-a216-db7c4e916cee {
  margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a997cb2d-294f-4951-a216-db7c4e916cee {
  margin-bottom: 0%;
}
}@media (max-width: 767px){#s-a997cb2d-294f-4951-a216-db7c4e916cee {
  margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}







#s-a997cb2d-294f-4951-a216-db7c4e916cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a997cb2d-294f-4951-a216-db7c4e916cee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ad50297-9e7b-4689-8529-a04e4b1b7ae3 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ad50297-9e7b-4689-8529-a04e4b1b7ae3 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-6ad50297-9e7b-4689-8529-a04e4b1b7ae3 {
  margin-left: -30%;
margin-right: -30%;
}
}






  #s-6ad50297-9e7b-4689-8529-a04e4b1b7ae3 img.shogun-image {
    

    
    
    
  }


#s-6ad50297-9e7b-4689-8529-a04e4b1b7ae3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d128334-0fe7-4b94-b5c4-e936d8447836 {
  padding-top: 15px;
padding-left: 25%;
padding-bottom: 3%;
padding-right: 25%;
min-height: 50px;
background-color: rgba(224, 207, 174, 1);
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0d128334-0fe7-4b94-b5c4-e936d8447836 {
  padding-left: 16%;
padding-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d128334-0fe7-4b94-b5c4-e936d8447836 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0d128334-0fe7-4b94-b5c4-e936d8447836 {
  padding-top: 20px;
padding-left: 12%;
padding-right: 12%;
}
}







#s-0d128334-0fe7-4b94-b5c4-e936d8447836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d128334-0fe7-4b94-b5c4-e936d8447836.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94f4e33b-711f-4b30-9ed7-e772665b0761 {
  min-height: 50px;
background-repeat: repeat;
}








#s-94f4e33b-711f-4b30-9ed7-e772665b0761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94f4e33b-711f-4b30-9ed7-e772665b0761.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-b2e6d6a5-419d-479b-acce-4fb6e9b75ae9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2e6d6a5-419d-479b-acce-4fb6e9b75ae9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b2e6d6a5-419d-479b-acce-4fb6e9b75ae9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b2e6d6a5-419d-479b-acce-4fb6e9b75ae9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ba4e2937-d466-494b-8e6c-fad4321e0f7c {
  text-align: center;
}







  #s-ba4e2937-d466-494b-8e6c-fad4321e0f7c img.shogun-image {
    

    
    
    
  }


#s-ba4e2937-d466-494b-8e6c-fad4321e0f7c .shogun-image-content {
  
    align-items: center;
  
}

#s-446aaa46-2bc2-46c0-ac71-b4bced8c1521 {
  margin-top: 4%;
margin-bottom: 12%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(131, 195, 186, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-446aaa46-2bc2-46c0-ac71-b4bced8c1521:hover {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(131, 195, 186, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-446aaa46-2bc2-46c0-ac71-b4bced8c1521:active {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(131, 195, 186, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-446aaa46-2bc2-46c0-ac71-b4bced8c1521 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-446aaa46-2bc2-46c0-ac71-b4bced8c1521.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-446aaa46-2bc2-46c0-ac71-b4bced8c1521.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-446aaa46-2bc2-46c0-ac71-b4bced8c1521.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-446aaa46-2bc2-46c0-ac71-b4bced8c1521.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

@media (min-width: 768px) and (max-width: 991px){

#s-446aaa46-2bc2-46c0-ac71-b4bced8c1521 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-446aaa46-2bc2-46c0-ac71-b4bced8c1521.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-446aaa46-2bc2-46c0-ac71-b4bced8c1521.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-446aaa46-2bc2-46c0-ac71-b4bced8c1521.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-446aaa46-2bc2-46c0-ac71-b4bced8c1521.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

}
#s-2f02f194-7c6d-4789-b4a2-4026b332ba76 {
  text-align: center;
}







  #s-2f02f194-7c6d-4789-b4a2-4026b332ba76 img.shogun-image {
    

    
    
    
  }


#s-2f02f194-7c6d-4789-b4a2-4026b332ba76 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5 {
  margin-top: 4%;
margin-bottom: 12%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(140, 173, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5:hover {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(140, 173, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5:active {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(140, 173, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

@media (min-width: 768px) and (max-width: 991px){

#s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab436fb9-af3d-418c-ac0a-c05e29c5e4d5.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

}
#s-621ed1ef-61e2-4d61-aa3a-0107fc0cfd34 {
  text-align: center;
}







  #s-621ed1ef-61e2-4d61-aa3a-0107fc0cfd34 img.shogun-image {
    

    
    
    
  }


#s-621ed1ef-61e2-4d61-aa3a-0107fc0cfd34 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b108e11-1b34-43db-8915-7c605b49b1df {
  margin-top: 4%;
margin-bottom: 12%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(222, 106, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2b108e11-1b34-43db-8915-7c605b49b1df:hover {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(222, 106, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2b108e11-1b34-43db-8915-7c605b49b1df:active {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(222, 106, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2b108e11-1b34-43db-8915-7c605b49b1df {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b108e11-1b34-43db-8915-7c605b49b1df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b108e11-1b34-43db-8915-7c605b49b1df.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-2b108e11-1b34-43db-8915-7c605b49b1df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2b108e11-1b34-43db-8915-7c605b49b1df.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

@media (min-width: 768px) and (max-width: 991px){

#s-2b108e11-1b34-43db-8915-7c605b49b1df {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b108e11-1b34-43db-8915-7c605b49b1df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b108e11-1b34-43db-8915-7c605b49b1df.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-2b108e11-1b34-43db-8915-7c605b49b1df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2b108e11-1b34-43db-8915-7c605b49b1df.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

}
@media (min-width: 0px) {
[id="s-6b723245-eb9d-4cb8-bfac-5aef3066d10c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b723245-eb9d-4cb8-bfac-5aef3066d10c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6b723245-eb9d-4cb8-bfac-5aef3066d10c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6b723245-eb9d-4cb8-bfac-5aef3066d10c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-23e16c37-dbd8-4956-b2f9-0f0571d16a10 {
  text-align: center;
}







  #s-23e16c37-dbd8-4956-b2f9-0f0571d16a10 img.shogun-image {
    

    
    
    
  }


#s-23e16c37-dbd8-4956-b2f9-0f0571d16a10 .shogun-image-content {
  
    align-items: center;
  
}

#s-a383c8ee-1d23-4836-a67b-6f09f51d331a {
  margin-top: 4%;
margin-bottom: 12%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(40, 101, 44, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a383c8ee-1d23-4836-a67b-6f09f51d331a:hover {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(40, 101, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a383c8ee-1d23-4836-a67b-6f09f51d331a:active {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(40, 101, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a383c8ee-1d23-4836-a67b-6f09f51d331a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a383c8ee-1d23-4836-a67b-6f09f51d331a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a383c8ee-1d23-4836-a67b-6f09f51d331a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-a383c8ee-1d23-4836-a67b-6f09f51d331a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a383c8ee-1d23-4836-a67b-6f09f51d331a.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

@media (min-width: 768px) and (max-width: 991px){

#s-a383c8ee-1d23-4836-a67b-6f09f51d331a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a383c8ee-1d23-4836-a67b-6f09f51d331a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a383c8ee-1d23-4836-a67b-6f09f51d331a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-a383c8ee-1d23-4836-a67b-6f09f51d331a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a383c8ee-1d23-4836-a67b-6f09f51d331a.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

}
#s-2854b8d2-850f-407f-bdf2-1a9f8dd6ef51 {
  text-align: center;
}







  #s-2854b8d2-850f-407f-bdf2-1a9f8dd6ef51 img.shogun-image {
    

    
    
    
  }


#s-2854b8d2-850f-407f-bdf2-1a9f8dd6ef51 .shogun-image-content {
  
    align-items: center;
  
}

#s-641a6383-5b87-4d07-b81e-e7505285f508 {
  margin-top: 4%;
margin-bottom: 12%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(161, 28, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-641a6383-5b87-4d07-b81e-e7505285f508:hover {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(161, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-641a6383-5b87-4d07-b81e-e7505285f508:active {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(161, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-641a6383-5b87-4d07-b81e-e7505285f508 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-641a6383-5b87-4d07-b81e-e7505285f508.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-641a6383-5b87-4d07-b81e-e7505285f508.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-641a6383-5b87-4d07-b81e-e7505285f508.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-641a6383-5b87-4d07-b81e-e7505285f508.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

@media (min-width: 768px) and (max-width: 991px){

#s-641a6383-5b87-4d07-b81e-e7505285f508 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-641a6383-5b87-4d07-b81e-e7505285f508.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-641a6383-5b87-4d07-b81e-e7505285f508.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-641a6383-5b87-4d07-b81e-e7505285f508.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-641a6383-5b87-4d07-b81e-e7505285f508.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

}
#s-abfa3aff-d00a-48a6-8b78-10eb4528a59b {
  text-align: center;
}







  #s-abfa3aff-d00a-48a6-8b78-10eb4528a59b img.shogun-image {
    

    
    
    
  }


#s-abfa3aff-d00a-48a6-8b78-10eb4528a59b .shogun-image-content {
  
    align-items: center;
  
}

#s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4 {
  margin-top: 4%;
margin-bottom: 12%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(223, 210, 71, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4:hover {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(223, 210, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4:active {border-style: solid !important;
border-top-width: 8px !important;
border-left-width: 8px !important;
border-bottom-width: 8px !important;
border-right-width: 8px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(223, 210, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

@media (min-width: 768px) and (max-width: 991px){

#s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Noto Sans TC;
  display:  inline-block ;
}

#s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c2548f3b-593f-4f46-9d8b-2881cfc44cc4.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 24px;
    color: rgba(254, 254, 255, 1);
  }

}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
