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

.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-8f84f303-54ae-46e1-9c84-0c371378b7cd {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f84f303-54ae-46e1-9c84-0c371378b7cd {
  display: none;
}
#s-8f84f303-54ae-46e1-9c84-0c371378b7cd, #wrap-s-8f84f303-54ae-46e1-9c84-0c371378b7cd { display: none !important; }}@media (max-width: 767px){#s-8f84f303-54ae-46e1-9c84-0c371378b7cd {
  display: none;
}
#s-8f84f303-54ae-46e1-9c84-0c371378b7cd, #wrap-s-8f84f303-54ae-46e1-9c84-0c371378b7cd { display: none !important; }}







#s-8f84f303-54ae-46e1-9c84-0c371378b7cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f84f303-54ae-46e1-9c84-0c371378b7cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0d524e4-7ab0-4763-998b-92d0e17aa40f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0d524e4-7ab0-4763-998b-92d0e17aa40f {
  display: none;
}
#s-f0d524e4-7ab0-4763-998b-92d0e17aa40f, #wrap-s-f0d524e4-7ab0-4763-998b-92d0e17aa40f { display: none !important; }}@media (max-width: 767px){#s-f0d524e4-7ab0-4763-998b-92d0e17aa40f {
  display: none;
}
#s-f0d524e4-7ab0-4763-998b-92d0e17aa40f, #wrap-s-f0d524e4-7ab0-4763-998b-92d0e17aa40f { display: none !important; }}







#s-f0d524e4-7ab0-4763-998b-92d0e17aa40f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0d524e4-7ab0-4763-998b-92d0e17aa40f.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-e4d6fdff-118d-47f1-9b9a-76195dbcbec7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-e4d6fdff-118d-47f1-9b9a-76195dbcbec7 img.shogun-image {
    

    
    
    
  }


#s-e4d6fdff-118d-47f1-9b9a-76195dbcbec7 .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-ca8f6443-86c0-43b5-9acc-f7c64f01de10 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-ca8f6443-86c0-43b5-9acc-f7c64f01de10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-ca8f6443-86c0-43b5-9acc-f7c64f01de10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-ca8f6443-86c0-43b5-9acc-f7c64f01de10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca8f6443-86c0-43b5-9acc-f7c64f01de10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

#s-89c26553-f596-42cb-8fd6-a8e8c4eeeaea {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-89c26553-f596-42cb-8fd6-a8e8c4eeeaea img.shogun-image {
    

    
    
    
  }


#s-89c26553-f596-42cb-8fd6-a8e8c4eeeaea .shogun-image-content {
  
    align-items: center;
  
}

#s-4b0e6a90-4432-43db-88b3-7108c7bb1cfc {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-4b0e6a90-4432-43db-88b3-7108c7bb1cfc img.shogun-image {
    

    
    
    
  }


#s-4b0e6a90-4432-43db-88b3-7108c7bb1cfc .shogun-image-content {
  
    align-items: center;
  
}

#s-06b58e1b-3647-408a-b46a-aad1a1988caa {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-06b58e1b-3647-408a-b46a-aad1a1988caa img.shogun-image {
    

    
    
    
  }


#s-06b58e1b-3647-408a-b46a-aad1a1988caa .shogun-image-content {
  
    align-items: center;
  
}

#s-07f4fbd8-d9c6-4f74-adf0-5204a4144feb {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-07f4fbd8-d9c6-4f74-adf0-5204a4144feb img.shogun-image {
    

    
    
    
  }


#s-07f4fbd8-d9c6-4f74-adf0-5204a4144feb .shogun-image-content {
  
    align-items: center;
  
}

#s-347b1a85-322b-4b11-ab52-e8c56506c7a8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-347b1a85-322b-4b11-ab52-e8c56506c7a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-347b1a85-322b-4b11-ab52-e8c56506c7a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-347b1a85-322b-4b11-ab52-e8c56506c7a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-347b1a85-322b-4b11-ab52-e8c56506c7a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

.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-db82bf37-f771-49a6-a735-a0b3717ffac7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db82bf37-f771-49a6-a735-a0b3717ffac7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-62f0c48a-f95a-4502-8c9e-67f7d5c36075 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62f0c48a-f95a-4502-8c9e-67f7d5c36075 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-7d6b69e5-c7ae-4012-a414-f8abef627597 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d6b69e5-c7ae-4012-a414-f8abef627597 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-02af7186-d331-4873-a5e4-6e5b311ca3bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02af7186-d331-4873-a5e4-6e5b311ca3bf .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-d293fbc6-964b-40a3-8b6b-24b469f4f4ab {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
}








#s-d293fbc6-964b-40a3-8b6b-24b469f4f4ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d293fbc6-964b-40a3-8b6b-24b469f4f4ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88a36e8b-1790-4130-aa5e-eaa9c527e3a2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-88a36e8b-1790-4130-aa5e-eaa9c527e3a2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-a46a3195-6dae-41a6-a3d2-49286cd14d8e {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-a46a3195-6dae-41a6-a3d2-49286cd14d8e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a46a3195-6dae-41a6-a3d2-49286cd14d8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a46a3195-6dae-41a6-a3d2-49286cd14d8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a46a3195-6dae-41a6-a3d2-49286cd14d8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-63d48c2b-bb55-4396-a542-15366a2af9b3 {
  text-align: center;
}







  #s-63d48c2b-bb55-4396-a542-15366a2af9b3 img.shogun-image {
    

    
    
    
  }


#s-63d48c2b-bb55-4396-a542-15366a2af9b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd09c021-2864-44e1-8f6a-181c5845874f {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd09c021-2864-44e1-8f6a-181c5845874f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0a3674df-cb82-4b08-bc13-10d49e5e8d01 {
  max-width: 300px;
text-align: center;
}







  #s-0a3674df-cb82-4b08-bc13-10d49e5e8d01 img.shogun-image {
    

    
    
    
  }


#s-0a3674df-cb82-4b08-bc13-10d49e5e8d01 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e3a0263-91bf-4747-a52a-c1b6af10f598 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e3a0263-91bf-4747-a52a-c1b6af10f598 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-15fc4b06-cd48-4118-898f-2dfbc5435ecf {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-15fc4b06-cd48-4118-898f-2dfbc5435ecf img.shogun-image,
  #s-15fc4b06-cd48-4118-898f-2dfbc5435ecf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15fc4b06-cd48-4118-898f-2dfbc5435ecf {
    width: 100%;
    height: auto;
  }



  #s-15fc4b06-cd48-4118-898f-2dfbc5435ecf img.shogun-image {
    

    
    
    
  }


#s-15fc4b06-cd48-4118-898f-2dfbc5435ecf .shogun-image-content {
  
    align-items: center;
  
}

#s-a4c118a6-dad1-41d1-bd69-287f2996cee6 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4c118a6-dad1-41d1-bd69-287f2996cee6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-fa557182-e890-4f64-a4f7-ca32f236cb01 {
  max-width: 300px;
text-align: center;
}







  #s-fa557182-e890-4f64-a4f7-ca32f236cb01 img.shogun-image {
    

    
    
    
  }


#s-fa557182-e890-4f64-a4f7-ca32f236cb01 .shogun-image-content {
  
    align-items: center;
  
}

#s-995c4df8-767b-49f6-b335-1f722e00e9e2 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-995c4df8-767b-49f6-b335-1f722e00e9e2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-99fdf3cc-8f51-4712-99d6-b2e8ea892998 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 0px;
min-height: 360px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-99fdf3cc-8f51-4712-99d6-b2e8ea892998 {
  display: none;
}
#s-99fdf3cc-8f51-4712-99d6-b2e8ea892998, #wrap-s-99fdf3cc-8f51-4712-99d6-b2e8ea892998 { display: none !important; }}@media (max-width: 767px){#s-99fdf3cc-8f51-4712-99d6-b2e8ea892998 {
  display: none;
}
#s-99fdf3cc-8f51-4712-99d6-b2e8ea892998, #wrap-s-99fdf3cc-8f51-4712-99d6-b2e8ea892998 { display: none !important; }}







#s-99fdf3cc-8f51-4712-99d6-b2e8ea892998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99fdf3cc-8f51-4712-99d6-b2e8ea892998.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30173341-d371-4b05-8094-9603111e1469 {
  margin-top: 30px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-30173341-d371-4b05-8094-9603111e1469 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-cf8ea54b-e357-4c66-975a-064219002d10 {
  margin-left: auto;
margin-right: auto;
max-width: 770px;
}

@media (min-width: 0px) {
[id="s-cf8ea54b-e357-4c66-975a-064219002d10"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cf8ea54b-e357-4c66-975a-064219002d10"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf8ea54b-e357-4c66-975a-064219002d10"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf8ea54b-e357-4c66-975a-064219002d10"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-48ee1310-76b6-44d4-ae07-cb7272328b5f {
  margin-left: auto;
margin-right: auto;
min-height: 360px;
max-width: 140px;
}








#s-48ee1310-76b6-44d4-ae07-cb7272328b5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ee1310-76b6-44d4-ae07-cb7272328b5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68ebb9d6-fe31-4697-a32c-6bcdf11772e8 {
  text-align: center;
}







  #s-68ebb9d6-fe31-4697-a32c-6bcdf11772e8 img.shogun-image {
    

    
    
    
  }


#s-68ebb9d6-fe31-4697-a32c-6bcdf11772e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3469b974-d74b-4792-861c-a81bb27a05af {
  margin-left: auto;
margin-right: auto;
min-height: 360px;
max-width: 140px;
}








#s-3469b974-d74b-4792-861c-a81bb27a05af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3469b974-d74b-4792-861c-a81bb27a05af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1248dab-1dd4-4cc0-8ce9-9df19a036b0a {
  text-align: center;
}







  #s-a1248dab-1dd4-4cc0-8ce9-9df19a036b0a img.shogun-image {
    

    
    
    
  }


#s-a1248dab-1dd4-4cc0-8ce9-9df19a036b0a .shogun-image-content {
  
    align-items: center;
  
}

#s-2f66deef-213c-4cd0-8a3b-341026035fa2 {
  margin-top: 35px;
text-align: center;
}







  #s-2f66deef-213c-4cd0-8a3b-341026035fa2 img.shogun-image {
    

    
    
    
  }


#s-2f66deef-213c-4cd0-8a3b-341026035fa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7aeba99c-9739-42d3-9983-b93e603f855d {
  margin-left: auto;
margin-right: auto;
min-height: 360px;
max-width: 200px;
}








#s-7aeba99c-9739-42d3-9983-b93e603f855d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aeba99c-9739-42d3-9983-b93e603f855d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f58ee392-bca3-44b6-9c3d-2bcb727acd5e {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-f58ee392-bca3-44b6-9c3d-2bcb727acd5e img.shogun-image {
    

    
    
    
  }


#s-f58ee392-bca3-44b6-9c3d-2bcb727acd5e .shogun-image-content {
  
    align-items: center;
  
}

#s-95029a20-db23-45e1-a2ec-e0a2eff5f988 {
  margin-left: auto;
margin-right: auto;
min-height: 360px;
max-width: 140px;
}








#s-95029a20-db23-45e1-a2ec-e0a2eff5f988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95029a20-db23-45e1-a2ec-e0a2eff5f988.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b72d0f44-5e02-4f6c-b54c-e9fe58f151b4 {
  text-align: center;
}







  #s-b72d0f44-5e02-4f6c-b54c-e9fe58f151b4 img.shogun-image {
    

    
    
    
  }


#s-b72d0f44-5e02-4f6c-b54c-e9fe58f151b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8875bac-a5d1-4bbb-b4ab-768d0696f0b0 {
  margin-top: 35px;
text-align: center;
}







  #s-b8875bac-a5d1-4bbb-b4ab-768d0696f0b0 img.shogun-image {
    

    
    
    
  }


#s-b8875bac-a5d1-4bbb-b4ab-768d0696f0b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-39f78b4c-9852-4f8c-b032-fee84fa02113 {
  margin-left: auto;
margin-right: auto;
min-height: 360px;
max-width: 140px;
}








#s-39f78b4c-9852-4f8c-b032-fee84fa02113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39f78b4c-9852-4f8c-b032-fee84fa02113.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33bacfbe-5111-4350-a4e5-ae4bcc30426a {
  text-align: center;
}







  #s-33bacfbe-5111-4350-a4e5-ae4bcc30426a img.shogun-image {
    

    
    
    
  }


#s-33bacfbe-5111-4350-a4e5-ae4bcc30426a .shogun-image-content {
  
    align-items: center;
  
}

#s-407d9a33-0575-473c-bf04-e737262e32fc {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-407d9a33-0575-473c-bf04-e737262e32fc {
  display: none;
}
#s-407d9a33-0575-473c-bf04-e737262e32fc, #wrap-s-407d9a33-0575-473c-bf04-e737262e32fc { display: none !important; }}@media (max-width: 767px){#s-407d9a33-0575-473c-bf04-e737262e32fc {
  display: none;
}
#s-407d9a33-0575-473c-bf04-e737262e32fc, #wrap-s-407d9a33-0575-473c-bf04-e737262e32fc { display: none !important; }}







#s-407d9a33-0575-473c-bf04-e737262e32fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-407d9a33-0575-473c-bf04-e737262e32fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63e49792-9dcc-45a0-a148-a3ce5a434451 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-63e49792-9dcc-45a0-a148-a3ce5a434451"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63e49792-9dcc-45a0-a148-a3ce5a434451"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-63e49792-9dcc-45a0-a148-a3ce5a434451"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-63e49792-9dcc-45a0-a148-a3ce5a434451"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-4998607b-8e7f-4a59-9cee-076eb94071ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4998607b-8e7f-4a59-9cee-076eb94071ec .shogun-heading-component h2 {
  color: rgba(55, 58, 54, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-1aed4c31-5069-4f36-b459-453001b699aa {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-1aed4c31-5069-4f36-b459-453001b699aa img.shogun-image {
    

    
    
    
  }


#s-1aed4c31-5069-4f36-b459-453001b699aa .shogun-image-content {
  
    align-items: center;
  
}

#s-46c5af1b-a1c5-42c4-a7ab-450f16c36652 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46c5af1b-a1c5-42c4-a7ab-450f16c36652 .shogun-heading-component h2 {
  color: rgba(55, 58, 54, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-734e3dd5-071a-44b8-86d3-38bf854c4db7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 360px;
}

#s-9ded6beb-6a0f-4eb4-87f7-20086a257a04 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(55, 58, 56, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9ded6beb-6a0f-4eb4-87f7-20086a257a04 {
  display: none;
}
#s-9ded6beb-6a0f-4eb4-87f7-20086a257a04, #wrap-s-9ded6beb-6a0f-4eb4-87f7-20086a257a04 { display: none !important; }}@media (max-width: 767px){#s-9ded6beb-6a0f-4eb4-87f7-20086a257a04 {
  display: none;
}
#s-9ded6beb-6a0f-4eb4-87f7-20086a257a04, #wrap-s-9ded6beb-6a0f-4eb4-87f7-20086a257a04 { display: none !important; }}







#s-9ded6beb-6a0f-4eb4-87f7-20086a257a04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ded6beb-6a0f-4eb4-87f7-20086a257a04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9df40b2d-e52a-470c-bbbe-49661adb920c {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9df40b2d-e52a-470c-bbbe-49661adb920c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-eb518fa3-7377-470a-b971-9a16d459160c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 450px;
text-align: center;
}







  #s-eb518fa3-7377-470a-b971-9a16d459160c img.shogun-image {
    

    
    
    
  }


#s-eb518fa3-7377-470a-b971-9a16d459160c .shogun-image-content {
  
    align-items: center;
  
}

#s-4998f67a-e289-4c11-8cf6-cc6a8a2afc62 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-4998f67a-e289-4c11-8cf6-cc6a8a2afc62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4998f67a-e289-4c11-8cf6-cc6a8a2afc62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4998f67a-e289-4c11-8cf6-cc6a8a2afc62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4998f67a-e289-4c11-8cf6-cc6a8a2afc62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-277e2d55-01d1-40c8-9a43-4b0ace2074de {
  min-height: 50px;
}








#s-277e2d55-01d1-40c8-9a43-4b0ace2074de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-277e2d55-01d1-40c8-9a43-4b0ace2074de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2dfc40c-40d6-440d-a95e-c1aef48273dc {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-2dab2127-3405-4b23-9414-a521fa5b20c1 {
  min-height: 50px;
}








#s-2dab2127-3405-4b23-9414-a521fa5b20c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dab2127-3405-4b23-9414-a521fa5b20c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9357035-3f6a-4d3b-b48b-ece655ca2053 {
  padding-top: 40px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e9357035-3f6a-4d3b-b48b-ece655ca2053 {
  display: none;
}
#s-e9357035-3f6a-4d3b-b48b-ece655ca2053, #wrap-s-e9357035-3f6a-4d3b-b48b-ece655ca2053 { display: none !important; }}@media (max-width: 767px){#s-e9357035-3f6a-4d3b-b48b-ece655ca2053 {
  display: none;
}
#s-e9357035-3f6a-4d3b-b48b-ece655ca2053, #wrap-s-e9357035-3f6a-4d3b-b48b-ece655ca2053 { display: none !important; }}







#s-e9357035-3f6a-4d3b-b48b-ece655ca2053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9357035-3f6a-4d3b-b48b-ece655ca2053.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e00ce08a-eac9-4cff-8513-bc4ea81e8683 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e00ce08a-eac9-4cff-8513-bc4ea81e8683 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-0150edc3-1b1d-4595-9b05-82f9bdf0a01e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
max-width: 550px;
text-align: center;
}







  #s-0150edc3-1b1d-4595-9b05-82f9bdf0a01e img.shogun-image {
    

    
    
    
  }


#s-0150edc3-1b1d-4595-9b05-82f9bdf0a01e .shogun-image-content {
  
    align-items: center;
  
}

#s-846cfcfc-8634-49f2-a305-374f5c7392e8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-846cfcfc-8634-49f2-a305-374f5c7392e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-846cfcfc-8634-49f2-a305-374f5c7392e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-846cfcfc-8634-49f2-a305-374f5c7392e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-846cfcfc-8634-49f2-a305-374f5c7392e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f0854ceb-c503-4448-a8c4-826f85f72460 {
  min-height: 50px;
}








#s-f0854ceb-c503-4448-a8c4-826f85f72460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0854ceb-c503-4448-a8c4-826f85f72460.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38945b2d-65b5-4c5a-806c-d8dd01307673 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 600px;
}

#s-84eb33e3-6259-4a6a-862a-92e733700ee2 {
  min-height: 50px;
}








#s-84eb33e3-6259-4a6a-862a-92e733700ee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84eb33e3-6259-4a6a-862a-92e733700ee2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ee114a0-5aa4-4313-a6cc-1860e2384edb {
  margin-top: 15px;
text-align: left;
}

#s-cb628997-d539-4162-8f84-62b39af8701e {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 350px;
background-color: rgba(255, 143, 28, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cb628997-d539-4162-8f84-62b39af8701e {
  display: none;
}
#s-cb628997-d539-4162-8f84-62b39af8701e, #wrap-s-cb628997-d539-4162-8f84-62b39af8701e { display: none !important; }}@media (max-width: 767px){#s-cb628997-d539-4162-8f84-62b39af8701e {
  display: none;
}
#s-cb628997-d539-4162-8f84-62b39af8701e, #wrap-s-cb628997-d539-4162-8f84-62b39af8701e { display: none !important; }}







#s-cb628997-d539-4162-8f84-62b39af8701e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb628997-d539-4162-8f84-62b39af8701e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-737244bb-aefa-4183-a572-6ca7553d4d84 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-737244bb-aefa-4183-a572-6ca7553d4d84 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  
}



#s-6937d1dc-6138-4974-a788-2fb6fab144ac {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-6937d1dc-6138-4974-a788-2fb6fab144ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6937d1dc-6138-4974-a788-2fb6fab144ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6937d1dc-6138-4974-a788-2fb6fab144ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6937d1dc-6138-4974-a788-2fb6fab144ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f91069b0-8a78-4f4b-8d9b-13871eab7ed8 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 0%;
min-height: 240px;
}








#s-f91069b0-8a78-4f4b-8d9b-13871eab7ed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f91069b0-8a78-4f4b-8d9b-13871eab7ed8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-719ef3d7-3ad9-4ae5-b431-cdeaa1a8500d {
  max-width: 600px;
text-align: center;
}







  #s-719ef3d7-3ad9-4ae5-b431-cdeaa1a8500d img.shogun-image {
    

    
    
    
  }


#s-719ef3d7-3ad9-4ae5-b431-cdeaa1a8500d .shogun-image-content {
  
    align-items: center;
  
}

#s-8d975c69-7041-4e20-bb49-a3973fa18e93 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
min-height: 240px;
background-color: rgba(255, 143, 28, 1);
}








#s-8d975c69-7041-4e20-bb49-a3973fa18e93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d975c69-7041-4e20-bb49-a3973fa18e93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e397c71-0835-4c51-afd9-cee3ce8c8a21 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5e397c71-0835-4c51-afd9-cee3ce8c8a21 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


#s-5e397c71-0835-4c51-afd9-cee3ce8c8a21 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-1a09246a-fdf1-403c-a671-bb3afd1175ea {
  margin-top: 10px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1a09246a-fdf1-403c-a671-bb3afd1175ea .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-140f8086-5187-4623-ba02-208bd5417d67 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 48px;
padding-bottom: 7px;
padding-right: 48px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 58, 54, 1);
}
#s-140f8086-5187-4623-ba02-208bd5417d67:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 58, 54, 1) !important;
border-radius: 45px !important;
background-color: rgba(55, 58, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-140f8086-5187-4623-ba02-208bd5417d67:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-140f8086-5187-4623-ba02-208bd5417d67-root {
    text-align: center;
  }


#s-140f8086-5187-4623-ba02-208bd5417d67.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-140f8086-5187-4623-ba02-208bd5417d67-root {
    text-align: center;
  }


#s-140f8086-5187-4623-ba02-208bd5417d67.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-140f8086-5187-4623-ba02-208bd5417d67-root {
    text-align: center;
  }


#s-140f8086-5187-4623-ba02-208bd5417d67.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-140f8086-5187-4623-ba02-208bd5417d67-root {
    text-align: center;
  }


#s-140f8086-5187-4623-ba02-208bd5417d67.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-140f8086-5187-4623-ba02-208bd5417d67-root {
    text-align: center;
  }


#s-140f8086-5187-4623-ba02-208bd5417d67.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-25971e72-56e5-4012-976d-84d23759921e {
  min-height: 450px;
background-color: rgba(55, 58, 54, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-25971e72-56e5-4012-976d-84d23759921e {
  display: none;
}
#s-25971e72-56e5-4012-976d-84d23759921e, #wrap-s-25971e72-56e5-4012-976d-84d23759921e { display: none !important; }}@media (max-width: 767px){#s-25971e72-56e5-4012-976d-84d23759921e {
  display: none;
}
#s-25971e72-56e5-4012-976d-84d23759921e, #wrap-s-25971e72-56e5-4012-976d-84d23759921e { display: none !important; }}







#s-25971e72-56e5-4012-976d-84d23759921e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25971e72-56e5-4012-976d-84d23759921e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fec834b-5b97-44ed-86e2-8cc5f9c17466 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-8fec834b-5b97-44ed-86e2-8cc5f9c17466"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fec834b-5b97-44ed-86e2-8cc5f9c17466"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8fec834b-5b97-44ed-86e2-8cc5f9c17466"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8fec834b-5b97-44ed-86e2-8cc5f9c17466"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-5eaa8e53-6500-42b7-88e7-8e78cfb9d37c {
  min-height: 270px;
}








#s-5eaa8e53-6500-42b7-88e7-8e78cfb9d37c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eaa8e53-6500-42b7-88e7-8e78cfb9d37c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13e651f1-525e-4597-a2ea-cc510cf8d93e {
  max-width: 660px;
aspect-ratio: 660/349;
text-align: center;
}





  #s-13e651f1-525e-4597-a2ea-cc510cf8d93e img.shogun-image,
  #s-13e651f1-525e-4597-a2ea-cc510cf8d93e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13e651f1-525e-4597-a2ea-cc510cf8d93e {
    width: 100%;
    height: auto;
  }



  #s-13e651f1-525e-4597-a2ea-cc510cf8d93e img.shogun-image {
    

    
    
    
  }


#s-13e651f1-525e-4597-a2ea-cc510cf8d93e .shogun-image-content {
  
    align-items: center;
  
}

#s-14e0c28e-517d-4638-9625-b466f435ccde {
  min-height: 270px;
}








#s-14e0c28e-517d-4638-9625-b466f435ccde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14e0c28e-517d-4638-9625-b466f435ccde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13b1895a-2af6-46b5-8ce4-d20c9f5ced86 {
  text-align: center;
}







  #s-13b1895a-2af6-46b5-8ce4-d20c9f5ced86 img.shogun-image {
    

    
    
    
  }


#s-13b1895a-2af6-46b5-8ce4-d20c9f5ced86 .shogun-image-content {
  
    align-items: center;
  
}

#s-a96cd296-faf3-472b-972b-98cc2b93c647 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-a96cd296-faf3-472b-972b-98cc2b93c647"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a96cd296-faf3-472b-972b-98cc2b93c647"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a96cd296-faf3-472b-972b-98cc2b93c647"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a96cd296-faf3-472b-972b-98cc2b93c647"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-e9ca4cd8-c735-497d-90bf-dd6eb8e21c9f {
  min-height: 120px;
}








#s-e9ca4cd8-c735-497d-90bf-dd6eb8e21c9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ca4cd8-c735-497d-90bf-dd6eb8e21c9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-057e9f79-91dc-40b3-8652-d62115b5a47c {
  margin-top: 0px;
}

#s-9f277c99-1c8d-4f86-8d92-a2602348c895 {
  margin-top: auto;
margin-left: 0%;
margin-right: auto;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 143, 28, 1);
border-style: solid;
border-radius: 45px;
background-color: rgba(55, 58, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 143, 28, 1);
}
#s-9f277c99-1c8d-4f86-8d92-a2602348c895:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 143, 28, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9f277c99-1c8d-4f86-8d92-a2602348c895:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(243, 243, 243, 1) !important;
border-radius: 45px !important;
background-color: rgba(243, 243, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(55, 58, 54, 1) !important;}

  #s-9f277c99-1c8d-4f86-8d92-a2602348c895-root {
    text-align: center;
  }


#s-9f277c99-1c8d-4f86-8d92-a2602348c895.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f277c99-1c8d-4f86-8d92-a2602348c895-root {
    text-align: center;
  }


#s-9f277c99-1c8d-4f86-8d92-a2602348c895.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f277c99-1c8d-4f86-8d92-a2602348c895-root {
    text-align: center;
  }


#s-9f277c99-1c8d-4f86-8d92-a2602348c895.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f277c99-1c8d-4f86-8d92-a2602348c895-root {
    text-align: center;
  }


#s-9f277c99-1c8d-4f86-8d92-a2602348c895.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f277c99-1c8d-4f86-8d92-a2602348c895-root {
    text-align: center;
  }


#s-9f277c99-1c8d-4f86-8d92-a2602348c895.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ce37c1e3-93c6-434f-926e-69e6669220a9 {
  min-height: 90px;
}








#s-ce37c1e3-93c6-434f-926e-69e6669220a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce37c1e3-93c6-434f-926e-69e6669220a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3705a34f-b480-4785-8342-c98294a27223 {
  margin-top: 0px;
min-height: 125px;
}

@media (min-width: 0px) {
[id="s-3705a34f-b480-4785-8342-c98294a27223"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3705a34f-b480-4785-8342-c98294a27223"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3705a34f-b480-4785-8342-c98294a27223"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3705a34f-b480-4785-8342-c98294a27223"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3705a34f-b480-4785-8342-c98294a27223"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3705a34f-b480-4785-8342-c98294a27223"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3705a34f-b480-4785-8342-c98294a27223"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6f0a1755-6a0b-4c0b-ac0a-2a20ad283930 {
  min-height: 120px;
}








#s-6f0a1755-6a0b-4c0b-ac0a-2a20ad283930 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f0a1755-6a0b-4c0b-ac0a-2a20ad283930.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d6b97c1-e0a1-459a-bd03-b2991d856a91 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 90px;
}








#s-3d6b97c1-e0a1-459a-bd03-b2991d856a91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d6b97c1-e0a1-459a-bd03-b2991d856a91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc9d2660-631b-468d-b878-74e65ac889aa {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-bc9d2660-631b-468d-b878-74e65ac889aa img.shogun-image {
    

    
    
    
  }


#s-bc9d2660-631b-468d-b878-74e65ac889aa .shogun-image-content {
  
    align-items: center;
  
}

#s-11fa5987-7c10-4fc7-a3c9-e05d3ed30057 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-11fa5987-7c10-4fc7-a3c9-e05d3ed30057 img.shogun-image {
    

    
    
    
  }


#s-11fa5987-7c10-4fc7-a3c9-e05d3ed30057 .shogun-image-content {
  
    align-items: center;
  
}

#s-83695b64-83e1-4127-a12e-51c13677e363 {
  padding-bottom: 30px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-83695b64-83e1-4127-a12e-51c13677e363 {
  display: none;
}
#s-83695b64-83e1-4127-a12e-51c13677e363, #wrap-s-83695b64-83e1-4127-a12e-51c13677e363 { display: none !important; }}@media (max-width: 767px){#s-83695b64-83e1-4127-a12e-51c13677e363 {
  display: none;
}
#s-83695b64-83e1-4127-a12e-51c13677e363, #wrap-s-83695b64-83e1-4127-a12e-51c13677e363 { display: none !important; }}







#s-83695b64-83e1-4127-a12e-51c13677e363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83695b64-83e1-4127-a12e-51c13677e363.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-738fd8b7-3e08-4217-85e2-4d08166f44d0 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 750px;
}

@media (min-width: 0px) {
[id="s-738fd8b7-3e08-4217-85e2-4d08166f44d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-738fd8b7-3e08-4217-85e2-4d08166f44d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-738fd8b7-3e08-4217-85e2-4d08166f44d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-738fd8b7-3e08-4217-85e2-4d08166f44d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

#s-e52ce8cb-5f84-4e39-a393-441892a2556b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-e52ce8cb-5f84-4e39-a393-441892a2556b img.shogun-image {
    

    
    
    
  }


#s-e52ce8cb-5f84-4e39-a393-441892a2556b .shogun-image-content {
  
    align-items: center;
  
}

#s-2ac349cb-b776-4fba-8527-fd7ec7d2808c {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-2ac349cb-b776-4fba-8527-fd7ec7d2808c img.shogun-image {
    

    
    
    
  }


#s-2ac349cb-b776-4fba-8527-fd7ec7d2808c .shogun-image-content {
  
    align-items: center;
  
}

#s-dde37795-16f5-4e98-a9e3-aba9803c582e {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-dde37795-16f5-4e98-a9e3-aba9803c582e img.shogun-image {
    

    
    
    
  }


#s-dde37795-16f5-4e98-a9e3-aba9803c582e .shogun-image-content {
  
    align-items: center;
  
}

#s-c899a769-63c6-49ff-aec5-19c359a589e8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c899a769-63c6-49ff-aec5-19c359a589e8 {
  display: none;
}
#s-c899a769-63c6-49ff-aec5-19c359a589e8, #wrap-s-c899a769-63c6-49ff-aec5-19c359a589e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c899a769-63c6-49ff-aec5-19c359a589e8 {
  display: none;
}
#s-c899a769-63c6-49ff-aec5-19c359a589e8, #wrap-s-c899a769-63c6-49ff-aec5-19c359a589e8 { display: none !important; }}@media (max-width: 767px){#s-c899a769-63c6-49ff-aec5-19c359a589e8 {
  display: none;
}
#s-c899a769-63c6-49ff-aec5-19c359a589e8, #wrap-s-c899a769-63c6-49ff-aec5-19c359a589e8 { display: none !important; }}







#s-c899a769-63c6-49ff-aec5-19c359a589e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c899a769-63c6-49ff-aec5-19c359a589e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3dca829-e012-4841-bf5c-817079111915 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-b3dca829-e012-4841-bf5c-817079111915 {
  display: none;
}
#s-b3dca829-e012-4841-bf5c-817079111915, #wrap-s-b3dca829-e012-4841-bf5c-817079111915 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3dca829-e012-4841-bf5c-817079111915 {
  display: none;
}
#s-b3dca829-e012-4841-bf5c-817079111915, #wrap-s-b3dca829-e012-4841-bf5c-817079111915 { display: none !important; }}@media (max-width: 767px){#s-b3dca829-e012-4841-bf5c-817079111915 {
  display: none;
}
#s-b3dca829-e012-4841-bf5c-817079111915, #wrap-s-b3dca829-e012-4841-bf5c-817079111915 { display: none !important; }}







#s-b3dca829-e012-4841-bf5c-817079111915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3dca829-e012-4841-bf5c-817079111915.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8491863a-affd-4faf-a1c4-64bf119c31e7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80%;
text-align: center;
}







  #s-8491863a-affd-4faf-a1c4-64bf119c31e7 img.shogun-image {
    

    
    
    
  }


#s-8491863a-affd-4faf-a1c4-64bf119c31e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c97ba568-5a82-4bdb-8d4f-eecbe6f38731 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-c97ba568-5a82-4bdb-8d4f-eecbe6f38731"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-c97ba568-5a82-4bdb-8d4f-eecbe6f38731"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c97ba568-5a82-4bdb-8d4f-eecbe6f38731"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c97ba568-5a82-4bdb-8d4f-eecbe6f38731"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-045647d4-a89d-4203-bdd5-59237265c18a {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-045647d4-a89d-4203-bdd5-59237265c18a img.shogun-image {
    

    
    
    
  }


#s-045647d4-a89d-4203-bdd5-59237265c18a .shogun-image-content {
  
    align-items: center;
  
}

#s-e90278af-3d6d-4057-9ec0-8bdb9a68b3dd {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-e90278af-3d6d-4057-9ec0-8bdb9a68b3dd img.shogun-image {
    

    
    
    
  }


#s-e90278af-3d6d-4057-9ec0-8bdb9a68b3dd .shogun-image-content {
  
    align-items: center;
  
}

#s-4f7ac088-2264-44b6-88ce-ebcc6357f3b6 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-4f7ac088-2264-44b6-88ce-ebcc6357f3b6 img.shogun-image {
    

    
    
    
  }


#s-4f7ac088-2264-44b6-88ce-ebcc6357f3b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e0f466f-bc61-42a6-b89c-df296f8bbcfb {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-4e0f466f-bc61-42a6-b89c-df296f8bbcfb img.shogun-image {
    

    
    
    
  }


#s-4e0f466f-bc61-42a6-b89c-df296f8bbcfb .shogun-image-content {
  
    align-items: center;
  
}

#s-61b07b6d-b87b-4461-b6f8-23577f73f772 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-61b07b6d-b87b-4461-b6f8-23577f73f772"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-61b07b6d-b87b-4461-b6f8-23577f73f772"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-61b07b6d-b87b-4461-b6f8-23577f73f772"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-61b07b6d-b87b-4461-b6f8-23577f73f772"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-24d2d4bb-5e4e-429d-aa9f-85016f7b0b42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24d2d4bb-5e4e-429d-aa9f-85016f7b0b42 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-fdb8cd90-d468-4380-aaa6-6b48bafd4b19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdb8cd90-d468-4380-aaa6-6b48bafd4b19 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-eb94a955-e4df-4da8-b696-ad912a593492 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb94a955-e4df-4da8-b696-ad912a593492 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-5149230a-b8a5-4f50-be48-fb5c6ed405c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5149230a-b8a5-4f50-be48-fb5c6ed405c4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-86647676-2e50-4648-830a-bc458db2b356 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
}








#s-86647676-2e50-4648-830a-bc458db2b356 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86647676-2e50-4648-830a-bc458db2b356.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da1be34d-d158-4eb8-9746-96d4b6206edc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-da1be34d-d158-4eb8-9746-96d4b6206edc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-2213385d-932f-443a-ac8a-dbf6f1d2a572 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 98%;
}

@media (min-width: 0px) {
[id="s-2213385d-932f-443a-ac8a-dbf6f1d2a572"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2213385d-932f-443a-ac8a-dbf6f1d2a572"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2213385d-932f-443a-ac8a-dbf6f1d2a572"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2213385d-932f-443a-ac8a-dbf6f1d2a572"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-643d0c5a-2a1a-4ef3-ae9e-413fc90bc6e8 {
  max-width: 300px;
text-align: center;
}







  #s-643d0c5a-2a1a-4ef3-ae9e-413fc90bc6e8 img.shogun-image {
    

    
    
    
  }


#s-643d0c5a-2a1a-4ef3-ae9e-413fc90bc6e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d41821f7-23d2-495d-85c6-5a91ca95721f {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d41821f7-23d2-495d-85c6-5a91ca95721f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e8c0601a-6507-44ec-a5d5-f80492e08dc1 {
  max-width: 300px;
text-align: center;
}







  #s-e8c0601a-6507-44ec-a5d5-f80492e08dc1 img.shogun-image {
    

    
    
    
  }


#s-e8c0601a-6507-44ec-a5d5-f80492e08dc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3af12f5-835d-47b2-afda-2a6346fd3fd1 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3af12f5-835d-47b2-afda-2a6346fd3fd1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-be8b435f-2a40-41ac-bfaa-bea6c5e28c85 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-be8b435f-2a40-41ac-bfaa-bea6c5e28c85 img.shogun-image,
  #s-be8b435f-2a40-41ac-bfaa-bea6c5e28c85 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be8b435f-2a40-41ac-bfaa-bea6c5e28c85 {
    width: 100%;
    height: auto;
  }



  #s-be8b435f-2a40-41ac-bfaa-bea6c5e28c85 img.shogun-image {
    

    
    
    
  }


#s-be8b435f-2a40-41ac-bfaa-bea6c5e28c85 .shogun-image-content {
  
    align-items: center;
  
}

#s-b81135ec-f0ab-4df1-8aa2-073fcdf7515c {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b81135ec-f0ab-4df1-8aa2-073fcdf7515c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e3613a5c-997e-49e9-8863-b5639eb98596 {
  max-width: 300px;
text-align: center;
}







  #s-e3613a5c-997e-49e9-8863-b5639eb98596 img.shogun-image {
    

    
    
    
  }


#s-e3613a5c-997e-49e9-8863-b5639eb98596 .shogun-image-content {
  
    align-items: center;
  
}

#s-546ac311-df94-49f8-8f3b-6dc62732d489 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-546ac311-df94-49f8-8f3b-6dc62732d489 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e5204a84-42c6-4484-a31d-7f1160c3ee50 {
  text-align: center;
}
@media (min-width: 1200px){#s-e5204a84-42c6-4484-a31d-7f1160c3ee50 {
  display: none;
}
#s-e5204a84-42c6-4484-a31d-7f1160c3ee50, #wrap-s-e5204a84-42c6-4484-a31d-7f1160c3ee50 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5204a84-42c6-4484-a31d-7f1160c3ee50 {
  display: none;
}
#s-e5204a84-42c6-4484-a31d-7f1160c3ee50, #wrap-s-e5204a84-42c6-4484-a31d-7f1160c3ee50 { display: none !important; }}@media (max-width: 767px){#s-e5204a84-42c6-4484-a31d-7f1160c3ee50 {
  display: none;
}
#s-e5204a84-42c6-4484-a31d-7f1160c3ee50, #wrap-s-e5204a84-42c6-4484-a31d-7f1160c3ee50 { display: none !important; }}






  #s-e5204a84-42c6-4484-a31d-7f1160c3ee50 img.shogun-image {
    

    
    
    
  }


#s-e5204a84-42c6-4484-a31d-7f1160c3ee50 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4591208-6a4f-4013-a5e3-3e353076d874 {
  margin-bottom: -5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a4591208-6a4f-4013-a5e3-3e353076d874 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-edfdb0cd-db9f-404f-8d56-caa758c2c198 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-edfdb0cd-db9f-404f-8d56-caa758c2c198"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-edfdb0cd-db9f-404f-8d56-caa758c2c198"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-edfdb0cd-db9f-404f-8d56-caa758c2c198"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-edfdb0cd-db9f-404f-8d56-caa758c2c198"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-edfdb0cd-db9f-404f-8d56-caa758c2c198"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-edfdb0cd-db9f-404f-8d56-caa758c2c198"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-edfdb0cd-db9f-404f-8d56-caa758c2c198"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-edfdb0cd-db9f-404f-8d56-caa758c2c198"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

}

#s-becd3dbe-b115-4d4f-ae0e-5f7a78230475 {
  min-height: 240px;
}








#s-becd3dbe-b115-4d4f-ae0e-5f7a78230475 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-becd3dbe-b115-4d4f-ae0e-5f7a78230475.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d908a67-ccbe-4241-9c46-a59b741636ac {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-6d908a67-ccbe-4241-9c46-a59b741636ac img.shogun-image {
    

    
    
    
  }


#s-6d908a67-ccbe-4241-9c46-a59b741636ac .shogun-image-content {
  
    align-items: center;
  
}

#s-3edab965-4d35-4df0-88d2-62b7f8dc689b {
  min-height: 240px;
}








#s-3edab965-4d35-4df0-88d2-62b7f8dc689b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3edab965-4d35-4df0-88d2-62b7f8dc689b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-667dceee-c3a1-406e-bdab-bb6f290530bb {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-667dceee-c3a1-406e-bdab-bb6f290530bb img.shogun-image {
    

    
    
    
  }


#s-667dceee-c3a1-406e-bdab-bb6f290530bb .shogun-image-content {
  
    align-items: center;
  
}

#s-ed364e5d-3b97-43e2-95ad-6028ef9a97c7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-ed364e5d-3b97-43e2-95ad-6028ef9a97c7 img.shogun-image {
    

    
    
    
  }


#s-ed364e5d-3b97-43e2-95ad-6028ef9a97c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb8fd350-9598-485b-aaaf-7cfbaf0f73d9 {
  min-height: 240px;
}








#s-fb8fd350-9598-485b-aaaf-7cfbaf0f73d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb8fd350-9598-485b-aaaf-7cfbaf0f73d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cf6715d-f8b7-4820-a6ac-5514b1f92ad3 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-6cf6715d-f8b7-4820-a6ac-5514b1f92ad3 img.shogun-image {
    

    
    
    
  }


#s-6cf6715d-f8b7-4820-a6ac-5514b1f92ad3 .shogun-image-content {
  
    align-items: center;
  
}

#s-77d35053-8c73-4296-a648-5cac2947d7eb {
  min-height: 50px;
}








#s-77d35053-8c73-4296-a648-5cac2947d7eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77d35053-8c73-4296-a648-5cac2947d7eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d05d0d16-001a-496e-9a40-3a2a7592bbfa {
  min-height: 240px;
}








#s-d05d0d16-001a-496e-9a40-3a2a7592bbfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d05d0d16-001a-496e-9a40-3a2a7592bbfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9da2aa4e-7e83-4e3d-84e7-555ec1490a92 {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-9da2aa4e-7e83-4e3d-84e7-555ec1490a92 img.shogun-image {
    

    
    
    
  }


#s-9da2aa4e-7e83-4e3d-84e7-555ec1490a92 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e22fc9d-10b3-4e1d-9642-7215819e73ef {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-0e22fc9d-10b3-4e1d-9642-7215819e73ef img.shogun-image {
    

    
    
    
  }


#s-0e22fc9d-10b3-4e1d-9642-7215819e73ef .shogun-image-content {
  
    align-items: center;
  
}

#s-26ce91b6-a822-433d-972b-4169e69bee81 {
  min-height: 240px;
}








#s-26ce91b6-a822-433d-972b-4169e69bee81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26ce91b6-a822-433d-972b-4169e69bee81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf3c965f-f0b8-49bc-9639-a475e2d18bba {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-bf3c965f-f0b8-49bc-9639-a475e2d18bba img.shogun-image {
    

    
    
    
  }


#s-bf3c965f-f0b8-49bc-9639-a475e2d18bba .shogun-image-content {
  
    align-items: center;
  
}

#s-75c4664b-8a6a-4db0-83b3-fb78989abe5c {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-75c4664b-8a6a-4db0-83b3-fb78989abe5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75c4664b-8a6a-4db0-83b3-fb78989abe5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-316b15f2-82e0-4c88-8059-c533950ebebd {
  min-height: 50px;
}








#s-316b15f2-82e0-4c88-8059-c533950ebebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-316b15f2-82e0-4c88-8059-c533950ebebd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bae12f3d-73b4-40f4-9440-d591bbb1a996 {
  margin-left: auto;
margin-right: auto;
max-width: 740px;
}

@media (min-width: 0px) {
[id="s-bae12f3d-73b4-40f4-9440-d591bbb1a996"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bae12f3d-73b4-40f4-9440-d591bbb1a996"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bae12f3d-73b4-40f4-9440-d591bbb1a996"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bae12f3d-73b4-40f4-9440-d591bbb1a996"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cbdf94b6-a237-41e2-848a-c58b66513327 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbdf94b6-a237-41e2-848a-c58b66513327 .shogun-heading-component h2 {
  color: rgba(55, 58, 56, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-07ee72a4-3fd5-4ade-8b17-a3a3dc56a900 {
  text-align: center;
}







  #s-07ee72a4-3fd5-4ade-8b17-a3a3dc56a900 img.shogun-image {
    

    
    
    
  }


#s-07ee72a4-3fd5-4ade-8b17-a3a3dc56a900 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7c68867-efc9-48a0-8036-29d51fe219d1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7c68867-efc9-48a0-8036-29d51fe219d1 .shogun-heading-component h2 {
  color: rgba(55, 58, 56, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-210c64fd-447f-4a45-82c9-d6dfe89a4c54 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
text-align: left;
}

#s-74c08ece-73ba-4f5d-9340-c26afeaa4a38 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(55, 58, 56, 1);
}
@media (min-width: 1200px){#s-74c08ece-73ba-4f5d-9340-c26afeaa4a38 {
  display: none;
}
#s-74c08ece-73ba-4f5d-9340-c26afeaa4a38, #wrap-s-74c08ece-73ba-4f5d-9340-c26afeaa4a38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74c08ece-73ba-4f5d-9340-c26afeaa4a38 {
  display: none;
}
#s-74c08ece-73ba-4f5d-9340-c26afeaa4a38, #wrap-s-74c08ece-73ba-4f5d-9340-c26afeaa4a38 { display: none !important; }}@media (max-width: 767px){#s-74c08ece-73ba-4f5d-9340-c26afeaa4a38 {
  display: none;
}
#s-74c08ece-73ba-4f5d-9340-c26afeaa4a38, #wrap-s-74c08ece-73ba-4f5d-9340-c26afeaa4a38 { display: none !important; }}







#s-74c08ece-73ba-4f5d-9340-c26afeaa4a38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74c08ece-73ba-4f5d-9340-c26afeaa4a38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da3936c3-f8f3-433e-916a-b95cc27250e1 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-da3936c3-f8f3-433e-916a-b95cc27250e1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-fac31b31-cdb8-4500-ab43-1864692011b6 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 60%;
text-align: center;
}







  #s-fac31b31-cdb8-4500-ab43-1864692011b6 img.shogun-image {
    

    
    
    
  }


#s-fac31b31-cdb8-4500-ab43-1864692011b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f54c0a2-af66-4a21-800b-5cb6532e22b5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-7f54c0a2-af66-4a21-800b-5cb6532e22b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f54c0a2-af66-4a21-800b-5cb6532e22b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f54c0a2-af66-4a21-800b-5cb6532e22b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f54c0a2-af66-4a21-800b-5cb6532e22b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-68f6d1da-bebb-4ad8-a954-13d7cc34c544 {
  min-height: 50px;
}








#s-68f6d1da-bebb-4ad8-a954-13d7cc34c544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68f6d1da-bebb-4ad8-a954-13d7cc34c544.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a7ad0ef-4da3-450a-8a6b-8b60941eb69d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-a8e2743c-5a4d-4f87-bfa6-e94e05c7b6d3 {
  min-height: 50px;
}








#s-a8e2743c-5a4d-4f87-bfa6-e94e05c7b6d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8e2743c-5a4d-4f87-bfa6-e94e05c7b6d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6f2cb38-7b50-421c-aa73-901f903311f7 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-a6f2cb38-7b50-421c-aa73-901f903311f7 {
  display: none;
}
#s-a6f2cb38-7b50-421c-aa73-901f903311f7, #wrap-s-a6f2cb38-7b50-421c-aa73-901f903311f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6f2cb38-7b50-421c-aa73-901f903311f7 {
  display: none;
}
#s-a6f2cb38-7b50-421c-aa73-901f903311f7, #wrap-s-a6f2cb38-7b50-421c-aa73-901f903311f7 { display: none !important; }}@media (max-width: 767px){#s-a6f2cb38-7b50-421c-aa73-901f903311f7 {
  display: none;
}
#s-a6f2cb38-7b50-421c-aa73-901f903311f7, #wrap-s-a6f2cb38-7b50-421c-aa73-901f903311f7 { display: none !important; }}







#s-a6f2cb38-7b50-421c-aa73-901f903311f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6f2cb38-7b50-421c-aa73-901f903311f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b1ebdeb-5c61-4edc-b0cc-8babd34651dc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8b1ebdeb-5c61-4edc-b0cc-8babd34651dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-08ca25e1-e8d1-4573-8593-7b6509a8957a {
  margin-top: 2%;
margin-left: auto;
margin-bottom: -5%;
margin-right: auto;
max-width: 70%;
text-align: center;
}







  #s-08ca25e1-e8d1-4573-8593-7b6509a8957a img.shogun-image {
    

    
    
    
  }


#s-08ca25e1-e8d1-4573-8593-7b6509a8957a .shogun-image-content {
  
    align-items: center;
  
}

#s-ef6b1a1f-d2e1-41b2-90bf-83bb9c02c7e2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-ef6b1a1f-d2e1-41b2-90bf-83bb9c02c7e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ef6b1a1f-d2e1-41b2-90bf-83bb9c02c7e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef6b1a1f-d2e1-41b2-90bf-83bb9c02c7e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef6b1a1f-d2e1-41b2-90bf-83bb9c02c7e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8c0a9344-5552-4912-b2b9-2a6752f7f494 {
  min-height: 50px;
}








#s-8c0a9344-5552-4912-b2b9-2a6752f7f494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c0a9344-5552-4912-b2b9-2a6752f7f494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a112cd47-855a-43f7-9ddf-51d22cc3bd33 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 600px;
}

#s-c1c3512f-0dcc-4cae-a3e3-4ce2c6242171 {
  min-height: 50px;
}








#s-c1c3512f-0dcc-4cae-a3e3-4ce2c6242171 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1c3512f-0dcc-4cae-a3e3-4ce2c6242171.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21cdebef-85ec-4de0-b41d-b0322227f440 {
  margin-top: 15px;
}

#s-0b6117d3-344b-47da-b628-4d6050bbc56f {
  margin-top: 15px;
}

#s-444de09f-062a-4e6d-9c50-bfbd7491a437 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(255, 143, 28, 1);
}
@media (min-width: 1200px){#s-444de09f-062a-4e6d-9c50-bfbd7491a437 {
  display: none;
}
#s-444de09f-062a-4e6d-9c50-bfbd7491a437, #wrap-s-444de09f-062a-4e6d-9c50-bfbd7491a437 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-444de09f-062a-4e6d-9c50-bfbd7491a437 {
  display: none;
}
#s-444de09f-062a-4e6d-9c50-bfbd7491a437, #wrap-s-444de09f-062a-4e6d-9c50-bfbd7491a437 { display: none !important; }}@media (max-width: 767px){#s-444de09f-062a-4e6d-9c50-bfbd7491a437 {
  display: none;
}
#s-444de09f-062a-4e6d-9c50-bfbd7491a437, #wrap-s-444de09f-062a-4e6d-9c50-bfbd7491a437 { display: none !important; }}







#s-444de09f-062a-4e6d-9c50-bfbd7491a437 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-444de09f-062a-4e6d-9c50-bfbd7491a437.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b727f07b-fc4f-40f1-a3de-8df311a30eea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b727f07b-fc4f-40f1-a3de-8df311a30eea .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  
}



#s-315f907c-2571-4360-9518-0f5bcfc8d900 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-315f907c-2571-4360-9518-0f5bcfc8d900"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-315f907c-2571-4360-9518-0f5bcfc8d900"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-315f907c-2571-4360-9518-0f5bcfc8d900"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-315f907c-2571-4360-9518-0f5bcfc8d900"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6e165155-9169-4b0c-82fb-f508bdd2f3bf {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 0%;
min-height: 200px;
}








#s-6e165155-9169-4b0c-82fb-f508bdd2f3bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e165155-9169-4b0c-82fb-f508bdd2f3bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78949a99-f7d7-4a98-8117-24740d35ba84 {
  text-align: center;
}







  #s-78949a99-f7d7-4a98-8117-24740d35ba84 img.shogun-image {
    

    
    
    
  }


#s-78949a99-f7d7-4a98-8117-24740d35ba84 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e5c51a1-04c2-416b-ac3b-e09da16e5b91 {
  padding-left: 2%;
padding-right: 2%;
min-height: 200px;
}








#s-2e5c51a1-04c2-416b-ac3b-e09da16e5b91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e5c51a1-04c2-416b-ac3b-e09da16e5b91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7ee62ce-f4f9-47fe-a1f2-738e12c2d475 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b7ee62ce-f4f9-47fe-a1f2-738e12c2d475 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


#s-b7ee62ce-f4f9-47fe-a1f2-738e12c2d475 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-836931f7-031a-4353-be23-aec556dcfc12 {
  margin-top: 3%;
margin-bottom: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-836931f7-031a-4353-be23-aec556dcfc12 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-72d2bc73-44f9-43ef-8fff-84f16cf20563 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 48px;
padding-bottom: 7px;
padding-right: 48px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 58, 54, 1);
}
#s-72d2bc73-44f9-43ef-8fff-84f16cf20563:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 58, 54, 1) !important;
border-radius: 45px !important;
background-color: rgba(55, 58, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-72d2bc73-44f9-43ef-8fff-84f16cf20563:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-72d2bc73-44f9-43ef-8fff-84f16cf20563-root {
    text-align: center;
  }


#s-72d2bc73-44f9-43ef-8fff-84f16cf20563.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72d2bc73-44f9-43ef-8fff-84f16cf20563-root {
    text-align: center;
  }


#s-72d2bc73-44f9-43ef-8fff-84f16cf20563.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72d2bc73-44f9-43ef-8fff-84f16cf20563-root {
    text-align: center;
  }


#s-72d2bc73-44f9-43ef-8fff-84f16cf20563.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72d2bc73-44f9-43ef-8fff-84f16cf20563-root {
    text-align: center;
  }


#s-72d2bc73-44f9-43ef-8fff-84f16cf20563.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72d2bc73-44f9-43ef-8fff-84f16cf20563-root {
    text-align: center;
  }


#s-72d2bc73-44f9-43ef-8fff-84f16cf20563.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1be1e5af-af27-40bb-b133-3ac6e004f515 {
  min-height: 400px;
background-color: rgba(55, 58, 54, 1);
}
@media (min-width: 1200px){#s-1be1e5af-af27-40bb-b133-3ac6e004f515 {
  display: none;
}
#s-1be1e5af-af27-40bb-b133-3ac6e004f515, #wrap-s-1be1e5af-af27-40bb-b133-3ac6e004f515 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1be1e5af-af27-40bb-b133-3ac6e004f515 {
  display: none;
}
#s-1be1e5af-af27-40bb-b133-3ac6e004f515, #wrap-s-1be1e5af-af27-40bb-b133-3ac6e004f515 { display: none !important; }}@media (max-width: 767px){#s-1be1e5af-af27-40bb-b133-3ac6e004f515 {
  display: none;
}
#s-1be1e5af-af27-40bb-b133-3ac6e004f515, #wrap-s-1be1e5af-af27-40bb-b133-3ac6e004f515 { display: none !important; }}







#s-1be1e5af-af27-40bb-b133-3ac6e004f515 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1be1e5af-af27-40bb-b133-3ac6e004f515.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-575de925-caca-43f1-b91d-d1efbe02d3ed {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-575de925-caca-43f1-b91d-d1efbe02d3ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-575de925-caca-43f1-b91d-d1efbe02d3ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-575de925-caca-43f1-b91d-d1efbe02d3ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-575de925-caca-43f1-b91d-d1efbe02d3ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-15bcc607-b7ac-4146-a824-c55b28b043b0 {
  min-height: 200px;
}








#s-15bcc607-b7ac-4146-a824-c55b28b043b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15bcc607-b7ac-4146-a824-c55b28b043b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9ddbb9a-58f0-4bbb-b46d-c70119c67363 {
  max-width: 660px;
aspect-ratio: 660/349;
text-align: center;
}





  #s-a9ddbb9a-58f0-4bbb-b46d-c70119c67363 img.shogun-image,
  #s-a9ddbb9a-58f0-4bbb-b46d-c70119c67363 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9ddbb9a-58f0-4bbb-b46d-c70119c67363 {
    width: 100%;
    height: auto;
  }



  #s-a9ddbb9a-58f0-4bbb-b46d-c70119c67363 img.shogun-image {
    

    
    
    
  }


#s-a9ddbb9a-58f0-4bbb-b46d-c70119c67363 .shogun-image-content {
  
    align-items: center;
  
}

#s-66c6d100-d4e0-4ccf-83b5-ebb3e10efb8d {
  min-height: 200px;
}








#s-66c6d100-d4e0-4ccf-83b5-ebb3e10efb8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66c6d100-d4e0-4ccf-83b5-ebb3e10efb8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b0da235-f10c-449d-938b-02b4a763c979 {
  text-align: center;
}







  #s-9b0da235-f10c-449d-938b-02b4a763c979 img.shogun-image {
    

    
    
    
  }


#s-9b0da235-f10c-449d-938b-02b4a763c979 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a3db07c-70ed-4ac5-bbeb-6396d4fdf59b {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-2a3db07c-70ed-4ac5-bbeb-6396d4fdf59b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2a3db07c-70ed-4ac5-bbeb-6396d4fdf59b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2a3db07c-70ed-4ac5-bbeb-6396d4fdf59b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a3db07c-70ed-4ac5-bbeb-6396d4fdf59b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-8e538869-0ea5-4d16-9e20-0e93ff0c1722 {
  min-height: 120px;
}








#s-8e538869-0ea5-4d16-9e20-0e93ff0c1722 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e538869-0ea5-4d16-9e20-0e93ff0c1722.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca40d555-d592-4e51-8522-71df5ee0e393 {
  margin-top: 0px;
}

#s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa {
  border-style: solid;
margin-top: auto;
margin-left: 0%;
margin-right: auto;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 143, 28, 1);
border-radius: 45px;
background-color: rgba(55, 58, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 143, 28, 1);
}
#s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 143, 28, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(243, 243, 243, 1) !important;
border-radius: 45px !important;
background-color: rgba(243, 243, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(55, 58, 54, 1) !important;}

  #s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa-root {
    text-align: center;
  }


#s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa-root {
    text-align: center;
  }


#s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa-root {
    text-align: center;
  }


#s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa-root {
    text-align: center;
  }


#s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa-root {
    text-align: center;
  }


#s-4c94cc6a-d6e4-4ebe-a8b0-30e1445052aa.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3c5bd979-d277-4f8c-b60b-cf51ca456d3d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 120px;
}








#s-3c5bd979-d277-4f8c-b60b-cf51ca456d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c5bd979-d277-4f8c-b60b-cf51ca456d3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70285125-f69c-4fc9-a5fb-c2bb174369e8 {
  margin-top: auto;
margin-right: auto;
min-height: 125px;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-70285125-f69c-4fc9-a5fb-c2bb174369e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-70285125-f69c-4fc9-a5fb-c2bb174369e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70285125-f69c-4fc9-a5fb-c2bb174369e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70285125-f69c-4fc9-a5fb-c2bb174369e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6fefd40b-a034-4f66-b0d0-5d9b5d1429f9 {
  margin-left: 10%;
min-height: 150px;
}








#s-6fefd40b-a034-4f66-b0d0-5d9b5d1429f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fefd40b-a034-4f66-b0d0-5d9b5d1429f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a85fa5a-c7a9-4e62-9a31-8af4188cabe5 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 150px;
}








#s-2a85fa5a-c7a9-4e62-9a31-8af4188cabe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a85fa5a-c7a9-4e62-9a31-8af4188cabe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43a6fa68-127a-4b5c-87d5-38d865d5afde {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-43a6fa68-127a-4b5c-87d5-38d865d5afde img.shogun-image {
    

    
    
    
  }


#s-43a6fa68-127a-4b5c-87d5-38d865d5afde .shogun-image-content {
  
    align-items: center;
  
}

#s-95c6ed34-a423-4732-a918-9dffaf543901 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-95c6ed34-a423-4732-a918-9dffaf543901 img.shogun-image {
    

    
    
    
  }


#s-95c6ed34-a423-4732-a918-9dffaf543901 .shogun-image-content {
  
    align-items: center;
  
}

#s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49 {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49 {
  display: none;
}
#s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49, #wrap-s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49 {
  display: none;
}
#s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49, #wrap-s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49 { display: none !important; }}@media (max-width: 767px){#s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49 {
  display: none;
}
#s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49, #wrap-s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49 { display: none !important; }}







#s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39c6e267-e900-4d2a-bd43-3aa4e7e20c49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-515ba4ee-5155-4803-821c-23ae4d39c491 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-515ba4ee-5155-4803-821c-23ae4d39c491"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-515ba4ee-5155-4803-821c-23ae4d39c491"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-515ba4ee-5155-4803-821c-23ae4d39c491"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-515ba4ee-5155-4803-821c-23ae4d39c491"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-f31d5425-b591-4fa5-a1a3-d9ea71c2da4b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-f31d5425-b591-4fa5-a1a3-d9ea71c2da4b img.shogun-image {
    

    
    
    
  }


#s-f31d5425-b591-4fa5-a1a3-d9ea71c2da4b .shogun-image-content {
  
    align-items: center;
  
}

#s-00e2749d-b891-408d-b8b3-92b48d1989e4 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-00e2749d-b891-408d-b8b3-92b48d1989e4 img.shogun-image {
    

    
    
    
  }


#s-00e2749d-b891-408d-b8b3-92b48d1989e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef6d782b-6505-4c60-b834-b748e1c0be9a {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-ef6d782b-6505-4c60-b834-b748e1c0be9a img.shogun-image {
    

    
    
    
  }


#s-ef6d782b-6505-4c60-b834-b748e1c0be9a .shogun-image-content {
  
    align-items: center;
  
}

#s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc {
  display: none;
}
#s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc, #wrap-s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc {
  display: none;
}
#s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc, #wrap-s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc {
  display: none;
}
#s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc, #wrap-s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc { display: none !important; }}







#s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e805a94-3cfe-4b15-a239-4e3d2d68fabc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b800f012-c21b-4584-aea0-02e41afb209f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-b800f012-c21b-4584-aea0-02e41afb209f {
  display: none;
}
#s-b800f012-c21b-4584-aea0-02e41afb209f, #wrap-s-b800f012-c21b-4584-aea0-02e41afb209f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b800f012-c21b-4584-aea0-02e41afb209f {
  display: none;
}
#s-b800f012-c21b-4584-aea0-02e41afb209f, #wrap-s-b800f012-c21b-4584-aea0-02e41afb209f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b800f012-c21b-4584-aea0-02e41afb209f {
  display: none;
}
#s-b800f012-c21b-4584-aea0-02e41afb209f, #wrap-s-b800f012-c21b-4584-aea0-02e41afb209f { display: none !important; }}@media (max-width: 767px){#s-b800f012-c21b-4584-aea0-02e41afb209f {
  
}
}







#s-b800f012-c21b-4584-aea0-02e41afb209f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b800f012-c21b-4584-aea0-02e41afb209f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f43dcf9c-8d28-4154-9f3b-ce17f137b9dc {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
text-align: center;
}







  #s-f43dcf9c-8d28-4154-9f3b-ce17f137b9dc img.shogun-image {
    

    
    
    
  }


#s-f43dcf9c-8d28-4154-9f3b-ce17f137b9dc .shogun-image-content {
  
    align-items: center;
  
}

#s-9dc125c9-1e79-4dcb-9531-e4826b772fb9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-9dc125c9-1e79-4dcb-9531-e4826b772fb9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9dc125c9-1e79-4dcb-9531-e4826b772fb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9dc125c9-1e79-4dcb-9531-e4826b772fb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dc125c9-1e79-4dcb-9531-e4826b772fb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-7fd05377-96dd-4c3a-a71d-60ab2fcf4704 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-7fd05377-96dd-4c3a-a71d-60ab2fcf4704 img.shogun-image {
    

    
    
    
  }


#s-7fd05377-96dd-4c3a-a71d-60ab2fcf4704 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5d1da42-1d04-4d3d-ab5a-08065d005241 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5d1da42-1d04-4d3d-ab5a-08065d005241 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.2em;
  
  
}



#s-9dd54237-0612-4b55-9af1-8dce34c6e414 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-9dd54237-0612-4b55-9af1-8dce34c6e414 img.shogun-image {
    

    
    
    
  }


#s-9dd54237-0612-4b55-9af1-8dce34c6e414 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae873d09-6da3-4916-b085-d83cca19867f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae873d09-6da3-4916-b085-d83cca19867f .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.2em;
  
  
}



#s-28093da1-6c0d-4845-b660-6e823183ca2d {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-28093da1-6c0d-4845-b660-6e823183ca2d img.shogun-image {
    

    
    
    
  }


#s-28093da1-6c0d-4845-b660-6e823183ca2d .shogun-image-content {
  
    align-items: center;
  
}

#s-38502b99-64f1-44d3-ac41-9d51402b9f70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38502b99-64f1-44d3-ac41-9d51402b9f70 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.2em;
  
  
}



#s-6e828361-dc9f-45cf-a956-5255d29f550a {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-6e828361-dc9f-45cf-a956-5255d29f550a img.shogun-image {
    

    
    
    
  }


#s-6e828361-dc9f-45cf-a956-5255d29f550a .shogun-image-content {
  
    align-items: center;
  
}

#s-30cbc5db-6f2d-4ed4-9d93-0758a556a12d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30cbc5db-6f2d-4ed4-9d93-0758a556a12d .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.2em;
  
  
}



#s-b8dc492f-c0f3-4519-8f24-88311e6ba76c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
}








#s-b8dc492f-c0f3-4519-8f24-88311e6ba76c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8dc492f-c0f3-4519-8f24-88311e6ba76c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a2bfeae-6a2b-4b97-b1a6-489751191fb0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7a2bfeae-6a2b-4b97-b1a6-489751191fb0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-eb62cd07-4c88-4832-b997-28f8f19a7b7f {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-eb62cd07-4c88-4832-b997-28f8f19a7b7f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eb62cd07-4c88-4832-b997-28f8f19a7b7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eb62cd07-4c88-4832-b997-28f8f19a7b7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb62cd07-4c88-4832-b997-28f8f19a7b7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6a305c9b-6b39-4842-9498-ed56767976ae {
  text-align: center;
}







  #s-6a305c9b-6b39-4842-9498-ed56767976ae img.shogun-image {
    

    
    
    
  }


#s-6a305c9b-6b39-4842-9498-ed56767976ae .shogun-image-content {
  
    align-items: center;
  
}

#s-4eae857b-24f8-4ee0-af28-299fe2447a39 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4eae857b-24f8-4ee0-af28-299fe2447a39 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-702338dd-8d2a-43b5-84be-d1af362dca31 {
  max-width: 300px;
text-align: center;
}







  #s-702338dd-8d2a-43b5-84be-d1af362dca31 img.shogun-image {
    

    
    
    
  }


#s-702338dd-8d2a-43b5-84be-d1af362dca31 .shogun-image-content {
  
    align-items: center;
  
}

#s-d56e21c8-739a-48af-be08-e715bdc50421 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d56e21c8-739a-48af-be08-e715bdc50421 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-faef2d13-ad39-4125-914d-964b9d9deeae {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-faef2d13-ad39-4125-914d-964b9d9deeae img.shogun-image,
  #s-faef2d13-ad39-4125-914d-964b9d9deeae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-faef2d13-ad39-4125-914d-964b9d9deeae {
    width: 100%;
    height: auto;
  }



  #s-faef2d13-ad39-4125-914d-964b9d9deeae img.shogun-image {
    

    
    
    
  }


#s-faef2d13-ad39-4125-914d-964b9d9deeae .shogun-image-content {
  
    align-items: center;
  
}

#s-466f4ff0-64fc-4de1-b92f-83b4668923e6 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-466f4ff0-64fc-4de1-b92f-83b4668923e6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4b48b7af-9f7e-4ea5-b38c-893438f71ed3 {
  max-width: 300px;
text-align: center;
}







  #s-4b48b7af-9f7e-4ea5-b38c-893438f71ed3 img.shogun-image {
    

    
    
    
  }


#s-4b48b7af-9f7e-4ea5-b38c-893438f71ed3 .shogun-image-content {
  
    align-items: center;
  
}

#s-26ec898f-8fdb-451a-b7ef-7fc4208209c1 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26ec898f-8fdb-451a-b7ef-7fc4208209c1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2 {
  display: none;
}
#s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2, #wrap-s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2 {
  display: none;
}
#s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2, #wrap-s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2 {
  display: none;
}
#s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2, #wrap-s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2 { display: none !important; }}







#s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-301e8dec-e2ef-434a-8d1b-9ba5fdd22fd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a88e2841-7073-4a5e-a130-ef750a532d81 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a88e2841-7073-4a5e-a130-ef750a532d81 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-f61992e6-c4e0-470d-a6dd-375689009162 {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
text-align: center;
}







  #s-f61992e6-c4e0-470d-a6dd-375689009162 img.shogun-image {
    

    
    
    
  }


#s-f61992e6-c4e0-470d-a6dd-375689009162 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ffdf444-14a6-4f8d-9ff2-1f74ad06609c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-0ffdf444-14a6-4f8d-9ff2-1f74ad06609c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-0ffdf444-14a6-4f8d-9ff2-1f74ad06609c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0ffdf444-14a6-4f8d-9ff2-1f74ad06609c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0ffdf444-14a6-4f8d-9ff2-1f74ad06609c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-d680e6a2-e34d-46d5-8ebd-d5195f71e696 {
  text-align: center;
}







  #s-d680e6a2-e34d-46d5-8ebd-d5195f71e696 img.shogun-image {
    

    
    
    
  }


#s-d680e6a2-e34d-46d5-8ebd-d5195f71e696 .shogun-image-content {
  
    align-items: center;
  
}

#s-e23750c6-03c5-4dcc-b942-09f5a72d7418 {
  text-align: center;
}







  #s-e23750c6-03c5-4dcc-b942-09f5a72d7418 img.shogun-image {
    

    
    
    
  }


#s-e23750c6-03c5-4dcc-b942-09f5a72d7418 .shogun-image-content {
  
    align-items: center;
  
}

#s-92814f90-228f-41c9-8d4e-8660fef30cce {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-92814f90-228f-41c9-8d4e-8660fef30cce img.shogun-image {
    

    
    
    
  }


#s-92814f90-228f-41c9-8d4e-8660fef30cce .shogun-image-content {
  
    align-items: center;
  
}

#s-b9b2bc4c-2c43-4bab-81ce-907484fb794a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-b9b2bc4c-2c43-4bab-81ce-907484fb794a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-b9b2bc4c-2c43-4bab-81ce-907484fb794a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b9b2bc4c-2c43-4bab-81ce-907484fb794a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b9b2bc4c-2c43-4bab-81ce-907484fb794a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-5aa8f384-16ad-4b0e-92d5-93712347126c {
  text-align: center;
}







  #s-5aa8f384-16ad-4b0e-92d5-93712347126c img.shogun-image {
    

    
    
    
  }


#s-5aa8f384-16ad-4b0e-92d5-93712347126c .shogun-image-content {
  
    align-items: center;
  
}

#s-1eb46419-db0c-4716-9572-b4730a0a608d {
  text-align: center;
}







  #s-1eb46419-db0c-4716-9572-b4730a0a608d img.shogun-image {
    

    
    
    
  }


#s-1eb46419-db0c-4716-9572-b4730a0a608d .shogun-image-content {
  
    align-items: center;
  
}

#s-96c09f50-3369-4ea6-85b0-b5dd11ab3948 {
  text-align: center;
}







  #s-96c09f50-3369-4ea6-85b0-b5dd11ab3948 img.shogun-image {
    

    
    
    
  }


#s-96c09f50-3369-4ea6-85b0-b5dd11ab3948 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ed05416-8be6-4e3a-9c17-6c1591c63afa {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-4ed05416-8be6-4e3a-9c17-6c1591c63afa {
  display: none;
}
#s-4ed05416-8be6-4e3a-9c17-6c1591c63afa, #wrap-s-4ed05416-8be6-4e3a-9c17-6c1591c63afa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ed05416-8be6-4e3a-9c17-6c1591c63afa {
  display: none;
}
#s-4ed05416-8be6-4e3a-9c17-6c1591c63afa, #wrap-s-4ed05416-8be6-4e3a-9c17-6c1591c63afa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ed05416-8be6-4e3a-9c17-6c1591c63afa {
  display: none;
}
#s-4ed05416-8be6-4e3a-9c17-6c1591c63afa, #wrap-s-4ed05416-8be6-4e3a-9c17-6c1591c63afa { display: none !important; }}







#s-4ed05416-8be6-4e3a-9c17-6c1591c63afa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ed05416-8be6-4e3a-9c17-6c1591c63afa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6015047a-fce2-4765-8f91-3103d4f62459 {
  padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#s-6015047a-fce2-4765-8f91-3103d4f62459 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-d8995984-65ba-48ea-aab6-ca13e18a39a9 {
  margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 85%;
text-align: center;
}







  #s-d8995984-65ba-48ea-aab6-ca13e18a39a9 img.shogun-image {
    

    
    
    
  }


#s-d8995984-65ba-48ea-aab6-ca13e18a39a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7cbe422-d54a-4008-b232-64a2d13f3394 {
  min-height: 50px;
}








#s-c7cbe422-d54a-4008-b232-64a2d13f3394 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7cbe422-d54a-4008-b232-64a2d13f3394.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b509443e-7794-47c1-af55-ee80733f694e {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b509443e-7794-47c1-af55-ee80733f694e .shogun-heading-component h2 {
  color: rgba(55, 58, 56, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-185d5960-0814-4e45-b866-e4e092263a35 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 70%;
}

#s-41b15ca8-9fc3-41cd-b830-d09775d573d3 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

#s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(55, 58, 56, 1);
}
@media (min-width: 1200px){#s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8 {
  display: none;
}
#s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8, #wrap-s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8 {
  display: none;
}
#s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8, #wrap-s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8 {
  display: none;
}
#s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8, #wrap-s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8 { display: none !important; }}







#s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8708e465-9e0f-4d46-80d1-7d1e92a8c6d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a83b351-d0d6-4af4-bee1-52ef41788386 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a83b351-d0d6-4af4-bee1-52ef41788386 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-6b89d4e1-f598-4221-8f6a-d56455100022 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 75%;
text-align: center;
}







  #s-6b89d4e1-f598-4221-8f6a-d56455100022 img.shogun-image {
    

    
    
    
  }


#s-6b89d4e1-f598-4221-8f6a-d56455100022 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b9b4f33-e259-4bde-89e8-0d85e3ae4880 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-1b9b4f33-e259-4bde-89e8-0d85e3ae4880"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b9b4f33-e259-4bde-89e8-0d85e3ae4880"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b9b4f33-e259-4bde-89e8-0d85e3ae4880"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b9b4f33-e259-4bde-89e8-0d85e3ae4880"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6f2163f4-d0c8-4c76-9a72-f6a1c59a3beb {
  min-height: 50px;
}








#s-6f2163f4-d0c8-4c76-9a72-f6a1c59a3beb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f2163f4-d0c8-4c76-9a72-f6a1c59a3beb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef3ae181-40df-47e8-8a3c-6761ea8e25cb {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 70%;
}

#s-b0a10f51-e957-407a-832a-1c0e7e3aa006 {
  min-height: 50px;
}








#s-b0a10f51-e957-407a-832a-1c0e7e3aa006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0a10f51-e957-407a-832a-1c0e7e3aa006.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aed90f61-e019-4139-afd0-1b0b460fe7bc {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-aed90f61-e019-4139-afd0-1b0b460fe7bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aed90f61-e019-4139-afd0-1b0b460fe7bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0207c8ff-f0dc-4c8f-be30-6c4a96f90a37 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
max-width: 90%;
text-align: center;
}

#s-0207c8ff-f0dc-4c8f-be30-6c4a96f90a37 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-a6ac8612-feed-4578-b05d-11d50fa5f456 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 85%;
text-align: center;
}







  #s-a6ac8612-feed-4578-b05d-11d50fa5f456 img.shogun-image {
    

    
    
    
  }


#s-a6ac8612-feed-4578-b05d-11d50fa5f456 .shogun-image-content {
  
    align-items: center;
  
}

#s-37f402c7-13ad-4f37-802e-134623d1ec42 {
  margin-top: -30px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-37f402c7-13ad-4f37-802e-134623d1ec42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37f402c7-13ad-4f37-802e-134623d1ec42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37f402c7-13ad-4f37-802e-134623d1ec42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37f402c7-13ad-4f37-802e-134623d1ec42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c3e8eeb6-ae65-4a9e-a03f-aac78b5e7dc0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}








#s-c3e8eeb6-ae65-4a9e-a03f-aac78b5e7dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3e8eeb6-ae65-4a9e-a03f-aac78b5e7dc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a714e1d9-b9cc-4ee4-bde9-ece3524e0bef {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
}

#s-50d7cd37-e1b6-4e41-a651-f6622432110a {
  min-height: 50px;
}








#s-50d7cd37-e1b6-4e41-a651-f6622432110a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50d7cd37-e1b6-4e41-a651-f6622432110a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-337ea19b-0560-4be5-be3d-69d551b5ed1a {
  margin-top: 15px;
margin-right: auto;
}

#s-7d4220fe-9dc3-4c38-946e-0930658791e9 {
  margin-top: 0%;
}

#s-fb6e8265-5ead-4644-8e7f-ec05cf028208 {
  padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 500px;
background-color: rgba(255, 143, 28, 1);
}
@media (min-width: 1200px){#s-fb6e8265-5ead-4644-8e7f-ec05cf028208 {
  display: none;
}
#s-fb6e8265-5ead-4644-8e7f-ec05cf028208, #wrap-s-fb6e8265-5ead-4644-8e7f-ec05cf028208 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb6e8265-5ead-4644-8e7f-ec05cf028208 {
  display: none;
}
#s-fb6e8265-5ead-4644-8e7f-ec05cf028208, #wrap-s-fb6e8265-5ead-4644-8e7f-ec05cf028208 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb6e8265-5ead-4644-8e7f-ec05cf028208 {
  display: none;
}
#s-fb6e8265-5ead-4644-8e7f-ec05cf028208, #wrap-s-fb6e8265-5ead-4644-8e7f-ec05cf028208 { display: none !important; }}







#s-fb6e8265-5ead-4644-8e7f-ec05cf028208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb6e8265-5ead-4644-8e7f-ec05cf028208.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d83ce863-8e51-4343-ae74-3f63ec238415 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d83ce863-8e51-4343-ae74-3f63ec238415 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-ef9710c3-0abb-429f-a4f2-182cc646b20d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-ef9710c3-0abb-429f-a4f2-182cc646b20d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef9710c3-0abb-429f-a4f2-182cc646b20d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef9710c3-0abb-429f-a4f2-182cc646b20d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef9710c3-0abb-429f-a4f2-182cc646b20d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6304739c-66d7-4f9b-8775-4be686c11a65 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}







  #s-6304739c-66d7-4f9b-8775-4be686c11a65 img.shogun-image {
    

    
    
    
  }


#s-6304739c-66d7-4f9b-8775-4be686c11a65 .shogun-image-content {
  
    align-items: center;
  
}

#s-749ff16e-4b1f-4c5b-8ba0-fc315f025a48 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
min-height: 50px;
max-width: 90%;
}








#s-749ff16e-4b1f-4c5b-8ba0-fc315f025a48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-749ff16e-4b1f-4c5b-8ba0-fc315f025a48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d46716cc-9359-446e-a800-9277de45a804 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d46716cc-9359-446e-a800-9277de45a804 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


#s-d46716cc-9359-446e-a800-9277de45a804 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-1749fdcf-791e-4ea6-a794-d2e5db8bdc7a {
  margin-top: 2%;
margin-bottom: 4%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1749fdcf-791e-4ea6-a794-d2e5db8bdc7a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 48px;
padding-bottom: 7px;
padding-right: 48px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 58, 54, 1);
}
#s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 58, 54, 1) !important;
border-radius: 45px !important;
background-color: rgba(55, 58, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224-root {
    text-align: center;
  }


#s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224-root {
    text-align: center;
  }


#s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224-root {
    text-align: center;
  }


#s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224-root {
    text-align: center;
  }


#s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224-root {
    text-align: center;
  }


#s-7225072e-ae7f-4cab-bcc7-0f6e0cbb3224.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d980ccba-c5ec-4729-a9ee-e8e57b690096 {
  background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
background-color: rgba(55, 58, 54, 1);
}
@media (min-width: 1200px){#s-d980ccba-c5ec-4729-a9ee-e8e57b690096 {
  display: none;
}
#s-d980ccba-c5ec-4729-a9ee-e8e57b690096, #wrap-s-d980ccba-c5ec-4729-a9ee-e8e57b690096 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d980ccba-c5ec-4729-a9ee-e8e57b690096 {
  display: none;
}
#s-d980ccba-c5ec-4729-a9ee-e8e57b690096, #wrap-s-d980ccba-c5ec-4729-a9ee-e8e57b690096 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d980ccba-c5ec-4729-a9ee-e8e57b690096 {
  display: none;
}
#s-d980ccba-c5ec-4729-a9ee-e8e57b690096, #wrap-s-d980ccba-c5ec-4729-a9ee-e8e57b690096 { display: none !important; }}







#s-d980ccba-c5ec-4729-a9ee-e8e57b690096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d980ccba-c5ec-4729-a9ee-e8e57b690096.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1114ab72-180b-4657-b1ee-80e362946c0f {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-1114ab72-180b-4657-b1ee-80e362946c0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1114ab72-180b-4657-b1ee-80e362946c0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1114ab72-180b-4657-b1ee-80e362946c0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1114ab72-180b-4657-b1ee-80e362946c0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1114ab72-180b-4657-b1ee-80e362946c0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1114ab72-180b-4657-b1ee-80e362946c0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1114ab72-180b-4657-b1ee-80e362946c0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1114ab72-180b-4657-b1ee-80e362946c0f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-79b197b7-9a6a-4d3a-96a7-e0f8384343f4 {
  margin-top: 2%;
margin-bottom: 0%;
min-height: 50px;
}








#s-79b197b7-9a6a-4d3a-96a7-e0f8384343f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79b197b7-9a6a-4d3a-96a7-e0f8384343f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58ed2109-23d3-4f9b-b195-809880ac506f {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-ca25f7d1-b072-4d34-af15-adb57c47dd9e {
  border-style: solid;
margin-top: auto;
margin-left: 0%;
margin-right: auto;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 143, 28, 1);
border-radius: 45px;
background-color: rgba(55, 58, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 143, 28, 1);
}
#s-ca25f7d1-b072-4d34-af15-adb57c47dd9e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 143, 28, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ca25f7d1-b072-4d34-af15-adb57c47dd9e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(243, 243, 243, 1) !important;
border-radius: 45px !important;
background-color: rgba(243, 243, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(55, 58, 54, 1) !important;}

  #s-ca25f7d1-b072-4d34-af15-adb57c47dd9e-root {
    text-align: center;
  }


#s-ca25f7d1-b072-4d34-af15-adb57c47dd9e.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca25f7d1-b072-4d34-af15-adb57c47dd9e-root {
    text-align: center;
  }


#s-ca25f7d1-b072-4d34-af15-adb57c47dd9e.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca25f7d1-b072-4d34-af15-adb57c47dd9e-root {
    text-align: center;
  }


#s-ca25f7d1-b072-4d34-af15-adb57c47dd9e.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca25f7d1-b072-4d34-af15-adb57c47dd9e-root {
    text-align: center;
  }


#s-ca25f7d1-b072-4d34-af15-adb57c47dd9e.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca25f7d1-b072-4d34-af15-adb57c47dd9e-root {
    text-align: center;
  }


#s-ca25f7d1-b072-4d34-af15-adb57c47dd9e.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-89435233-be4a-4433-baf2-8c39e40058fe {
  margin-left: auto;
margin-right: auto;
max-width: 660px;
aspect-ratio: 660/349;
text-align: center;
}





  #s-89435233-be4a-4433-baf2-8c39e40058fe img.shogun-image,
  #s-89435233-be4a-4433-baf2-8c39e40058fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89435233-be4a-4433-baf2-8c39e40058fe {
    width: 100%;
    height: auto;
  }



  #s-89435233-be4a-4433-baf2-8c39e40058fe img.shogun-image {
    

    
    
    
  }


#s-89435233-be4a-4433-baf2-8c39e40058fe .shogun-image-content {
  
    align-items: center;
  
}

#s-0e0185c8-a97e-4beb-991a-9463a8a4702f {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-0e0185c8-a97e-4beb-991a-9463a8a4702f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e0185c8-a97e-4beb-991a-9463a8a4702f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e0185c8-a97e-4beb-991a-9463a8a4702f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e0185c8-a97e-4beb-991a-9463a8a4702f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e0185c8-a97e-4beb-991a-9463a8a4702f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e0185c8-a97e-4beb-991a-9463a8a4702f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e0185c8-a97e-4beb-991a-9463a8a4702f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0e0185c8-a97e-4beb-991a-9463a8a4702f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7ba51c60-7724-42db-a238-b30adc37f195 {
  margin-top: 2%;
margin-bottom: 0%;
margin-right: auto;
min-height: 50px;
}








#s-7ba51c60-7724-42db-a238-b30adc37f195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ba51c60-7724-42db-a238-b30adc37f195.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e9384f6-c7a4-435d-a79f-5cd90c52a23c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7e9384f6-c7a4-435d-a79f-5cd90c52a23c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e9384f6-c7a4-435d-a79f-5cd90c52a23c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23a68e9d-953c-4c7b-a8f4-bc6c56b1f8b0 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-23a68e9d-953c-4c7b-a8f4-bc6c56b1f8b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-23a68e9d-953c-4c7b-a8f4-bc6c56b1f8b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-23a68e9d-953c-4c7b-a8f4-bc6c56b1f8b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-23a68e9d-953c-4c7b-a8f4-bc6c56b1f8b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bc3b1d83-c61f-4d53-b26c-892404a4a740 {
  text-align: center;
}







  #s-bc3b1d83-c61f-4d53-b26c-892404a4a740 img.shogun-image {
    

    
    
    
  }


#s-bc3b1d83-c61f-4d53-b26c-892404a4a740 .shogun-image-content {
  
    align-items: center;
  
}

#s-991cff1d-f576-4af7-8a73-7f312af76eae {
  text-align: center;
}







  #s-991cff1d-f576-4af7-8a73-7f312af76eae img.shogun-image {
    

    
    
    
  }


#s-991cff1d-f576-4af7-8a73-7f312af76eae .shogun-image-content {
  
    align-items: center;
  
}

#s-22119e07-360a-4e46-84be-513becd31e66 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-22119e07-360a-4e46-84be-513becd31e66 img.shogun-image {
    

    
    
    
  }


#s-22119e07-360a-4e46-84be-513becd31e66 .shogun-image-content {
  
    align-items: center;
  
}

#s-469de9c9-405c-44b1-a320-39b1935a39af {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-469de9c9-405c-44b1-a320-39b1935a39af {
  display: none;
}
#s-469de9c9-405c-44b1-a320-39b1935a39af, #wrap-s-469de9c9-405c-44b1-a320-39b1935a39af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-469de9c9-405c-44b1-a320-39b1935a39af {
  display: none;
}
#s-469de9c9-405c-44b1-a320-39b1935a39af, #wrap-s-469de9c9-405c-44b1-a320-39b1935a39af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-469de9c9-405c-44b1-a320-39b1935a39af {
  display: none;
}
#s-469de9c9-405c-44b1-a320-39b1935a39af, #wrap-s-469de9c9-405c-44b1-a320-39b1935a39af { display: none !important; }}







#s-469de9c9-405c-44b1-a320-39b1935a39af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-469de9c9-405c-44b1-a320-39b1935a39af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1db62d3-3396-48eb-b688-1ca50bb69d4c {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-c1db62d3-3396-48eb-b688-1ca50bb69d4c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-c1db62d3-3396-48eb-b688-1ca50bb69d4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c1db62d3-3396-48eb-b688-1ca50bb69d4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c1db62d3-3396-48eb-b688-1ca50bb69d4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-eedea7e8-1ec3-4e49-8c7c-d0e195161a49 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-eedea7e8-1ec3-4e49-8c7c-d0e195161a49 img.shogun-image {
    

    
    
    
  }


#s-eedea7e8-1ec3-4e49-8c7c-d0e195161a49 .shogun-image-content {
  
    align-items: center;
  
}

#s-810e0ec7-282f-4f23-8d3e-04e9b5b7537d {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-810e0ec7-282f-4f23-8d3e-04e9b5b7537d img.shogun-image {
    

    
    
    
  }


#s-810e0ec7-282f-4f23-8d3e-04e9b5b7537d .shogun-image-content {
  
    align-items: center;
  
}

#s-1ca0e9fd-367a-4572-982d-d73a4a135167 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-1ca0e9fd-367a-4572-982d-d73a4a135167 img.shogun-image {
    

    
    
    
  }


#s-1ca0e9fd-367a-4572-982d-d73a4a135167 .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}
