.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-2511323c-fd08-4930-8211-1f8e793d722b {
  min-height: 50px;
}








#s-2511323c-fd08-4930-8211-1f8e793d722b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2511323c-fd08-4930-8211-1f8e793d722b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c734ca1a-d4b9-417b-8d33-fd220c81145f {
  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-c734ca1a-d4b9-417b-8d33-fd220c81145f {
  
}
}







#s-c734ca1a-d4b9-417b-8d33-fd220c81145f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c734ca1a-d4b9-417b-8d33-fd220c81145f.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-30562cd2-f749-4fc8-b262-495de189e981 {
  max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-30562cd2-f749-4fc8-b262-495de189e981 {
  
}
}






  #s-30562cd2-f749-4fc8-b262-495de189e981 img.shogun-image {
    

    
    
    
  }


#s-30562cd2-f749-4fc8-b262-495de189e981 .shogun-image-content {
  
    align-items: center;
  
}

#s-9db348d8-749f-48e1-a9d5-7bfcdf71a6d0 {
  min-height: 50px;
background-color: rgba(177, 227, 252, 1);
}








#s-9db348d8-749f-48e1-a9d5-7bfcdf71a6d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9db348d8-749f-48e1-a9d5-7bfcdf71a6d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d88aa88-7d44-4737-a6c1-8675613bd0e8 {
  min-height: 50px;
}








#s-3d88aa88-7d44-4737-a6c1-8675613bd0e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d88aa88-7d44-4737-a6c1-8675613bd0e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aed205e7-4549-4eac-895e-eab5eeb64dd4 {
  min-height: 50px;
}








#s-aed205e7-4549-4eac-895e-eab5eeb64dd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aed205e7-4549-4eac-895e-eab5eeb64dd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b41ba96-a9d7-46af-a037-f6ece0c8da43 {
  text-align: center;
}







  #s-0b41ba96-a9d7-46af-a037-f6ece0c8da43 img.shogun-image {
    

    
    
    
  }


#s-0b41ba96-a9d7-46af-a037-f6ece0c8da43 .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-3794c7c4-fc96-46e1-a0c3-90bb4dfc9e8e {
  text-align: center;
}
@media (max-width: 767px){#s-3794c7c4-fc96-46e1-a0c3-90bb4dfc9e8e {
  margin-bottom: -10px;
}
}
#s-3794c7c4-fc96-46e1-a0c3-90bb4dfc9e8e .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-3794c7c4-fc96-46e1-a0c3-90bb4dfc9e8e .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-3794c7c4-fc96-46e1-a0c3-90bb4dfc9e8e .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-102e4301-53d0-4acf-b594-2887530d77ab {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-102e4301-53d0-4acf-b594-2887530d77ab {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-102e4301-53d0-4acf-b594-2887530d77ab {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-102e4301-53d0-4acf-b594-2887530d77ab {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-102e4301-53d0-4acf-b594-2887530d77ab {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}
#s-6817ffad-8788-4401-ab27-c6f19e369194 {
  text-align: center;
}







  #s-6817ffad-8788-4401-ab27-c6f19e369194 img.shogun-image {
    

    
    
    
  }


#s-6817ffad-8788-4401-ab27-c6f19e369194 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf6b60d8-e821-4cea-a101-b570c7481119 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-cf6b60d8-e821-4cea-a101-b570c7481119 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf6b60d8-e821-4cea-a101-b570c7481119.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02d3fffb-dbeb-428f-b694-ac97ba21b877 {
  text-align: center;
}







  #s-02d3fffb-dbeb-428f-b694-ac97ba21b877 img.shogun-image {
    

    
    
    
  }


#s-02d3fffb-dbeb-428f-b694-ac97ba21b877 .shogun-image-content {
  
    align-items: center;
  
}

#s-28738ca4-b829-4862-9585-94a6724cf1c5 {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(177, 227, 252, 1);
}








#s-28738ca4-b829-4862-9585-94a6724cf1c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28738ca4-b829-4862-9585-94a6724cf1c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d2dc80c-e7c9-414f-8922-ed5f868afd5f {
  margin-left: 44px;
margin-right: 44px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7d2dc80c-e7c9-414f-8922-ed5f868afd5f {
  padding-top: 1px;
padding-bottom: 1px;
}
}
#s-7d2dc80c-e7c9-414f-8922-ed5f868afd5f .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-7d2dc80c-e7c9-414f-8922-ed5f868afd5f .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-7d2dc80c-e7c9-414f-8922-ed5f868afd5f .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-201a77aa-d021-439b-ba6e-117dcd6c9a17 {
  padding-left: 300px;
padding-bottom: 20px;
padding-right: 300px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-201a77aa-d021-439b-ba6e-117dcd6c9a17 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-201a77aa-d021-439b-ba6e-117dcd6c9a17 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-201a77aa-d021-439b-ba6e-117dcd6c9a17 {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-201a77aa-d021-439b-ba6e-117dcd6c9a17 img.shogun-image {
    

    
    
    
  }


#s-201a77aa-d021-439b-ba6e-117dcd6c9a17 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa09c2e1-800e-4f0d-be8e-c34eac596b2c {
  text-align: center;
}







  #s-aa09c2e1-800e-4f0d-be8e-c34eac596b2c img.shogun-image {
    

    
    
    
  }


#s-aa09c2e1-800e-4f0d-be8e-c34eac596b2c .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-97718ef5-2fe6-46ec-91cc-5472a37a8c0e {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-97718ef5-2fe6-46ec-91cc-5472a37a8c0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97718ef5-2fe6-46ec-91cc-5472a37a8c0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97718ef5-2fe6-46ec-91cc-5472a37a8c0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97718ef5-2fe6-46ec-91cc-5472a37a8c0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97718ef5-2fe6-46ec-91cc-5472a37a8c0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97718ef5-2fe6-46ec-91cc-5472a37a8c0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97718ef5-2fe6-46ec-91cc-5472a37a8c0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-159fd748-4833-435c-9a5f-79b178f4e5d9 {
  text-align: center;
}







  #s-159fd748-4833-435c-9a5f-79b178f4e5d9 img.shogun-image {
    

    
    
    
  }


#s-159fd748-4833-435c-9a5f-79b178f4e5d9 .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-31bbb0fd-9388-49fb-b151-888335ab631d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-31bbb0fd-9388-49fb-b151-888335ab631d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-31bbb0fd-9388-49fb-b151-888335ab631d 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-31bbb0fd-9388-49fb-b151-888335ab631d td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-31bbb0fd-9388-49fb-b151-888335ab631d td.shogun-table-column, #s-31bbb0fd-9388-49fb-b151-888335ab631d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-528a9b93-5fd9-48ad-aa88-9016206c2f80 {
  text-align: center;
}







  #s-528a9b93-5fd9-48ad-aa88-9016206c2f80 img.shogun-image {
    

    
    
    
  }


#s-528a9b93-5fd9-48ad-aa88-9016206c2f80 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebf1a72f-51a3-4d80-b4ba-8932938e6f32 {
  margin-top: -10px;
padding-left: 18px;
padding-right: 18px;
background-color: rgba(255, 255, 255, 0);
}

#s-2941e534-79cb-414b-becf-4c0c29c55c76 {
  padding-top: 22px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(134, 85, 65, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-repeat: repeat;
background-color: rgba(134, 85, 65, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-2941e534-79cb-414b-becf-4c0c29c55c76 {
  padding-top: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2941e534-79cb-414b-becf-4c0c29c55c76 {
  padding-top: 18px;
}
}@media (max-width: 767px){#s-2941e534-79cb-414b-becf-4c0c29c55c76 {
  padding-top: 16px;
padding-bottom: 8px;
}
}
#s-2941e534-79cb-414b-becf-4c0c29c55c76 .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;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-2941e534-79cb-414b-becf-4c0c29c55c76 .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;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2941e534-79cb-414b-becf-4c0c29c55c76 .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;
  
}


}@media (max-width: 767px){#s-2941e534-79cb-414b-becf-4c0c29c55c76 .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;
  
}


}
#s-e8872d2a-d5f2-4fed-a7cc-194411019525 {
  margin-bottom: -13px;
text-align: center;
}

#s-e8872d2a-d5f2-4fed-a7cc-194411019525 .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-e8872d2a-d5f2-4fed-a7cc-194411019525 .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-e8872d2a-d5f2-4fed-a7cc-194411019525 .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-e8872d2a-d5f2-4fed-a7cc-194411019525 .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-19cee51c-b540-4124-9a51-0c62b29a81af {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-19cee51c-b540-4124-9a51-0c62b29a81af {
  margin-top: 0px;
}
}






  #s-19cee51c-b540-4124-9a51-0c62b29a81af img.shogun-image {
    

    
    
    
  }


#s-19cee51c-b540-4124-9a51-0c62b29a81af .shogun-image-content {
  
    align-items: center;
  
}

#s-5fce372d-afc7-4acb-9e66-de78e21eac38 {
  margin-bottom: 1%;
min-height: 50px;
}








#s-5fce372d-afc7-4acb-9e66-de78e21eac38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fce372d-afc7-4acb-9e66-de78e21eac38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21813423-1f52-4e6b-94e2-00f61deb551a {
  text-align: center;
}







  #s-21813423-1f52-4e6b-94e2-00f61deb551a img.shogun-image {
    

    
    
    
  }


#s-21813423-1f52-4e6b-94e2-00f61deb551a .shogun-image-content {
  
    align-items: center;
  
}

#s-5c7c0d7f-8185-4959-9d39-9e44a8134f6e {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-5c7c0d7f-8185-4959-9d39-9e44a8134f6e {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-5c7c0d7f-8185-4959-9d39-9e44a8134f6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c7c0d7f-8185-4959-9d39-9e44a8134f6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c7c0d7f-8185-4959-9d39-9e44a8134f6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c7c0d7f-8185-4959-9d39-9e44a8134f6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ba955d56-fd19-4f4d-9cab-1f31d0f35560 {
  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-ba955d56-fd19-4f4d-9cab-1f31d0f35560 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-ba955d56-fd19-4f4d-9cab-1f31d0f35560 {
  margin-left: 50px;
margin-bottom: -30px;
margin-right: 50px;
}
}






  #s-ba955d56-fd19-4f4d-9cab-1f31d0f35560 img.shogun-image {
    

    
    
    
  }


#s-ba955d56-fd19-4f4d-9cab-1f31d0f35560 .shogun-image-content {
  
    align-items: center;
  
}

#s-b16fc1a9-a2f7-415b-88e5-ac2ed6df3c40 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-b16fc1a9-a2f7-415b-88e5-ac2ed6df3c40 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b16fc1a9-a2f7-415b-88e5-ac2ed6df3c40 {
  margin-top: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b16fc1a9-a2f7-415b-88e5-ac2ed6df3c40 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-b16fc1a9-a2f7-415b-88e5-ac2ed6df3c40 {
  margin-top: 50px;
text-align: center;
}
}
#s-b16fc1a9-a2f7-415b-88e5-ac2ed6df3c40 .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-b16fc1a9-a2f7-415b-88e5-ac2ed6df3c40 .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-b16fc1a9-a2f7-415b-88e5-ac2ed6df3c40 .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-b16fc1a9-a2f7-415b-88e5-ac2ed6df3c40 .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-cb339858-4aba-4a23-9b04-8d5447c785cf {
  text-align: left;
}
@media (max-width: 767px){#s-cb339858-4aba-4a23-9b04-8d5447c785cf {
  margin-bottom: -30px;
}
}
#s-cb339858-4aba-4a23-9b04-8d5447c785cf .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-cb339858-4aba-4a23-9b04-8d5447c785cf .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-cb339858-4aba-4a23-9b04-8d5447c785cf .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-fd65623b-970e-47f2-b771-40a0db3ae075 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd65623b-970e-47f2-b771-40a0db3ae075 {
  display: none;
}
#s-fd65623b-970e-47f2-b771-40a0db3ae075, #wrap-s-fd65623b-970e-47f2-b771-40a0db3ae075 { display: none !important; }}@media (max-width: 767px){#s-fd65623b-970e-47f2-b771-40a0db3ae075 {
  display: none;
}
#s-fd65623b-970e-47f2-b771-40a0db3ae075, #wrap-s-fd65623b-970e-47f2-b771-40a0db3ae075 { display: none !important; }}






  #s-fd65623b-970e-47f2-b771-40a0db3ae075 img.shogun-image {
    

    
    
    
  }


#s-fd65623b-970e-47f2-b771-40a0db3ae075 .shogun-image-content {
  
    align-items: center;
  
}

#s-a11e4589-62e5-4705-bed1-14b75ceff4c8 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-a11e4589-62e5-4705-bed1-14b75ceff4c8 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-a11e4589-62e5-4705-bed1-14b75ceff4c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a11e4589-62e5-4705-bed1-14b75ceff4c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a11e4589-62e5-4705-bed1-14b75ceff4c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a11e4589-62e5-4705-bed1-14b75ceff4c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a11e4589-62e5-4705-bed1-14b75ceff4c8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2fd9fc26-7142-4d11-a53c-1971c6152fa3 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-2fd9fc26-7142-4d11-a53c-1971c6152fa3 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fd9fc26-7142-4d11-a53c-1971c6152fa3 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fd9fc26-7142-4d11-a53c-1971c6152fa3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-2fd9fc26-7142-4d11-a53c-1971c6152fa3 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-2fd9fc26-7142-4d11-a53c-1971c6152fa3 .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-2fd9fc26-7142-4d11-a53c-1971c6152fa3 .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-2fd9fc26-7142-4d11-a53c-1971c6152fa3 .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-2fd9fc26-7142-4d11-a53c-1971c6152fa3 .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-0cba787f-9e64-4fa2-bbfc-26ec35921935 {
  text-align: left;
}
@media (max-width: 767px){#s-0cba787f-9e64-4fa2-bbfc-26ec35921935 {
  margin-bottom: -30px;
}
}
#s-0cba787f-9e64-4fa2-bbfc-26ec35921935 .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-0cba787f-9e64-4fa2-bbfc-26ec35921935 .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-0cba787f-9e64-4fa2-bbfc-26ec35921935 .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-cf073931-81bb-4503-bef4-253deab8674e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf073931-81bb-4503-bef4-253deab8674e {
  display: none;
}
#s-cf073931-81bb-4503-bef4-253deab8674e, #wrap-s-cf073931-81bb-4503-bef4-253deab8674e { display: none !important; }}@media (max-width: 767px){#s-cf073931-81bb-4503-bef4-253deab8674e {
  display: none;
}
#s-cf073931-81bb-4503-bef4-253deab8674e, #wrap-s-cf073931-81bb-4503-bef4-253deab8674e { display: none !important; }}






  #s-cf073931-81bb-4503-bef4-253deab8674e img.shogun-image {
    

    
    
    
  }


#s-cf073931-81bb-4503-bef4-253deab8674e .shogun-image-content {
  
    align-items: center;
  
}

#s-0f9c1c21-da4a-43e5-a7a9-5ebd04e5507a {
  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-0f9c1c21-da4a-43e5-a7a9-5ebd04e5507a {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-0f9c1c21-da4a-43e5-a7a9-5ebd04e5507a {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-0f9c1c21-da4a-43e5-a7a9-5ebd04e5507a img.shogun-image {
    

    
    
    
  }


#s-0f9c1c21-da4a-43e5-a7a9-5ebd04e5507a .shogun-image-content {
  
    align-items: center;
  
}

#s-ba7de80a-2f12-4548-ad08-2b275423beb2 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-ba7de80a-2f12-4548-ad08-2b275423beb2 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-ba7de80a-2f12-4548-ad08-2b275423beb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba7de80a-2f12-4548-ad08-2b275423beb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba7de80a-2f12-4548-ad08-2b275423beb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba7de80a-2f12-4548-ad08-2b275423beb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-01e54ac2-45c6-4aeb-b0b9-5876e66bb182 {
  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-01e54ac2-45c6-4aeb-b0b9-5876e66bb182 {
  padding-left: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01e54ac2-45c6-4aeb-b0b9-5876e66bb182 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-01e54ac2-45c6-4aeb-b0b9-5876e66bb182 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-01e54ac2-45c6-4aeb-b0b9-5876e66bb182 img.shogun-image {
    

    
    
    
  }


#s-01e54ac2-45c6-4aeb-b0b9-5876e66bb182 .shogun-image-content {
  
    align-items: center;
  
}

#s-227151a7-6df4-4615-b41a-b98ece33b8a7 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-227151a7-6df4-4615-b41a-b98ece33b8a7 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-227151a7-6df4-4615-b41a-b98ece33b8a7 {
  margin-top: 16%;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-227151a7-6df4-4615-b41a-b98ece33b8a7 {
  margin-top: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-227151a7-6df4-4615-b41a-b98ece33b8a7 {
  margin-top: 20px;
text-align: center;
}
}
#s-227151a7-6df4-4615-b41a-b98ece33b8a7 .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-227151a7-6df4-4615-b41a-b98ece33b8a7 .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-227151a7-6df4-4615-b41a-b98ece33b8a7 .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-227151a7-6df4-4615-b41a-b98ece33b8a7 .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-e06d37b4-8bd8-482f-95ce-b053850d4262 {
  text-align: left;
}
@media (max-width: 767px){#s-e06d37b4-8bd8-482f-95ce-b053850d4262 {
  margin-bottom: -30px;
}
}
#s-e06d37b4-8bd8-482f-95ce-b053850d4262 .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-e06d37b4-8bd8-482f-95ce-b053850d4262 .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-e06d37b4-8bd8-482f-95ce-b053850d4262 .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-6cf27b25-5815-4a89-a1fb-be4b87abfa53 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6cf27b25-5815-4a89-a1fb-be4b87abfa53 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cf27b25-5815-4a89-a1fb-be4b87abfa53 {
  display: none;
}
#s-6cf27b25-5815-4a89-a1fb-be4b87abfa53, #wrap-s-6cf27b25-5815-4a89-a1fb-be4b87abfa53 { display: none !important; }}@media (max-width: 767px){#s-6cf27b25-5815-4a89-a1fb-be4b87abfa53 {
  display: none;
}
#s-6cf27b25-5815-4a89-a1fb-be4b87abfa53, #wrap-s-6cf27b25-5815-4a89-a1fb-be4b87abfa53 { display: none !important; }}






  #s-6cf27b25-5815-4a89-a1fb-be4b87abfa53 img.shogun-image {
    

    
    
    
  }


#s-6cf27b25-5815-4a89-a1fb-be4b87abfa53 .shogun-image-content {
  
    align-items: center;
  
}

#s-804058f5-7709-4230-a341-3c16159a5bb6 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-804058f5-7709-4230-a341-3c16159a5bb6 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-804058f5-7709-4230-a341-3c16159a5bb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-804058f5-7709-4230-a341-3c16159a5bb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-804058f5-7709-4230-a341-3c16159a5bb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-804058f5-7709-4230-a341-3c16159a5bb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-804058f5-7709-4230-a341-3c16159a5bb6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-158fba6f-49b9-4449-8499-7cbacbe9d4c9 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-158fba6f-49b9-4449-8499-7cbacbe9d4c9 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-158fba6f-49b9-4449-8499-7cbacbe9d4c9 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-158fba6f-49b9-4449-8499-7cbacbe9d4c9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-158fba6f-49b9-4449-8499-7cbacbe9d4c9 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-158fba6f-49b9-4449-8499-7cbacbe9d4c9 .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-158fba6f-49b9-4449-8499-7cbacbe9d4c9 .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-158fba6f-49b9-4449-8499-7cbacbe9d4c9 .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-158fba6f-49b9-4449-8499-7cbacbe9d4c9 .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-bdf5265f-b2ed-4861-8f7c-946b7309ae45 {
  text-align: left;
}
@media (max-width: 767px){#s-bdf5265f-b2ed-4861-8f7c-946b7309ae45 {
  margin-bottom: -30px;
}
}
#s-bdf5265f-b2ed-4861-8f7c-946b7309ae45 .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-bdf5265f-b2ed-4861-8f7c-946b7309ae45 .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-bdf5265f-b2ed-4861-8f7c-946b7309ae45 .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-b15d92f4-627e-47f7-8c8a-3f5e9419e554 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b15d92f4-627e-47f7-8c8a-3f5e9419e554 {
  display: none;
}
#s-b15d92f4-627e-47f7-8c8a-3f5e9419e554, #wrap-s-b15d92f4-627e-47f7-8c8a-3f5e9419e554 { display: none !important; }}@media (max-width: 767px){#s-b15d92f4-627e-47f7-8c8a-3f5e9419e554 {
  display: none;
}
#s-b15d92f4-627e-47f7-8c8a-3f5e9419e554, #wrap-s-b15d92f4-627e-47f7-8c8a-3f5e9419e554 { display: none !important; }}






  #s-b15d92f4-627e-47f7-8c8a-3f5e9419e554 img.shogun-image {
    

    
    
    
  }


#s-b15d92f4-627e-47f7-8c8a-3f5e9419e554 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ef5ee08-c41b-4648-a43e-77dccb24afd6 {
  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-1ef5ee08-c41b-4648-a43e-77dccb24afd6 {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-1ef5ee08-c41b-4648-a43e-77dccb24afd6 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-1ef5ee08-c41b-4648-a43e-77dccb24afd6 img.shogun-image {
    

    
    
    
  }


#s-1ef5ee08-c41b-4648-a43e-77dccb24afd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0895b245-b083-421e-91c3-1fe3e6ba27ab {
  text-align: center;
}







  #s-0895b245-b083-421e-91c3-1fe3e6ba27ab img.shogun-image {
    

    
    
    
  }


#s-0895b245-b083-421e-91c3-1fe3e6ba27ab .shogun-image-content {
  
    align-items: center;
  
}

#s-dc42a5a3-27af-4702-b960-0e2a0fa59376 {
  text-align: center;
}







  #s-dc42a5a3-27af-4702-b960-0e2a0fa59376 img.shogun-image {
    

    
    
    
  }


#s-dc42a5a3-27af-4702-b960-0e2a0fa59376 .shogun-image-content {
  
    align-items: center;
  
}

#s-523738d3-fdd4-4245-aef6-68cc01c6baa2 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-523738d3-fdd4-4245-aef6-68cc01c6baa2 {
  padding-top: 10px;
}
}






  #s-523738d3-fdd4-4245-aef6-68cc01c6baa2 img.shogun-image {
    

    
    
    
  }


#s-523738d3-fdd4-4245-aef6-68cc01c6baa2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b347b6d9-b3a9-4880-82d8-003280893d3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b347b6d9-b3a9-4880-82d8-003280893d3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b347b6d9-b3a9-4880-82d8-003280893d3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b347b6d9-b3a9-4880-82d8-003280893d3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b347b6d9-b3a9-4880-82d8-003280893d3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b347b6d9-b3a9-4880-82d8-003280893d3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b347b6d9-b3a9-4880-82d8-003280893d3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-19eb96ea-2bfc-4703-af66-1cb0c7b6b78c {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-19eb96ea-2bfc-4703-af66-1cb0c7b6b78c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-19eb96ea-2bfc-4703-af66-1cb0c7b6b78c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-19eb96ea-2bfc-4703-af66-1cb0c7b6b78c 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-19eb96ea-2bfc-4703-af66-1cb0c7b6b78c td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-19eb96ea-2bfc-4703-af66-1cb0c7b6b78c td.shogun-table-column, #s-19eb96ea-2bfc-4703-af66-1cb0c7b6b78c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-fc387d2e-58fc-4799-9d6b-e59b95ca3626 {
  text-align: center;
}







  #s-fc387d2e-58fc-4799-9d6b-e59b95ca3626 img.shogun-image {
    

    
    
    
  }


#s-fc387d2e-58fc-4799-9d6b-e59b95ca3626 .shogun-image-content {
  
    align-items: center;
  
}

#s-212303f8-e50a-42e7-888f-050ec158fb5a {
  margin-top: 54px;
margin-left: 20%;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-212303f8-e50a-42e7-888f-050ec158fb5a {
  padding-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-212303f8-e50a-42e7-888f-050ec158fb5a {
  padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-212303f8-e50a-42e7-888f-050ec158fb5a {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-212303f8-e50a-42e7-888f-050ec158fb5a {
  margin-top: 43px;
margin-left: 10%;
padding-left: 0%;
padding-right: 0px;
}
}
#s-212303f8-e50a-42e7-888f-050ec158fb5a .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-212303f8-e50a-42e7-888f-050ec158fb5a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  
  text-align: left;
}


}
#s-353a6a4b-6a5d-4dc4-8df3-67ac5957f0d8 {
  text-align: center;
}







  #s-353a6a4b-6a5d-4dc4-8df3-67ac5957f0d8 img.shogun-image {
    

    
    
    
  }


#s-353a6a4b-6a5d-4dc4-8df3-67ac5957f0d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-efc04a2b-1e26-4530-8da5-c299871dd55f {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: -30px;
margin-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-efc04a2b-1e26-4530-8da5-c299871dd55f {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-efc04a2b-1e26-4530-8da5-c299871dd55f {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-efc04a2b-1e26-4530-8da5-c299871dd55f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-efc04a2b-1e26-4530-8da5-c299871dd55f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-efc04a2b-1e26-4530-8da5-c299871dd55f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-efc04a2b-1e26-4530-8da5-c299871dd55f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-16ff4980-190e-49ef-a1ff-fee44665530c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-16ff4980-190e-49ef-a1ff-fee44665530c {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-16ff4980-190e-49ef-a1ff-fee44665530c .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-16ff4980-190e-49ef-a1ff-fee44665530c .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-16ff4980-190e-49ef-a1ff-fee44665530c .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-e9dda41f-9abc-4db6-8b2f-57b1cdc86385 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-e9dda41f-9abc-4db6-8b2f-57b1cdc86385 img.shogun-image {
    

    
    
    
  }


#s-e9dda41f-9abc-4db6-8b2f-57b1cdc86385 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb50990e-cf8d-4391-8e9d-921f45b46bd6 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-bb50990e-cf8d-4391-8e9d-921f45b46bd6 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-bb50990e-cf8d-4391-8e9d-921f45b46bd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb50990e-cf8d-4391-8e9d-921f45b46bd6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb50990e-cf8d-4391-8e9d-921f45b46bd6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb50990e-cf8d-4391-8e9d-921f45b46bd6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb50990e-cf8d-4391-8e9d-921f45b46bd6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb50990e-cf8d-4391-8e9d-921f45b46bd6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb50990e-cf8d-4391-8e9d-921f45b46bd6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bb50990e-cf8d-4391-8e9d-921f45b46bd6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5b1cf3a1-816b-4d6b-a26f-6e18f656b8d0 {
  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-5b1cf3a1-816b-4d6b-a26f-6e18f656b8d0 {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b1cf3a1-816b-4d6b-a26f-6e18f656b8d0 {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-5b1cf3a1-816b-4d6b-a26f-6e18f656b8d0 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-5b1cf3a1-816b-4d6b-a26f-6e18f656b8d0 img.shogun-image {
    

    
    
    
  }


#s-5b1cf3a1-816b-4d6b-a26f-6e18f656b8d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-07e1f040-6c10-45da-9ec2-deb74cbc43e9 {
  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-07e1f040-6c10-45da-9ec2-deb74cbc43e9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-07e1f040-6c10-45da-9ec2-deb74cbc43e9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-07e1f040-6c10-45da-9ec2-deb74cbc43e9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-e86330e3-52a4-471a-ae57-f8849aac7351 {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-e86330e3-52a4-471a-ae57-f8849aac7351 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-550a8ba9-2660-4d39-beef-cb040e1bf610 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-550a8ba9-2660-4d39-beef-cb040e1bf610 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-550a8ba9-2660-4d39-beef-cb040e1bf610"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-550a8ba9-2660-4d39-beef-cb040e1bf610"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-550a8ba9-2660-4d39-beef-cb040e1bf610"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-550a8ba9-2660-4d39-beef-cb040e1bf610"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-550a8ba9-2660-4d39-beef-cb040e1bf610"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-550a8ba9-2660-4d39-beef-cb040e1bf610"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-550a8ba9-2660-4d39-beef-cb040e1bf610"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-550a8ba9-2660-4d39-beef-cb040e1bf610"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a1d46d0c-de1b-4e17-869a-6ba8a9b078fd {
  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-a1d46d0c-de1b-4e17-869a-6ba8a9b078fd {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1d46d0c-de1b-4e17-869a-6ba8a9b078fd {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-a1d46d0c-de1b-4e17-869a-6ba8a9b078fd {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-a1d46d0c-de1b-4e17-869a-6ba8a9b078fd img.shogun-image {
    

    
    
    
  }


#s-a1d46d0c-de1b-4e17-869a-6ba8a9b078fd .shogun-image-content {
  
    align-items: center;
  
}

#s-7d3d5d70-b1c8-47b2-9edc-5c2aafb93511 {
  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-7d3d5d70-b1c8-47b2-9edc-5c2aafb93511 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-7d3d5d70-b1c8-47b2-9edc-5c2aafb93511 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-7d3d5d70-b1c8-47b2-9edc-5c2aafb93511 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-aeeba358-c197-4e2a-8695-e5e7e0be250b {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-aeeba358-c197-4e2a-8695-e5e7e0be250b {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-a32bf88e-379a-46fc-9f41-fe5dc05e3eec {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-a32bf88e-379a-46fc-9f41-fe5dc05e3eec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a32bf88e-379a-46fc-9f41-fe5dc05e3eec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13bdcc87-1a11-4f4c-a35b-15034a368e68 {
  text-align: left;
}

#s-13bdcc87-1a11-4f4c-a35b-15034a368e68 .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-13bdcc87-1a11-4f4c-a35b-15034a368e68 .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-a522bcba-2353-4b85-ad84-5c0200193a1a {
  text-align: left;
}

#s-a522bcba-2353-4b85-ad84-5c0200193a1a .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-a522bcba-2353-4b85-ad84-5c0200193a1a .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-e05d6ef1-361c-4c12-ba24-c5e8aaebc969 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-e05d6ef1-361c-4c12-ba24-c5e8aaebc969 img.shogun-image {
    

    
    
    
  }


#s-e05d6ef1-361c-4c12-ba24-c5e8aaebc969 .shogun-image-content {
  
    align-items: center;
  
}

#s-6df9fe35-3563-4bc7-ab20-092ae92f3e80 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-6df9fe35-3563-4bc7-ab20-092ae92f3e80 img.shogun-image {
    

    
    
    
  }


#s-6df9fe35-3563-4bc7-ab20-092ae92f3e80 .shogun-image-content {
  
    align-items: center;
  
}

#s-fea1cfd8-397c-41ad-9d7c-2f845b9be596 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-fea1cfd8-397c-41ad-9d7c-2f845b9be596 img.shogun-image {
    

    
    
    
  }


#s-fea1cfd8-397c-41ad-9d7c-2f845b9be596 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0db8e42-f202-4b76-9ca3-c79506f8f043 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-c0db8e42-f202-4b76-9ca3-c79506f8f043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0db8e42-f202-4b76-9ca3-c79506f8f043.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc71cfcd-327a-4511-837e-e2518cb51a8d {
  text-align: left;
}

#s-cc71cfcd-327a-4511-837e-e2518cb51a8d .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-cc71cfcd-327a-4511-837e-e2518cb51a8d .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-c2594732-cd16-45f7-aded-7e8118cdceb0 {
  text-align: left;
}

#s-c2594732-cd16-45f7-aded-7e8118cdceb0 .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-c2594732-cd16-45f7-aded-7e8118cdceb0 .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-c5a1dc0b-b0a8-4bbb-8bdd-28fb51a1f73f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5a1dc0b-b0a8-4bbb-8bdd-28fb51a1f73f .shogun-heading-component h6 {
  color: rgba(95, 95, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (max-width: 767px){#s-c5a1dc0b-b0a8-4bbb-8bdd-28fb51a1f73f .shogun-heading-component h6 {
  color: rgba(95, 95, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  
  
}


}
#s-29f92b85-dac5-4815-9cd5-52fe78b28aa9 {
  text-align: left;
}

#s-29f92b85-dac5-4815-9cd5-52fe78b28aa9 .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-29f92b85-dac5-4815-9cd5-52fe78b28aa9 .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-31cc54b3-affd-41d5-b355-9099d402c54e {
  text-align: left;
}

#s-31cc54b3-affd-41d5-b355-9099d402c54e .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-31cc54b3-affd-41d5-b355-9099d402c54e .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-80f6a770-bb0c-4b17-a47c-193df85b8d8a {
  text-align: center;
}







  #s-80f6a770-bb0c-4b17-a47c-193df85b8d8a img.shogun-image {
    

    
    
    
  }


#s-80f6a770-bb0c-4b17-a47c-193df85b8d8a .shogun-image-content {
  
    align-items: center;
  
}

#s-f18b0729-4798-4fb7-94d4-892996d2c4f7 {
  padding-left: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f18b0729-4798-4fb7-94d4-892996d2c4f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f18b0729-4798-4fb7-94d4-892996d2c4f7 {
  
}
}@media (max-width: 767px){#s-f18b0729-4798-4fb7-94d4-892996d2c4f7 {
  padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-f18b0729-4798-4fb7-94d4-892996d2c4f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f18b0729-4798-4fb7-94d4-892996d2c4f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f18b0729-4798-4fb7-94d4-892996d2c4f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f18b0729-4798-4fb7-94d4-892996d2c4f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-4ce46154-1216-4035-910b-a3db28571225 {
  text-align: center;
}
@media (max-width: 767px){#s-4ce46154-1216-4035-910b-a3db28571225 {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-4ce46154-1216-4035-910b-a3db28571225 img.shogun-image {
    

    
    
    
  }


#s-4ce46154-1216-4035-910b-a3db28571225 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c90fa4e-a416-47ed-80f2-61d4a0b4d1d7 {
  text-align: center;
}
@media (max-width: 767px){#s-9c90fa4e-a416-47ed-80f2-61d4a0b4d1d7 {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-9c90fa4e-a416-47ed-80f2-61d4a0b4d1d7 img.shogun-image {
    

    
    
    
  }


#s-9c90fa4e-a416-47ed-80f2-61d4a0b4d1d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e03b619-32ae-4512-a2e2-4e6446f4340c {
  margin-top: 14px;
text-align: center;
}







  #s-3e03b619-32ae-4512-a2e2-4e6446f4340c img.shogun-image {
    

    
    
    
  }


#s-3e03b619-32ae-4512-a2e2-4e6446f4340c .shogun-image-content {
  
    align-items: center;
  
}

#s-8c9a9ef7-5eea-466a-a232-8a7a11983fe4 {
  margin-top: 10px;
margin-bottom: -30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8c9a9ef7-5eea-466a-a232-8a7a11983fe4 {
  margin-top: 0px;
margin-bottom: -20px;
}
}
#s-8c9a9ef7-5eea-466a-a232-8a7a11983fe4 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-8c9a9ef7-5eea-466a-a232-8a7a11983fe4 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-d988078d-83af-42dd-82b6-22404d2c050a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d988078d-83af-42dd-82b6-22404d2c050a {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-d988078d-83af-42dd-82b6-22404d2c050a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-d988078d-83af-42dd-82b6-22404d2c050a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-aedc2b7f-0fab-4319-a053-600ed2c92fff {
  min-height: 50px;
}








#s-aedc2b7f-0fab-4319-a053-600ed2c92fff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aedc2b7f-0fab-4319-a053-600ed2c92fff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3164eeaa-708d-4344-8fcd-c2b4d189e2fe {
  text-align: center;
}







  #s-3164eeaa-708d-4344-8fcd-c2b4d189e2fe img.shogun-image {
    

    
    
    
  }


#s-3164eeaa-708d-4344-8fcd-c2b4d189e2fe .shogun-image-content {
  
    align-items: center;
  
}

#s-cac078ee-9757-4031-9952-36e35836c21c {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-cac078ee-9757-4031-9952-36e35836c21c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cac078ee-9757-4031-9952-36e35836c21c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e623b58b-a40a-45bc-b10a-fcee43bdfd60 {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}

#s-e623b58b-a40a-45bc-b10a-fcee43bdfd60 .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-e623b58b-a40a-45bc-b10a-fcee43bdfd60 .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-5ab45371-dda4-4960-94b6-3a591165eccf {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-5ab45371-dda4-4960-94b6-3a591165eccf img.shogun-image {
    

    
    
    
  }


#s-5ab45371-dda4-4960-94b6-3a591165eccf .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}
