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

.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-5f824721-278c-4b9f-9c86-0c93e04e215c {
  padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-5f824721-278c-4b9f-9c86-0c93e04e215c {
  padding-top: 32px;
padding-bottom: 32px;
}
}







#s-5f824721-278c-4b9f-9c86-0c93e04e215c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f824721-278c-4b9f-9c86-0c93e04e215c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-7d3be574-fc76-409d-922a-ff44643d6735 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7d3be574-fc76-409d-922a-ff44643d6735 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7d3be574-fc76-409d-922a-ff44643d6735 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-7d3be574-fc76-409d-922a-ff44643d6735 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-9b6b0588-9ef4-41b2-bb37-c07113cceecc {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b6b0588-9ef4-41b2-bb37-c07113cceecc {
  display: none;
}
#s-9b6b0588-9ef4-41b2-bb37-c07113cceecc, #wrap-s-9b6b0588-9ef4-41b2-bb37-c07113cceecc { display: none !important; }}@media (max-width: 767px){#s-9b6b0588-9ef4-41b2-bb37-c07113cceecc {
  display: none;
}
#s-9b6b0588-9ef4-41b2-bb37-c07113cceecc, #wrap-s-9b6b0588-9ef4-41b2-bb37-c07113cceecc { display: none !important; }}
#s-9b6b0588-9ef4-41b2-bb37-c07113cceecc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9b6b0588-9ef4-41b2-bb37-c07113cceecc .shg-sld-nav-button.shg-sld-left,
#s-9b6b0588-9ef4-41b2-bb37-c07113cceecc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

@media (min-width: 0px) {
[id="s-a94d0597-be85-45fa-9031-7a00946491fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a94d0597-be85-45fa-9031-7a00946491fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a94d0597-be85-45fa-9031-7a00946491fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a94d0597-be85-45fa-9031-7a00946491fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d505ebb3-9337-4d42-b8cd-2e1a1137f0fc {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d505ebb3-9337-4d42-b8cd-2e1a1137f0fc {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-d505ebb3-9337-4d42-b8cd-2e1a1137f0fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d505ebb3-9337-4d42-b8cd-2e1a1137f0fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d3e4fd5-2bde-42e4-81ab-3d8c72562d89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1d3e4fd5-2bde-42e4-81ab-3d8c72562d89 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-b48b2af1-bf2c-4484-9c40-c42df12884f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b48b2af1-bf2c-4484-9c40-c42df12884f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b48b2af1-bf2c-4484-9c40-c42df12884f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b48b2af1-bf2c-4484-9c40-c42df12884f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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-8d44ffd8-4935-4635-92bb-330628f3831e {
  text-align: center;
}







  #s-8d44ffd8-4935-4635-92bb-330628f3831e img.shogun-image {
    

    
    
    
  }


#s-8d44ffd8-4935-4635-92bb-330628f3831e .shogun-image-content {
  
    align-items: center;
  
}

#s-83e46e8d-35ed-4324-b07b-ff02886086a9 {
  text-align: center;
}







  #s-83e46e8d-35ed-4324-b07b-ff02886086a9 img.shogun-image {
    

    
    
    
  }


#s-83e46e8d-35ed-4324-b07b-ff02886086a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8e23f5e-d0f5-4a36-8213-c9d2720e07e5 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-b8e23f5e-d0f5-4a36-8213-c9d2720e07e5 img.shogun-image {
    

    
    
    
  }


#s-b8e23f5e-d0f5-4a36-8213-c9d2720e07e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca868863-b63e-4ed0-9762-cb02093599e0 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-ca868863-b63e-4ed0-9762-cb02093599e0 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5bad4f78-544b-44f5-b7b6-4eee1f6b3dc9 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-5bad4f78-544b-44f5-b7b6-4eee1f6b3dc9 img.shogun-image {
    

    
    
    
  }


#s-5bad4f78-544b-44f5-b7b6-4eee1f6b3dc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3e995f1-0063-4c06-84f6-afb2160af2a7 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-c3e995f1-0063-4c06-84f6-afb2160af2a7 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



.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-d7d677dc-061e-4728-9b7d-d653a00afd2a {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d7d677dc-061e-4728-9b7d-d653a00afd2a:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d7d677dc-061e-4728-9b7d-d653a00afd2a:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d7d677dc-061e-4728-9b7d-d653a00afd2a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7d677dc-061e-4728-9b7d-d653a00afd2a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7d677dc-061e-4728-9b7d-d653a00afd2a {
  
}
}@media (max-width: 767px){#s-d7d677dc-061e-4728-9b7d-d653a00afd2a {
  
}
}

  #s-d7d677dc-061e-4728-9b7d-d653a00afd2a-root {
    text-align: center;
  }


#s-d7d677dc-061e-4728-9b7d-d653a00afd2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7d677dc-061e-4728-9b7d-d653a00afd2a-root {
    text-align: center;
  }


#s-d7d677dc-061e-4728-9b7d-d653a00afd2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7d677dc-061e-4728-9b7d-d653a00afd2a-root {
    text-align: center;
  }


#s-d7d677dc-061e-4728-9b7d-d653a00afd2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7d677dc-061e-4728-9b7d-d653a00afd2a-root {
    text-align: center;
  }


#s-d7d677dc-061e-4728-9b7d-d653a00afd2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7d677dc-061e-4728-9b7d-d653a00afd2a-root {
    text-align: center;
  }


#s-d7d677dc-061e-4728-9b7d-d653a00afd2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8722b194-efc2-44f8-9bff-7db7d83b7363 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8722b194-efc2-44f8-9bff-7db7d83b7363 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-8722b194-efc2-44f8-9bff-7db7d83b7363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8722b194-efc2-44f8-9bff-7db7d83b7363.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84c773fa-8906-4c49-bac7-51563db37b54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-84c773fa-8906-4c49-bac7-51563db37b54 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-c147d15c-4ceb-4ad4-b50e-105417c3a9e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c147d15c-4ceb-4ad4-b50e-105417c3a9e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c147d15c-4ceb-4ad4-b50e-105417c3a9e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c147d15c-4ceb-4ad4-b50e-105417c3a9e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-08badd6e-1330-4725-b2c2-afd763afe5aa {
  max-width: 938px;
aspect-ratio: 938/1072;
text-align: center;
}





  #s-08badd6e-1330-4725-b2c2-afd763afe5aa img.shogun-image,
  #s-08badd6e-1330-4725-b2c2-afd763afe5aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08badd6e-1330-4725-b2c2-afd763afe5aa {
    width: 100%;
    height: auto;
  }



  #s-08badd6e-1330-4725-b2c2-afd763afe5aa img.shogun-image {
    

    
    
    
  }


#s-08badd6e-1330-4725-b2c2-afd763afe5aa .shogun-image-content {
  
    align-items: center;
  
}

#s-be6e8b45-ab87-4a6e-8a65-1037f1123432 {
  max-width: 1128px;
aspect-ratio: 1128/1289;
text-align: center;
}





  #s-be6e8b45-ab87-4a6e-8a65-1037f1123432 img.shogun-image,
  #s-be6e8b45-ab87-4a6e-8a65-1037f1123432 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be6e8b45-ab87-4a6e-8a65-1037f1123432 {
    width: 100%;
    height: auto;
  }



  #s-be6e8b45-ab87-4a6e-8a65-1037f1123432 img.shogun-image {
    

    
    
    
  }


#s-be6e8b45-ab87-4a6e-8a65-1037f1123432 .shogun-image-content {
  
    align-items: center;
  
}

#s-f64ca688-bf87-4dd5-a73a-3d9b52b74ed8 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-f64ca688-bf87-4dd5-a73a-3d9b52b74ed8 img.shogun-image {
    

    
    
    
  }


#s-f64ca688-bf87-4dd5-a73a-3d9b52b74ed8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0607abd3-896b-45fb-9ceb-098987730646 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-0607abd3-896b-45fb-9ceb-098987730646 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b2945625-6746-4288-b090-56f9fe49f14e {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-b2945625-6746-4288-b090-56f9fe49f14e img.shogun-image {
    

    
    
    
  }


#s-b2945625-6746-4288-b090-56f9fe49f14e .shogun-image-content {
  
    align-items: center;
  
}

#s-e41dcdc4-f670-4030-988b-194a20ede2d2 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-e41dcdc4-f670-4030-988b-194a20ede2d2 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4 {
  
}
}@media (max-width: 767px){#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4 {
  
}
}

  #s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4-root {
    text-align: center;
  }


#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4-root {
    text-align: center;
  }


#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4-root {
    text-align: center;
  }


#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4-root {
    text-align: center;
  }


#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4-root {
    text-align: center;
  }


#s-8fc2bfc3-e43e-4baa-833b-b2dd110d05c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-955ebd1f-3c84-452c-b2f4-dc5c47f5ecd6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-955ebd1f-3c84-452c-b2f4-dc5c47f5ecd6 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-955ebd1f-3c84-452c-b2f4-dc5c47f5ecd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-955ebd1f-3c84-452c-b2f4-dc5c47f5ecd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac053640-ccbc-403e-b596-ab2eb1a9a608 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac053640-ccbc-403e-b596-ab2eb1a9a608 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-50b24f2c-2b27-4247-b390-bb9b85f565d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-50b24f2c-2b27-4247-b390-bb9b85f565d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-50b24f2c-2b27-4247-b390-bb9b85f565d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-50b24f2c-2b27-4247-b390-bb9b85f565d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-52d909ba-5606-4907-a9f8-351d1f6965be {
  max-width: 1164px;
aspect-ratio: 1164/1330;
text-align: center;
}





  #s-52d909ba-5606-4907-a9f8-351d1f6965be img.shogun-image,
  #s-52d909ba-5606-4907-a9f8-351d1f6965be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52d909ba-5606-4907-a9f8-351d1f6965be {
    width: 100%;
    height: auto;
  }



  #s-52d909ba-5606-4907-a9f8-351d1f6965be img.shogun-image {
    

    
    
    
  }


#s-52d909ba-5606-4907-a9f8-351d1f6965be .shogun-image-content {
  
    align-items: center;
  
}

#s-feb49816-4fe8-4c93-bb27-0bb2586eb6ad {
  max-width: 1160px;
aspect-ratio: 1160/1326;
text-align: center;
}





  #s-feb49816-4fe8-4c93-bb27-0bb2586eb6ad img.shogun-image,
  #s-feb49816-4fe8-4c93-bb27-0bb2586eb6ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-feb49816-4fe8-4c93-bb27-0bb2586eb6ad {
    width: 100%;
    height: auto;
  }



  #s-feb49816-4fe8-4c93-bb27-0bb2586eb6ad img.shogun-image {
    

    
    
    
  }


#s-feb49816-4fe8-4c93-bb27-0bb2586eb6ad .shogun-image-content {
  
    align-items: center;
  
}

#s-536b2094-5de5-48bf-a4be-aaccd544d08d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-536b2094-5de5-48bf-a4be-aaccd544d08d img.shogun-image {
    

    
    
    
  }


#s-536b2094-5de5-48bf-a4be-aaccd544d08d .shogun-image-content {
  
    align-items: center;
  
}

#s-223e7a64-5811-4a66-8f7f-dbb8582b8d5e {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-223e7a64-5811-4a66-8f7f-dbb8582b8d5e .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8f7aec07-6a94-4fbf-aff1-9a6ce1f7ff81 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-8f7aec07-6a94-4fbf-aff1-9a6ce1f7ff81 img.shogun-image {
    

    
    
    
  }


#s-8f7aec07-6a94-4fbf-aff1-9a6ce1f7ff81 .shogun-image-content {
  
    align-items: center;
  
}

#s-b78808cf-2c14-4b9d-beeb-61c3c9f2f405 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-b78808cf-2c14-4b9d-beeb-61c3c9f2f405 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-4163b17c-0101-4abf-aafd-1f36d4c7491b {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4163b17c-0101-4abf-aafd-1f36d4c7491b:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4163b17c-0101-4abf-aafd-1f36d4c7491b:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4163b17c-0101-4abf-aafd-1f36d4c7491b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4163b17c-0101-4abf-aafd-1f36d4c7491b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4163b17c-0101-4abf-aafd-1f36d4c7491b {
  
}
}@media (max-width: 767px){#s-4163b17c-0101-4abf-aafd-1f36d4c7491b {
  
}
}

  #s-4163b17c-0101-4abf-aafd-1f36d4c7491b-root {
    text-align: center;
  }


#s-4163b17c-0101-4abf-aafd-1f36d4c7491b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4163b17c-0101-4abf-aafd-1f36d4c7491b-root {
    text-align: center;
  }


#s-4163b17c-0101-4abf-aafd-1f36d4c7491b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4163b17c-0101-4abf-aafd-1f36d4c7491b-root {
    text-align: center;
  }


#s-4163b17c-0101-4abf-aafd-1f36d4c7491b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4163b17c-0101-4abf-aafd-1f36d4c7491b-root {
    text-align: center;
  }


#s-4163b17c-0101-4abf-aafd-1f36d4c7491b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4163b17c-0101-4abf-aafd-1f36d4c7491b-root {
    text-align: center;
  }


#s-4163b17c-0101-4abf-aafd-1f36d4c7491b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-b951348f-3240-46be-abdf-7a481b150a63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b951348f-3240-46be-abdf-7a481b150a63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b951348f-3240-46be-abdf-7a481b150a63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b951348f-3240-46be-abdf-7a481b150a63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-821d754d-3548-42cc-8e7c-28053dc8a1db {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-821d754d-3548-42cc-8e7c-28053dc8a1db {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-821d754d-3548-42cc-8e7c-28053dc8a1db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-821d754d-3548-42cc-8e7c-28053dc8a1db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc19cd56-74e8-4a6f-94bf-222fb3996856 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc19cd56-74e8-4a6f-94bf-222fb3996856 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-631002dc-d7a2-48d1-a17f-a493270e522b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-631002dc-d7a2-48d1-a17f-a493270e522b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-631002dc-d7a2-48d1-a17f-a493270e522b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-631002dc-d7a2-48d1-a17f-a493270e522b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b3ae0a20-77e5-40ae-bc3a-61436c02448a {
  max-width: 1164px;
aspect-ratio: 1164/1330;
text-align: center;
}





  #s-b3ae0a20-77e5-40ae-bc3a-61436c02448a img.shogun-image,
  #s-b3ae0a20-77e5-40ae-bc3a-61436c02448a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3ae0a20-77e5-40ae-bc3a-61436c02448a {
    width: 100%;
    height: auto;
  }



  #s-b3ae0a20-77e5-40ae-bc3a-61436c02448a img.shogun-image {
    

    
    
    
  }


#s-b3ae0a20-77e5-40ae-bc3a-61436c02448a .shogun-image-content {
  
    align-items: center;
  
}

#s-81befebb-4ec6-4db1-8c93-031a3d0bcab8 {
  max-width: 1156px;
aspect-ratio: 1156/1321;
text-align: center;
}





  #s-81befebb-4ec6-4db1-8c93-031a3d0bcab8 img.shogun-image,
  #s-81befebb-4ec6-4db1-8c93-031a3d0bcab8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81befebb-4ec6-4db1-8c93-031a3d0bcab8 {
    width: 100%;
    height: auto;
  }



  #s-81befebb-4ec6-4db1-8c93-031a3d0bcab8 img.shogun-image {
    

    
    
    
  }


#s-81befebb-4ec6-4db1-8c93-031a3d0bcab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f22e5240-fe7f-4ba7-94c7-86f0b9529a48 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-f22e5240-fe7f-4ba7-94c7-86f0b9529a48 img.shogun-image {
    

    
    
    
  }


#s-f22e5240-fe7f-4ba7-94c7-86f0b9529a48 .shogun-image-content {
  
    align-items: center;
  
}

#s-83642e9d-5ed7-4086-ad73-5b4617a2b3cf {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-83642e9d-5ed7-4086-ad73-5b4617a2b3cf .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6a716017-dfd3-42c4-a480-62491e646ce9 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-6a716017-dfd3-42c4-a480-62491e646ce9 img.shogun-image {
    

    
    
    
  }


#s-6a716017-dfd3-42c4-a480-62491e646ce9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ba3d923-396f-4ccc-8405-d1d55d8b8d86 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-9ba3d923-396f-4ccc-8405-d1d55d8b8d86 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9092cee3-5565-4b40-bcfa-7374db0e2d53 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9092cee3-5565-4b40-bcfa-7374db0e2d53:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9092cee3-5565-4b40-bcfa-7374db0e2d53:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9092cee3-5565-4b40-bcfa-7374db0e2d53 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9092cee3-5565-4b40-bcfa-7374db0e2d53 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9092cee3-5565-4b40-bcfa-7374db0e2d53 {
  
}
}@media (max-width: 767px){#s-9092cee3-5565-4b40-bcfa-7374db0e2d53 {
  
}
}

  #s-9092cee3-5565-4b40-bcfa-7374db0e2d53-root {
    text-align: center;
  }


#s-9092cee3-5565-4b40-bcfa-7374db0e2d53.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9092cee3-5565-4b40-bcfa-7374db0e2d53-root {
    text-align: center;
  }


#s-9092cee3-5565-4b40-bcfa-7374db0e2d53.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9092cee3-5565-4b40-bcfa-7374db0e2d53-root {
    text-align: center;
  }


#s-9092cee3-5565-4b40-bcfa-7374db0e2d53.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9092cee3-5565-4b40-bcfa-7374db0e2d53-root {
    text-align: center;
  }


#s-9092cee3-5565-4b40-bcfa-7374db0e2d53.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9092cee3-5565-4b40-bcfa-7374db0e2d53-root {
    text-align: center;
  }


#s-9092cee3-5565-4b40-bcfa-7374db0e2d53.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-313b1c60-3640-4bb4-982d-43d5d6b1bbab {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-313b1c60-3640-4bb4-982d-43d5d6b1bbab {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-313b1c60-3640-4bb4-982d-43d5d6b1bbab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-313b1c60-3640-4bb4-982d-43d5d6b1bbab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e940308-ee6e-44e6-8540-95eef3eef6e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e940308-ee6e-44e6-8540-95eef3eef6e1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-921e0e42-dc37-44bc-b5dc-a38f6f66a360"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-921e0e42-dc37-44bc-b5dc-a38f6f66a360"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-921e0e42-dc37-44bc-b5dc-a38f6f66a360"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-921e0e42-dc37-44bc-b5dc-a38f6f66a360"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cc211b36-8b5b-4eaa-8570-adb72f68a7db {
  max-width: 1158px;
aspect-ratio: 1158/1323;
text-align: center;
}





  #s-cc211b36-8b5b-4eaa-8570-adb72f68a7db img.shogun-image,
  #s-cc211b36-8b5b-4eaa-8570-adb72f68a7db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc211b36-8b5b-4eaa-8570-adb72f68a7db {
    width: 100%;
    height: auto;
  }



  #s-cc211b36-8b5b-4eaa-8570-adb72f68a7db img.shogun-image {
    

    
    
    
  }


#s-cc211b36-8b5b-4eaa-8570-adb72f68a7db .shogun-image-content {
  
    align-items: center;
  
}

#s-bea10feb-3aeb-4cc4-ad4c-be46c0432f72 {
  max-width: 1156px;
aspect-ratio: 1156/1321;
text-align: center;
}





  #s-bea10feb-3aeb-4cc4-ad4c-be46c0432f72 img.shogun-image,
  #s-bea10feb-3aeb-4cc4-ad4c-be46c0432f72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bea10feb-3aeb-4cc4-ad4c-be46c0432f72 {
    width: 100%;
    height: auto;
  }



  #s-bea10feb-3aeb-4cc4-ad4c-be46c0432f72 img.shogun-image {
    

    
    
    
  }


#s-bea10feb-3aeb-4cc4-ad4c-be46c0432f72 .shogun-image-content {
  
    align-items: center;
  
}

#s-96feda1a-7db6-4362-9587-dc77d4c6d8bd {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-96feda1a-7db6-4362-9587-dc77d4c6d8bd img.shogun-image {
    

    
    
    
  }


#s-96feda1a-7db6-4362-9587-dc77d4c6d8bd .shogun-image-content {
  
    align-items: center;
  
}

#s-0ef3dac5-c523-432c-9304-239dab604d57 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-0ef3dac5-c523-432c-9304-239dab604d57 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-016a8976-3d78-4385-a66b-ee45a5030493 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-016a8976-3d78-4385-a66b-ee45a5030493 img.shogun-image {
    

    
    
    
  }


#s-016a8976-3d78-4385-a66b-ee45a5030493 .shogun-image-content {
  
    align-items: center;
  
}

#s-959b318b-8159-4694-bb66-2a4961e644aa {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-959b318b-8159-4694-bb66-2a4961e644aa .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-af9361fb-4e5b-4017-9a8e-af29c39621c2 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-af9361fb-4e5b-4017-9a8e-af29c39621c2:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af9361fb-4e5b-4017-9a8e-af29c39621c2:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-af9361fb-4e5b-4017-9a8e-af29c39621c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af9361fb-4e5b-4017-9a8e-af29c39621c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af9361fb-4e5b-4017-9a8e-af29c39621c2 {
  
}
}@media (max-width: 767px){#s-af9361fb-4e5b-4017-9a8e-af29c39621c2 {
  
}
}

  #s-af9361fb-4e5b-4017-9a8e-af29c39621c2-root {
    text-align: center;
  }


#s-af9361fb-4e5b-4017-9a8e-af29c39621c2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af9361fb-4e5b-4017-9a8e-af29c39621c2-root {
    text-align: center;
  }


#s-af9361fb-4e5b-4017-9a8e-af29c39621c2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af9361fb-4e5b-4017-9a8e-af29c39621c2-root {
    text-align: center;
  }


#s-af9361fb-4e5b-4017-9a8e-af29c39621c2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af9361fb-4e5b-4017-9a8e-af29c39621c2-root {
    text-align: center;
  }


#s-af9361fb-4e5b-4017-9a8e-af29c39621c2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af9361fb-4e5b-4017-9a8e-af29c39621c2-root {
    text-align: center;
  }


#s-af9361fb-4e5b-4017-9a8e-af29c39621c2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7a041789-68f2-4fa2-bf5c-7016bfc0cfe7 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7a041789-68f2-4fa2-bf5c-7016bfc0cfe7 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-7a041789-68f2-4fa2-bf5c-7016bfc0cfe7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a041789-68f2-4fa2-bf5c-7016bfc0cfe7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b224c5f-4a33-40e3-964f-59db1fe6c0c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b224c5f-4a33-40e3-964f-59db1fe6c0c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-3a0b182a-9f98-43ed-b0d8-c14830ad7e14"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3a0b182a-9f98-43ed-b0d8-c14830ad7e14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3a0b182a-9f98-43ed-b0d8-c14830ad7e14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a0b182a-9f98-43ed-b0d8-c14830ad7e14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ab2901b1-9e88-473f-954e-fbd88ae9344e {
  max-width: 1994px;
aspect-ratio: 1994/2279;
text-align: center;
}





  #s-ab2901b1-9e88-473f-954e-fbd88ae9344e img.shogun-image,
  #s-ab2901b1-9e88-473f-954e-fbd88ae9344e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab2901b1-9e88-473f-954e-fbd88ae9344e {
    width: 100%;
    height: auto;
  }



  #s-ab2901b1-9e88-473f-954e-fbd88ae9344e img.shogun-image {
    

    
    
    
  }


#s-ab2901b1-9e88-473f-954e-fbd88ae9344e .shogun-image-content {
  
    align-items: center;
  
}

#s-bec2b4dc-88f2-41fc-b6d9-2da29dc0765b {
  max-width: 2261px;
aspect-ratio: 2261/2584;
text-align: center;
}





  #s-bec2b4dc-88f2-41fc-b6d9-2da29dc0765b img.shogun-image,
  #s-bec2b4dc-88f2-41fc-b6d9-2da29dc0765b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bec2b4dc-88f2-41fc-b6d9-2da29dc0765b {
    width: 100%;
    height: auto;
  }



  #s-bec2b4dc-88f2-41fc-b6d9-2da29dc0765b img.shogun-image {
    

    
    
    
  }


#s-bec2b4dc-88f2-41fc-b6d9-2da29dc0765b .shogun-image-content {
  
    align-items: center;
  
}

#s-d229693a-edba-413a-bb84-e62af8e9b4f4 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-d229693a-edba-413a-bb84-e62af8e9b4f4 img.shogun-image {
    

    
    
    
  }


#s-d229693a-edba-413a-bb84-e62af8e9b4f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ff087eb-54eb-4328-bff8-73a86e40536f {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-4ff087eb-54eb-4328-bff8-73a86e40536f .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3119013f-018d-4c80-9d5e-ba0baf8a14b6 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-3119013f-018d-4c80-9d5e-ba0baf8a14b6 img.shogun-image {
    

    
    
    
  }


#s-3119013f-018d-4c80-9d5e-ba0baf8a14b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9add30d6-6098-40b6-931c-4bc68a0140b7 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-9add30d6-6098-40b6-931c-4bc68a0140b7 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4 {
  
}
}@media (max-width: 767px){#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4 {
  
}
}

  #s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4-root {
    text-align: center;
  }


#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4-root {
    text-align: center;
  }


#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4-root {
    text-align: center;
  }


#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4-root {
    text-align: center;
  }


#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4-root {
    text-align: center;
  }


#s-7a3b8e31-12b3-43dc-8969-2378cddcdaf4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-af837750-94ce-4f8a-80b5-d9b17af4a3ed {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-af837750-94ce-4f8a-80b5-d9b17af4a3ed {
  display: none;
}
#s-af837750-94ce-4f8a-80b5-d9b17af4a3ed, #wrap-s-af837750-94ce-4f8a-80b5-d9b17af4a3ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af837750-94ce-4f8a-80b5-d9b17af4a3ed {
  display: none;
}
#s-af837750-94ce-4f8a-80b5-d9b17af4a3ed, #wrap-s-af837750-94ce-4f8a-80b5-d9b17af4a3ed { display: none !important; }}
#s-af837750-94ce-4f8a-80b5-d9b17af4a3ed .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-af837750-94ce-4f8a-80b5-d9b17af4a3ed .shg-sld-nav-button.shg-sld-left,
#s-af837750-94ce-4f8a-80b5-d9b17af4a3ed .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ef45017c-2f8c-47ca-9b7b-eb113d15238c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ef45017c-2f8c-47ca-9b7b-eb113d15238c {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-ef45017c-2f8c-47ca-9b7b-eb113d15238c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef45017c-2f8c-47ca-9b7b-eb113d15238c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7818b15e-f1d4-4d30-aab7-e8cc2609f21e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7818b15e-f1d4-4d30-aab7-e8cc2609f21e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-437e9bf7-7878-46ec-b4f0-6bf34360a431"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-437e9bf7-7878-46ec-b4f0-6bf34360a431"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-437e9bf7-7878-46ec-b4f0-6bf34360a431"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-437e9bf7-7878-46ec-b4f0-6bf34360a431"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ae3585c4-1c37-4b58-b0b5-6f4f2042dd32 {
  text-align: center;
}







  #s-ae3585c4-1c37-4b58-b0b5-6f4f2042dd32 img.shogun-image {
    

    
    
    
  }


#s-ae3585c4-1c37-4b58-b0b5-6f4f2042dd32 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0eef802-0332-4f99-93dc-4ad124d4f88a {
  text-align: center;
}







  #s-c0eef802-0332-4f99-93dc-4ad124d4f88a img.shogun-image {
    

    
    
    
  }


#s-c0eef802-0332-4f99-93dc-4ad124d4f88a .shogun-image-content {
  
    align-items: center;
  
}

#s-5b7904e7-61ce-4fb8-ab0c-1219de2be29e {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-5b7904e7-61ce-4fb8-ab0c-1219de2be29e img.shogun-image {
    

    
    
    
  }


#s-5b7904e7-61ce-4fb8-ab0c-1219de2be29e .shogun-image-content {
  
    align-items: center;
  
}

#s-ea43f7ef-b2e4-4a15-9f05-64f4a003c02f {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-ea43f7ef-b2e4-4a15-9f05-64f4a003c02f .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2b652971-76a8-4b3a-aa35-362b7f29c7a9 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-2b652971-76a8-4b3a-aa35-362b7f29c7a9 img.shogun-image {
    

    
    
    
  }


#s-2b652971-76a8-4b3a-aa35-362b7f29c7a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-611872aa-8b3b-4e9f-838e-55f751374f66 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-611872aa-8b3b-4e9f-838e-55f751374f66 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c1089d64-904a-4779-8f41-53953bfd321b {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c1089d64-904a-4779-8f41-53953bfd321b:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c1089d64-904a-4779-8f41-53953bfd321b:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c1089d64-904a-4779-8f41-53953bfd321b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1089d64-904a-4779-8f41-53953bfd321b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1089d64-904a-4779-8f41-53953bfd321b {
  
}
}@media (max-width: 767px){#s-c1089d64-904a-4779-8f41-53953bfd321b {
  
}
}

  #s-c1089d64-904a-4779-8f41-53953bfd321b-root {
    text-align: center;
  }


#s-c1089d64-904a-4779-8f41-53953bfd321b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1089d64-904a-4779-8f41-53953bfd321b-root {
    text-align: center;
  }


#s-c1089d64-904a-4779-8f41-53953bfd321b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1089d64-904a-4779-8f41-53953bfd321b-root {
    text-align: center;
  }


#s-c1089d64-904a-4779-8f41-53953bfd321b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1089d64-904a-4779-8f41-53953bfd321b-root {
    text-align: center;
  }


#s-c1089d64-904a-4779-8f41-53953bfd321b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1089d64-904a-4779-8f41-53953bfd321b-root {
    text-align: center;
  }


#s-c1089d64-904a-4779-8f41-53953bfd321b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6c8f158b-3f91-46f2-9b6a-8b30018f46e1 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6c8f158b-3f91-46f2-9b6a-8b30018f46e1 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-6c8f158b-3f91-46f2-9b6a-8b30018f46e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c8f158b-3f91-46f2-9b6a-8b30018f46e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e64feb7f-23ef-4030-963d-5f1e257d0120 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e64feb7f-23ef-4030-963d-5f1e257d0120 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-b948b075-4ed9-4db7-b5fd-a40b41cd413e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b948b075-4ed9-4db7-b5fd-a40b41cd413e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b948b075-4ed9-4db7-b5fd-a40b41cd413e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b948b075-4ed9-4db7-b5fd-a40b41cd413e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5d74e756-44dd-49eb-b792-2e5e3e6c53e8 {
  max-width: 1319px;
aspect-ratio: 1319/1508;
text-align: center;
}





  #s-5d74e756-44dd-49eb-b792-2e5e3e6c53e8 img.shogun-image,
  #s-5d74e756-44dd-49eb-b792-2e5e3e6c53e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d74e756-44dd-49eb-b792-2e5e3e6c53e8 {
    width: 100%;
    height: auto;
  }



  #s-5d74e756-44dd-49eb-b792-2e5e3e6c53e8 img.shogun-image {
    

    
    
    
  }


#s-5d74e756-44dd-49eb-b792-2e5e3e6c53e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dce3b85-96d7-483a-bbcf-e5de3bc35995 {
  max-width: 1885px;
aspect-ratio: 1885/2154;
text-align: center;
}





  #s-6dce3b85-96d7-483a-bbcf-e5de3bc35995 img.shogun-image,
  #s-6dce3b85-96d7-483a-bbcf-e5de3bc35995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6dce3b85-96d7-483a-bbcf-e5de3bc35995 {
    width: 100%;
    height: auto;
  }



  #s-6dce3b85-96d7-483a-bbcf-e5de3bc35995 img.shogun-image {
    

    
    
    
  }


#s-6dce3b85-96d7-483a-bbcf-e5de3bc35995 .shogun-image-content {
  
    align-items: center;
  
}

#s-a77af793-72e7-4a29-8252-7929f10f3ead {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-a77af793-72e7-4a29-8252-7929f10f3ead img.shogun-image {
    

    
    
    
  }


#s-a77af793-72e7-4a29-8252-7929f10f3ead .shogun-image-content {
  
    align-items: center;
  
}

#s-1ee5fe68-7b37-46d6-8fb4-b1fbc28286c1 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-1ee5fe68-7b37-46d6-8fb4-b1fbc28286c1 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5f00e7ca-c15e-4537-9386-170cf4fd8dfd {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-5f00e7ca-c15e-4537-9386-170cf4fd8dfd img.shogun-image {
    

    
    
    
  }


#s-5f00e7ca-c15e-4537-9386-170cf4fd8dfd .shogun-image-content {
  
    align-items: center;
  
}

#s-9da29069-571b-45bc-aff2-b038e8266840 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-9da29069-571b-45bc-aff2-b038e8266840 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235 {
  
}
}@media (max-width: 767px){#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235 {
  
}
}

  #s-79c49392-c846-4fd4-b7b8-d02e8b0d2235-root {
    text-align: center;
  }


#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79c49392-c846-4fd4-b7b8-d02e8b0d2235-root {
    text-align: center;
  }


#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79c49392-c846-4fd4-b7b8-d02e8b0d2235-root {
    text-align: center;
  }


#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79c49392-c846-4fd4-b7b8-d02e8b0d2235-root {
    text-align: center;
  }


#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79c49392-c846-4fd4-b7b8-d02e8b0d2235-root {
    text-align: center;
  }


#s-79c49392-c846-4fd4-b7b8-d02e8b0d2235.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5bb1c0f1-0de0-41cd-9f5b-09bdd1c1607c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5bb1c0f1-0de0-41cd-9f5b-09bdd1c1607c {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-5bb1c0f1-0de0-41cd-9f5b-09bdd1c1607c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bb1c0f1-0de0-41cd-9f5b-09bdd1c1607c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d256ce19-7338-4d93-95d3-f895e09d372e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d256ce19-7338-4d93-95d3-f895e09d372e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-5f98a89c-0e37-4d00-aeb3-86bc14a19713"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5f98a89c-0e37-4d00-aeb3-86bc14a19713"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5f98a89c-0e37-4d00-aeb3-86bc14a19713"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f98a89c-0e37-4d00-aeb3-86bc14a19713"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-95d7b126-32fe-4d81-af6b-c7cc29952d49 {
  max-width: 1158px;
aspect-ratio: 1158/1323;
text-align: center;
}





  #s-95d7b126-32fe-4d81-af6b-c7cc29952d49 img.shogun-image,
  #s-95d7b126-32fe-4d81-af6b-c7cc29952d49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95d7b126-32fe-4d81-af6b-c7cc29952d49 {
    width: 100%;
    height: auto;
  }



  #s-95d7b126-32fe-4d81-af6b-c7cc29952d49 img.shogun-image {
    

    
    
    
  }


#s-95d7b126-32fe-4d81-af6b-c7cc29952d49 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbfbe2f6-7bb5-4db8-8385-536e14078eb4 {
  max-width: 1156px;
aspect-ratio: 1156/1321;
text-align: center;
}





  #s-fbfbe2f6-7bb5-4db8-8385-536e14078eb4 img.shogun-image,
  #s-fbfbe2f6-7bb5-4db8-8385-536e14078eb4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbfbe2f6-7bb5-4db8-8385-536e14078eb4 {
    width: 100%;
    height: auto;
  }



  #s-fbfbe2f6-7bb5-4db8-8385-536e14078eb4 img.shogun-image {
    

    
    
    
  }


#s-fbfbe2f6-7bb5-4db8-8385-536e14078eb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfa35cfd-aa23-4260-848e-454245526d60 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-bfa35cfd-aa23-4260-848e-454245526d60 img.shogun-image {
    

    
    
    
  }


#s-bfa35cfd-aa23-4260-848e-454245526d60 .shogun-image-content {
  
    align-items: center;
  
}

#s-9909353a-ce18-43a8-94c7-7cf5f5af8a31 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-9909353a-ce18-43a8-94c7-7cf5f5af8a31 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9e9bad36-6cf4-4b06-8546-1f55ef43c8ee {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-9e9bad36-6cf4-4b06-8546-1f55ef43c8ee img.shogun-image {
    

    
    
    
  }


#s-9e9bad36-6cf4-4b06-8546-1f55ef43c8ee .shogun-image-content {
  
    align-items: center;
  
}

#s-ecabc830-51a6-4aea-a962-9b1ff2cf27eb {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-ecabc830-51a6-4aea-a962-9b1ff2cf27eb .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314 {
  
}
}@media (max-width: 767px){#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314 {
  
}
}

  #s-482bc35d-46aa-4f48-bdbe-37a49dd8a314-root {
    text-align: center;
  }


#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-482bc35d-46aa-4f48-bdbe-37a49dd8a314-root {
    text-align: center;
  }


#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-482bc35d-46aa-4f48-bdbe-37a49dd8a314-root {
    text-align: center;
  }


#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-482bc35d-46aa-4f48-bdbe-37a49dd8a314-root {
    text-align: center;
  }


#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-482bc35d-46aa-4f48-bdbe-37a49dd8a314-root {
    text-align: center;
  }


#s-482bc35d-46aa-4f48-bdbe-37a49dd8a314.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-31a2bdde-ec49-43b1-8c95-a57ab604646b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-31a2bdde-ec49-43b1-8c95-a57ab604646b {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-31a2bdde-ec49-43b1-8c95-a57ab604646b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31a2bdde-ec49-43b1-8c95-a57ab604646b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39b921be-ee77-4a11-9082-b27f9a916c96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39b921be-ee77-4a11-9082-b27f9a916c96 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-503ae801-cead-4bc9-96a9-70f830a0671c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-503ae801-cead-4bc9-96a9-70f830a0671c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-503ae801-cead-4bc9-96a9-70f830a0671c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-503ae801-cead-4bc9-96a9-70f830a0671c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2935a62d-44dc-4a32-9e6f-b06a0126f2c0 {
  max-width: 1164px;
aspect-ratio: 1164/1330;
text-align: center;
}





  #s-2935a62d-44dc-4a32-9e6f-b06a0126f2c0 img.shogun-image,
  #s-2935a62d-44dc-4a32-9e6f-b06a0126f2c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2935a62d-44dc-4a32-9e6f-b06a0126f2c0 {
    width: 100%;
    height: auto;
  }



  #s-2935a62d-44dc-4a32-9e6f-b06a0126f2c0 img.shogun-image {
    

    
    
    
  }


#s-2935a62d-44dc-4a32-9e6f-b06a0126f2c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7839467b-94ea-4ebd-927c-74d5fc0ceb8d {
  max-width: 1160px;
aspect-ratio: 1160/1326;
text-align: center;
}





  #s-7839467b-94ea-4ebd-927c-74d5fc0ceb8d img.shogun-image,
  #s-7839467b-94ea-4ebd-927c-74d5fc0ceb8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7839467b-94ea-4ebd-927c-74d5fc0ceb8d {
    width: 100%;
    height: auto;
  }



  #s-7839467b-94ea-4ebd-927c-74d5fc0ceb8d img.shogun-image {
    

    
    
    
  }


#s-7839467b-94ea-4ebd-927c-74d5fc0ceb8d .shogun-image-content {
  
    align-items: center;
  
}

#s-8435575e-b1fc-49f4-b775-e5cf00313ccf {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-8435575e-b1fc-49f4-b775-e5cf00313ccf img.shogun-image {
    

    
    
    
  }


#s-8435575e-b1fc-49f4-b775-e5cf00313ccf .shogun-image-content {
  
    align-items: center;
  
}

#s-ff61cfc9-d7de-4e67-8084-bf9d758dc237 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-ff61cfc9-d7de-4e67-8084-bf9d758dc237 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6a6df220-cc64-47d4-853c-8ef0805a2c58 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-6a6df220-cc64-47d4-853c-8ef0805a2c58 img.shogun-image {
    

    
    
    
  }


#s-6a6df220-cc64-47d4-853c-8ef0805a2c58 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bab49d6-f198-4833-930e-2048800c7a78 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-1bab49d6-f198-4833-930e-2048800c7a78 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-356cc0b2-b776-4f59-9b2d-f15abe072397 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-356cc0b2-b776-4f59-9b2d-f15abe072397:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-356cc0b2-b776-4f59-9b2d-f15abe072397:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-356cc0b2-b776-4f59-9b2d-f15abe072397 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-356cc0b2-b776-4f59-9b2d-f15abe072397 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-356cc0b2-b776-4f59-9b2d-f15abe072397 {
  
}
}@media (max-width: 767px){#s-356cc0b2-b776-4f59-9b2d-f15abe072397 {
  
}
}

  #s-356cc0b2-b776-4f59-9b2d-f15abe072397-root {
    text-align: center;
  }


#s-356cc0b2-b776-4f59-9b2d-f15abe072397.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-356cc0b2-b776-4f59-9b2d-f15abe072397-root {
    text-align: center;
  }


#s-356cc0b2-b776-4f59-9b2d-f15abe072397.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-356cc0b2-b776-4f59-9b2d-f15abe072397-root {
    text-align: center;
  }


#s-356cc0b2-b776-4f59-9b2d-f15abe072397.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-356cc0b2-b776-4f59-9b2d-f15abe072397-root {
    text-align: center;
  }


#s-356cc0b2-b776-4f59-9b2d-f15abe072397.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-356cc0b2-b776-4f59-9b2d-f15abe072397-root {
    text-align: center;
  }


#s-356cc0b2-b776-4f59-9b2d-f15abe072397.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-29148476-ba20-4c15-8767-a5aa155f8b49 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-29148476-ba20-4c15-8767-a5aa155f8b49 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-29148476-ba20-4c15-8767-a5aa155f8b49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29148476-ba20-4c15-8767-a5aa155f8b49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2ec15ca-bafc-4b71-a1cc-b3985994169c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f2ec15ca-bafc-4b71-a1cc-b3985994169c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-1e5d4d4a-d766-473f-bdd1-3785e3b3b13a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1e5d4d4a-d766-473f-bdd1-3785e3b3b13a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1e5d4d4a-d766-473f-bdd1-3785e3b3b13a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e5d4d4a-d766-473f-bdd1-3785e3b3b13a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cef679d9-d536-4c2f-9f66-8cb515b59dd8 {
  max-width: 938px;
aspect-ratio: 938/1072;
text-align: center;
}





  #s-cef679d9-d536-4c2f-9f66-8cb515b59dd8 img.shogun-image,
  #s-cef679d9-d536-4c2f-9f66-8cb515b59dd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cef679d9-d536-4c2f-9f66-8cb515b59dd8 {
    width: 100%;
    height: auto;
  }



  #s-cef679d9-d536-4c2f-9f66-8cb515b59dd8 img.shogun-image {
    

    
    
    
  }


#s-cef679d9-d536-4c2f-9f66-8cb515b59dd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfaaaafe-0f55-4871-ae11-2e5d64ea7f35 {
  max-width: 833px;
aspect-ratio: 833/952;
text-align: center;
}





  #s-dfaaaafe-0f55-4871-ae11-2e5d64ea7f35 img.shogun-image,
  #s-dfaaaafe-0f55-4871-ae11-2e5d64ea7f35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfaaaafe-0f55-4871-ae11-2e5d64ea7f35 {
    width: 100%;
    height: auto;
  }



  #s-dfaaaafe-0f55-4871-ae11-2e5d64ea7f35 img.shogun-image {
    

    
    
    
  }


#s-dfaaaafe-0f55-4871-ae11-2e5d64ea7f35 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3d2cc18-c481-4e6e-8af9-1f249bdcdaf8 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-a3d2cc18-c481-4e6e-8af9-1f249bdcdaf8 img.shogun-image {
    

    
    
    
  }


#s-a3d2cc18-c481-4e6e-8af9-1f249bdcdaf8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e23adbb-781f-408a-9167-e3456fa39dd7 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-6e23adbb-781f-408a-9167-e3456fa39dd7 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-80954b4a-e1de-447e-9764-c364c799f00e {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-80954b4a-e1de-447e-9764-c364c799f00e img.shogun-image {
    

    
    
    
  }


#s-80954b4a-e1de-447e-9764-c364c799f00e .shogun-image-content {
  
    align-items: center;
  
}

#s-0a55e05b-20bf-41f6-9b04-11f4780e1103 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-0a55e05b-20bf-41f6-9b04-11f4780e1103 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e {
  
}
}@media (max-width: 767px){#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e {
  
}
}

  #s-3f787e8a-bc75-4d00-8e52-408c15a7e92e-root {
    text-align: center;
  }


#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f787e8a-bc75-4d00-8e52-408c15a7e92e-root {
    text-align: center;
  }


#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f787e8a-bc75-4d00-8e52-408c15a7e92e-root {
    text-align: center;
  }


#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f787e8a-bc75-4d00-8e52-408c15a7e92e-root {
    text-align: center;
  }


#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f787e8a-bc75-4d00-8e52-408c15a7e92e-root {
    text-align: center;
  }


#s-3f787e8a-bc75-4d00-8e52-408c15a7e92e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fe24c24e-b450-4295-bf91-1fa708d3fbff {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-fe24c24e-b450-4295-bf91-1fa708d3fbff {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-fe24c24e-b450-4295-bf91-1fa708d3fbff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe24c24e-b450-4295-bf91-1fa708d3fbff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8a8b963-a502-4149-9b17-c92d3061b1b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8a8b963-a502-4149-9b17-c92d3061b1b4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-4305caec-9b4c-44f8-82ec-65368e5be30f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4305caec-9b4c-44f8-82ec-65368e5be30f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4305caec-9b4c-44f8-82ec-65368e5be30f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4305caec-9b4c-44f8-82ec-65368e5be30f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8964b426-40f8-46df-9c01-23dbbe53d19f {
  max-width: 1164px;
aspect-ratio: 1164/1330;
text-align: center;
}





  #s-8964b426-40f8-46df-9c01-23dbbe53d19f img.shogun-image,
  #s-8964b426-40f8-46df-9c01-23dbbe53d19f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8964b426-40f8-46df-9c01-23dbbe53d19f {
    width: 100%;
    height: auto;
  }



  #s-8964b426-40f8-46df-9c01-23dbbe53d19f img.shogun-image {
    

    
    
    
  }


#s-8964b426-40f8-46df-9c01-23dbbe53d19f .shogun-image-content {
  
    align-items: center;
  
}

#s-877fe22e-f608-4109-90c1-70c73d653a3c {
  max-width: 1156px;
aspect-ratio: 1156/1321;
text-align: center;
}





  #s-877fe22e-f608-4109-90c1-70c73d653a3c img.shogun-image,
  #s-877fe22e-f608-4109-90c1-70c73d653a3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-877fe22e-f608-4109-90c1-70c73d653a3c {
    width: 100%;
    height: auto;
  }



  #s-877fe22e-f608-4109-90c1-70c73d653a3c img.shogun-image {
    

    
    
    
  }


#s-877fe22e-f608-4109-90c1-70c73d653a3c .shogun-image-content {
  
    align-items: center;
  
}

#s-27788a7d-b899-4a0d-9311-87571a37c3e3 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 130px;
text-align: center;
}







  #s-27788a7d-b899-4a0d-9311-87571a37c3e3 img.shogun-image {
    

    
    
    
  }


#s-27788a7d-b899-4a0d-9311-87571a37c3e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-00ab74ef-76d2-48b1-b9da-4ef236b25275 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-00ab74ef-76d2-48b1-b9da-4ef236b25275 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-20000dfc-0266-427f-b01c-79ff3a5cdaad {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}







  #s-20000dfc-0266-427f-b01c-79ff3a5cdaad img.shogun-image {
    

    
    
    
  }


#s-20000dfc-0266-427f-b01c-79ff3a5cdaad .shogun-image-content {
  
    align-items: center;
  
}

#s-0eb90433-e3c8-40c8-ad65-e43dba18964d {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-0eb90433-e3c8-40c8-ad65-e43dba18964d .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513 {
  
}
}@media (max-width: 767px){#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513 {
  
}
}

  #s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513-root {
    text-align: center;
  }


#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513-root {
    text-align: center;
  }


#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513-root {
    text-align: center;
  }


#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513-root {
    text-align: center;
  }


#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513-root {
    text-align: center;
  }


#s-0a5b3afe-ab13-406e-bc9e-c9f6ef3d9513.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9e4a7b35-8bd1-4cde-b004-5df1b9b218a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
max-width: 1300px;
}
@media (max-width: 767px){#s-9e4a7b35-8bd1-4cde-b004-5df1b9b218a4 {
  padding-top: 32px;
padding-bottom: 0px;
}
}







#s-9e4a7b35-8bd1-4cde-b004-5df1b9b218a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e4a7b35-8bd1-4cde-b004-5df1b9b218a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81ce21fa-600f-422b-a6c4-8a9f950c767d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-81ce21fa-600f-422b-a6c4-8a9f950c767d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-81ce21fa-600f-422b-a6c4-8a9f950c767d .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-81ce21fa-600f-422b-a6c4-8a9f950c767d .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}
#s-4d211782-ed4c-4a2a-91dd-fa017658987a {
  margin-top: 32px;
min-height: 0px;
}








#s-4d211782-ed4c-4a2a-91dd-fa017658987a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d211782-ed4c-4a2a-91dd-fa017658987a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-974b78e6-6608-4112-954f-3bda0a8e6836"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-974b78e6-6608-4112-954f-3bda0a8e6836"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-974b78e6-6608-4112-954f-3bda0a8e6836"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-974b78e6-6608-4112-954f-3bda0a8e6836"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3c2b7c74-6388-40c1-b17a-5c1287e673a7 {
  min-height: 50px;
}








#s-3c2b7c74-6388-40c1-b17a-5c1287e673a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c2b7c74-6388-40c1-b17a-5c1287e673a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a668a848-4389-41b1-ae34-d765fc6eab29 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-a668a848-4389-41b1-ae34-d765fc6eab29 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-3cfbfea5-46a6-4ed7-9801-488fabd3b305 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-3cfbfea5-46a6-4ed7-9801-488fabd3b305 {
  margin-top: -20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-3cfbfea5-46a6-4ed7-9801-488fabd3b305 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3cfbfea5-46a6-4ed7-9801-488fabd3b305.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b74a23a4-bb75-4c65-a50a-01b54d61f2ed {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-b74a23a4-bb75-4c65-a50a-01b54d61f2ed .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-b74a23a4-bb75-4c65-a50a-01b54d61f2ed .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}
#s-5063c648-681a-4414-a411-0c6e651c690e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5063c648-681a-4414-a411-0c6e651c690e .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-5063c648-681a-4414-a411-0c6e651c690e .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-a54d67b7-3741-47bf-b961-cd1ddc61ab13 {
  margin-top: 15px;
}

#s-4f0293c4-c32b-4df4-8874-c5807ad59487 {
  margin-top: 25px;
}

#s-c96fc5b9-5a33-497d-9407-28f27c7dbff6 {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(31, 102, 81, 1);
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(31, 102, 81, 1);
}
#s-c96fc5b9-5a33-497d-9407-28f27c7dbff6:hover {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c96fc5b9-5a33-497d-9407-28f27c7dbff6:active {background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
color: rgba(31, 102, 81, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c96fc5b9-5a33-497d-9407-28f27c7dbff6 {
  display: none;
}
#s-c96fc5b9-5a33-497d-9407-28f27c7dbff6, #wrap-s-c96fc5b9-5a33-497d-9407-28f27c7dbff6 { display: none !important; }}

  #s-c96fc5b9-5a33-497d-9407-28f27c7dbff6-root {
    text-align: left;
  }


#s-c96fc5b9-5a33-497d-9407-28f27c7dbff6.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c96fc5b9-5a33-497d-9407-28f27c7dbff6-root {
    text-align: left;
  }


#s-c96fc5b9-5a33-497d-9407-28f27c7dbff6.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c96fc5b9-5a33-497d-9407-28f27c7dbff6-root {
    text-align: left;
  }


#s-c96fc5b9-5a33-497d-9407-28f27c7dbff6.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c96fc5b9-5a33-497d-9407-28f27c7dbff6-root {
    text-align: left;
  }


#s-c96fc5b9-5a33-497d-9407-28f27c7dbff6.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c96fc5b9-5a33-497d-9407-28f27c7dbff6-root {
    text-align: left;
  }


#s-c96fc5b9-5a33-497d-9407-28f27c7dbff6.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-45ae99ef-ebfc-4322-b609-ec5fe79f6222"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45ae99ef-ebfc-4322-b609-ec5fe79f6222"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45ae99ef-ebfc-4322-b609-ec5fe79f6222"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45ae99ef-ebfc-4322-b609-ec5fe79f6222"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-45ae99ef-ebfc-4322-b609-ec5fe79f6222"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9440847f-8d3b-4c15-9042-aa56a5e8fb79 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-9440847f-8d3b-4c15-9042-aa56a5e8fb79 {
  margin-top: -20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-9440847f-8d3b-4c15-9042-aa56a5e8fb79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9440847f-8d3b-4c15-9042-aa56a5e8fb79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3759ebb-98e7-4072-a611-914ed768aace {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-a3759ebb-98e7-4072-a611-914ed768aace .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a3759ebb-98e7-4072-a611-914ed768aace .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}
#s-19f762f3-9cd7-4fb1-82e8-be89b7f1d45f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-19f762f3-9cd7-4fb1-82e8-be89b7f1d45f .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-19f762f3-9cd7-4fb1-82e8-be89b7f1d45f .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-5afa7cd8-8014-446b-a934-82201799431a {
  margin-top: 15px;
}

#s-626bf680-79ef-46b6-8758-688b33ea6020 {
  margin-top: 25px;
}

#s-2db7e347-2451-4ba6-b057-5cc84b252050 {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(31, 102, 81, 1);
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(31, 102, 81, 1);
}
#s-2db7e347-2451-4ba6-b057-5cc84b252050:hover {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2db7e347-2451-4ba6-b057-5cc84b252050:active {background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
color: rgba(31, 102, 81, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2db7e347-2451-4ba6-b057-5cc84b252050 {
  display: none;
}
#s-2db7e347-2451-4ba6-b057-5cc84b252050, #wrap-s-2db7e347-2451-4ba6-b057-5cc84b252050 { display: none !important; }}

  #s-2db7e347-2451-4ba6-b057-5cc84b252050-root {
    text-align: left;
  }


#s-2db7e347-2451-4ba6-b057-5cc84b252050.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2db7e347-2451-4ba6-b057-5cc84b252050-root {
    text-align: left;
  }


#s-2db7e347-2451-4ba6-b057-5cc84b252050.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2db7e347-2451-4ba6-b057-5cc84b252050-root {
    text-align: left;
  }


#s-2db7e347-2451-4ba6-b057-5cc84b252050.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2db7e347-2451-4ba6-b057-5cc84b252050-root {
    text-align: left;
  }


#s-2db7e347-2451-4ba6-b057-5cc84b252050.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2db7e347-2451-4ba6-b057-5cc84b252050-root {
    text-align: left;
  }


#s-2db7e347-2451-4ba6-b057-5cc84b252050.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-517fd6c8-8b01-4928-8d7b-21c8153b543a {
  min-height: 50px;
}








#s-517fd6c8-8b01-4928-8d7b-21c8153b543a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-517fd6c8-8b01-4928-8d7b-21c8153b543a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d889bde7-72ff-4661-bca2-e5c4d05254a4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-d889bde7-72ff-4661-bca2-e5c4d05254a4 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-f84cab50-17f5-4ed3-8fff-311e9e2894e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f84cab50-17f5-4ed3-8fff-311e9e2894e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f84cab50-17f5-4ed3-8fff-311e9e2894e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f84cab50-17f5-4ed3-8fff-311e9e2894e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b012f291-d27f-4b45-b3a0-8eab1875fd72 {
  min-height: 50px;
}








#s-b012f291-d27f-4b45-b3a0-8eab1875fd72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b012f291-d27f-4b45-b3a0-8eab1875fd72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9843278-03ae-49aa-bdf1-896c8547a94c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-e9843278-03ae-49aa-bdf1-896c8547a94c {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-faa8ce98-165e-4dd6-91fb-9e76dfea2704 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-faa8ce98-165e-4dd6-91fb-9e76dfea2704 {
  margin-top: -10px;
margin-left: 5%;
margin-right: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-faa8ce98-165e-4dd6-91fb-9e76dfea2704 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-faa8ce98-165e-4dd6-91fb-9e76dfea2704.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c3dec8a-2bc5-4ff3-9b3f-0d9b4aa93495 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-8c3dec8a-2bc5-4ff3-9b3f-0d9b4aa93495 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-8c3dec8a-2bc5-4ff3-9b3f-0d9b4aa93495 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}
#s-9ca8e67a-84cc-4c56-999a-c57803345937 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9ca8e67a-84cc-4c56-999a-c57803345937 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-9ca8e67a-84cc-4c56-999a-c57803345937 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-a9f7dbeb-1887-49d7-9ed5-a82531c65879 {
  margin-top: 15px;
}

#s-d329794c-8b12-45a7-9ea5-6ff0eebfd23c {
  margin-top: 25px;
}

#s-9f11b647-11dd-4725-909a-fd2251c64255 {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(31, 102, 81, 1);
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(31, 102, 81, 1);
}
#s-9f11b647-11dd-4725-909a-fd2251c64255:hover {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9f11b647-11dd-4725-909a-fd2251c64255:active {background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
color: rgba(31, 102, 81, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-9f11b647-11dd-4725-909a-fd2251c64255 {
  display: none;
}
#s-9f11b647-11dd-4725-909a-fd2251c64255, #wrap-s-9f11b647-11dd-4725-909a-fd2251c64255 { display: none !important; }}

  #s-9f11b647-11dd-4725-909a-fd2251c64255-root {
    text-align: left;
  }


#s-9f11b647-11dd-4725-909a-fd2251c64255.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f11b647-11dd-4725-909a-fd2251c64255-root {
    text-align: left;
  }


#s-9f11b647-11dd-4725-909a-fd2251c64255.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f11b647-11dd-4725-909a-fd2251c64255-root {
    text-align: left;
  }


#s-9f11b647-11dd-4725-909a-fd2251c64255.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f11b647-11dd-4725-909a-fd2251c64255-root {
    text-align: left;
  }


#s-9f11b647-11dd-4725-909a-fd2251c64255.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f11b647-11dd-4725-909a-fd2251c64255-root {
    text-align: left;
  }


#s-9f11b647-11dd-4725-909a-fd2251c64255.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-0babcea1-8762-4a54-8e86-326b17f187dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0babcea1-8762-4a54-8e86-326b17f187dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0babcea1-8762-4a54-8e86-326b17f187dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0babcea1-8762-4a54-8e86-326b17f187dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0babcea1-8762-4a54-8e86-326b17f187dc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0ab91442-a3da-4063-a7bf-cd719c3db06b {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-0ab91442-a3da-4063-a7bf-cd719c3db06b {
  margin-top: -20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 32px;
padding-bottom: 20px;
}
}







#s-0ab91442-a3da-4063-a7bf-cd719c3db06b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ab91442-a3da-4063-a7bf-cd719c3db06b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-710b9bc1-5f92-4898-a312-1689bc43f947 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-710b9bc1-5f92-4898-a312-1689bc43f947 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-710b9bc1-5f92-4898-a312-1689bc43f947 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}
#s-181a131a-5547-47fa-8bf7-4fcee4bf3e77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-181a131a-5547-47fa-8bf7-4fcee4bf3e77 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-181a131a-5547-47fa-8bf7-4fcee4bf3e77 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-7e952a4c-1cd0-4ed4-bb2b-8c74abd658a9 {
  margin-top: 15px;
}

#s-835390a6-8a35-4ed9-8eb1-ec09d1d1c0da {
  margin-top: 25px;
}

#s-2197042f-cca8-4ac8-9d14-9987aa579812 {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(31, 102, 81, 1);
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(31, 102, 81, 1);
}
#s-2197042f-cca8-4ac8-9d14-9987aa579812:hover {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2197042f-cca8-4ac8-9d14-9987aa579812:active {background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
color: rgba(31, 102, 81, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2197042f-cca8-4ac8-9d14-9987aa579812 {
  display: none;
}
#s-2197042f-cca8-4ac8-9d14-9987aa579812, #wrap-s-2197042f-cca8-4ac8-9d14-9987aa579812 { display: none !important; }}

  #s-2197042f-cca8-4ac8-9d14-9987aa579812-root {
    text-align: left;
  }


#s-2197042f-cca8-4ac8-9d14-9987aa579812.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2197042f-cca8-4ac8-9d14-9987aa579812-root {
    text-align: left;
  }


#s-2197042f-cca8-4ac8-9d14-9987aa579812.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2197042f-cca8-4ac8-9d14-9987aa579812-root {
    text-align: left;
  }


#s-2197042f-cca8-4ac8-9d14-9987aa579812.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2197042f-cca8-4ac8-9d14-9987aa579812-root {
    text-align: left;
  }


#s-2197042f-cca8-4ac8-9d14-9987aa579812.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2197042f-cca8-4ac8-9d14-9987aa579812-root {
    text-align: left;
  }


#s-2197042f-cca8-4ac8-9d14-9987aa579812.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b11dc1ca-dff5-419d-989a-52c1c4166602 {
  min-height: 50px;
}








#s-b11dc1ca-dff5-419d-989a-52c1c4166602 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b11dc1ca-dff5-419d-989a-52c1c4166602.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e380dead-89e4-4b6c-9b4c-c41c790688c3 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-e380dead-89e4-4b6c-9b4c-c41c790688c3 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-c566a542-c8c7-4e15-a46c-011b914b494c {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-c566a542-c8c7-4e15-a46c-011b914b494c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c566a542-c8c7-4e15-a46c-011b914b494c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c566a542-c8c7-4e15-a46c-011b914b494c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c566a542-c8c7-4e15-a46c-011b914b494c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2e49a06d-a42e-4942-a4c5-6f6056e652b5 {
  min-height: 50px;
}








#s-2e49a06d-a42e-4942-a4c5-6f6056e652b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e49a06d-a42e-4942-a4c5-6f6056e652b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38cd64a1-00d5-4f26-ad35-7f146595ff5b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-38cd64a1-00d5-4f26-ad35-7f146595ff5b {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-7338d0d1-0069-4b8c-ac00-2d8f248e36ca {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-7338d0d1-0069-4b8c-ac00-2d8f248e36ca {
  margin-top: -10px;
margin-left: 5%;
margin-right: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-7338d0d1-0069-4b8c-ac00-2d8f248e36ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7338d0d1-0069-4b8c-ac00-2d8f248e36ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c9e3bee-cf11-4cd1-ab8c-847e3bc91585 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-2c9e3bee-cf11-4cd1-ab8c-847e3bc91585 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-2c9e3bee-cf11-4cd1-ab8c-847e3bc91585 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}
#s-57dac99d-b320-432e-8c8a-45feabf04bd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-57dac99d-b320-432e-8c8a-45feabf04bd8 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-57dac99d-b320-432e-8c8a-45feabf04bd8 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-76e81a56-d43a-49b8-97a6-e108596997b7 {
  margin-top: 15px;
}

#s-b1666341-cdc8-42aa-88e3-b5ecc216920b {
  margin-top: 25px;
}

#s-22e46921-494b-4cb3-8505-53d91949fe73 {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(31, 102, 81, 1);
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(31, 102, 81, 1);
}
#s-22e46921-494b-4cb3-8505-53d91949fe73:hover {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-22e46921-494b-4cb3-8505-53d91949fe73:active {background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
color: rgba(31, 102, 81, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-22e46921-494b-4cb3-8505-53d91949fe73 {
  display: none;
}
#s-22e46921-494b-4cb3-8505-53d91949fe73, #wrap-s-22e46921-494b-4cb3-8505-53d91949fe73 { display: none !important; }}

  #s-22e46921-494b-4cb3-8505-53d91949fe73-root {
    text-align: left;
  }


#s-22e46921-494b-4cb3-8505-53d91949fe73.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22e46921-494b-4cb3-8505-53d91949fe73-root {
    text-align: left;
  }


#s-22e46921-494b-4cb3-8505-53d91949fe73.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22e46921-494b-4cb3-8505-53d91949fe73-root {
    text-align: left;
  }


#s-22e46921-494b-4cb3-8505-53d91949fe73.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22e46921-494b-4cb3-8505-53d91949fe73-root {
    text-align: left;
  }


#s-22e46921-494b-4cb3-8505-53d91949fe73.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22e46921-494b-4cb3-8505-53d91949fe73-root {
    text-align: left;
  }


#s-22e46921-494b-4cb3-8505-53d91949fe73.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-a4227ea9-df34-4199-a0b0-1d0d9faebdc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4227ea9-df34-4199-a0b0-1d0d9faebdc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a4227ea9-df34-4199-a0b0-1d0d9faebdc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4227ea9-df34-4199-a0b0-1d0d9faebdc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a4227ea9-df34-4199-a0b0-1d0d9faebdc8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-26bd2a4c-6fe7-4210-a3d9-c0e2ca420883 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-26bd2a4c-6fe7-4210-a3d9-c0e2ca420883 {
  margin-top: -20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 32px;
padding-bottom: 20px;
}
}







#s-26bd2a4c-6fe7-4210-a3d9-c0e2ca420883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26bd2a4c-6fe7-4210-a3d9-c0e2ca420883.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d58caf4-d8ed-49ba-bb25-39d3e710c132 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-9d58caf4-d8ed-49ba-bb25-39d3e710c132 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-9d58caf4-d8ed-49ba-bb25-39d3e710c132 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}
#s-0016ba83-d72b-421e-bcaf-2c258ffbe2d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0016ba83-d72b-421e-bcaf-2c258ffbe2d9 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-0016ba83-d72b-421e-bcaf-2c258ffbe2d9 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-aaa61b69-1f7a-433f-8a25-45af225f157c {
  margin-top: 15px;
}

#s-6f2ae852-6421-4b73-81b8-dedddfe3dfcd {
  margin-top: 25px;
}

#s-15717177-c6aa-4203-806d-e0455a0daada {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(31, 102, 81, 1);
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(31, 102, 81, 1);
}
#s-15717177-c6aa-4203-806d-e0455a0daada:hover {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-15717177-c6aa-4203-806d-e0455a0daada:active {background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
color: rgba(31, 102, 81, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-15717177-c6aa-4203-806d-e0455a0daada {
  display: none;
}
#s-15717177-c6aa-4203-806d-e0455a0daada, #wrap-s-15717177-c6aa-4203-806d-e0455a0daada { display: none !important; }}

  #s-15717177-c6aa-4203-806d-e0455a0daada-root {
    text-align: left;
  }


#s-15717177-c6aa-4203-806d-e0455a0daada.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15717177-c6aa-4203-806d-e0455a0daada-root {
    text-align: left;
  }


#s-15717177-c6aa-4203-806d-e0455a0daada.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15717177-c6aa-4203-806d-e0455a0daada-root {
    text-align: left;
  }


#s-15717177-c6aa-4203-806d-e0455a0daada.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15717177-c6aa-4203-806d-e0455a0daada-root {
    text-align: left;
  }


#s-15717177-c6aa-4203-806d-e0455a0daada.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15717177-c6aa-4203-806d-e0455a0daada-root {
    text-align: left;
  }


#s-15717177-c6aa-4203-806d-e0455a0daada.shg-btn {
  color: rgba(31, 102, 81, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4c3967d3-6de0-46ec-8f63-18537566b8a1 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4c3967d3-6de0-46ec-8f63-18537566b8a1:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c3967d3-6de0-46ec-8f63-18537566b8a1:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4c3967d3-6de0-46ec-8f63-18537566b8a1 {
  display: none;
}
#s-4c3967d3-6de0-46ec-8f63-18537566b8a1, #wrap-s-4c3967d3-6de0-46ec-8f63-18537566b8a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c3967d3-6de0-46ec-8f63-18537566b8a1 {
  display: none;
}
#s-4c3967d3-6de0-46ec-8f63-18537566b8a1, #wrap-s-4c3967d3-6de0-46ec-8f63-18537566b8a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c3967d3-6de0-46ec-8f63-18537566b8a1 {
  display: none;
}
#s-4c3967d3-6de0-46ec-8f63-18537566b8a1, #wrap-s-4c3967d3-6de0-46ec-8f63-18537566b8a1 { display: none !important; }}

  #s-4c3967d3-6de0-46ec-8f63-18537566b8a1-root {
    text-align: center;
  }


#s-4c3967d3-6de0-46ec-8f63-18537566b8a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c3967d3-6de0-46ec-8f63-18537566b8a1-root {
    text-align: center;
  }


#s-4c3967d3-6de0-46ec-8f63-18537566b8a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c3967d3-6de0-46ec-8f63-18537566b8a1-root {
    text-align: center;
  }


#s-4c3967d3-6de0-46ec-8f63-18537566b8a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c3967d3-6de0-46ec-8f63-18537566b8a1-root {
    text-align: center;
  }


#s-4c3967d3-6de0-46ec-8f63-18537566b8a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c3967d3-6de0-46ec-8f63-18537566b8a1-root {
    text-align: center;
  }


#s-4c3967d3-6de0-46ec-8f63-18537566b8a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e79a5895-a49d-46fa-8a66-4ca810149194 {
  min-height: 50px;
}








#s-e79a5895-a49d-46fa-8a66-4ca810149194 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e79a5895-a49d-46fa-8a66-4ca810149194.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f42df2f-78d4-45f8-b388-deefe88fb1a5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-0f42df2f-78d4-45f8-b388-deefe88fb1a5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-70763dea-2e3e-4600-8075-77012f7dc59c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 32px;
padding-left: 5%;
padding-bottom: 32px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-70763dea-2e3e-4600-8075-77012f7dc59c {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-70763dea-2e3e-4600-8075-77012f7dc59c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70763dea-2e3e-4600-8075-77012f7dc59c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a81a183-57d2-443f-8733-7c81411e08f9 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a81a183-57d2-443f-8733-7c81411e08f9 {
  display: none;
}
#s-0a81a183-57d2-443f-8733-7c81411e08f9, #wrap-s-0a81a183-57d2-443f-8733-7c81411e08f9 { display: none !important; }}@media (max-width: 767px){#s-0a81a183-57d2-443f-8733-7c81411e08f9 {
  display: none;
}
#s-0a81a183-57d2-443f-8733-7c81411e08f9, #wrap-s-0a81a183-57d2-443f-8733-7c81411e08f9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0a81a183-57d2-443f-8733-7c81411e08f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a81a183-57d2-443f-8733-7c81411e08f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a81a183-57d2-443f-8733-7c81411e08f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a81a183-57d2-443f-8733-7c81411e08f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e118c0ff-2bf6-4268-bf15-d7bf9d909740 {
  margin-left: 20%;
margin-right: 0%;
min-height: 50px;
}








#s-e118c0ff-2bf6-4268-bf15-d7bf9d909740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e118c0ff-2bf6-4268-bf15-d7bf9d909740.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9016426-6710-4159-bfc7-04d42a5672e5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: left;
}
@media (min-width: 1200px){#s-d9016426-6710-4159-bfc7-04d42a5672e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9016426-6710-4159-bfc7-04d42a5672e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9016426-6710-4159-bfc7-04d42a5672e5 {
  display: none;
}
#s-d9016426-6710-4159-bfc7-04d42a5672e5, #wrap-s-d9016426-6710-4159-bfc7-04d42a5672e5 { display: none !important; }}@media (max-width: 767px){#s-d9016426-6710-4159-bfc7-04d42a5672e5 {
  margin-top: 30px;
display: none;
}
#s-d9016426-6710-4159-bfc7-04d42a5672e5, #wrap-s-d9016426-6710-4159-bfc7-04d42a5672e5 { display: none !important; }}
#s-d9016426-6710-4159-bfc7-04d42a5672e5 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d9016426-6710-4159-bfc7-04d42a5672e5 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-d9016426-6710-4159-bfc7-04d42a5672e5 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}
#s-b8e1b639-2fd8-48e3-8351-2e4fa1e9dcaa {
  margin-top: 20px;
min-height: 50px;
}








#s-b8e1b639-2fd8-48e3-8351-2e4fa1e9dcaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8e1b639-2fd8-48e3-8351-2e4fa1e9dcaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57b9db1d-9a04-4109-ba01-6d27a970ddee {
  max-width: 200px;
text-align: center;
}







  #s-57b9db1d-9a04-4109-ba01-6d27a970ddee img.shogun-image {
    

    
    
    
  }


#s-57b9db1d-9a04-4109-ba01-6d27a970ddee .shogun-image-content {
  
    align-items: center;
  
}

#s-65b1f649-f6d7-4ffa-b8fc-fa092e131b55 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-65b1f649-f6d7-4ffa-b8fc-fa092e131b55 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-79f9767e-526a-4de1-9bee-72d9f13477dc {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-79f9767e-526a-4de1-9bee-72d9f13477dc:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79f9767e-526a-4de1-9bee-72d9f13477dc:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-79f9767e-526a-4de1-9bee-72d9f13477dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79f9767e-526a-4de1-9bee-72d9f13477dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79f9767e-526a-4de1-9bee-72d9f13477dc {
  display: none;
}
#s-79f9767e-526a-4de1-9bee-72d9f13477dc, #wrap-s-79f9767e-526a-4de1-9bee-72d9f13477dc { display: none !important; }}@media (max-width: 767px){#s-79f9767e-526a-4de1-9bee-72d9f13477dc {
  display: none;
}
#s-79f9767e-526a-4de1-9bee-72d9f13477dc, #wrap-s-79f9767e-526a-4de1-9bee-72d9f13477dc { display: none !important; }}

  #s-79f9767e-526a-4de1-9bee-72d9f13477dc-root {
    text-align: left;
  }


#s-79f9767e-526a-4de1-9bee-72d9f13477dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79f9767e-526a-4de1-9bee-72d9f13477dc-root {
    text-align: left;
  }


#s-79f9767e-526a-4de1-9bee-72d9f13477dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79f9767e-526a-4de1-9bee-72d9f13477dc-root {
    text-align: left;
  }


#s-79f9767e-526a-4de1-9bee-72d9f13477dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79f9767e-526a-4de1-9bee-72d9f13477dc-root {
    text-align: left;
  }


#s-79f9767e-526a-4de1-9bee-72d9f13477dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79f9767e-526a-4de1-9bee-72d9f13477dc-root {
    text-align: left;
  }


#s-79f9767e-526a-4de1-9bee-72d9f13477dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8db3e730-4a75-4388-9ec1-eb5e1899747c {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-8db3e730-4a75-4388-9ec1-eb5e1899747c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8db3e730-4a75-4388-9ec1-eb5e1899747c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad46ebf0-364a-4f50-a181-169c2b6ebd24 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}
@media (min-width: 1200px){#s-ad46ebf0-364a-4f50-a181-169c2b6ebd24 {
  display: none;
}
#s-ad46ebf0-364a-4f50-a181-169c2b6ebd24, #wrap-s-ad46ebf0-364a-4f50-a181-169c2b6ebd24 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad46ebf0-364a-4f50-a181-169c2b6ebd24 {
  display: none;
}
#s-ad46ebf0-364a-4f50-a181-169c2b6ebd24, #wrap-s-ad46ebf0-364a-4f50-a181-169c2b6ebd24 { display: none !important; }}
#s-ad46ebf0-364a-4f50-a181-169c2b6ebd24 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}



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

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

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

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

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

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

#s-f6f05842-4c80-4088-91a1-4ddeb6e5f32b {
  margin-left: 0%;
margin-right: 0%;
max-width: 650px;
}

#s-f6f05842-4c80-4088-91a1-4ddeb6e5f32b .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-f6f05842-4c80-4088-91a1-4ddeb6e5f32b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f6f05842-4c80-4088-91a1-4ddeb6e5f32b td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f6f05842-4c80-4088-91a1-4ddeb6e5f32b td.shogun-table-row {
  background-color: rgba(248, 246, 241, 1);
  padding: 0px;
}

#s-f6f05842-4c80-4088-91a1-4ddeb6e5f32b td.shogun-table-column, #s-f6f05842-4c80-4088-91a1-4ddeb6e5f32b td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-adc42b81-cfe9-4740-9c58-1e565587af9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-adc42b81-cfe9-4740-9c58-1e565587af9b .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-63bfcdf8-274e-47bd-b977-ad6aa3106556 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-63bfcdf8-274e-47bd-b977-ad6aa3106556 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-a6e4b846-e53a-4385-80ad-ae6f346d72f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a6e4b846-e53a-4385-80ad-ae6f346d72f8 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-1a76f255-d8f6-4231-8e24-e7e7c17daed4 {
  max-width: 120px;
text-align: center;
}







  #s-1a76f255-d8f6-4231-8e24-e7e7c17daed4 img.shogun-image {
    

    
    
    
  }


#s-1a76f255-d8f6-4231-8e24-e7e7c17daed4 .shogun-image-content {
  
    align-items: center;
  
}

#s-67a186bd-45dc-4c76-b225-6c6a9269c6be {
  max-width: 120px;
text-align: center;
}







  #s-67a186bd-45dc-4c76-b225-6c6a9269c6be img.shogun-image {
    

    
    
    
  }


#s-67a186bd-45dc-4c76-b225-6c6a9269c6be .shogun-image-content {
  
    align-items: center;
  
}

#s-2b88ed5e-e3e4-4e1f-987c-8022aea777f4 {
  max-width: 120px;
text-align: center;
}







  #s-2b88ed5e-e3e4-4e1f-987c-8022aea777f4 img.shogun-image {
    

    
    
    
  }


#s-2b88ed5e-e3e4-4e1f-987c-8022aea777f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b32e89ad-45b1-463a-957c-80b54c2c6593 {
  margin-top: -5px;
max-width: 400px;
}

#s-07f0571a-606b-4ab7-8a5f-6a51bf50f504 {
  margin-top: -5px;
max-width: 400px;
}

#s-b495eff9-da8a-4abc-ad26-11d22b819ec2 {
  margin-top: -5px;
max-width: 400px;
}

#s-8fc1a420-9097-45be-8d1b-294850b8031a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(0, 0, 48, 1);
}
@media (min-width: 1200px){#s-8fc1a420-9097-45be-8d1b-294850b8031a {
  display: none;
}
#s-8fc1a420-9097-45be-8d1b-294850b8031a, #wrap-s-8fc1a420-9097-45be-8d1b-294850b8031a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fc1a420-9097-45be-8d1b-294850b8031a {
  display: none;
}
#s-8fc1a420-9097-45be-8d1b-294850b8031a, #wrap-s-8fc1a420-9097-45be-8d1b-294850b8031a { display: none !important; }}







#s-8fc1a420-9097-45be-8d1b-294850b8031a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fc1a420-9097-45be-8d1b-294850b8031a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f16ecaa-50b7-4e4a-b79e-f7aad61e35fd {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-2f16ecaa-50b7-4e4a-b79e-f7aad61e35fd img.shogun-image {
    

    
    
    
  }


#s-2f16ecaa-50b7-4e4a-b79e-f7aad61e35fd .shogun-image-content {
  
    align-items: center;
  
}

#s-3d3a1ad6-2029-4ab6-aefb-1f005e8b8984 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3d3a1ad6-2029-4ab6-aefb-1f005e8b8984 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-c94f574c-07e4-45fc-8066-797efa385eb9 {
  padding-top: 30px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-c94f574c-07e4-45fc-8066-797efa385eb9 {
  display: none;
}
#s-c94f574c-07e4-45fc-8066-797efa385eb9, #wrap-s-c94f574c-07e4-45fc-8066-797efa385eb9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c94f574c-07e4-45fc-8066-797efa385eb9 {
  display: none;
}
#s-c94f574c-07e4-45fc-8066-797efa385eb9, #wrap-s-c94f574c-07e4-45fc-8066-797efa385eb9 { display: none !important; }}
#s-c94f574c-07e4-45fc-8066-797efa385eb9 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-c94f574c-07e4-45fc-8066-797efa385eb9 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-45d763de-5baf-4a37-a787-d040b8551233 {
  margin-left: 0%;
margin-right: 0%;
max-width: 650px;
}
@media (min-width: 1200px){#s-45d763de-5baf-4a37-a787-d040b8551233 {
  display: none;
}
#s-45d763de-5baf-4a37-a787-d040b8551233, #wrap-s-45d763de-5baf-4a37-a787-d040b8551233 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45d763de-5baf-4a37-a787-d040b8551233 {
  display: none;
}
#s-45d763de-5baf-4a37-a787-d040b8551233, #wrap-s-45d763de-5baf-4a37-a787-d040b8551233 { display: none !important; }}
#s-45d763de-5baf-4a37-a787-d040b8551233 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-45d763de-5baf-4a37-a787-d040b8551233 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-45d763de-5baf-4a37-a787-d040b8551233 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-45d763de-5baf-4a37-a787-d040b8551233 td.shogun-table-row {
  background-color: rgba(248, 246, 241, 1);
  padding: 0px;
}

#s-45d763de-5baf-4a37-a787-d040b8551233 td.shogun-table-column, #s-45d763de-5baf-4a37-a787-d040b8551233 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-8fd57d46-621d-4528-bf3b-fd90b33f534a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8fd57d46-621d-4528-bf3b-fd90b33f534a .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8e331887-1b5c-418c-8bdc-3668a8b956c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8e331887-1b5c-418c-8bdc-3668a8b956c3 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-cf7b70ec-b324-419a-8d43-3a1f24e47139 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf7b70ec-b324-419a-8d43-3a1f24e47139 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-c836eac7-0568-4fc4-b664-61563662a8da {
  max-width: 120px;
text-align: center;
}







  #s-c836eac7-0568-4fc4-b664-61563662a8da img.shogun-image {
    

    
    
    
  }


#s-c836eac7-0568-4fc4-b664-61563662a8da .shogun-image-content {
  
    align-items: center;
  
}

#s-15ff775d-a106-42bc-a4e7-ab039d8e746a {
  max-width: 120px;
text-align: center;
}







  #s-15ff775d-a106-42bc-a4e7-ab039d8e746a img.shogun-image {
    

    
    
    
  }


#s-15ff775d-a106-42bc-a4e7-ab039d8e746a .shogun-image-content {
  
    align-items: center;
  
}

#s-cfa9acf0-9048-4cc7-a092-68f3ae6afc1c {
  max-width: 120px;
text-align: center;
}







  #s-cfa9acf0-9048-4cc7-a092-68f3ae6afc1c img.shogun-image {
    

    
    
    
  }


#s-cfa9acf0-9048-4cc7-a092-68f3ae6afc1c .shogun-image-content {
  
    align-items: center;
  
}

#s-afc82a33-a1b8-4334-af85-0fa4c14f22c9 {
  margin-top: -5px;
max-width: 400px;
}

#s-d0b5ed30-66e9-4899-9c68-af52e4b1bb1f {
  margin-top: -5px;
max-width: 400px;
}

#s-de937845-0486-4a59-824a-8276447826d9 {
  margin-top: -5px;
max-width: 400px;
}

#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a {
  margin-top: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a {
  display: none;
}
#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a, #wrap-s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a {
  display: none;
}
#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a, #wrap-s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a {
  
}
}

  #s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a-root {
    text-align: center;
  }


#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a-root {
    text-align: center;
  }


#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a-root {
    text-align: center;
  }


#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a-root {
    text-align: center;
  }


#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a-root {
    text-align: center;
  }


#s-3f2eab90-d26d-4c12-b90d-45ddfddfd70a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $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-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:not(.shopify-section *) {
  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-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:not(.shopify-section *){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}
