#s-fdfc7110-105f-4f39-84e0-4e0607454a05 {
  text-align: right;
}

.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-17286c56-dd2b-4f0a-9b0c-c6be235b63b7 {
  min-height: 50px;
}








#s-17286c56-dd2b-4f0a-9b0c-c6be235b63b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17286c56-dd2b-4f0a-9b0c-c6be235b63b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56c47f72-248d-4ee7-8ee0-e52387b27016 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-56c47f72-248d-4ee7-8ee0-e52387b27016 {
  
}
}







#s-56c47f72-248d-4ee7-8ee0-e52387b27016 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-56c47f72-248d-4ee7-8ee0-e52387b27016.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-5456f85a-e4d1-447f-8351-7db99dbdc2d9 {
  max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-5456f85a-e4d1-447f-8351-7db99dbdc2d9 {
  
}
}






  #s-5456f85a-e4d1-447f-8351-7db99dbdc2d9 img.shogun-image {
    

    
    
    
  }


#s-5456f85a-e4d1-447f-8351-7db99dbdc2d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f801abc5-083a-44b5-b3ce-3eb3fc018387 {
  min-height: 50px;
background-color: rgba(191, 234, 176, 1);
}








#s-f801abc5-083a-44b5-b3ce-3eb3fc018387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f801abc5-083a-44b5-b3ce-3eb3fc018387.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c907ddd5-be12-49e4-b49e-b03bc18426f1 {
  text-align: center;
}







  #s-c907ddd5-be12-49e4-b49e-b03bc18426f1 img.shogun-image {
    

    
    
    
  }


#s-c907ddd5-be12-49e4-b49e-b03bc18426f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f121fb54-2943-42ff-9924-2c6f4205e168 {
  min-height: 50px;
background-color: rgba(191, 234, 176, 1);
}








#s-f121fb54-2943-42ff-9924-2c6f4205e168 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f121fb54-2943-42ff-9924-2c6f4205e168.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-04e2696c-323b-488c-b6bb-1f6296fa88d8 {
  text-align: center;
}

#s-04e2696c-323b-488c-b6bb-1f6296fa88d8 .shogun-heading-component h3 {
  color: rgba(170, 141, 111, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-04e2696c-323b-488c-b6bb-1f6296fa88d8 .shogun-heading-component h3 {
  color: rgba(170, 141, 111, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}
#s-5d4d8fbd-afc6-40b2-b671-81d297e0399e {
  text-align: center;
}
@media (max-width: 767px){#s-5d4d8fbd-afc6-40b2-b671-81d297e0399e {
  margin-bottom: -10px;
}
}
#s-5d4d8fbd-afc6-40b2-b671-81d297e0399e .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5d4d8fbd-afc6-40b2-b671-81d297e0399e .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-5d4d8fbd-afc6-40b2-b671-81d297e0399e .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 2px;
  
}


}
.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-d1bb377b-d2a1-4ef4-a88f-6bb64ff57401 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-d1bb377b-d2a1-4ef4-a88f-6bb64ff57401 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1bb377b-d2a1-4ef4-a88f-6bb64ff57401 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1bb377b-d2a1-4ef4-a88f-6bb64ff57401 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-d1bb377b-d2a1-4ef4-a88f-6bb64ff57401 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}
#s-acc26c63-9923-4803-b2e1-8ec76080bae6 {
  text-align: center;
}







  #s-acc26c63-9923-4803-b2e1-8ec76080bae6 img.shogun-image {
    

    
    
    
  }


#s-acc26c63-9923-4803-b2e1-8ec76080bae6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0cc9354-e263-4db6-b357-85286a702096 {
  min-height: 50px;
}








#s-a0cc9354-e263-4db6-b357-85286a702096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0cc9354-e263-4db6-b357-85286a702096.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29b5c818-7fc9-42b7-a983-7db9a994a0df {
  text-align: center;
background-color: rgba(247, 245, 239, 1);
}







  #s-29b5c818-7fc9-42b7-a983-7db9a994a0df img.shogun-image {
    

    
    
    
  }


#s-29b5c818-7fc9-42b7-a983-7db9a994a0df .shogun-image-content {
  
    align-items: center;
  
}

#s-03ea74e4-bc14-4a3e-a1ea-615d59eb3bb3 {
  min-height: 50px;
}








#s-03ea74e4-bc14-4a3e-a1ea-615d59eb3bb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03ea74e4-bc14-4a3e-a1ea-615d59eb3bb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29ab396f-d0fa-40ba-9d3d-bf296067b17f {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(191, 234, 176, 1);
}








#s-29ab396f-d0fa-40ba-9d3d-bf296067b17f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29ab396f-d0fa-40ba-9d3d-bf296067b17f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-389d7874-e4cc-4899-8d2c-b21a6793ff2d {
  margin-left: 44px;
margin-right: 44px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-389d7874-e4cc-4899-8d2c-b21a6793ff2d {
  padding-top: 1px;
padding-bottom: 1px;
}
}
#s-389d7874-e4cc-4899-8d2c-b21a6793ff2d .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (max-width: 767px){#s-389d7874-e4cc-4899-8d2c-b21a6793ff2d .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-2a7173a5-703d-4ee9-aa53-b7d58c9b85ce {
  padding-left: 300px;
padding-bottom: 20px;
padding-right: 300px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2a7173a5-703d-4ee9-aa53-b7d58c9b85ce {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a7173a5-703d-4ee9-aa53-b7d58c9b85ce {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-2a7173a5-703d-4ee9-aa53-b7d58c9b85ce {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-2a7173a5-703d-4ee9-aa53-b7d58c9b85ce img.shogun-image {
    

    
    
    
  }


#s-2a7173a5-703d-4ee9-aa53-b7d58c9b85ce .shogun-image-content {
  
    align-items: center;
  
}

#s-b9a4fb04-5745-483a-b419-95f3b0a34e9c {
  text-align: center;
}







  #s-b9a4fb04-5745-483a-b419-95f3b0a34e9c img.shogun-image {
    

    
    
    
  }


#s-b9a4fb04-5745-483a-b419-95f3b0a34e9c .shogun-image-content {
  
    align-items: center;
  
}

#s-c0eacd9f-96db-4e55-ad52-0f0b1ca6d36e {
  min-height: 50px;
}








#s-c0eacd9f-96db-4e55-ad52-0f0b1ca6d36e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0eacd9f-96db-4e55-ad52-0f0b1ca6d36e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
}

@media (min-width: 0px) {
[id="s-87e02ed4-92bd-4569-9ac6-507097c31a17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87e02ed4-92bd-4569-9ac6-507097c31a17"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-87e02ed4-92bd-4569-9ac6-507097c31a17"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-87e02ed4-92bd-4569-9ac6-507097c31a17"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-87e02ed4-92bd-4569-9ac6-507097c31a17"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-87e02ed4-92bd-4569-9ac6-507097c31a17"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-87e02ed4-92bd-4569-9ac6-507097c31a17"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-3fa41307-bbbc-4efc-b8b6-ee15acd8b5d5 {
  text-align: center;
}







  #s-3fa41307-bbbc-4efc-b8b6-ee15acd8b5d5 img.shogun-image {
    

    
    
    
  }


#s-3fa41307-bbbc-4efc-b8b6-ee15acd8b5d5 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-01190999-7539-45ee-b69a-2b8200e5783c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-01190999-7539-45ee-b69a-2b8200e5783c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-01190999-7539-45ee-b69a-2b8200e5783c td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-01190999-7539-45ee-b69a-2b8200e5783c td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-01190999-7539-45ee-b69a-2b8200e5783c td.shogun-table-column, #s-01190999-7539-45ee-b69a-2b8200e5783c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-886bed01-7516-4b68-851d-8974c4574cb0 {
  text-align: center;
}







  #s-886bed01-7516-4b68-851d-8974c4574cb0 img.shogun-image {
    

    
    
    
  }


#s-886bed01-7516-4b68-851d-8974c4574cb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-aba9b7d2-d097-4778-891b-a8ab642fde98 {
  margin-top: -10px;
padding-left: 18px;
padding-right: 18px;
background-color: rgba(255, 255, 255, 0);
}

#s-84ef23bb-a3f2-44e5-aae0-19b30f080b58 {
  padding-top: 22px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(125, 188, 118, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-repeat: repeat;
background-color: rgba(125, 188, 118, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-84ef23bb-a3f2-44e5-aae0-19b30f080b58 {
  padding-top: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-84ef23bb-a3f2-44e5-aae0-19b30f080b58 {
  padding-top: 18px;
}
}@media (max-width: 767px){#s-84ef23bb-a3f2-44e5-aae0-19b30f080b58 {
  padding-top: 16px;
padding-bottom: 8px;
}
}
#s-84ef23bb-a3f2-44e5-aae0-19b30f080b58 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-84ef23bb-a3f2-44e5-aae0-19b30f080b58 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-84ef23bb-a3f2-44e5-aae0-19b30f080b58 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}


}
#s-cab0e6c7-ac67-4c84-99b4-706a28f04e5f {
  margin-bottom: -13px;
text-align: center;
}

#s-cab0e6c7-ac67-4c84-99b4-706a28f04e5f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 35px;
  line-height: 0.8em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-cab0e6c7-ac67-4c84-99b4-706a28f04e5f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-cab0e6c7-ac67-4c84-99b4-706a28f04e5f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.3em;
  
  
}


}
#s-6f66a18b-a3ad-45bb-b691-611a700d6684 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-6f66a18b-a3ad-45bb-b691-611a700d6684 {
  margin-top: 0px;
}
}






  #s-6f66a18b-a3ad-45bb-b691-611a700d6684 img.shogun-image {
    

    
    
    
  }


#s-6f66a18b-a3ad-45bb-b691-611a700d6684 .shogun-image-content {
  
    align-items: center;
  
}

#s-33505987-13a2-43f7-a85b-9c33d1097a82 {
  min-height: 50px;
}








#s-33505987-13a2-43f7-a85b-9c33d1097a82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33505987-13a2-43f7-a85b-9c33d1097a82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-933a15a6-c930-432e-ab7e-47247b1b58c7 {
  margin-bottom: 1%;
min-height: 50px;
}








#s-933a15a6-c930-432e-ab7e-47247b1b58c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-933a15a6-c930-432e-ab7e-47247b1b58c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-223183fb-85ed-41d8-a586-b9f920e20116 {
  text-align: center;
}







  #s-223183fb-85ed-41d8-a586-b9f920e20116 img.shogun-image {
    

    
    
    
  }


#s-223183fb-85ed-41d8-a586-b9f920e20116 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd96c517-16e3-4d59-938d-05f2ab49d411 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-cd96c517-16e3-4d59-938d-05f2ab49d411 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-cd96c517-16e3-4d59-938d-05f2ab49d411"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd96c517-16e3-4d59-938d-05f2ab49d411"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd96c517-16e3-4d59-938d-05f2ab49d411"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd96c517-16e3-4d59-938d-05f2ab49d411"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-cd96c517-16e3-4d59-938d-05f2ab49d411"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-72597f9a-4ba8-471f-a1ef-c795581e3aeb {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-72597f9a-4ba8-471f-a1ef-c795581e3aeb {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72597f9a-4ba8-471f-a1ef-c795581e3aeb {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-72597f9a-4ba8-471f-a1ef-c795581e3aeb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-72597f9a-4ba8-471f-a1ef-c795581e3aeb {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-72597f9a-4ba8-471f-a1ef-c795581e3aeb .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-72597f9a-4ba8-471f-a1ef-c795581e3aeb .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-72597f9a-4ba8-471f-a1ef-c795581e3aeb .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-72597f9a-4ba8-471f-a1ef-c795581e3aeb .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-c7979a19-0cd7-4c95-abe9-b0ce86725757 {
  text-align: left;
}
@media (max-width: 767px){#s-c7979a19-0cd7-4c95-abe9-b0ce86725757 {
  margin-bottom: -30px;
padding-left: 40px;
padding-right: 40px;
}
}
#s-c7979a19-0cd7-4c95-abe9-b0ce86725757 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c7979a19-0cd7-4c95-abe9-b0ce86725757 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-c7979a19-0cd7-4c95-abe9-b0ce86725757 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-2c9ca465-0c65-4c9c-9ebf-b8b101bc95c6 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c9ca465-0c65-4c9c-9ebf-b8b101bc95c6 {
  display: none;
}
#s-2c9ca465-0c65-4c9c-9ebf-b8b101bc95c6, #wrap-s-2c9ca465-0c65-4c9c-9ebf-b8b101bc95c6 { display: none !important; }}@media (max-width: 767px){#s-2c9ca465-0c65-4c9c-9ebf-b8b101bc95c6 {
  display: none;
}
#s-2c9ca465-0c65-4c9c-9ebf-b8b101bc95c6, #wrap-s-2c9ca465-0c65-4c9c-9ebf-b8b101bc95c6 { display: none !important; }}






  #s-2c9ca465-0c65-4c9c-9ebf-b8b101bc95c6 img.shogun-image {
    

    
    
    
  }


#s-2c9ca465-0c65-4c9c-9ebf-b8b101bc95c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-18e780df-7b86-4617-9ef2-db5f36216114 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-18e780df-7b86-4617-9ef2-db5f36216114 {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-18e780df-7b86-4617-9ef2-db5f36216114 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-18e780df-7b86-4617-9ef2-db5f36216114 img.shogun-image {
    

    
    
    
  }


#s-18e780df-7b86-4617-9ef2-db5f36216114 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44 {
  display: none;
}
#s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44, #wrap-s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44 {
  display: none;
}
#s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44, #wrap-s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44 {
  display: none;
}
#s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44, #wrap-s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44 { display: none !important; }}@media (max-width: 767px){#s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44 {
  display: none;
}
#s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44, #wrap-s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44 { display: none !important; }}







#s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ef3c96d-77cc-4cc3-9017-c24b9665fc44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a776dcea-4bda-4f75-859a-670ac52527fa {
  
}

#s-a776dcea-4bda-4f75-859a-670ac52527fa .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans HK";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-a776dcea-4bda-4f75-859a-670ac52527fa .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans HK";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-7448ec53-12cc-4044-ab72-1b7227de7b5a {
  text-align: left;
}

#s-7448ec53-12cc-4044-ab72-1b7227de7b5a .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-7448ec53-12cc-4044-ab72-1b7227de7b5a .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-4474549f-de73-4030-8d65-b56d92cbb1a9 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-4474549f-de73-4030-8d65-b56d92cbb1a9 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-4474549f-de73-4030-8d65-b56d92cbb1a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4474549f-de73-4030-8d65-b56d92cbb1a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4474549f-de73-4030-8d65-b56d92cbb1a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4474549f-de73-4030-8d65-b56d92cbb1a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b7173465-6a3c-4f95-9d5f-37006d90bed3 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b7173465-6a3c-4f95-9d5f-37006d90bed3 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-b7173465-6a3c-4f95-9d5f-37006d90bed3 {
  margin-left: 50px;
margin-bottom: -30px;
margin-right: 50px;
}
}






  #s-b7173465-6a3c-4f95-9d5f-37006d90bed3 img.shogun-image {
    

    
    
    
  }


#s-b7173465-6a3c-4f95-9d5f-37006d90bed3 .shogun-image-content {
  
    align-items: center;
  
}

#s-90d3aa98-5c24-4199-a291-161190af0720 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-90d3aa98-5c24-4199-a291-161190af0720 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90d3aa98-5c24-4199-a291-161190af0720 {
  margin-top: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-90d3aa98-5c24-4199-a291-161190af0720 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-90d3aa98-5c24-4199-a291-161190af0720 {
  margin-top: 50px;
text-align: center;
}
}
#s-90d3aa98-5c24-4199-a291-161190af0720 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


@media (max-width: 767px){#s-90d3aa98-5c24-4199-a291-161190af0720 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-9a3c8253-81ba-49a9-a13e-71a910f72ce9 {
  text-align: left;
}
@media (max-width: 767px){#s-9a3c8253-81ba-49a9-a13e-71a910f72ce9 {
  margin-bottom: -30px;
padding-left: 40px;
padding-right: 40px;
}
}
#s-9a3c8253-81ba-49a9-a13e-71a910f72ce9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-9a3c8253-81ba-49a9-a13e-71a910f72ce9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-e20ad0c9-d515-44e5-9654-7055b67e4a4b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e20ad0c9-d515-44e5-9654-7055b67e4a4b {
  display: none;
}
#s-e20ad0c9-d515-44e5-9654-7055b67e4a4b, #wrap-s-e20ad0c9-d515-44e5-9654-7055b67e4a4b { display: none !important; }}@media (max-width: 767px){#s-e20ad0c9-d515-44e5-9654-7055b67e4a4b {
  display: none;
}
#s-e20ad0c9-d515-44e5-9654-7055b67e4a4b, #wrap-s-e20ad0c9-d515-44e5-9654-7055b67e4a4b { display: none !important; }}






  #s-e20ad0c9-d515-44e5-9654-7055b67e4a4b img.shogun-image {
    

    
    
    
  }


#s-e20ad0c9-d515-44e5-9654-7055b67e4a4b .shogun-image-content {
  
    align-items: center;
  
}

#s-76c8f02a-7dc2-4890-955f-0709a8483cde {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-76c8f02a-7dc2-4890-955f-0709a8483cde {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-76c8f02a-7dc2-4890-955f-0709a8483cde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76c8f02a-7dc2-4890-955f-0709a8483cde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76c8f02a-7dc2-4890-955f-0709a8483cde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76c8f02a-7dc2-4890-955f-0709a8483cde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-76c8f02a-7dc2-4890-955f-0709a8483cde"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8add6870-9360-49ec-a3b0-752a3d0bafd6 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-8add6870-9360-49ec-a3b0-752a3d0bafd6 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8add6870-9360-49ec-a3b0-752a3d0bafd6 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8add6870-9360-49ec-a3b0-752a3d0bafd6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-8add6870-9360-49ec-a3b0-752a3d0bafd6 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-8add6870-9360-49ec-a3b0-752a3d0bafd6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-8add6870-9360-49ec-a3b0-752a3d0bafd6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8add6870-9360-49ec-a3b0-752a3d0bafd6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-8add6870-9360-49ec-a3b0-752a3d0bafd6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-183d0cd9-f236-4e7d-aa94-9e43d254c665 {
  text-align: left;
}
@media (max-width: 767px){#s-183d0cd9-f236-4e7d-aa94-9e43d254c665 {
  margin-bottom: -30px;
padding-left: 40px;
padding-right: 40px;
}
}
#s-183d0cd9-f236-4e7d-aa94-9e43d254c665 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-183d0cd9-f236-4e7d-aa94-9e43d254c665 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-183d0cd9-f236-4e7d-aa94-9e43d254c665 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-ce9b3094-6db6-4077-8e6f-7d0de535d4e2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce9b3094-6db6-4077-8e6f-7d0de535d4e2 {
  display: none;
}
#s-ce9b3094-6db6-4077-8e6f-7d0de535d4e2, #wrap-s-ce9b3094-6db6-4077-8e6f-7d0de535d4e2 { display: none !important; }}@media (max-width: 767px){#s-ce9b3094-6db6-4077-8e6f-7d0de535d4e2 {
  display: none;
}
#s-ce9b3094-6db6-4077-8e6f-7d0de535d4e2, #wrap-s-ce9b3094-6db6-4077-8e6f-7d0de535d4e2 { display: none !important; }}






  #s-ce9b3094-6db6-4077-8e6f-7d0de535d4e2 img.shogun-image {
    

    
    
    
  }


#s-ce9b3094-6db6-4077-8e6f-7d0de535d4e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a73843cd-137f-4aec-ae5c-455d9dd5b3ee {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a73843cd-137f-4aec-ae5c-455d9dd5b3ee {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-a73843cd-137f-4aec-ae5c-455d9dd5b3ee {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-a73843cd-137f-4aec-ae5c-455d9dd5b3ee img.shogun-image {
    

    
    
    
  }


#s-a73843cd-137f-4aec-ae5c-455d9dd5b3ee .shogun-image-content {
  
    align-items: center;
  
}

#s-4a908fc7-054b-4dfa-b67c-b8fe6dd48061 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-4a908fc7-054b-4dfa-b67c-b8fe6dd48061 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-4a908fc7-054b-4dfa-b67c-b8fe6dd48061"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a908fc7-054b-4dfa-b67c-b8fe6dd48061"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a908fc7-054b-4dfa-b67c-b8fe6dd48061"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a908fc7-054b-4dfa-b67c-b8fe6dd48061"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e0229676-8067-45ae-b710-5378067571ef {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e0229676-8067-45ae-b710-5378067571ef {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-e0229676-8067-45ae-b710-5378067571ef {
  margin-left: 50px;
margin-bottom: -30px;
margin-right: 50px;
}
}






  #s-e0229676-8067-45ae-b710-5378067571ef img.shogun-image {
    

    
    
    
  }


#s-e0229676-8067-45ae-b710-5378067571ef .shogun-image-content {
  
    align-items: center;
  
}

#s-d4a34919-5d27-49f8-b7cb-ed2b106ddc7b {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-d4a34919-5d27-49f8-b7cb-ed2b106ddc7b {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4a34919-5d27-49f8-b7cb-ed2b106ddc7b {
  margin-top: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4a34919-5d27-49f8-b7cb-ed2b106ddc7b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-d4a34919-5d27-49f8-b7cb-ed2b106ddc7b {
  margin-top: 50px;
text-align: center;
}
}
#s-d4a34919-5d27-49f8-b7cb-ed2b106ddc7b .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


@media (max-width: 767px){#s-d4a34919-5d27-49f8-b7cb-ed2b106ddc7b .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-5440e05b-7e29-4de5-aa28-372d2cfcf41d {
  text-align: left;
}
@media (max-width: 767px){#s-5440e05b-7e29-4de5-aa28-372d2cfcf41d {
  margin-bottom: -30px;
padding-left: 40px;
padding-right: 40px;
}
}
#s-5440e05b-7e29-4de5-aa28-372d2cfcf41d .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-5440e05b-7e29-4de5-aa28-372d2cfcf41d .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-8015bfe0-1226-464e-87a2-f5d751b6a69b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8015bfe0-1226-464e-87a2-f5d751b6a69b {
  display: none;
}
#s-8015bfe0-1226-464e-87a2-f5d751b6a69b, #wrap-s-8015bfe0-1226-464e-87a2-f5d751b6a69b { display: none !important; }}@media (max-width: 767px){#s-8015bfe0-1226-464e-87a2-f5d751b6a69b {
  display: none;
}
#s-8015bfe0-1226-464e-87a2-f5d751b6a69b, #wrap-s-8015bfe0-1226-464e-87a2-f5d751b6a69b { display: none !important; }}






  #s-8015bfe0-1226-464e-87a2-f5d751b6a69b img.shogun-image {
    

    
    
    
  }


#s-8015bfe0-1226-464e-87a2-f5d751b6a69b .shogun-image-content {
  
    align-items: center;
  
}

#s-541a64ac-bb8d-4038-a31b-a06cfe504b1d {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-541a64ac-bb8d-4038-a31b-a06cfe504b1d {
  display: none;
}
#s-541a64ac-bb8d-4038-a31b-a06cfe504b1d, #wrap-s-541a64ac-bb8d-4038-a31b-a06cfe504b1d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-541a64ac-bb8d-4038-a31b-a06cfe504b1d {
  display: none;
}
#s-541a64ac-bb8d-4038-a31b-a06cfe504b1d, #wrap-s-541a64ac-bb8d-4038-a31b-a06cfe504b1d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-541a64ac-bb8d-4038-a31b-a06cfe504b1d {
  display: none;
}
#s-541a64ac-bb8d-4038-a31b-a06cfe504b1d, #wrap-s-541a64ac-bb8d-4038-a31b-a06cfe504b1d { display: none !important; }}@media (max-width: 767px){#s-541a64ac-bb8d-4038-a31b-a06cfe504b1d {
  display: none;
}
#s-541a64ac-bb8d-4038-a31b-a06cfe504b1d, #wrap-s-541a64ac-bb8d-4038-a31b-a06cfe504b1d { display: none !important; }}






  #s-541a64ac-bb8d-4038-a31b-a06cfe504b1d img.shogun-image {
    

    
    
    
  }


#s-541a64ac-bb8d-4038-a31b-a06cfe504b1d .shogun-image-content {
  
    align-items: center;
  
}

#s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103 {
  border-style: solid;
margin-top: 4px;
margin-bottom: 4px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 15px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103 {
  display: none;
}
#s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103, #wrap-s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103 {
  display: none;
}
#s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103, #wrap-s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103 {
  display: none;
}
#s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103, #wrap-s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103 { display: none !important; }}@media (max-width: 767px){#s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103 {
  display: none;
}
#s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103, #wrap-s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103 { display: none !important; }}






  #s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103 img.shogun-image {
    

    
    
    
  }


#s-24a3725d-eb01-4d7d-a720-c4f7c4cd1103 .shogun-image-content {
  
    align-items: center;
  
}

#s-c39a216b-503e-468f-8b6d-c2ab2cc3290a {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c39a216b-503e-468f-8b6d-c2ab2cc3290a {
  display: none;
}
#s-c39a216b-503e-468f-8b6d-c2ab2cc3290a, #wrap-s-c39a216b-503e-468f-8b6d-c2ab2cc3290a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c39a216b-503e-468f-8b6d-c2ab2cc3290a {
  display: none;
}
#s-c39a216b-503e-468f-8b6d-c2ab2cc3290a, #wrap-s-c39a216b-503e-468f-8b6d-c2ab2cc3290a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c39a216b-503e-468f-8b6d-c2ab2cc3290a {
  display: none;
}
#s-c39a216b-503e-468f-8b6d-c2ab2cc3290a, #wrap-s-c39a216b-503e-468f-8b6d-c2ab2cc3290a { display: none !important; }}@media (max-width: 767px){#s-c39a216b-503e-468f-8b6d-c2ab2cc3290a {
  display: none;
}
#s-c39a216b-503e-468f-8b6d-c2ab2cc3290a, #wrap-s-c39a216b-503e-468f-8b6d-c2ab2cc3290a { display: none !important; }}







#s-c39a216b-503e-468f-8b6d-c2ab2cc3290a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c39a216b-503e-468f-8b6d-c2ab2cc3290a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc71a355-a139-4904-8a22-322013ec3987 {
  text-align: left;
}

#s-fc71a355-a139-4904-8a22-322013ec3987 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans HK";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-fc71a355-a139-4904-8a22-322013ec3987 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans HK";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-d68d336f-e2af-4b15-832a-b3b1443ccc73 {
  text-align: left;
}

#s-d68d336f-e2af-4b15-832a-b3b1443ccc73 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-d68d336f-e2af-4b15-832a-b3b1443ccc73 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-5c62c8ec-10d9-4e7a-a4cf-2c3f13153f97 {
  min-height: 50px;
}








#s-5c62c8ec-10d9-4e7a-a4cf-2c3f13153f97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c62c8ec-10d9-4e7a-a4cf-2c3f13153f97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccd9d609-09e9-4263-8779-82d11fbaceb8 {
  margin-bottom: 1%;
min-height: 50px;
}








#s-ccd9d609-09e9-4263-8779-82d11fbaceb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccd9d609-09e9-4263-8779-82d11fbaceb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fd52623-367b-43c6-8795-eba7b0e29cd1 {
  text-align: center;
}
@media (max-width: 767px){#s-1fd52623-367b-43c6-8795-eba7b0e29cd1 {
  padding-top: 10px;
}
}






  #s-1fd52623-367b-43c6-8795-eba7b0e29cd1 img.shogun-image {
    

    
    
    
  }


#s-1fd52623-367b-43c6-8795-eba7b0e29cd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bd6f666-1757-453b-bca6-9405693770fd {
  min-height: 50px;
}








#s-5bd6f666-1757-453b-bca6-9405693770fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bd6f666-1757-453b-bca6-9405693770fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0d9bdc2c-f64f-4c30-954a-66f9f2c3f123"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d9bdc2c-f64f-4c30-954a-66f9f2c3f123"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d9bdc2c-f64f-4c30-954a-66f9f2c3f123"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d9bdc2c-f64f-4c30-954a-66f9f2c3f123"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d9bdc2c-f64f-4c30-954a-66f9f2c3f123"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d9bdc2c-f64f-4c30-954a-66f9f2c3f123"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d9bdc2c-f64f-4c30-954a-66f9f2c3f123"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-c702eb3e-1786-40c7-ad5e-1a768abbf69d {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-c702eb3e-1786-40c7-ad5e-1a768abbf69d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-c702eb3e-1786-40c7-ad5e-1a768abbf69d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c702eb3e-1786-40c7-ad5e-1a768abbf69d td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c702eb3e-1786-40c7-ad5e-1a768abbf69d td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-c702eb3e-1786-40c7-ad5e-1a768abbf69d td.shogun-table-column, #s-c702eb3e-1786-40c7-ad5e-1a768abbf69d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-ad0a1af0-5189-4651-ba99-8e5a3b28876a {
  text-align: center;
}







  #s-ad0a1af0-5189-4651-ba99-8e5a3b28876a img.shogun-image {
    

    
    
    
  }


#s-ad0a1af0-5189-4651-ba99-8e5a3b28876a .shogun-image-content {
  
    align-items: center;
  
}

#s-3ae5c116-a0a1-4498-be0a-cb1d214c0dee {
  margin-top: 54px;
margin-left: 20%;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-3ae5c116-a0a1-4498-be0a-cb1d214c0dee {
  padding-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ae5c116-a0a1-4498-be0a-cb1d214c0dee {
  padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ae5c116-a0a1-4498-be0a-cb1d214c0dee {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-3ae5c116-a0a1-4498-be0a-cb1d214c0dee {
  margin-top: 43px;
margin-left: 10%;
padding-left: 0%;
padding-right: 0px;
}
}
#s-3ae5c116-a0a1-4498-be0a-cb1d214c0dee .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.3em;
  
  text-align: left;
}


@media (max-width: 767px){#s-3ae5c116-a0a1-4498-be0a-cb1d214c0dee .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  
  text-align: left;
}


}
#s-5ef3c608-9a61-4c30-9ee3-1c0cb11ae0ae {
  text-align: center;
}







  #s-5ef3c608-9a61-4c30-9ee3-1c0cb11ae0ae img.shogun-image {
    

    
    
    
  }


#s-5ef3c608-9a61-4c30-9ee3-1c0cb11ae0ae .shogun-image-content {
  
    align-items: center;
  
}

#s-3d6a8830-903a-4341-b322-fc64053e74fc {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: -30px;
margin-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d6a8830-903a-4341-b322-fc64053e74fc {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-3d6a8830-903a-4341-b322-fc64053e74fc {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-3d6a8830-903a-4341-b322-fc64053e74fc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-3d6a8830-903a-4341-b322-fc64053e74fc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-3d6a8830-903a-4341-b322-fc64053e74fc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-0204155a-d398-48c3-9e46-e59533f78caf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0204155a-d398-48c3-9e46-e59533f78caf {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0204155a-d398-48c3-9e46-e59533f78caf .shogun-heading-component h6 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-0204155a-d398-48c3-9e46-e59533f78caf .shogun-heading-component h6 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-0204155a-d398-48c3-9e46-e59533f78caf .shogun-heading-component h6 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  
}


}
#s-654409e6-ee4e-45aa-8208-c0634c73930d {
  text-align: center;
}







  #s-654409e6-ee4e-45aa-8208-c0634c73930d img.shogun-image {
    

    
    
    
  }


#s-654409e6-ee4e-45aa-8208-c0634c73930d .shogun-image-content {
  
    align-items: center;
  
}

#s-ecbd9209-b32a-4390-9979-1d039a2b9bee {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-ecbd9209-b32a-4390-9979-1d039a2b9bee {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-ecbd9209-b32a-4390-9979-1d039a2b9bee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecbd9209-b32a-4390-9979-1d039a2b9bee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecbd9209-b32a-4390-9979-1d039a2b9bee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecbd9209-b32a-4390-9979-1d039a2b9bee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecbd9209-b32a-4390-9979-1d039a2b9bee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecbd9209-b32a-4390-9979-1d039a2b9bee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecbd9209-b32a-4390-9979-1d039a2b9bee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ecbd9209-b32a-4390-9979-1d039a2b9bee"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-21996c8b-13a7-4503-b562-af525984405b {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: #2C2A34;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-21996c8b-13a7-4503-b562-af525984405b {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-21996c8b-13a7-4503-b562-af525984405b {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-21996c8b-13a7-4503-b562-af525984405b {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-21996c8b-13a7-4503-b562-af525984405b img.shogun-image {
    

    
    
    
  }


#s-21996c8b-13a7-4503-b562-af525984405b .shogun-image-content {
  
    align-items: center;
  
}

#s-27b9ae85-43b6-4416-837e-5a9a4e99f643 {
  margin-top: 10px;
margin-left: 28px;
margin-bottom: 10px;
margin-right: 28px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-27b9ae85-43b6-4416-837e-5a9a4e99f643 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-27b9ae85-43b6-4416-837e-5a9a4e99f643 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-27b9ae85-43b6-4416-837e-5a9a4e99f643 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-4636b9c1-8b80-4a9f-9255-ec70e4c14b0a {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-4636b9c1-8b80-4a9f-9255-ec70e4c14b0a {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-6483cabf-f270-4247-8403-7713ae933fc1 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-6483cabf-f270-4247-8403-7713ae933fc1 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-6483cabf-f270-4247-8403-7713ae933fc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6483cabf-f270-4247-8403-7713ae933fc1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6483cabf-f270-4247-8403-7713ae933fc1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6483cabf-f270-4247-8403-7713ae933fc1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6483cabf-f270-4247-8403-7713ae933fc1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6483cabf-f270-4247-8403-7713ae933fc1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6483cabf-f270-4247-8403-7713ae933fc1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6483cabf-f270-4247-8403-7713ae933fc1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-28d32ed5-240c-4a42-9100-272d226f52ac {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: #2C2A34;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-28d32ed5-240c-4a42-9100-272d226f52ac {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-28d32ed5-240c-4a42-9100-272d226f52ac {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-28d32ed5-240c-4a42-9100-272d226f52ac {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-28d32ed5-240c-4a42-9100-272d226f52ac img.shogun-image {
    

    
    
    
  }


#s-28d32ed5-240c-4a42-9100-272d226f52ac .shogun-image-content {
  
    align-items: center;
  
}

#s-e0d71041-a127-420f-8550-9a65b71446ca {
  margin-top: 10px;
margin-left: 28px;
margin-bottom: 10px;
margin-right: 28px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e0d71041-a127-420f-8550-9a65b71446ca {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-e0d71041-a127-420f-8550-9a65b71446ca .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-e0d71041-a127-420f-8550-9a65b71446ca .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-36c46412-e1a8-44c6-8866-979bdff703d7 {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-36c46412-e1a8-44c6-8866-979bdff703d7 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-7d83ff1e-59f6-481a-932f-4206c7dc4905 {
  text-align: center;
}







  #s-7d83ff1e-59f6-481a-932f-4206c7dc4905 img.shogun-image {
    

    
    
    
  }


#s-7d83ff1e-59f6-481a-932f-4206c7dc4905 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba79cf25-8d63-4506-b4c1-592d3625ebf9 {
  padding-left: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ba79cf25-8d63-4506-b4c1-592d3625ebf9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba79cf25-8d63-4506-b4c1-592d3625ebf9 {
  
}
}@media (max-width: 767px){#s-ba79cf25-8d63-4506-b4c1-592d3625ebf9 {
  padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-ba79cf25-8d63-4506-b4c1-592d3625ebf9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba79cf25-8d63-4506-b4c1-592d3625ebf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ba79cf25-8d63-4506-b4c1-592d3625ebf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ba79cf25-8d63-4506-b4c1-592d3625ebf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2955872e-3c46-4a46-a91e-49264f8994ef {
  text-align: center;
}
@media (max-width: 767px){#s-2955872e-3c46-4a46-a91e-49264f8994ef {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-2955872e-3c46-4a46-a91e-49264f8994ef img.shogun-image {
    

    
    
    
  }


#s-2955872e-3c46-4a46-a91e-49264f8994ef .shogun-image-content {
  
    align-items: center;
  
}

#s-6d950571-c5ab-4aa9-8c58-fccbf5cb4bfc {
  text-align: center;
}
@media (max-width: 767px){#s-6d950571-c5ab-4aa9-8c58-fccbf5cb4bfc {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-6d950571-c5ab-4aa9-8c58-fccbf5cb4bfc img.shogun-image {
    

    
    
    
  }


#s-6d950571-c5ab-4aa9-8c58-fccbf5cb4bfc .shogun-image-content {
  
    align-items: center;
  
}

#s-cc1344ee-be42-4062-ba33-fbe70803366d {
  text-align: center;
background-color: rgba(247, 245, 239, 1);
}







  #s-cc1344ee-be42-4062-ba33-fbe70803366d img.shogun-image {
    

    
    
    
  }


#s-cc1344ee-be42-4062-ba33-fbe70803366d .shogun-image-content {
  
    align-items: center;
  
}

#s-d96d526e-ee4d-4f2d-84f8-834461a11112 {
  padding-top: 70px;
text-align: center;
}
@media (max-width: 767px){#s-d96d526e-ee4d-4f2d-84f8-834461a11112 {
  padding-top: 16px;
}
}
#s-d96d526e-ee4d-4f2d-84f8-834461a11112 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 5px;
  
}



#s-67ecd9d4-8f04-4f6c-91d4-3d1fe68f8d78 {
  text-align: center;
background-color: rgba(247, 245, 239, 1);
}







  #s-67ecd9d4-8f04-4f6c-91d4-3d1fe68f8d78 img.shogun-image {
    

    
    
    
  }


#s-67ecd9d4-8f04-4f6c-91d4-3d1fe68f8d78 .shogun-image-content {
  
    align-items: center;
  
}

#s-c88f69ab-1464-4817-b300-8b3815984c17 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-c88f69ab-1464-4817-b300-8b3815984c17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c88f69ab-1464-4817-b300-8b3815984c17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44ac21fc-5d63-4cda-8ec1-1b3014599d59 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-44ac21fc-5d63-4cda-8ec1-1b3014599d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44ac21fc-5d63-4cda-8ec1-1b3014599d59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dc00e77-53a3-4fe0-ac8a-b2ce7b8274a6 {
  text-align: center;
}







  #s-6dc00e77-53a3-4fe0-ac8a-b2ce7b8274a6 img.shogun-image {
    

    
    
    
  }


#s-6dc00e77-53a3-4fe0-ac8a-b2ce7b8274a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e52ac16-8942-48d4-ad83-bc942eb0edb8 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-3e52ac16-8942-48d4-ad83-bc942eb0edb8 img.shogun-image {
    

    
    
    
  }


#s-3e52ac16-8942-48d4-ad83-bc942eb0edb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c81c24ec-2cea-441a-a2ae-03954892df43 {
  margin-top: 14px;
text-align: center;
}







  #s-c81c24ec-2cea-441a-a2ae-03954892df43 img.shogun-image {
    

    
    
    
  }


#s-c81c24ec-2cea-441a-a2ae-03954892df43 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d4d66e8-378d-4faf-b5bf-cc1bc1e6b578 {
  min-height: 50px;
}








#s-0d4d66e8-378d-4faf-b5bf-cc1bc1e6b578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d4d66e8-378d-4faf-b5bf-cc1bc1e6b578.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9e14536-fe47-4f13-b337-bc022a85e0a5 {
  margin-top: 10px;
margin-bottom: -30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a9e14536-fe47-4f13-b337-bc022a85e0a5 {
  margin-top: 0px;
margin-bottom: -20px;
}
}
#s-a9e14536-fe47-4f13-b337-bc022a85e0a5 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-a9e14536-fe47-4f13-b337-bc022a85e0a5 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-67353c60-3079-4ddb-a1fc-2ac081db2437 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-67353c60-3079-4ddb-a1fc-2ac081db2437 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-67353c60-3079-4ddb-a1fc-2ac081db2437 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-67353c60-3079-4ddb-a1fc-2ac081db2437 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-82f34e89-2757-442f-9f5c-57d56abc0e19 {
  text-align: center;
}







  #s-82f34e89-2757-442f-9f5c-57d56abc0e19 img.shogun-image {
    

    
    
    
  }


#s-82f34e89-2757-442f-9f5c-57d56abc0e19 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bebf8c7-9e71-4b81-84b8-6a7c77afc9e8 {
  min-height: 50px;
}








#s-7bebf8c7-9e71-4b81-84b8-6a7c77afc9e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bebf8c7-9e71-4b81-84b8-6a7c77afc9e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ca8196e-12c2-48ea-a145-8f5540f64359 {
  text-align: center;
}







  #s-0ca8196e-12c2-48ea-a145-8f5540f64359 img.shogun-image {
    

    
    
    
  }


#s-0ca8196e-12c2-48ea-a145-8f5540f64359 .shogun-image-content {
  
    align-items: center;
  
}

#s-41951e7b-31c5-4788-8983-906f64e8a4e9 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-41951e7b-31c5-4788-8983-906f64e8a4e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41951e7b-31c5-4788-8983-906f64e8a4e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-257a5e96-f6ba-4f1a-b126-426661269c65 {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}

#s-257a5e96-f6ba-4f1a-b126-426661269c65 .shogun-heading-component h6 {
  color: rgba(134, 85, 65, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-257a5e96-f6ba-4f1a-b126-426661269c65 .shogun-heading-component h6 {
  color: rgba(134, 85, 65, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-18f9a484-bbd3-487d-8e37-0edfd9b96add {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-18f9a484-bbd3-487d-8e37-0edfd9b96add img.shogun-image {
    

    
    
    
  }


#s-18f9a484-bbd3-487d-8e37-0edfd9b96add .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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}
