#s-bdd59dae-131a-4e69-b657-9d43a16f474a {
  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-0acbb2c9-014a-4d47-846f-1426381b4b65 {
  min-height: 50px;
}








#s-0acbb2c9-014a-4d47-846f-1426381b4b65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0acbb2c9-014a-4d47-846f-1426381b4b65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47100dbc-598f-4749-ba85-5a65258788bc {
  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-47100dbc-598f-4749-ba85-5a65258788bc {
  
}
}







#s-47100dbc-598f-4749-ba85-5a65258788bc > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-47100dbc-598f-4749-ba85-5a65258788bc.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-255f053a-b50d-46e7-b308-6aef49637d35 {
  max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-255f053a-b50d-46e7-b308-6aef49637d35 {
  
}
}






  #s-255f053a-b50d-46e7-b308-6aef49637d35 img.shogun-image {
    

    
    
    
  }


#s-255f053a-b50d-46e7-b308-6aef49637d35 .shogun-image-content {
  
    align-items: center;
  
}

#s-1514438a-c157-4dda-9376-9be6531cce73 {
  min-height: 50px;
background-color: rgba(178, 236, 239, 1);
}








#s-1514438a-c157-4dda-9376-9be6531cce73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1514438a-c157-4dda-9376-9be6531cce73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30680be1-c12f-4334-a8dd-87cf54916172 {
  min-height: 50px;
}








#s-30680be1-c12f-4334-a8dd-87cf54916172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30680be1-c12f-4334-a8dd-87cf54916172.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df2626db-ab71-4887-9f75-25ce8e37cc18 {
  min-height: 50px;
}








#s-df2626db-ab71-4887-9f75-25ce8e37cc18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df2626db-ab71-4887-9f75-25ce8e37cc18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3effbc7d-2951-45a5-8a55-f6721aa77eb1 {
  text-align: center;
}







  #s-3effbc7d-2951-45a5-8a55-f6721aa77eb1 img.shogun-image {
    

    
    
    
  }


#s-3effbc7d-2951-45a5-8a55-f6721aa77eb1 .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-6f505074-1c0a-4cf6-9cf6-621349e7e568 {
  text-align: center;
}

#s-6f505074-1c0a-4cf6-9cf6-621349e7e568 .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 (min-width: 768px) and (max-width: 991px){#s-6f505074-1c0a-4cf6-9cf6-621349e7e568 .shogun-heading-component h3 {
  color: rgba(170, 141, 111, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-6f505074-1c0a-4cf6-9cf6-621349e7e568 .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-c2b59189-d7fa-4f49-9b14-c326ded7bd03 {
  text-align: center;
}
@media (max-width: 767px){#s-c2b59189-d7fa-4f49-9b14-c326ded7bd03 {
  margin-bottom: -10px;
}
}
#s-c2b59189-d7fa-4f49-9b14-c326ded7bd03 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c2b59189-d7fa-4f49-9b14-c326ded7bd03 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-c2b59189-d7fa-4f49-9b14-c326ded7bd03 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.3em;
  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-f9041935-b12a-4a9f-aa67-008a5db6e123 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-f9041935-b12a-4a9f-aa67-008a5db6e123 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9041935-b12a-4a9f-aa67-008a5db6e123 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9041935-b12a-4a9f-aa67-008a5db6e123 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-f9041935-b12a-4a9f-aa67-008a5db6e123 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}
#s-f9cc1043-6b7f-4a8b-82d6-757ed43674c2 {
  text-align: center;
}







  #s-f9cc1043-6b7f-4a8b-82d6-757ed43674c2 img.shogun-image {
    

    
    
    
  }


#s-f9cc1043-6b7f-4a8b-82d6-757ed43674c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd6ad15b-15f9-49f3-8ac1-2fcc3977aeb3 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-bd6ad15b-15f9-49f3-8ac1-2fcc3977aeb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd6ad15b-15f9-49f3-8ac1-2fcc3977aeb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b016208a-e02c-496b-a518-adc0329c5c62 {
  text-align: center;
}







  #s-b016208a-e02c-496b-a518-adc0329c5c62 img.shogun-image {
    

    
    
    
  }


#s-b016208a-e02c-496b-a518-adc0329c5c62 .shogun-image-content {
  
    align-items: center;
  
}

#s-66270c22-e658-4a45-aff8-ada86bc19531 {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(178, 236, 238, 1);
}








#s-66270c22-e658-4a45-aff8-ada86bc19531 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66270c22-e658-4a45-aff8-ada86bc19531.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fd0320e-d757-4016-8ee8-4329bdc4d05c {
  margin-left: 44px;
margin-right: 44px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0fd0320e-d757-4016-8ee8-4329bdc4d05c {
  padding-top: 1px;
padding-bottom: 1px;
}
}
#s-0fd0320e-d757-4016-8ee8-4329bdc4d05c .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0fd0320e-d757-4016-8ee8-4329bdc4d05c .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-0fd0320e-d757-4016-8ee8-4329bdc4d05c .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-ff6dfc3e-8762-4dfd-9735-53827f707405 {
  padding-left: 300px;
padding-bottom: 20px;
padding-right: 300px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ff6dfc3e-8762-4dfd-9735-53827f707405 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff6dfc3e-8762-4dfd-9735-53827f707405 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-ff6dfc3e-8762-4dfd-9735-53827f707405 {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-ff6dfc3e-8762-4dfd-9735-53827f707405 img.shogun-image {
    

    
    
    
  }


#s-ff6dfc3e-8762-4dfd-9735-53827f707405 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3871dce-6ae5-4ffd-b162-cbe56b09a24b {
  text-align: center;
}







  #s-a3871dce-6ae5-4ffd-b162-cbe56b09a24b img.shogun-image {
    

    
    
    
  }


#s-a3871dce-6ae5-4ffd-b162-cbe56b09a24b .shogun-image-content {
  
    align-items: 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;
}

#s-b2b69d33-32f0-4b32-8e49-9342a68a48b5 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b2b69d33-32f0-4b32-8e49-9342a68a48b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2b69d33-32f0-4b32-8e49-9342a68a48b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2b69d33-32f0-4b32-8e49-9342a68a48b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2b69d33-32f0-4b32-8e49-9342a68a48b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2b69d33-32f0-4b32-8e49-9342a68a48b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2b69d33-32f0-4b32-8e49-9342a68a48b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2b69d33-32f0-4b32-8e49-9342a68a48b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-1fa33221-1718-4f9c-aebb-c125c4430857 {
  text-align: center;
}







  #s-1fa33221-1718-4f9c-aebb-c125c4430857 img.shogun-image {
    

    
    
    
  }


#s-1fa33221-1718-4f9c-aebb-c125c4430857 .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-c0b91a9c-1492-4c9b-89ec-480f0e881eff .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-c0b91a9c-1492-4c9b-89ec-480f0e881eff table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c0b91a9c-1492-4c9b-89ec-480f0e881eff 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-c0b91a9c-1492-4c9b-89ec-480f0e881eff td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-c0b91a9c-1492-4c9b-89ec-480f0e881eff td.shogun-table-column, #s-c0b91a9c-1492-4c9b-89ec-480f0e881eff td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d9b2b00b-4316-4d0f-999e-804b29097130 {
  text-align: center;
}







  #s-d9b2b00b-4316-4d0f-999e-804b29097130 img.shogun-image {
    

    
    
    
  }


#s-d9b2b00b-4316-4d0f-999e-804b29097130 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee0db8d1-b49e-4f74-bb67-6ca5e7ac6f50 {
  margin-top: -10px;
padding-left: 18px;
padding-right: 18px;
background-color: rgba(255, 255, 255, 0);
}

#s-7e9b2fb4-ec45-42ad-9a26-aa726550dba5 {
  padding-top: 22px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(71, 188, 198, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-repeat: repeat;
background-color: rgba(71, 188, 198, 1);
}

#s-7e9b2fb4-ec45-42ad-9a26-aa726550dba5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-7e9b2fb4-ec45-42ad-9a26-aa726550dba5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-7e9b2fb4-ec45-42ad-9a26-aa726550dba5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-7e9b2fb4-ec45-42ad-9a26-aa726550dba5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-22526914-82c6-4441-a8b3-ee33a7d38bfb {
  margin-bottom: -13px;
text-align: center;
}

#s-22526914-82c6-4441-a8b3-ee33a7d38bfb .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-22526914-82c6-4441-a8b3-ee33a7d38bfb .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-22526914-82c6-4441-a8b3-ee33a7d38bfb .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.8em;
  
  
}


}@media (max-width: 767px){#s-22526914-82c6-4441-a8b3-ee33a7d38bfb .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-0e829b4f-543e-4ed2-a017-acaf66293d1d {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-0e829b4f-543e-4ed2-a017-acaf66293d1d {
  margin-top: 0px;
}
}






  #s-0e829b4f-543e-4ed2-a017-acaf66293d1d img.shogun-image {
    

    
    
    
  }


#s-0e829b4f-543e-4ed2-a017-acaf66293d1d .shogun-image-content {
  
    align-items: center;
  
}

#s-733e1cef-105c-43bc-af72-e259b27fc7b5 {
  margin-bottom: 1%;
min-height: 50px;
}








#s-733e1cef-105c-43bc-af72-e259b27fc7b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-733e1cef-105c-43bc-af72-e259b27fc7b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfb827a8-8a73-4c33-b5b0-04545e4b42f6 {
  text-align: center;
}







  #s-cfb827a8-8a73-4c33-b5b0-04545e4b42f6 img.shogun-image {
    

    
    
    
  }


#s-cfb827a8-8a73-4c33-b5b0-04545e4b42f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-940d48a0-6bce-49ca-b234-e5fbb859416e {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-940d48a0-6bce-49ca-b234-e5fbb859416e {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-940d48a0-6bce-49ca-b234-e5fbb859416e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-940d48a0-6bce-49ca-b234-e5fbb859416e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-940d48a0-6bce-49ca-b234-e5fbb859416e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-940d48a0-6bce-49ca-b234-e5fbb859416e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-15135b88-6655-41cb-82ee-e950f5f267c4 {
  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-15135b88-6655-41cb-82ee-e950f5f267c4 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-15135b88-6655-41cb-82ee-e950f5f267c4 {
  margin-left: 50px;
margin-bottom: -30px;
margin-right: 50px;
}
}






  #s-15135b88-6655-41cb-82ee-e950f5f267c4 img.shogun-image {
    

    
    
    
  }


#s-15135b88-6655-41cb-82ee-e950f5f267c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-846d3259-6897-4493-884f-6b875b316dc3 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-846d3259-6897-4493-884f-6b875b316dc3 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-846d3259-6897-4493-884f-6b875b316dc3 {
  margin-top: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-846d3259-6897-4493-884f-6b875b316dc3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-846d3259-6897-4493-884f-6b875b316dc3 {
  margin-top: 50px;
text-align: center;
}
}
#s-846d3259-6897-4493-884f-6b875b316dc3 .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-846d3259-6897-4493-884f-6b875b316dc3 .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-846d3259-6897-4493-884f-6b875b316dc3 .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-846d3259-6897-4493-884f-6b875b316dc3 .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-076c1ada-6d60-4a8e-acdb-6b8c3c0cd192 {
  text-align: left;
}
@media (max-width: 767px){#s-076c1ada-6d60-4a8e-acdb-6b8c3c0cd192 {
  margin-bottom: -30px;
}
}
#s-076c1ada-6d60-4a8e-acdb-6b8c3c0cd192 .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-076c1ada-6d60-4a8e-acdb-6b8c3c0cd192 .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-076c1ada-6d60-4a8e-acdb-6b8c3c0cd192 .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-afde76b8-83ae-4116-af44-95d4e0d9360c {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-afde76b8-83ae-4116-af44-95d4e0d9360c {
  display: none;
}
#s-afde76b8-83ae-4116-af44-95d4e0d9360c, #wrap-s-afde76b8-83ae-4116-af44-95d4e0d9360c { display: none !important; }}@media (max-width: 767px){#s-afde76b8-83ae-4116-af44-95d4e0d9360c {
  display: none;
}
#s-afde76b8-83ae-4116-af44-95d4e0d9360c, #wrap-s-afde76b8-83ae-4116-af44-95d4e0d9360c { display: none !important; }}






  #s-afde76b8-83ae-4116-af44-95d4e0d9360c img.shogun-image {
    

    
    
    
  }


#s-afde76b8-83ae-4116-af44-95d4e0d9360c .shogun-image-content {
  
    align-items: center;
  
}

#s-f846cac1-7efa-46d5-ae43-f27bc1d23588 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-f846cac1-7efa-46d5-ae43-f27bc1d23588 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-f846cac1-7efa-46d5-ae43-f27bc1d23588"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f846cac1-7efa-46d5-ae43-f27bc1d23588"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f846cac1-7efa-46d5-ae43-f27bc1d23588"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f846cac1-7efa-46d5-ae43-f27bc1d23588"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f846cac1-7efa-46d5-ae43-f27bc1d23588"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3ac93c82-c5ac-42fe-a7b3-a75ccee33dac {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-3ac93c82-c5ac-42fe-a7b3-a75ccee33dac {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ac93c82-c5ac-42fe-a7b3-a75ccee33dac {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ac93c82-c5ac-42fe-a7b3-a75ccee33dac {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-3ac93c82-c5ac-42fe-a7b3-a75ccee33dac {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-3ac93c82-c5ac-42fe-a7b3-a75ccee33dac .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-3ac93c82-c5ac-42fe-a7b3-a75ccee33dac .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-3ac93c82-c5ac-42fe-a7b3-a75ccee33dac .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-3ac93c82-c5ac-42fe-a7b3-a75ccee33dac .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-efc94fa9-3ef0-43d5-bfe3-5ee94937e369 {
  text-align: left;
}
@media (max-width: 767px){#s-efc94fa9-3ef0-43d5-bfe3-5ee94937e369 {
  margin-bottom: -30px;
}
}
#s-efc94fa9-3ef0-43d5-bfe3-5ee94937e369 .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-efc94fa9-3ef0-43d5-bfe3-5ee94937e369 .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-efc94fa9-3ef0-43d5-bfe3-5ee94937e369 .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-48d5301b-6fa8-474c-9144-c1125697f68f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-48d5301b-6fa8-474c-9144-c1125697f68f {
  display: none;
}
#s-48d5301b-6fa8-474c-9144-c1125697f68f, #wrap-s-48d5301b-6fa8-474c-9144-c1125697f68f { display: none !important; }}@media (max-width: 767px){#s-48d5301b-6fa8-474c-9144-c1125697f68f {
  display: none;
}
#s-48d5301b-6fa8-474c-9144-c1125697f68f, #wrap-s-48d5301b-6fa8-474c-9144-c1125697f68f { display: none !important; }}






  #s-48d5301b-6fa8-474c-9144-c1125697f68f img.shogun-image {
    

    
    
    
  }


#s-48d5301b-6fa8-474c-9144-c1125697f68f .shogun-image-content {
  
    align-items: center;
  
}

#s-436a826f-ebf5-400f-a07d-ba075a601c2e {
  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-436a826f-ebf5-400f-a07d-ba075a601c2e {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-436a826f-ebf5-400f-a07d-ba075a601c2e {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-436a826f-ebf5-400f-a07d-ba075a601c2e img.shogun-image {
    

    
    
    
  }


#s-436a826f-ebf5-400f-a07d-ba075a601c2e .shogun-image-content {
  
    align-items: center;
  
}

#s-04367f4c-ac87-4c84-9529-57388ea2f3e0 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-04367f4c-ac87-4c84-9529-57388ea2f3e0 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-04367f4c-ac87-4c84-9529-57388ea2f3e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04367f4c-ac87-4c84-9529-57388ea2f3e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04367f4c-ac87-4c84-9529-57388ea2f3e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04367f4c-ac87-4c84-9529-57388ea2f3e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-64e817e9-c45b-4b52-9e38-4b2fe7da8f57 {
  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: 1200px){#s-64e817e9-c45b-4b52-9e38-4b2fe7da8f57 {
  padding-left: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64e817e9-c45b-4b52-9e38-4b2fe7da8f57 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-64e817e9-c45b-4b52-9e38-4b2fe7da8f57 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-64e817e9-c45b-4b52-9e38-4b2fe7da8f57 img.shogun-image {
    

    
    
    
  }


#s-64e817e9-c45b-4b52-9e38-4b2fe7da8f57 .shogun-image-content {
  
    align-items: center;
  
}

#s-12b24a5e-a14c-4ce8-bfbf-528dfad44ab4 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-12b24a5e-a14c-4ce8-bfbf-528dfad44ab4 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12b24a5e-a14c-4ce8-bfbf-528dfad44ab4 {
  margin-top: 16%;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-12b24a5e-a14c-4ce8-bfbf-528dfad44ab4 {
  margin-top: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-12b24a5e-a14c-4ce8-bfbf-528dfad44ab4 {
  margin-top: 20px;
text-align: center;
}
}
#s-12b24a5e-a14c-4ce8-bfbf-528dfad44ab4 .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-12b24a5e-a14c-4ce8-bfbf-528dfad44ab4 .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-12b24a5e-a14c-4ce8-bfbf-528dfad44ab4 .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-12b24a5e-a14c-4ce8-bfbf-528dfad44ab4 .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-02f9f786-395e-4e22-91a8-5dbd954af918 {
  text-align: left;
}
@media (max-width: 767px){#s-02f9f786-395e-4e22-91a8-5dbd954af918 {
  margin-bottom: -30px;
}
}
#s-02f9f786-395e-4e22-91a8-5dbd954af918 .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 (min-width: 1200px){#s-02f9f786-395e-4e22-91a8-5dbd954af918 .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: 992px) and (max-width: 1199px){#s-02f9f786-395e-4e22-91a8-5dbd954af918 .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-3dba8a18-1445-4f6b-925b-ae19e0df4d10 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3dba8a18-1445-4f6b-925b-ae19e0df4d10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3dba8a18-1445-4f6b-925b-ae19e0df4d10 {
  display: none;
}
#s-3dba8a18-1445-4f6b-925b-ae19e0df4d10, #wrap-s-3dba8a18-1445-4f6b-925b-ae19e0df4d10 { display: none !important; }}@media (max-width: 767px){#s-3dba8a18-1445-4f6b-925b-ae19e0df4d10 {
  display: none;
}
#s-3dba8a18-1445-4f6b-925b-ae19e0df4d10, #wrap-s-3dba8a18-1445-4f6b-925b-ae19e0df4d10 { display: none !important; }}






  #s-3dba8a18-1445-4f6b-925b-ae19e0df4d10 img.shogun-image {
    

    
    
    
  }


#s-3dba8a18-1445-4f6b-925b-ae19e0df4d10 .shogun-image-content {
  
    align-items: center;
  
}

#s-b91facb4-1f45-49c2-ac77-ed477318deb1 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-b91facb4-1f45-49c2-ac77-ed477318deb1 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-b91facb4-1f45-49c2-ac77-ed477318deb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b91facb4-1f45-49c2-ac77-ed477318deb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b91facb4-1f45-49c2-ac77-ed477318deb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b91facb4-1f45-49c2-ac77-ed477318deb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b91facb4-1f45-49c2-ac77-ed477318deb1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-008c7424-c21a-4d05-ba13-b844845d5df8 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-008c7424-c21a-4d05-ba13-b844845d5df8 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-008c7424-c21a-4d05-ba13-b844845d5df8 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-008c7424-c21a-4d05-ba13-b844845d5df8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-008c7424-c21a-4d05-ba13-b844845d5df8 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-008c7424-c21a-4d05-ba13-b844845d5df8 .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-008c7424-c21a-4d05-ba13-b844845d5df8 .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-f4797394-6bce-4ffd-832c-301dee32f3ee {
  text-align: left;
}
@media (max-width: 767px){#s-f4797394-6bce-4ffd-832c-301dee32f3ee {
  margin-bottom: -30px;
}
}
#s-f4797394-6bce-4ffd-832c-301dee32f3ee .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-f4797394-6bce-4ffd-832c-301dee32f3ee .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-f4797394-6bce-4ffd-832c-301dee32f3ee .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-bb1281f9-88ce-42e6-a025-98f3daae5b57 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb1281f9-88ce-42e6-a025-98f3daae5b57 {
  display: none;
}
#s-bb1281f9-88ce-42e6-a025-98f3daae5b57, #wrap-s-bb1281f9-88ce-42e6-a025-98f3daae5b57 { display: none !important; }}@media (max-width: 767px){#s-bb1281f9-88ce-42e6-a025-98f3daae5b57 {
  display: none;
}
#s-bb1281f9-88ce-42e6-a025-98f3daae5b57, #wrap-s-bb1281f9-88ce-42e6-a025-98f3daae5b57 { display: none !important; }}






  #s-bb1281f9-88ce-42e6-a025-98f3daae5b57 img.shogun-image {
    

    
    
    
  }


#s-bb1281f9-88ce-42e6-a025-98f3daae5b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc59c384-1beb-4210-85e3-4505a64b65a4 {
  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-bc59c384-1beb-4210-85e3-4505a64b65a4 {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-bc59c384-1beb-4210-85e3-4505a64b65a4 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-bc59c384-1beb-4210-85e3-4505a64b65a4 img.shogun-image {
    

    
    
    
  }


#s-bc59c384-1beb-4210-85e3-4505a64b65a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5f86578-dec3-456f-934f-0624cf9c3e0d {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-e5f86578-dec3-456f-934f-0624cf9c3e0d {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-e5f86578-dec3-456f-934f-0624cf9c3e0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5f86578-dec3-456f-934f-0624cf9c3e0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5f86578-dec3-456f-934f-0624cf9c3e0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5f86578-dec3-456f-934f-0624cf9c3e0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-22ff0627-6bc6-4332-8280-cae377439e18 {
  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: 1200px){#s-22ff0627-6bc6-4332-8280-cae377439e18 {
  padding-left: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22ff0627-6bc6-4332-8280-cae377439e18 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-22ff0627-6bc6-4332-8280-cae377439e18 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-22ff0627-6bc6-4332-8280-cae377439e18 img.shogun-image {
    

    
    
    
  }


#s-22ff0627-6bc6-4332-8280-cae377439e18 .shogun-image-content {
  
    align-items: center;
  
}

#s-74252996-fe28-431c-9f45-0b3c9965d341 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-74252996-fe28-431c-9f45-0b3c9965d341 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74252996-fe28-431c-9f45-0b3c9965d341 {
  margin-top: 16%;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74252996-fe28-431c-9f45-0b3c9965d341 {
  margin-top: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-74252996-fe28-431c-9f45-0b3c9965d341 {
  margin-top: 20px;
text-align: center;
}
}
#s-74252996-fe28-431c-9f45-0b3c9965d341 .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-74252996-fe28-431c-9f45-0b3c9965d341 .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-74252996-fe28-431c-9f45-0b3c9965d341 .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-74252996-fe28-431c-9f45-0b3c9965d341 .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-a88f7279-ad21-4b9c-bc27-6a4ea0ca49fa {
  text-align: left;
}
@media (max-width: 767px){#s-a88f7279-ad21-4b9c-bc27-6a4ea0ca49fa {
  margin-bottom: -30px;
}
}
#s-a88f7279-ad21-4b9c-bc27-6a4ea0ca49fa .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 (min-width: 1200px){#s-a88f7279-ad21-4b9c-bc27-6a4ea0ca49fa .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: 992px) and (max-width: 1199px){#s-a88f7279-ad21-4b9c-bc27-6a4ea0ca49fa .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-fd2b642f-9b35-4fee-8129-259c4b08956c {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fd2b642f-9b35-4fee-8129-259c4b08956c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd2b642f-9b35-4fee-8129-259c4b08956c {
  display: none;
}
#s-fd2b642f-9b35-4fee-8129-259c4b08956c, #wrap-s-fd2b642f-9b35-4fee-8129-259c4b08956c { display: none !important; }}@media (max-width: 767px){#s-fd2b642f-9b35-4fee-8129-259c4b08956c {
  display: none;
}
#s-fd2b642f-9b35-4fee-8129-259c4b08956c, #wrap-s-fd2b642f-9b35-4fee-8129-259c4b08956c { display: none !important; }}






  #s-fd2b642f-9b35-4fee-8129-259c4b08956c img.shogun-image {
    

    
    
    
  }


#s-fd2b642f-9b35-4fee-8129-259c4b08956c .shogun-image-content {
  
    align-items: center;
  
}

#s-a8f86f02-f822-4422-80d0-12a0e93fc89d {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-a8f86f02-f822-4422-80d0-12a0e93fc89d {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-a8f86f02-f822-4422-80d0-12a0e93fc89d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8f86f02-f822-4422-80d0-12a0e93fc89d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8f86f02-f822-4422-80d0-12a0e93fc89d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8f86f02-f822-4422-80d0-12a0e93fc89d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a8f86f02-f822-4422-80d0-12a0e93fc89d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-65259249-fe08-4482-b9bb-bfa852bc60ff {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-65259249-fe08-4482-b9bb-bfa852bc60ff {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65259249-fe08-4482-b9bb-bfa852bc60ff {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-65259249-fe08-4482-b9bb-bfa852bc60ff {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-65259249-fe08-4482-b9bb-bfa852bc60ff {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-65259249-fe08-4482-b9bb-bfa852bc60ff .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-65259249-fe08-4482-b9bb-bfa852bc60ff .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-65259249-fe08-4482-b9bb-bfa852bc60ff .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-65259249-fe08-4482-b9bb-bfa852bc60ff .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-98fbfb28-f1bf-4f4b-b427-090b69a927bd {
  text-align: left;
}
@media (max-width: 767px){#s-98fbfb28-f1bf-4f4b-b427-090b69a927bd {
  margin-bottom: -30px;
}
}
#s-98fbfb28-f1bf-4f4b-b427-090b69a927bd .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-98fbfb28-f1bf-4f4b-b427-090b69a927bd .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-98fbfb28-f1bf-4f4b-b427-090b69a927bd .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-45db7bf9-7d3a-4978-951c-b290427f3751 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-45db7bf9-7d3a-4978-951c-b290427f3751 {
  display: none;
}
#s-45db7bf9-7d3a-4978-951c-b290427f3751, #wrap-s-45db7bf9-7d3a-4978-951c-b290427f3751 { display: none !important; }}@media (max-width: 767px){#s-45db7bf9-7d3a-4978-951c-b290427f3751 {
  display: none;
}
#s-45db7bf9-7d3a-4978-951c-b290427f3751, #wrap-s-45db7bf9-7d3a-4978-951c-b290427f3751 { display: none !important; }}






  #s-45db7bf9-7d3a-4978-951c-b290427f3751 img.shogun-image {
    

    
    
    
  }


#s-45db7bf9-7d3a-4978-951c-b290427f3751 .shogun-image-content {
  
    align-items: center;
  
}

#s-72fd314a-c7f1-495b-a749-7b3ddd015cbc {
  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-72fd314a-c7f1-495b-a749-7b3ddd015cbc {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-72fd314a-c7f1-495b-a749-7b3ddd015cbc {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-72fd314a-c7f1-495b-a749-7b3ddd015cbc img.shogun-image {
    

    
    
    
  }


#s-72fd314a-c7f1-495b-a749-7b3ddd015cbc .shogun-image-content {
  
    align-items: center;
  
}

#s-f9a979b8-08d7-4836-b005-631b0e21e749 {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f9a979b8-08d7-4836-b005-631b0e21e749 {
  display: none;
}
#s-f9a979b8-08d7-4836-b005-631b0e21e749, #wrap-s-f9a979b8-08d7-4836-b005-631b0e21e749 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9a979b8-08d7-4836-b005-631b0e21e749 {
  display: none;
}
#s-f9a979b8-08d7-4836-b005-631b0e21e749, #wrap-s-f9a979b8-08d7-4836-b005-631b0e21e749 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9a979b8-08d7-4836-b005-631b0e21e749 {
  display: none;
}
#s-f9a979b8-08d7-4836-b005-631b0e21e749, #wrap-s-f9a979b8-08d7-4836-b005-631b0e21e749 { display: none !important; }}@media (max-width: 767px){#s-f9a979b8-08d7-4836-b005-631b0e21e749 {
  margin-top: 5px;
margin-bottom: 45px;
display: none;
}
#s-f9a979b8-08d7-4836-b005-631b0e21e749, #wrap-s-f9a979b8-08d7-4836-b005-631b0e21e749 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f9a979b8-08d7-4836-b005-631b0e21e749"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9a979b8-08d7-4836-b005-631b0e21e749"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9a979b8-08d7-4836-b005-631b0e21e749"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9a979b8-08d7-4836-b005-631b0e21e749"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f9a979b8-08d7-4836-b005-631b0e21e749"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-374fba88-3569-4a5d-975b-01125a1ee469 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-374fba88-3569-4a5d-975b-01125a1ee469 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-374fba88-3569-4a5d-975b-01125a1ee469 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-374fba88-3569-4a5d-975b-01125a1ee469 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-374fba88-3569-4a5d-975b-01125a1ee469 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-374fba88-3569-4a5d-975b-01125a1ee469 .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-374fba88-3569-4a5d-975b-01125a1ee469 .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-374fba88-3569-4a5d-975b-01125a1ee469 .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-374fba88-3569-4a5d-975b-01125a1ee469 .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-c3fd719e-20e1-468d-9995-4d0fb4dc69f5 {
  text-align: left;
}
@media (max-width: 767px){#s-c3fd719e-20e1-468d-9995-4d0fb4dc69f5 {
  margin-bottom: -30px;
}
}
#s-c3fd719e-20e1-468d-9995-4d0fb4dc69f5 .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-c3fd719e-20e1-468d-9995-4d0fb4dc69f5 .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-c3fd719e-20e1-468d-9995-4d0fb4dc69f5 .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-f3201bdf-080a-4f06-80a6-a4f3739d61e8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3201bdf-080a-4f06-80a6-a4f3739d61e8 {
  display: none;
}
#s-f3201bdf-080a-4f06-80a6-a4f3739d61e8, #wrap-s-f3201bdf-080a-4f06-80a6-a4f3739d61e8 { display: none !important; }}@media (max-width: 767px){#s-f3201bdf-080a-4f06-80a6-a4f3739d61e8 {
  display: none;
}
#s-f3201bdf-080a-4f06-80a6-a4f3739d61e8, #wrap-s-f3201bdf-080a-4f06-80a6-a4f3739d61e8 { display: none !important; }}






  #s-f3201bdf-080a-4f06-80a6-a4f3739d61e8 img.shogun-image {
    

    
    
    
  }


#s-f3201bdf-080a-4f06-80a6-a4f3739d61e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f71bcd82-2ada-4838-b122-57b3a5cb9e97 {
  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-f71bcd82-2ada-4838-b122-57b3a5cb9e97 {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-f71bcd82-2ada-4838-b122-57b3a5cb9e97 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-f71bcd82-2ada-4838-b122-57b3a5cb9e97 img.shogun-image {
    

    
    
    
  }


#s-f71bcd82-2ada-4838-b122-57b3a5cb9e97 .shogun-image-content {
  
    align-items: center;
  
}

#s-32da03bf-6dca-4226-9973-3f4ea95b7bae {
  min-height: 50px;
}








#s-32da03bf-6dca-4226-9973-3f4ea95b7bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32da03bf-6dca-4226-9973-3f4ea95b7bae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1399c8e-c104-42cf-af32-161691c5a0ba {
  text-align: center;
}







  #s-c1399c8e-c104-42cf-af32-161691c5a0ba img.shogun-image {
    

    
    
    
  }


#s-c1399c8e-c104-42cf-af32-161691c5a0ba .shogun-image-content {
  
    align-items: center;
  
}

#s-ab918966-95b0-4f5e-a443-7e9a26e7a6e5 {
  text-align: center;
}







  #s-ab918966-95b0-4f5e-a443-7e9a26e7a6e5 img.shogun-image {
    

    
    
    
  }


#s-ab918966-95b0-4f5e-a443-7e9a26e7a6e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b9a497f-9649-4d11-8992-81e1e3e9036a {
  text-align: center;
}







  #s-9b9a497f-9649-4d11-8992-81e1e3e9036a img.shogun-image {
    

    
    
    
  }


#s-9b9a497f-9649-4d11-8992-81e1e3e9036a .shogun-image-content {
  
    align-items: center;
  
}

#s-d7de13b9-66d7-4bc8-8e25-04d2c9395426 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d7de13b9-66d7-4bc8-8e25-04d2c9395426 {
  padding-top: 10px;
}
}






  #s-d7de13b9-66d7-4bc8-8e25-04d2c9395426 img.shogun-image {
    

    
    
    
  }


#s-d7de13b9-66d7-4bc8-8e25-04d2c9395426 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ed918cc1-8f59-4e9f-a083-4bbf2d9f1403"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed918cc1-8f59-4e9f-a083-4bbf2d9f1403"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed918cc1-8f59-4e9f-a083-4bbf2d9f1403"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed918cc1-8f59-4e9f-a083-4bbf2d9f1403"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed918cc1-8f59-4e9f-a083-4bbf2d9f1403"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed918cc1-8f59-4e9f-a083-4bbf2d9f1403"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed918cc1-8f59-4e9f-a083-4bbf2d9f1403"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-08c602ce-75a4-4220-b6b6-17930c42252d {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-08c602ce-75a4-4220-b6b6-17930c42252d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-08c602ce-75a4-4220-b6b6-17930c42252d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-08c602ce-75a4-4220-b6b6-17930c42252d 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-08c602ce-75a4-4220-b6b6-17930c42252d td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-08c602ce-75a4-4220-b6b6-17930c42252d td.shogun-table-column, #s-08c602ce-75a4-4220-b6b6-17930c42252d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-18206336-a020-4d34-8c2e-a8dbfa30f06e {
  text-align: center;
}







  #s-18206336-a020-4d34-8c2e-a8dbfa30f06e img.shogun-image {
    

    
    
    
  }


#s-18206336-a020-4d34-8c2e-a8dbfa30f06e .shogun-image-content {
  
    align-items: center;
  
}

#s-e3e362e2-5657-4557-9ad6-68daf438accf {
  margin-top: 54px;
margin-left: 20%;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-e3e362e2-5657-4557-9ad6-68daf438accf {
  padding-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3e362e2-5657-4557-9ad6-68daf438accf {
  padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3e362e2-5657-4557-9ad6-68daf438accf {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-e3e362e2-5657-4557-9ad6-68daf438accf {
  margin-top: 43px;
margin-left: 10%;
padding-left: 0%;
padding-right: 0px;
}
}
#s-e3e362e2-5657-4557-9ad6-68daf438accf .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-e3e362e2-5657-4557-9ad6-68daf438accf .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  
  text-align: left;
}


}
#s-3004d8ca-bf7e-4fa8-b8c7-2f17214d0963 {
  text-align: center;
}







  #s-3004d8ca-bf7e-4fa8-b8c7-2f17214d0963 img.shogun-image {
    

    
    
    
  }


#s-3004d8ca-bf7e-4fa8-b8c7-2f17214d0963 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f7a1bac-d1e9-4694-bd8b-710da0009e39 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: -30px;
margin-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f7a1bac-d1e9-4694-bd8b-710da0009e39 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-5f7a1bac-d1e9-4694-bd8b-710da0009e39 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-5f7a1bac-d1e9-4694-bd8b-710da0009e39 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-5f7a1bac-d1e9-4694-bd8b-710da0009e39 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5f7a1bac-d1e9-4694-bd8b-710da0009e39 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-5f7a1bac-d1e9-4694-bd8b-710da0009e39 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-13dc76c1-49e1-4733-85f8-443617e71bcd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-13dc76c1-49e1-4733-85f8-443617e71bcd {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-13dc76c1-49e1-4733-85f8-443617e71bcd .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-13dc76c1-49e1-4733-85f8-443617e71bcd .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-13dc76c1-49e1-4733-85f8-443617e71bcd .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-50992825-4f5a-4d12-a567-756959d6857a {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-50992825-4f5a-4d12-a567-756959d6857a img.shogun-image {
    

    
    
    
  }


#s-50992825-4f5a-4d12-a567-756959d6857a .shogun-image-content {
  
    align-items: center;
  
}

#s-612f0a49-2b6a-46b6-bed6-6e58bfdf7260 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-612f0a49-2b6a-46b6-bed6-6e58bfdf7260 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-612f0a49-2b6a-46b6-bed6-6e58bfdf7260"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-612f0a49-2b6a-46b6-bed6-6e58bfdf7260"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-612f0a49-2b6a-46b6-bed6-6e58bfdf7260"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-612f0a49-2b6a-46b6-bed6-6e58bfdf7260"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-612f0a49-2b6a-46b6-bed6-6e58bfdf7260"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-612f0a49-2b6a-46b6-bed6-6e58bfdf7260"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-612f0a49-2b6a-46b6-bed6-6e58bfdf7260"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-612f0a49-2b6a-46b6-bed6-6e58bfdf7260"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7bc43f4b-80ba-4d4c-854d-22963c95b358 {
  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-7bc43f4b-80ba-4d4c-854d-22963c95b358 {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bc43f4b-80ba-4d4c-854d-22963c95b358 {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-7bc43f4b-80ba-4d4c-854d-22963c95b358 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-7bc43f4b-80ba-4d4c-854d-22963c95b358 img.shogun-image {
    

    
    
    
  }


#s-7bc43f4b-80ba-4d4c-854d-22963c95b358 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9454a1a-d0c0-446b-abe4-d18a84cb1277 {
  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-c9454a1a-d0c0-446b-abe4-d18a84cb1277 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-c9454a1a-d0c0-446b-abe4-d18a84cb1277 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-c9454a1a-d0c0-446b-abe4-d18a84cb1277 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-45ccd82e-2844-438d-b93f-5657e2864cfa {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-45ccd82e-2844-438d-b93f-5657e2864cfa {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-40ac6ada-38b1-4a60-b25a-d022d7cfb960 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-40ac6ada-38b1-4a60-b25a-d022d7cfb960 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-40ac6ada-38b1-4a60-b25a-d022d7cfb960"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40ac6ada-38b1-4a60-b25a-d022d7cfb960"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-40ac6ada-38b1-4a60-b25a-d022d7cfb960"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-40ac6ada-38b1-4a60-b25a-d022d7cfb960"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-40ac6ada-38b1-4a60-b25a-d022d7cfb960"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-40ac6ada-38b1-4a60-b25a-d022d7cfb960"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-40ac6ada-38b1-4a60-b25a-d022d7cfb960"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-40ac6ada-38b1-4a60-b25a-d022d7cfb960"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9c065b62-2f31-4fbb-b95c-0fd7c86f01a1 {
  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-9c065b62-2f31-4fbb-b95c-0fd7c86f01a1 {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c065b62-2f31-4fbb-b95c-0fd7c86f01a1 {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-9c065b62-2f31-4fbb-b95c-0fd7c86f01a1 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-9c065b62-2f31-4fbb-b95c-0fd7c86f01a1 img.shogun-image {
    

    
    
    
  }


#s-9c065b62-2f31-4fbb-b95c-0fd7c86f01a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5374c2f2-dc96-4f71-bcce-9c25ea2b5df0 {
  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-5374c2f2-dc96-4f71-bcce-9c25ea2b5df0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-5374c2f2-dc96-4f71-bcce-9c25ea2b5df0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-5374c2f2-dc96-4f71-bcce-9c25ea2b5df0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-54b13413-c60d-4a17-8438-ffb20ceab649 {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-54b13413-c60d-4a17-8438-ffb20ceab649 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-22aa3f2c-799b-43b3-8787-c60291a9f1d1 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-22aa3f2c-799b-43b3-8787-c60291a9f1d1 img.shogun-image {
    

    
    
    
  }


#s-22aa3f2c-799b-43b3-8787-c60291a9f1d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e593bcc2-f4a1-4a1a-9eb2-5e4905a2b28f {
  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);
}







  #s-e593bcc2-f4a1-4a1a-9eb2-5e4905a2b28f img.shogun-image {
    

    
    
    
  }


#s-e593bcc2-f4a1-4a1a-9eb2-5e4905a2b28f .shogun-image-content {
  
    align-items: center;
  
}

#s-c3fffa88-31de-4ae3-9a0b-d3ba76c1b5a0 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-c3fffa88-31de-4ae3-9a0b-d3ba76c1b5a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3fffa88-31de-4ae3-9a0b-d3ba76c1b5a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5873f079-488c-4040-8efb-78fe3127788c {
  text-align: left;
}

#s-5873f079-488c-4040-8efb-78fe3127788c .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-5873f079-488c-4040-8efb-78fe3127788c .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-30326e33-05a6-47d8-a9d2-43a3ab4d6aa9 {
  text-align: left;
}

#s-30326e33-05a6-47d8-a9d2-43a3ab4d6aa9 .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-30326e33-05a6-47d8-a9d2-43a3ab4d6aa9 .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-d60c8fbf-2cc9-4024-aa34-eaabbfef849b {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d60c8fbf-2cc9-4024-aa34-eaabbfef849b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d60c8fbf-2cc9-4024-aa34-eaabbfef849b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d60c8fbf-2cc9-4024-aa34-eaabbfef849b {
  
}
}@media (max-width: 767px){#s-d60c8fbf-2cc9-4024-aa34-eaabbfef849b {
  
}
}






  #s-d60c8fbf-2cc9-4024-aa34-eaabbfef849b img.shogun-image {
    

    
    
    
  }


#s-d60c8fbf-2cc9-4024-aa34-eaabbfef849b .shogun-image-content {
  
    align-items: center;
  
}

#s-232becc3-92e3-465f-93fb-8461fba269cb {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-232becc3-92e3-465f-93fb-8461fba269cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-232becc3-92e3-465f-93fb-8461fba269cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2eaae576-1b42-46e2-90bc-18751337911e {
  text-align: left;
}

#s-2eaae576-1b42-46e2-90bc-18751337911e .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-2eaae576-1b42-46e2-90bc-18751337911e .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-8131a651-f336-49d0-a134-4c78071fe67c {
  text-align: left;
}

#s-8131a651-f336-49d0-a134-4c78071fe67c .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-8131a651-f336-49d0-a134-4c78071fe67c .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-e0160ef4-fbaa-461d-bbc7-28c2dd6ff9aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0160ef4-fbaa-461d-bbc7-28c2dd6ff9aa .shogun-heading-component h6 {
  color: rgba(95, 95, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (max-width: 767px){#s-e0160ef4-fbaa-461d-bbc7-28c2dd6ff9aa .shogun-heading-component h6 {
  color: rgba(95, 95, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  
  
}


}
#s-452680e2-a90d-45c9-aeee-29e613bc0276 {
  text-align: left;
}

#s-452680e2-a90d-45c9-aeee-29e613bc0276 .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-452680e2-a90d-45c9-aeee-29e613bc0276 .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-d770e75f-9f3f-4630-8d96-820977772cc4 {
  text-align: left;
}

#s-d770e75f-9f3f-4630-8d96-820977772cc4 .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-d770e75f-9f3f-4630-8d96-820977772cc4 .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-4398bb1e-a841-4091-9bc3-bef6749691f7 {
  text-align: center;
}







  #s-4398bb1e-a841-4091-9bc3-bef6749691f7 img.shogun-image {
    

    
    
    
  }


#s-4398bb1e-a841-4091-9bc3-bef6749691f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-464788aa-abc5-44ef-8327-0ceea9af7731 {
  padding-left: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-464788aa-abc5-44ef-8327-0ceea9af7731 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-464788aa-abc5-44ef-8327-0ceea9af7731 {
  
}
}@media (max-width: 767px){#s-464788aa-abc5-44ef-8327-0ceea9af7731 {
  padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-464788aa-abc5-44ef-8327-0ceea9af7731"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-464788aa-abc5-44ef-8327-0ceea9af7731"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-464788aa-abc5-44ef-8327-0ceea9af7731"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-464788aa-abc5-44ef-8327-0ceea9af7731"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-31a49709-967f-4f43-aa89-02ddbe3d0a43 {
  text-align: center;
}
@media (max-width: 767px){#s-31a49709-967f-4f43-aa89-02ddbe3d0a43 {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-31a49709-967f-4f43-aa89-02ddbe3d0a43 img.shogun-image {
    

    
    
    
  }


#s-31a49709-967f-4f43-aa89-02ddbe3d0a43 .shogun-image-content {
  
    align-items: center;
  
}

#s-f89079e7-e4b3-4303-85ec-dbbd3c36a9ed {
  text-align: center;
}
@media (max-width: 767px){#s-f89079e7-e4b3-4303-85ec-dbbd3c36a9ed {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-f89079e7-e4b3-4303-85ec-dbbd3c36a9ed img.shogun-image {
    

    
    
    
  }


#s-f89079e7-e4b3-4303-85ec-dbbd3c36a9ed .shogun-image-content {
  
    align-items: center;
  
}

#s-27580a8d-f5f9-4c27-91c0-4659a0c4d33b {
  margin-top: 14px;
text-align: center;
}







  #s-27580a8d-f5f9-4c27-91c0-4659a0c4d33b img.shogun-image {
    

    
    
    
  }


#s-27580a8d-f5f9-4c27-91c0-4659a0c4d33b .shogun-image-content {
  
    align-items: center;
  
}

#s-dd2e0287-187c-4d3b-a56a-f7fa5e2e22ea {
  margin-top: 10px;
margin-bottom: -30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dd2e0287-187c-4d3b-a56a-f7fa5e2e22ea {
  margin-top: 0px;
margin-bottom: -20px;
}
}
#s-dd2e0287-187c-4d3b-a56a-f7fa5e2e22ea .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-dd2e0287-187c-4d3b-a56a-f7fa5e2e22ea .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-cc7fa649-ba24-4ec2-ba31-5dbe489c6c14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cc7fa649-ba24-4ec2-ba31-5dbe489c6c14 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-cc7fa649-ba24-4ec2-ba31-5dbe489c6c14 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-cc7fa649-ba24-4ec2-ba31-5dbe489c6c14 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-a1f24ad3-9e2a-4e7d-bb6f-40353c1166ec {
  min-height: 50px;
}








#s-a1f24ad3-9e2a-4e7d-bb6f-40353c1166ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1f24ad3-9e2a-4e7d-bb6f-40353c1166ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10b0767d-5755-4481-8b93-e3186bad8a5f {
  text-align: center;
}







  #s-10b0767d-5755-4481-8b93-e3186bad8a5f img.shogun-image {
    

    
    
    
  }


#s-10b0767d-5755-4481-8b93-e3186bad8a5f .shogun-image-content {
  
    align-items: center;
  
}

#s-b06c1c2f-a4de-4dc6-8d1e-13b389ea278d {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-b06c1c2f-a4de-4dc6-8d1e-13b389ea278d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b06c1c2f-a4de-4dc6-8d1e-13b389ea278d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5909523a-0268-40fa-ae17-31194a7db1e2 {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}

#s-5909523a-0268-40fa-ae17-31194a7db1e2 .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-5909523a-0268-40fa-ae17-31194a7db1e2 .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-a658457a-e888-4384-b645-5d0966433a17 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-a658457a-e888-4384-b645-5d0966433a17 img.shogun-image {
    

    
    
    
  }


#s-a658457a-e888-4384-b645-5d0966433a17 .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}
