.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-f87e7fdf-8470-453e-827e-6c10bea608ab {
  min-height: 50px;
}








#s-f87e7fdf-8470-453e-827e-6c10bea608ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f87e7fdf-8470-453e-827e-6c10bea608ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc0c3344-3f23-4b34-a77d-5790cc67cd63 {
  min-height: 50px;
}








#s-bc0c3344-3f23-4b34-a77d-5790cc67cd63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc0c3344-3f23-4b34-a77d-5790cc67cd63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-53408d86-dc04-46c7-93d8-8187159b2c1b {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 0px;
max-width: 885px;
text-align: left;
}

#s-53408d86-dc04-46c7-93d8-8187159b2c1b .shogun-heading-component h1 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-d118760a-9bb1-429c-a888-5eac6946d53b {
  min-height: 50px;
}








#s-d118760a-9bb1-429c-a888-5eac6946d53b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d118760a-9bb1-429c-a888-5eac6946d53b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e0424bf-9cdf-4611-aa19-325b4a65d176 {
  min-height: 50px;
}








#s-6e0424bf-9cdf-4611-aa19-325b4a65d176 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e0424bf-9cdf-4611-aa19-325b4a65d176.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-bcb0b3eb-e4b6-4464-84cf-77f70674fadc {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1194px;
text-align: center;
}







  #s-bcb0b3eb-e4b6-4464-84cf-77f70674fadc img.shogun-image {
    

    
    
    
  }


#s-bcb0b3eb-e4b6-4464-84cf-77f70674fadc .shogun-image-content {
  
    align-items: center;
  
}

#s-50ba78d6-22bd-4db8-9d0e-2a9a3ea0c3b6 {
  text-align: left;
}

#s-77b5106d-ac2d-4cc2-b139-f732ae371def {
  min-height: 50px;
}








#s-77b5106d-ac2d-4cc2-b139-f732ae371def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77b5106d-ac2d-4cc2-b139-f732ae371def.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-75556813-565f-4147-b64c-55f454fada94 {
  margin-left: auto;
margin-right: auto;
max-width: 1194px;
}

@media (min-width: 0px) {
[id="s-75556813-565f-4147-b64c-55f454fada94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75556813-565f-4147-b64c-55f454fada94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-75556813-565f-4147-b64c-55f454fada94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-75556813-565f-4147-b64c-55f454fada94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-75556813-565f-4147-b64c-55f454fada94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-75556813-565f-4147-b64c-55f454fada94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-75556813-565f-4147-b64c-55f454fada94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-75556813-565f-4147-b64c-55f454fada94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-75556813-565f-4147-b64c-55f454fada94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-75556813-565f-4147-b64c-55f454fada94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

}

#s-8698a786-8455-4dd4-8ce4-b0e3b6c0947b {
  min-height: 50px;
}








#s-8698a786-8455-4dd4-8ce4-b0e3b6c0947b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8698a786-8455-4dd4-8ce4-b0e3b6c0947b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78303302-088c-4c99-9f1c-1d5939d03a59 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 885px;
text-align: left;
}

#s-78303302-088c-4c99-9f1c-1d5939d03a59 .shogun-heading-component h2 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1af4896e-5a46-4861-af6b-6531f31c2d01 {
  min-height: 50px;
}








#s-1af4896e-5a46-4861-af6b-6531f31c2d01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1af4896e-5a46-4861-af6b-6531f31c2d01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-41f29d0b-a838-4993-96c5-2d5487e441b7 {
  min-height: 50px;
}








#s-41f29d0b-a838-4993-96c5-2d5487e441b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41f29d0b-a838-4993-96c5-2d5487e441b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0baddfc6-aad2-4ba2-90dd-f46f2462fd2c {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0baddfc6-aad2-4ba2-90dd-f46f2462fd2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0baddfc6-aad2-4ba2-90dd-f46f2462fd2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14a921b7-6774-4f5d-981a-41b87e6e076f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 885px;
text-align: left;
}

#s-14a921b7-6774-4f5d-981a-41b87e6e076f .shogun-heading-component h2 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-f7fcb2e4-9bea-4ef7-8072-7624ce1e1dfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7fcb2e4-9bea-4ef7-8072-7624ce1e1dfb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f7fcb2e4-9bea-4ef7-8072-7624ce1e1dfb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f7fcb2e4-9bea-4ef7-8072-7624ce1e1dfb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-33b75bf4-aa12-4dd9-b5a7-794b61b7e260 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
}








#s-33b75bf4-aa12-4dd9-b5a7-794b61b7e260 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33b75bf4-aa12-4dd9-b5a7-794b61b7e260.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6aeb48b9-f07b-433d-b5f4-8dfa21057443 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-6aeb48b9-f07b-433d-b5f4-8dfa21057443 img.shogun-image {
    

    
    
    
  }


#s-6aeb48b9-f07b-433d-b5f4-8dfa21057443 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f04f3a6-1191-494e-a56a-16a261d0498d {
  margin-left: auto;
margin-right: auto;
}

#s-d9301029-b4fc-4944-9d0c-1c511bab3a1f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
}








#s-d9301029-b4fc-4944-9d0c-1c511bab3a1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9301029-b4fc-4944-9d0c-1c511bab3a1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbe28ca9-2e3d-4918-8216-45944fade73b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-cbe28ca9-2e3d-4918-8216-45944fade73b img.shogun-image {
    

    
    
    
  }


#s-cbe28ca9-2e3d-4918-8216-45944fade73b .shogun-image-content {
  
    align-items: center;
  
}

#s-d45f16dd-c646-4fcb-b73f-4bf770e67019 {
  margin-left: auto;
margin-right: auto;
}

#s-b4d6b100-3c11-4355-bcab-ac7c1251c63b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
}








#s-b4d6b100-3c11-4355-bcab-ac7c1251c63b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4d6b100-3c11-4355-bcab-ac7c1251c63b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05b6ce8c-6f90-493f-9ecd-c8c1aaadd760 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-05b6ce8c-6f90-493f-9ecd-c8c1aaadd760 img.shogun-image {
    

    
    
    
  }


#s-05b6ce8c-6f90-493f-9ecd-c8c1aaadd760 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5b36006-8977-476a-94e4-4c69edaa88ed {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-27934639-4191-4cdb-81c1-04e98e200380"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27934639-4191-4cdb-81c1-04e98e200380"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-27934639-4191-4cdb-81c1-04e98e200380"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-27934639-4191-4cdb-81c1-04e98e200380"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-1213547a-ab87-4144-a968-7d955848ce43 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
}








#s-1213547a-ab87-4144-a968-7d955848ce43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1213547a-ab87-4144-a968-7d955848ce43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ef8b52d-2b8c-40ed-bbca-2f4689906218 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-7ef8b52d-2b8c-40ed-bbca-2f4689906218 img.shogun-image {
    

    
    
    
  }


#s-7ef8b52d-2b8c-40ed-bbca-2f4689906218 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbfaee17-74c1-401b-aa17-568ad4ebaed8 {
  margin-left: auto;
margin-right: auto;
}

#s-4876fa43-f315-4d57-b12d-44267e5dc09a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
}








#s-4876fa43-f315-4d57-b12d-44267e5dc09a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4876fa43-f315-4d57-b12d-44267e5dc09a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2274f1fd-6787-43e5-98a8-26e8907afd9a {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-2274f1fd-6787-43e5-98a8-26e8907afd9a img.shogun-image {
    

    
    
    
  }


#s-2274f1fd-6787-43e5-98a8-26e8907afd9a .shogun-image-content {
  
    align-items: center;
  
}

#s-ba4a03f3-e513-4174-b2ff-6d7ad8c0e974 {
  margin-left: auto;
margin-right: auto;
}

#s-45c82378-1678-44e4-88b0-124ad5306957 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
}








#s-45c82378-1678-44e4-88b0-124ad5306957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45c82378-1678-44e4-88b0-124ad5306957.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-384ee164-39bf-4ec6-9125-d624c3440b9b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-384ee164-39bf-4ec6-9125-d624c3440b9b img.shogun-image {
    

    
    
    
  }


#s-384ee164-39bf-4ec6-9125-d624c3440b9b .shogun-image-content {
  
    align-items: center;
  
}

#s-2b637fe8-8873-457d-9a80-345689b92508 {
  margin-left: auto;
margin-right: auto;
}

#s-ae368f14-4eaa-4b9c-9669-dc50f7b67a13 {
  text-align: left;
}

#s-37bce7d5-9df6-480f-baf1-53a6a21d87fe {
  min-height: 50px;
}








#s-37bce7d5-9df6-480f-baf1-53a6a21d87fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37bce7d5-9df6-480f-baf1-53a6a21d87fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d136d0e-f728-4609-937c-62bf9dd7b0fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 885px;
text-align: left;
}

#s-2d136d0e-f728-4609-937c-62bf9dd7b0fb .shogun-heading-component h3 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-7fee090d-ae49-4555-bb03-7cced8c180e6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(242, 241, 240, 1);
}

@media (min-width: 0px) {
[id="s-7fee090d-ae49-4555-bb03-7cced8c180e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fee090d-ae49-4555-bb03-7cced8c180e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fee090d-ae49-4555-bb03-7cced8c180e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fee090d-ae49-4555-bb03-7cced8c180e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b831f7db-4b83-4a87-922b-6a98e90ce634 {
  margin-top: 10px;
margin-left: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
text-align: center;
}







  #s-b831f7db-4b83-4a87-922b-6a98e90ce634 img.shogun-image {
    

    
    
    
  }


#s-b831f7db-4b83-4a87-922b-6a98e90ce634 .shogun-image-content {
  
    align-items: center;
  
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-d51c51cb-7835-42ac-8851-f1d5a97c6739 {
  text-align: left;
}



.shg-c#s-d51c51cb-7835-42ac-8851-f1d5a97c6739 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d51c51cb-7835-42ac-8851-f1d5a97c6739 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d51c51cb-7835-42ac-8851-f1d5a97c6739 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d51c51cb-7835-42ac-8851-f1d5a97c6739 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d51c51cb-7835-42ac-8851-f1d5a97c6739 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d51c51cb-7835-42ac-8851-f1d5a97c6739 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d51c51cb-7835-42ac-8851-f1d5a97c6739 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d51c51cb-7835-42ac-8851-f1d5a97c6739 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d51c51cb-7835-42ac-8851-f1d5a97c6739 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d51c51cb-7835-42ac-8851-f1d5a97c6739 img.shogun-image {
  width: 100%;
}



}
#s-d3ab7885-2ac0-4801-b59e-4ace8f8341c4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
}

#s-20e40d6a-4a4d-4e7e-bd27-80a4d4c23482 {
  text-align: center;
}

#s-20e40d6a-4a4d-4e7e-bd27-80a4d4c23482 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-20e40d6a-4a4d-4e7e-bd27-80a4d4c23482 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-20e40d6a-4a4d-4e7e-bd27-80a4d4c23482 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-9dbe8340-3bdc-40ce-9ff0-3cb222b2089a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(14, 91, 219, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9dbe8340-3bdc-40ce-9ff0-3cb222b2089a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9dbe8340-3bdc-40ce-9ff0-3cb222b2089a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9dbe8340-3bdc-40ce-9ff0-3cb222b2089a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9dbe8340-3bdc-40ce-9ff0-3cb222b2089a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dbe8340-3bdc-40ce-9ff0-3cb222b2089a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9dbe8340-3bdc-40ce-9ff0-3cb222b2089a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-692cc931-535b-4f27-be7a-2807d2098429 {
  text-align: left;
}

#s-4d424d1e-5d00-4a39-97b8-988a78cccaed {
  min-height: 50px;
}








#s-4d424d1e-5d00-4a39-97b8-988a78cccaed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d424d1e-5d00-4a39-97b8-988a78cccaed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4f195c0-a5eb-48f4-821c-f5362f45665d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 885px;
text-align: left;
}

#s-d4f195c0-a5eb-48f4-821c-f5362f45665d .shogun-heading-component h2 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1b439b8e-1498-42ce-a679-2e0aae096272 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1194px;
text-align: center;
}







  #s-1b439b8e-1498-42ce-a679-2e0aae096272 img.shogun-image {
    

    
    
    
  }


#s-1b439b8e-1498-42ce-a679-2e0aae096272 .shogun-image-content {
  
    align-items: center;
  
}

#s-673d70b8-ca24-47c5-b31e-07354f584c0d {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
max-width: 885px;
text-align: left;
}

#s-673d70b8-ca24-47c5-b31e-07354f584c0d .shogun-heading-component h2 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-baff129e-2c3b-4a28-9001-5a6f2364533b {
  min-height: 50px;
}








#s-baff129e-2c3b-4a28-9001-5a6f2364533b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baff129e-2c3b-4a28-9001-5a6f2364533b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a0da7a8-baa2-4be3-88d4-a8c5bf3b8423 {
  min-height: 50px;
}








#s-7a0da7a8-baa2-4be3-88d4-a8c5bf3b8423 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0da7a8-baa2-4be3-88d4-a8c5bf3b8423.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6c93a80-d902-4672-ade8-cb8f9eb94d0b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(14, 91, 219, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a6c93a80-d902-4672-ade8-cb8f9eb94d0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6c93a80-d902-4672-ade8-cb8f9eb94d0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e72c0b19-e792-499c-bc88-d52cf42d53a0 {
  margin-top: 0px;
margin-bottom: 0px;
}

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

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

#s-85cbdec8-14e8-4e7a-8167-9cec13e876b1 hr {
  border-top: 2px solid #ddd;
}

#s-9cba80e6-2371-48f8-ac80-a01737adb851 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b51dce96-acad-48d9-819d-05a4c8751a34 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(242, 241, 240, 1);
}

@media (min-width: 0px) {
[id="s-b51dce96-acad-48d9-819d-05a4c8751a34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b51dce96-acad-48d9-819d-05a4c8751a34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b51dce96-acad-48d9-819d-05a4c8751a34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b51dce96-acad-48d9-819d-05a4c8751a34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-03bdfbe4-77d5-4355-b107-4b99ccdf3cd4 {
  margin-top: 10px;
text-align: left;
}



.shg-c#s-03bdfbe4-77d5-4355-b107-4b99ccdf3cd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03bdfbe4-77d5-4355-b107-4b99ccdf3cd4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-03bdfbe4-77d5-4355-b107-4b99ccdf3cd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03bdfbe4-77d5-4355-b107-4b99ccdf3cd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03bdfbe4-77d5-4355-b107-4b99ccdf3cd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03bdfbe4-77d5-4355-b107-4b99ccdf3cd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03bdfbe4-77d5-4355-b107-4b99ccdf3cd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03bdfbe4-77d5-4355-b107-4b99ccdf3cd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03bdfbe4-77d5-4355-b107-4b99ccdf3cd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03bdfbe4-77d5-4355-b107-4b99ccdf3cd4 img.shogun-image {
  width: 100%;
}



}
#s-d06f145a-2ae3-46c1-9a1a-50917faa35ec {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-ab529fe6-31b8-4a43-ad5f-4acbd271682c {
  margin-top: 20px;
}

#s-47306543-810d-4b69-94a1-45aff7c0e0ab {
  text-align: center;
}

#s-47306543-810d-4b69-94a1-45aff7c0e0ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-47306543-810d-4b69-94a1-45aff7c0e0ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-47306543-810d-4b69-94a1-45aff7c0e0ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dc186c5e-1e1b-4faa-af95-f911a496d001 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(14, 91, 219, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dc186c5e-1e1b-4faa-af95-f911a496d001:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc186c5e-1e1b-4faa-af95-f911a496d001:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc186c5e-1e1b-4faa-af95-f911a496d001 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc186c5e-1e1b-4faa-af95-f911a496d001.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc186c5e-1e1b-4faa-af95-f911a496d001.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-dc186c5e-1e1b-4faa-af95-f911a496d001.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b4c9d364-1ebd-49e4-ad48-eaee881f76eb {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 5px;
}








#s-b4c9d364-1ebd-49e4-ad48-eaee881f76eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4c9d364-1ebd-49e4-ad48-eaee881f76eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54d3f33b-60b3-4494-ba11-bfe55da1a487 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
max-width: 885px;
text-align: left;
}

#s-54d3f33b-60b3-4494-ba11-bfe55da1a487 .shogun-heading-component h3 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-ff45a92c-5a82-41bc-9ace-f17ea76cdaad {
  margin-bottom: 40px;
max-width: 684px;
}

@media (min-width: 0px) {
[id="s-ff45a92c-5a82-41bc-9ace-f17ea76cdaad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff45a92c-5a82-41bc-9ace-f17ea76cdaad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff45a92c-5a82-41bc-9ace-f17ea76cdaad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff45a92c-5a82-41bc-9ace-f17ea76cdaad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-333c0739-96d0-4a09-b778-723771bd9bcb {
  text-align: center;
}







  #s-333c0739-96d0-4a09-b778-723771bd9bcb img.shogun-image {
    

    
    
    
  }


#s-333c0739-96d0-4a09-b778-723771bd9bcb .shogun-image-content {
  
    align-items: center;
  
}

#s-6137da5c-ab1d-4d8b-b24a-83d7674acd73 {
  margin-bottom: 15px;
}

#s-6b70dfd2-1760-4ff2-9f70-962b16e1d990 {
  margin-bottom: 5px;
max-width: 684px;
}

@media (min-width: 0px) {
[id="s-6b70dfd2-1760-4ff2-9f70-962b16e1d990"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b70dfd2-1760-4ff2-9f70-962b16e1d990"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-6b70dfd2-1760-4ff2-9f70-962b16e1d990"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-6b70dfd2-1760-4ff2-9f70-962b16e1d990"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

}

#s-c760f30f-c239-43ad-a776-29cafae26fc7 {
  text-align: center;
}







  #s-c760f30f-c239-43ad-a776-29cafae26fc7 img.shogun-image {
    

    
    
    
  }


#s-c760f30f-c239-43ad-a776-29cafae26fc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-01509413-4b06-43f8-97b7-0b82408553dc {
  margin-bottom: 15px;
}

#s-f42e6102-ac09-49f9-9a54-ebcb58289e0b {
  margin-bottom: 40px;
max-width: 684px;
}

@media (min-width: 0px) {
[id="s-f42e6102-ac09-49f9-9a54-ebcb58289e0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f42e6102-ac09-49f9-9a54-ebcb58289e0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f42e6102-ac09-49f9-9a54-ebcb58289e0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f42e6102-ac09-49f9-9a54-ebcb58289e0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b01ab905-00b9-4b83-9a87-17e2c84f2a1e {
  text-align: center;
}







  #s-b01ab905-00b9-4b83-9a87-17e2c84f2a1e img.shogun-image {
    

    
    
    
  }


#s-b01ab905-00b9-4b83-9a87-17e2c84f2a1e .shogun-image-content {
  
    align-items: center;
  
}

#s-b68b5a45-b3a5-449d-bff3-dc1c990b0fe5 {
  margin-bottom: 15px;
}

#s-8c48716d-ea2d-4e9f-ad25-b06bf1b064cc {
  min-height: 50px;
}








#s-8c48716d-ea2d-4e9f-ad25-b06bf1b064cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c48716d-ea2d-4e9f-ad25-b06bf1b064cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd39aa19-6b04-4797-8fd2-a1196e66181f {
  margin-bottom: 40px;
max-width: 684px;
}

@media (min-width: 0px) {
[id="s-dd39aa19-6b04-4797-8fd2-a1196e66181f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd39aa19-6b04-4797-8fd2-a1196e66181f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd39aa19-6b04-4797-8fd2-a1196e66181f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd39aa19-6b04-4797-8fd2-a1196e66181f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-67197b71-2502-4e17-b3ef-5e1241f60819 {
  text-align: center;
}







  #s-67197b71-2502-4e17-b3ef-5e1241f60819 img.shogun-image {
    

    
    
    
  }


#s-67197b71-2502-4e17-b3ef-5e1241f60819 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b643f35-17ff-4364-835c-a6e78e23d656 {
  margin-bottom: 15px;
}

#s-a3daeb3d-84b4-433d-aacc-ef814a831274 {
  box-shadow:2px 2px 3px 0px rgba(0, 0, 0, 0.25);
margin-bottom: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 6px;
min-height: 50px;
}








#s-a3daeb3d-84b4-433d-aacc-ef814a831274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3daeb3d-84b4-433d-aacc-ef814a831274.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08bc9f04-7c18-49f2-aa16-0b8e589fcf1e {
  min-height: 8px;
}

#s-08bc9f04-7c18-49f2-aa16-0b8e589fcf1e {
  background-image: url();
}








#s-08bc9f04-7c18-49f2-aa16-0b8e589fcf1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08bc9f04-7c18-49f2-aa16-0b8e589fcf1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be69b579-7386-4ff3-9cf7-4fc9a8dbbb66 {
  padding-top: 30px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-be69b579-7386-4ff3-9cf7-4fc9a8dbbb66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be69b579-7386-4ff3-9cf7-4fc9a8dbbb66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-9b200a07-5dac-4798-bc9a-48b1f668b23c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9b200a07-5dac-4798-bc9a-48b1f668b23c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-9b200a07-5dac-4798-bc9a-48b1f668b23c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 10, 10, 1);
}

#s-9b200a07-5dac-4798-bc9a-48b1f668b23c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9b200a07-5dac-4798-bc9a-48b1f668b23c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 10, 10, 1);
  text-align: left;
  font-family: Fahkwang;
  font-weight: 700;
  font-style: ;
  font-size: 32px;
}

#s-9b200a07-5dac-4798-bc9a-48b1f668b23c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-7bdf1c6d-f7f0-4aa6-a804-598522664b1a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-37f56ee4-b712-40ca-8020-842b2d7f7af2 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-d9e65483-64f0-41d3-8d48-dfe0df0d58d5 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-0bc50813-ca17-4afa-b6fe-b9b1ce2f6894 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-ab023798-5e6c-4216-b89d-d593cb7cc113 {
  box-shadow:2px 2px 3px 0px rgba(0, 0, 0, 0.25);
margin-bottom: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 6px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab023798-5e6c-4216-b89d-d593cb7cc113 {
  display: none;
}
#s-ab023798-5e6c-4216-b89d-d593cb7cc113, #wrap-s-ab023798-5e6c-4216-b89d-d593cb7cc113 { display: none !important; }}@media (max-width: 767px){#s-ab023798-5e6c-4216-b89d-d593cb7cc113 {
  display: none;
}
#s-ab023798-5e6c-4216-b89d-d593cb7cc113, #wrap-s-ab023798-5e6c-4216-b89d-d593cb7cc113 { display: none !important; }}







#s-ab023798-5e6c-4216-b89d-d593cb7cc113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab023798-5e6c-4216-b89d-d593cb7cc113.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f036623-82ca-4045-936d-4cc65231ec26 {
  min-height: 8px;
}

#s-6f036623-82ca-4045-936d-4cc65231ec26 {
  background-image: url();
}








#s-6f036623-82ca-4045-936d-4cc65231ec26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f036623-82ca-4045-936d-4cc65231ec26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75c3a6e3-3acd-4233-b7ea-e9da91a4bfb0 {
  padding-top: 40px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-75c3a6e3-3acd-4233-b7ea-e9da91a4bfb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75c3a6e3-3acd-4233-b7ea-e9da91a4bfb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61d21d45-ffd5-4260-982c-55e5bb50704d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-61d21d45-ffd5-4260-982c-55e5bb50704d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-61d21d45-ffd5-4260-982c-55e5bb50704d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 10, 10, 1);
}

#s-61d21d45-ffd5-4260-982c-55e5bb50704d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-61d21d45-ffd5-4260-982c-55e5bb50704d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 10, 10, 1);
  text-align: left;
  font-family: Fahkwang;
  font-weight: 700;
  font-style: ;
  font-size: 32px;
}

#s-61d21d45-ffd5-4260-982c-55e5bb50704d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-5daec137-a10c-4eef-b1c7-a3f3ccc768cc {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-0b277f30-a44b-4505-a9b1-63fd6867b02f {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-4aae8b6b-3b9e-4816-a167-83328c8f781c {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-904bb211-3bd7-447d-8d9a-00bde9449dd0 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-53c3f18f-7954-40b7-9af2-8e53fe23bc72 {
  box-shadow:2px 2px 3px 0px rgba(0, 0, 0, 0.25);
margin-bottom: 20px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 6px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-53c3f18f-7954-40b7-9af2-8e53fe23bc72 {
  display: none;
}
#s-53c3f18f-7954-40b7-9af2-8e53fe23bc72, #wrap-s-53c3f18f-7954-40b7-9af2-8e53fe23bc72 { display: none !important; }}@media (max-width: 767px){#s-53c3f18f-7954-40b7-9af2-8e53fe23bc72 {
  display: none;
}
#s-53c3f18f-7954-40b7-9af2-8e53fe23bc72, #wrap-s-53c3f18f-7954-40b7-9af2-8e53fe23bc72 { display: none !important; }}







#s-53c3f18f-7954-40b7-9af2-8e53fe23bc72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53c3f18f-7954-40b7-9af2-8e53fe23bc72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48948d16-6dea-4a5b-9670-a9607dbd8263 {
  min-height: 8px;
}

#s-48948d16-6dea-4a5b-9670-a9607dbd8263 {
  background-image: url();
}








#s-48948d16-6dea-4a5b-9670-a9607dbd8263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48948d16-6dea-4a5b-9670-a9607dbd8263.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-653eaa66-f585-41f8-b304-10b5cb420dc8 {
  padding-top: 40px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-653eaa66-f585-41f8-b304-10b5cb420dc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-653eaa66-f585-41f8-b304-10b5cb420dc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-446e53ae-451e-44ac-a68b-465139456e48 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-446e53ae-451e-44ac-a68b-465139456e48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-446e53ae-451e-44ac-a68b-465139456e48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 10, 10, 1);
}

#s-446e53ae-451e-44ac-a68b-465139456e48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-446e53ae-451e-44ac-a68b-465139456e48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 10, 10, 1);
  text-align: left;
  font-family: Fahkwang;
  font-weight: 700;
  font-style: ;
  font-size: 32px;
}

#s-446e53ae-451e-44ac-a68b-465139456e48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-e9f25544-7a5d-4603-bc64-a8034f85ee86 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-169b6060-d24d-4258-8d81-c672db52b8d4 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-8ba5514b-04f5-4006-9556-0743706a3013 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-86b246d0-0a40-46da-b411-f3aac952d0c6 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-3613f486-1a31-4430-a76c-098992480ffb {
  min-height: 50px;
}








#s-3613f486-1a31-4430-a76c-098992480ffb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3613f486-1a31-4430-a76c-098992480ffb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-794af71b-b374-488f-8291-c7085f167938 {
  min-height: 50px;
}








#s-794af71b-b374-488f-8291-c7085f167938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-794af71b-b374-488f-8291-c7085f167938.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbb44843-8527-4512-bd32-a3c62bf2ae99 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-dbb44843-8527-4512-bd32-a3c62bf2ae99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbb44843-8527-4512-bd32-a3c62bf2ae99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b929d89a-decb-4c08-9d46-e45763882827 {
  margin-top: 40px;
margin-bottom: 20px;
text-align: center;
}

#s-b929d89a-decb-4c08-9d46-e45763882827 .shogun-heading-component h3 {
  color: rgba(14, 91, 219, 1);
  font-weight:  700 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-2fa8845c-e3dd-40ca-b5d0-d38aa4213cba {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-2fa8845c-e3dd-40ca-b5d0-d38aa4213cba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fa8845c-e3dd-40ca-b5d0-d38aa4213cba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-2fa8845c-e3dd-40ca-b5d0-d38aa4213cba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-2fa8845c-e3dd-40ca-b5d0-d38aa4213cba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

#s-425e9570-7c24-4cc4-af27-3692e0f64373 {
  margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(250, 250, 250, 1);
}








#s-425e9570-7c24-4cc4-af27-3692e0f64373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-425e9570-7c24-4cc4-af27-3692e0f64373.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2021fa26-e00d-4dfd-9b8b-446647f44547 {
  text-align: center;
}







  #s-2021fa26-e00d-4dfd-9b8b-446647f44547 img.shogun-image {
    

    
    
    
  }


#s-2021fa26-e00d-4dfd-9b8b-446647f44547 .shogun-image-content {
  
    align-items: center;
  
}

#s-10683d12-c978-4c44-8622-fd99567c3286 {
  padding-top: 25px;
padding-left: 28px;
padding-bottom: 25px;
padding-right: 28px;
min-height: 50px;
}








#s-10683d12-c978-4c44-8622-fd99567c3286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10683d12-c978-4c44-8622-fd99567c3286.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3b4fe09-cc31-4d2e-947e-bb33ebaf5dda {
  margin-bottom: 20px;
text-align: left;
}

#s-e3b4fe09-cc31-4d2e-947e-bb33ebaf5dda .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-e278701c-20f8-42a3-a8a9-e7c639274f1c {
  margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(250, 250, 250, 1);
}








#s-e278701c-20f8-42a3-a8a9-e7c639274f1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e278701c-20f8-42a3-a8a9-e7c639274f1c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8306d2be-8373-41aa-bd99-7fca5bd89243 {
  text-align: center;
}







  #s-8306d2be-8373-41aa-bd99-7fca5bd89243 img.shogun-image {
    

    
    
    
  }


#s-8306d2be-8373-41aa-bd99-7fca5bd89243 .shogun-image-content {
  
    align-items: center;
  
}

#s-124872f9-2b12-4a80-a87b-e64d13b5af7f {
  padding-top: 25px;
padding-left: 28px;
padding-bottom: 25px;
padding-right: 28px;
min-height: 50px;
}








#s-124872f9-2b12-4a80-a87b-e64d13b5af7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-124872f9-2b12-4a80-a87b-e64d13b5af7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4f198c5-7beb-451f-8571-34326ce8eb02 {
  margin-bottom: 20px;
text-align: left;
}

#s-a4f198c5-7beb-451f-8571-34326ce8eb02 .shogun-heading-component h4 {
  color: rgba(10, 10, 10, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-7e31b638-ae21-46e8-8352-6b6dd2ee2d7e {
  margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(250, 250, 250, 1);
}








#s-7e31b638-ae21-46e8-8352-6b6dd2ee2d7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e31b638-ae21-46e8-8352-6b6dd2ee2d7e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4566dc4-4556-4295-97a6-941f140d0aa0 {
  text-align: center;
}







  #s-a4566dc4-4556-4295-97a6-941f140d0aa0 img.shogun-image {
    

    
    
    
  }


#s-a4566dc4-4556-4295-97a6-941f140d0aa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-13e5a171-20f1-478d-b2fb-51d56ea71d4c {
  padding-top: 25px;
padding-left: 28px;
padding-bottom: 25px;
padding-right: 28px;
min-height: 50px;
}








#s-13e5a171-20f1-478d-b2fb-51d56ea71d4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13e5a171-20f1-478d-b2fb-51d56ea71d4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06bbb089-39d7-4938-a2a6-0f125ffeff3b {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-06bbb089-39d7-4938-a2a6-0f125ffeff3b .shogun-heading-component h4 {
  color: rgba(10, 10, 10, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-b886e4ae-c13d-4486-b85e-e9c9cddf5a10 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-b886e4ae-c13d-4486-b85e-e9c9cddf5a10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b886e4ae-c13d-4486-b85e-e9c9cddf5a10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b886e4ae-c13d-4486-b85e-e9c9cddf5a10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b886e4ae-c13d-4486-b85e-e9c9cddf5a10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

#s-d72095e5-4165-4000-b81c-1a1973f9cc9c {
  margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(250, 250, 250, 1);
}








#s-d72095e5-4165-4000-b81c-1a1973f9cc9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d72095e5-4165-4000-b81c-1a1973f9cc9c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cff79578-348c-40c2-892f-6a3db1f58485 {
  text-align: center;
}







  #s-cff79578-348c-40c2-892f-6a3db1f58485 img.shogun-image {
    

    
    
    
  }


#s-cff79578-348c-40c2-892f-6a3db1f58485 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d8d2df8-a96f-46c2-b901-75bcf1815060 {
  padding-top: 25px;
padding-left: 28px;
padding-bottom: 25px;
padding-right: 28px;
min-height: 50px;
}








#s-1d8d2df8-a96f-46c2-b901-75bcf1815060 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d8d2df8-a96f-46c2-b901-75bcf1815060.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1904afc-4fc6-4726-b777-549d4dfc6291 {
  margin-bottom: 20px;
text-align: left;
}

#s-c1904afc-4fc6-4726-b777-549d4dfc6291 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-3298ade0-1a58-49ec-8a33-4a24cc770774 {
  margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(250, 250, 250, 1);
}








#s-3298ade0-1a58-49ec-8a33-4a24cc770774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3298ade0-1a58-49ec-8a33-4a24cc770774.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dafcb9e9-167c-4eea-a85a-6997adf39d17 {
  text-align: center;
}







  #s-dafcb9e9-167c-4eea-a85a-6997adf39d17 img.shogun-image {
    

    
    
    
  }


#s-dafcb9e9-167c-4eea-a85a-6997adf39d17 .shogun-image-content {
  
    align-items: center;
  
}

#s-79165105-d90a-4d65-876a-40b2c103e3d3 {
  padding-top: 25px;
padding-left: 28px;
padding-bottom: 25px;
padding-right: 28px;
min-height: 50px;
}








#s-79165105-d90a-4d65-876a-40b2c103e3d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79165105-d90a-4d65-876a-40b2c103e3d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b750c08-35b9-4b5b-b760-409b2ab55396 {
  margin-bottom: 20px;
text-align: left;
}

#s-0b750c08-35b9-4b5b-b760-409b2ab55396 .shogun-heading-component h4 {
  color: rgba(10, 10, 10, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-993c23fa-a3ac-4fc9-9ab9-440ec9e9ec26 {
  margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(250, 250, 250, 1);
}








#s-993c23fa-a3ac-4fc9-9ab9-440ec9e9ec26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-993c23fa-a3ac-4fc9-9ab9-440ec9e9ec26.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3dfcf0c0-0dc8-4a23-a155-8040b376c398 {
  text-align: center;
}







  #s-3dfcf0c0-0dc8-4a23-a155-8040b376c398 img.shogun-image {
    

    
    
    
  }


#s-3dfcf0c0-0dc8-4a23-a155-8040b376c398 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bd3252b-b246-4c8b-bac3-fef3579ca689 {
  padding-top: 25px;
padding-left: 28px;
padding-bottom: 25px;
padding-right: 28px;
min-height: 50px;
}








#s-3bd3252b-b246-4c8b-bac3-fef3579ca689 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bd3252b-b246-4c8b-bac3-fef3579ca689.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b044846-6e29-46c0-8ecf-004b71eb653f {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-5b044846-6e29-46c0-8ecf-004b71eb653f .shogun-heading-component h4 {
  color: rgba(10, 10, 10, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-c89e6707-9c72-4353-a1d9-b64be25124fa {
  padding-bottom: 25px;
}

#s-2780e7d6-5fe7-45c0-9672-69a6df71db05 {
  padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-2780e7d6-5fe7-45c0-9672-69a6df71db05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2780e7d6-5fe7-45c0-9672-69a6df71db05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df0b8921-f557-49dc-a754-a91700994f20 {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df0b8921-f557-49dc-a754-a91700994f20 .shogun-heading-component h3 {
  color: rgba(14, 91, 219, 1);
  font-weight:  700 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a4b8ef7f-db12-436e-a481-55bb2249cafa {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
max-width: 1090px;
}

#s-a4b8ef7f-db12-436e-a481-55bb2249cafa {
  background-image: url();
}








#s-a4b8ef7f-db12-436e-a481-55bb2249cafa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4b8ef7f-db12-436e-a481-55bb2249cafa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04905274-5bca-43ec-a60e-248287514e3e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-04905274-5bca-43ec-a60e-248287514e3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.5px);
}

}

@media (min-width: 768px) {
[id="s-04905274-5bca-43ec-a60e-248287514e3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.75px);
}

}

@media (min-width: 992px) {
[id="s-04905274-5bca-43ec-a60e-248287514e3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.75px);
}

}

@media (min-width: 1200px) {
[id="s-04905274-5bca-43ec-a60e-248287514e3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.75px);
}

}

#s-a75b52b0-3559-4615-a0aa-7aa122cad463 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(14, 91, 219, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
max-width: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-a75b52b0-3559-4615-a0aa-7aa122cad463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a75b52b0-3559-4615-a0aa-7aa122cad463.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b661d8d-9167-4b40-b841-cd9ce27b50b1 {
  margin-bottom: 10px;
text-align: center;
}







  #s-2b661d8d-9167-4b40-b841-cd9ce27b50b1 img.shogun-image {
    

    
    
    
  }


#s-2b661d8d-9167-4b40-b841-cd9ce27b50b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-68535a0f-9115-41b8-a562-6ce7790e0652 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-fa94fce0-fb1e-435f-89a8-6d06a78a638c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(14, 91, 219, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
max-width: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-fa94fce0-fb1e-435f-89a8-6d06a78a638c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa94fce0-fb1e-435f-89a8-6d06a78a638c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b230ede-5652-4d9b-81b1-f2312b7a5da4 {
  margin-bottom: 10px;
text-align: center;
}







  #s-0b230ede-5652-4d9b-81b1-f2312b7a5da4 img.shogun-image {
    

    
    
    
  }


#s-0b230ede-5652-4d9b-81b1-f2312b7a5da4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e51a9843-f199-4222-883f-768180b86256 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-ae44eddb-8e01-4699-a09f-98210ccb369b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(14, 91, 219, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
max-width: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-ae44eddb-8e01-4699-a09f-98210ccb369b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae44eddb-8e01-4699-a09f-98210ccb369b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6801a336-aa17-40b3-bd7d-745eacb5004f {
  margin-bottom: 10px;
text-align: center;
}







  #s-6801a336-aa17-40b3-bd7d-745eacb5004f img.shogun-image {
    

    
    
    
  }


#s-6801a336-aa17-40b3-bd7d-745eacb5004f .shogun-image-content {
  
    align-items: center;
  
}

#s-d1ae4808-f1ed-45cf-8c90-7f6bfe319bea {
  margin-top: 10px;
}

#s-a5bf2732-2c69-4be2-9b92-fb24d0fc44fa {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(14, 91, 219, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
max-width: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-a5bf2732-2c69-4be2-9b92-fb24d0fc44fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5bf2732-2c69-4be2-9b92-fb24d0fc44fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adea1d5e-d409-4a33-9b57-7d48cda86669 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}







  #s-adea1d5e-d409-4a33-9b57-7d48cda86669 img.shogun-image {
    

    
    
    
  }


#s-adea1d5e-d409-4a33-9b57-7d48cda86669 .shogun-image-content {
  
    align-items: center;
  
}

#s-3701d31c-a2bc-4280-894f-fb7fc8c2bedd {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-80796ec3-1eb0-4262-b760-ce498dbf302c {
  margin-top: 40px;
margin-bottom: 0px;
}

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