.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
min-height: 300px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  display: none;
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591, #wrap-s-a92d74ae-118a-47c8-b2dc-0104a67a8591 { display: none !important; }}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  display: none;
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591, #wrap-s-a92d74ae-118a-47c8-b2dc-0104a67a8591 { display: none !important; }}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://i.shgcdn.com/4782e926-dd7f-4a16-aa50-1ba43d602268/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(55, 71, 79, 1);
  opacity: 0.6;
  display: block;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-c687addd-211a-4cfa-83e4-abc91159ef1b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c687addd-211a-4cfa-83e4-abc91159ef1b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  
  
}



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

.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-49a47500-a8c4-4135-bc90-d045591ea8e3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-49a47500-a8c4-4135-bc90-d045591ea8e3:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-49a47500-a8c4-4135-bc90-d045591ea8e3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-49a47500-a8c4-4135-bc90-d045591ea8e3-root {
    text-align: center;
  }


#s-49a47500-a8c4-4135-bc90-d045591ea8e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-49a47500-a8c4-4135-bc90-d045591ea8e3-root {
    text-align: center;
  }


#s-49a47500-a8c4-4135-bc90-d045591ea8e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49a47500-a8c4-4135-bc90-d045591ea8e3-root {
    text-align: center;
  }


#s-49a47500-a8c4-4135-bc90-d045591ea8e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49a47500-a8c4-4135-bc90-d045591ea8e3-root {
    text-align: center;
  }


#s-49a47500-a8c4-4135-bc90-d045591ea8e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-49a47500-a8c4-4135-bc90-d045591ea8e3-root {
    text-align: center;
  }


#s-49a47500-a8c4-4135-bc90-d045591ea8e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bad84ebe-54e8-4755-9f17-732cf8522308 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(7, 65, 118, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bad84ebe-54e8-4755-9f17-732cf8522308:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bad84ebe-54e8-4755-9f17-732cf8522308:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bad84ebe-54e8-4755-9f17-732cf8522308-root {
    text-align: center;
  }


#s-bad84ebe-54e8-4755-9f17-732cf8522308.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bad84ebe-54e8-4755-9f17-732cf8522308-root {
    text-align: center;
  }


#s-bad84ebe-54e8-4755-9f17-732cf8522308.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bad84ebe-54e8-4755-9f17-732cf8522308-root {
    text-align: center;
  }


#s-bad84ebe-54e8-4755-9f17-732cf8522308.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bad84ebe-54e8-4755-9f17-732cf8522308-root {
    text-align: center;
  }


#s-bad84ebe-54e8-4755-9f17-732cf8522308.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bad84ebe-54e8-4755-9f17-732cf8522308-root {
    text-align: center;
  }


#s-bad84ebe-54e8-4755-9f17-732cf8522308.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

#s-ff6a8217-4b21-4e44-9cf9-4b820409cac9 {
  margin-top: 2%;
margin-bottom: -30px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff6a8217-4b21-4e44-9cf9-4b820409cac9 {
  display: none;
}
#s-ff6a8217-4b21-4e44-9cf9-4b820409cac9, #wrap-s-ff6a8217-4b21-4e44-9cf9-4b820409cac9 { display: none !important; }}@media (max-width: 767px){#s-ff6a8217-4b21-4e44-9cf9-4b820409cac9 {
  display: none;
}
#s-ff6a8217-4b21-4e44-9cf9-4b820409cac9, #wrap-s-ff6a8217-4b21-4e44-9cf9-4b820409cac9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ff6a8217-4b21-4e44-9cf9-4b820409cac9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ff6a8217-4b21-4e44-9cf9-4b820409cac9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ff6a8217-4b21-4e44-9cf9-4b820409cac9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff6a8217-4b21-4e44-9cf9-4b820409cac9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-08e412d0-e4f4-42d5-9761-5879199ab6d7 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-08e412d0-e4f4-42d5-9761-5879199ab6d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-08e412d0-e4f4-42d5-9761-5879199ab6d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-08e412d0-e4f4-42d5-9761-5879199ab6d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-08e412d0-e4f4-42d5-9761-5879199ab6d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-08e412d0-e4f4-42d5-9761-5879199ab6d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-08e412d0-e4f4-42d5-9761-5879199ab6d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-08e412d0-e4f4-42d5-9761-5879199ab6d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
  margin-top: -12px;
margin-left: 30%;
margin-right: -25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #ffffff;
border-style: solid;
border-radius: 200px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
  margin-left: 30%;
  margin-right: -25%;
  margin-top: -12px;
  
  /* Add padding handling */
  
  padding-right: 0%;
  
  
}

#s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60aee7f-73b7-417a-bb3b-c103fd951499 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shogun-image-content {
  
    align-items: center;
  
}

.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
      position: relative;
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60aee7f-73b7-417a-bb3b-c103fd951499 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shogun-image-content {
  
    align-items: center;
  
}

.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
      position: relative;
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60aee7f-73b7-417a-bb3b-c103fd951499 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shogun-image-content {
  
    align-items: center;
  
}

.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
      position: relative;
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60aee7f-73b7-417a-bb3b-c103fd951499 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shogun-image-content {
  
    align-items: center;
  
}

.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
      position: relative;
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60aee7f-73b7-417a-bb3b-c103fd951499 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e60aee7f-73b7-417a-bb3b-c103fd951499 .shogun-image-content {
  
    align-items: center;
  
}

.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e60aee7f-73b7-417a-bb3b-c103fd951499 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container {
      position: relative;
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60aee7f-73b7-417a-bb3b-c103fd951499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-046f1272-12db-4d01-b2f6-f6aae4b34036 {
  margin-top: 1px;
margin-bottom: -1px;
}

#s-1d66fe74-7e34-40c8-be35-01afea2e0311 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-1d66fe74-7e34-40c8-be35-01afea2e0311"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-1d66fe74-7e34-40c8-be35-01afea2e0311"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1d66fe74-7e34-40c8-be35-01afea2e0311"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1d66fe74-7e34-40c8-be35-01afea2e0311"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1d66fe74-7e34-40c8-be35-01afea2e0311"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d66fe74-7e34-40c8-be35-01afea2e0311"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1d66fe74-7e34-40c8-be35-01afea2e0311"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-cc926e3b-763c-4038-a375-6c80508614c9 {
  margin-top: -8px;
margin-bottom: 0px;
}

#s-cc926e3b-763c-4038-a375-6c80508614c9 .shogun-icon-wrapper {
  text-align: center;
}


#s-cc926e3b-763c-4038-a375-6c80508614c9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-4b1ccf8a-f916-4b77-ac70-f05a9a7b4881 {
  display: none;
}
#s-4b1ccf8a-f916-4b77-ac70-f05a9a7b4881, #wrap-s-4b1ccf8a-f916-4b77-ac70-f05a9a7b4881 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b1ccf8a-f916-4b77-ac70-f05a9a7b4881 {
  display: none;
}
#s-4b1ccf8a-f916-4b77-ac70-f05a9a7b4881, #wrap-s-4b1ccf8a-f916-4b77-ac70-f05a9a7b4881 { display: none !important; }}
#s-4b1ccf8a-f916-4b77-ac70-f05a9a7b4881 .shogun-icon-wrapper {
  text-align: center;
}


#s-4b1ccf8a-f916-4b77-ac70-f05a9a7b4881 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-5253a35e-bc95-4128-9a24-d896bd0f47f6 {
  margin-top: 1px;
margin-bottom: -1px;
}

#s-54e8645b-c132-4de7-a639-a55eecf4159c {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-54e8645b-c132-4de7-a639-a55eecf4159c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-54e8645b-c132-4de7-a639-a55eecf4159c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-54e8645b-c132-4de7-a639-a55eecf4159c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-54e8645b-c132-4de7-a639-a55eecf4159c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-54e8645b-c132-4de7-a639-a55eecf4159c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-54e8645b-c132-4de7-a639-a55eecf4159c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-54e8645b-c132-4de7-a639-a55eecf4159c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-06b3d238-826a-43b7-8d83-dd132f92b985 {
  margin-top: -8px;
margin-bottom: 0px;
}

#s-06b3d238-826a-43b7-8d83-dd132f92b985 .shogun-icon-wrapper {
  text-align: center;
}


#s-06b3d238-826a-43b7-8d83-dd132f92b985 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 255, 255, 1);
}

#s-eb053ebd-0748-4143-8967-4d7b6639caca {
  margin-top: 1px;
margin-bottom: -1px;
}

#s-2d1b8f69-5ea6-4c00-8150-418454670664 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
min-height: 375px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-2d1b8f69-5ea6-4c00-8150-418454670664 {
  display: none;
}
#s-2d1b8f69-5ea6-4c00-8150-418454670664, #wrap-s-2d1b8f69-5ea6-4c00-8150-418454670664 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d1b8f69-5ea6-4c00-8150-418454670664 {
  display: none;
}
#s-2d1b8f69-5ea6-4c00-8150-418454670664, #wrap-s-2d1b8f69-5ea6-4c00-8150-418454670664 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d1b8f69-5ea6-4c00-8150-418454670664 {
  
}
}@media (max-width: 767px){#s-2d1b8f69-5ea6-4c00-8150-418454670664 {
  
}
}
#s-2d1b8f69-5ea6-4c00-8150-418454670664 {
  background-image: url(https://i.shgcdn.com/4782e926-dd7f-4a16-aa50-1ba43d602268/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2d1b8f69-5ea6-4c00-8150-418454670664 > .shg-box-overlay {
  background-color: rgba(55, 71, 79, 1);
  opacity: 0.7;
  display: block;
}#s-2d1b8f69-5ea6-4c00-8150-418454670664.shg-box.shg-c {
  justify-content: center;
}

#s-56cd9b8c-e0c5-4c5f-855c-e099b2b21695 {
  margin-top: 20px;
margin-left: 36px;
margin-bottom: 0px;
margin-right: 36px;
padding-top: 9px;
padding-left: 0px;
padding-bottom: 9px;
padding-right: 0px;
text-align: center;
}

#s-56cd9b8c-e0c5-4c5f-855c-e099b2b21695 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb-root {
    text-align: center;
  }


#s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb-root {
    text-align: center;
  }


#s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb-root {
    text-align: center;
  }


#s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb-root {
    text-align: center;
  }


#s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb-root {
    text-align: center;
  }


#s-be19ed07-ae7a-47fc-992a-83d4f5cd95fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(7, 65, 118, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6-root {
    text-align: center;
  }


#s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6-root {
    text-align: center;
  }


#s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6-root {
    text-align: center;
  }


#s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6-root {
    text-align: center;
  }


#s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6-root {
    text-align: center;
  }


#s-4ca95f8c-59c2-4c95-9b2d-868a1b9188d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7fb235aa-c398-471d-9784-971ed65ff857 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: -80px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-7fb235aa-c398-471d-9784-971ed65ff857 {
  display: none;
}
#s-7fb235aa-c398-471d-9784-971ed65ff857, #wrap-s-7fb235aa-c398-471d-9784-971ed65ff857 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7fb235aa-c398-471d-9784-971ed65ff857 {
  display: none;
}
#s-7fb235aa-c398-471d-9784-971ed65ff857, #wrap-s-7fb235aa-c398-471d-9784-971ed65ff857 { display: none !important; }}@media (max-width: 767px){#s-7fb235aa-c398-471d-9784-971ed65ff857 {
  display: none;
}
#s-7fb235aa-c398-471d-9784-971ed65ff857, #wrap-s-7fb235aa-c398-471d-9784-971ed65ff857 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7fb235aa-c398-471d-9784-971ed65ff857"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7fb235aa-c398-471d-9784-971ed65ff857"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7fb235aa-c398-471d-9784-971ed65ff857"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fb235aa-c398-471d-9784-971ed65ff857"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3c8d7ba5-5d82-4191-b3ba-4e8bf07956bd {
  min-height: 50px;
}








#s-3c8d7ba5-5d82-4191-b3ba-4e8bf07956bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c8d7ba5-5d82-4191-b3ba-4e8bf07956bd.shg-box.shg-c {
  justify-content: center;
}

#s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
  margin-top: -10px;
margin-left: 0%;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #ffffff;
border-style: solid;
border-radius: 200px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: -10px;
  
  /* Add padding handling */
  
  padding-right: 0%;
  
  
}

#s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shogun-image-content {
  
    align-items: center;
  
}

.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
      position: relative;
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shogun-image-content {
  
    align-items: center;
  
}

.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
      position: relative;
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shogun-image-content {
  
    align-items: center;
  
}

.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
      position: relative;
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shogun-image-content {
  
    align-items: center;
  
}

.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
      position: relative;
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c .shogun-image-content {
  
    align-items: center;
  
}

.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container {
      position: relative;
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34db5415-3e5d-4d9c-82a8-e7772e5ff39c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-c1823ec9-89a9-4c37-9f88-e5d54f92a308 {
  padding-bottom: 10px;
}

#s-4fe5034c-7eb9-4954-a589-be10e4e4dc23 .shogun-icon-wrapper {
  text-align: center;
}


#s-4fe5034c-7eb9-4954-a589-be10e4e4dc23 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(255, 255, 255, 1);
}

#s-fc9aeb08-45e5-4cb9-81de-e3804aaa1da4 {
  padding-bottom: 10px;
}

#s-c014ffeb-efb9-4648-949f-bd28053af913 .shogun-icon-wrapper {
  text-align: center;
}


#s-c014ffeb-efb9-4648-949f-bd28053af913 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(255, 255, 255, 1);
}

#s-1598835c-d66b-4dff-a84f-45d665c4b97d {
  padding-top: 0px;
padding-bottom: 10px;
}

#s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7 {
  display: none;
}
#s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7, #wrap-s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7 {
  display: none;
}
#s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7, #wrap-s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7 {
  display: none;
}
#s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7, #wrap-s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7 { display: none !important; }}







#s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-486d5fbc-e0fc-4f0d-a5ba-63c8a5b03ba7.shg-box.shg-c {
  justify-content: center;
}

#s-cfff5d2c-fed6-441e-8add-444f395c6057 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #ffffff;
border-style: solid;
border-radius: 200px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-cfff5d2c-fed6-441e-8add-444f395c6057 {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  
  /* Add padding handling */
  
  padding-right: 0%;
  
  
}

#s-cfff5d2c-fed6-441e-8add-444f395c6057 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfff5d2c-fed6-441e-8add-444f395c6057 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cfff5d2c-fed6-441e-8add-444f395c6057 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfff5d2c-fed6-441e-8add-444f395c6057.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfff5d2c-fed6-441e-8add-444f395c6057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
      position: relative;
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cfff5d2c-fed6-441e-8add-444f395c6057 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cfff5d2c-fed6-441e-8add-444f395c6057 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfff5d2c-fed6-441e-8add-444f395c6057 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cfff5d2c-fed6-441e-8add-444f395c6057 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfff5d2c-fed6-441e-8add-444f395c6057.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfff5d2c-fed6-441e-8add-444f395c6057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
      position: relative;
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-cfff5d2c-fed6-441e-8add-444f395c6057 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cfff5d2c-fed6-441e-8add-444f395c6057 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfff5d2c-fed6-441e-8add-444f395c6057 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cfff5d2c-fed6-441e-8add-444f395c6057 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfff5d2c-fed6-441e-8add-444f395c6057.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfff5d2c-fed6-441e-8add-444f395c6057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
      position: relative;
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-cfff5d2c-fed6-441e-8add-444f395c6057 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cfff5d2c-fed6-441e-8add-444f395c6057 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfff5d2c-fed6-441e-8add-444f395c6057 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cfff5d2c-fed6-441e-8add-444f395c6057 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfff5d2c-fed6-441e-8add-444f395c6057.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfff5d2c-fed6-441e-8add-444f395c6057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
      position: relative;
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-cfff5d2c-fed6-441e-8add-444f395c6057 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cfff5d2c-fed6-441e-8add-444f395c6057 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfff5d2c-fed6-441e-8add-444f395c6057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfff5d2c-fed6-441e-8add-444f395c6057 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cfff5d2c-fed6-441e-8add-444f395c6057 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfff5d2c-fed6-441e-8add-444f395c6057.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfff5d2c-fed6-441e-8add-444f395c6057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container {
      position: relative;
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfff5d2c-fed6-441e-8add-444f395c6057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-804d147f-1ca7-4988-a00e-d252453f3cef {
  margin-left: 0%;
margin-right: 0%;
}

#s-6b0e1442-3f80-41ea-8e67-99d1976f7768 {
  margin-left: 0%;
margin-right: 0%;
}

#s-b7cc8a8b-9475-4f51-8718-c874bda83832 {
  margin-left: 0%;
margin-right: 0%;
}

#s-4b020f4c-4722-4ec9-9a7c-bcb7a19aec6b {
  min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}








#s-4b020f4c-4722-4ec9-9a7c-bcb7a19aec6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b020f4c-4722-4ec9-9a7c-bcb7a19aec6b.shg-box.shg-c {
  justify-content: center;
}

#s-aefb73a9-9bbd-414a-abbb-a9ecbe535dea {
  margin-top: 15px;
margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-aefb73a9-9bbd-414a-abbb-a9ecbe535dea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aefb73a9-9bbd-414a-abbb-a9ecbe535dea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aefb73a9-9bbd-414a-abbb-a9ecbe535dea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aefb73a9-9bbd-414a-abbb-a9ecbe535dea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-aefb73a9-9bbd-414a-abbb-a9ecbe535dea"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-447b5abc-4390-42bf-9838-b0858c0e7e89 {
  margin-left: 0%;
margin-bottom: 55px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(113, 135, 146, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-447b5abc-4390-42bf-9838-b0858c0e7e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-447b5abc-4390-42bf-9838-b0858c0e7e89.shg-box.shg-c {
  justify-content: center;
}

#s-c690ccbf-d296-4985-ac9d-0c043b65261a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: -30px;
margin-right: 5%;
}

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

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

#s-8fad5abb-36cd-4d99-b0d1-dc9db486e672 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: -10px;
margin-right: 5%;
}

#s-8fad5abb-36cd-4d99-b0d1-dc9db486e672 hr {
  border-top: 2px solid rgba(55, 71, 79, 1);
}

#s-fe1bdd09-9f01-4394-a07b-c1e34a3f5c8e {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-79042ac5-fce0-42b0-80ae-8d93e34b6968 {
  margin-top: 0px;
margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-79042ac5-fce0-42b0-80ae-8d93e34b6968 {
  display: none;
}
#s-79042ac5-fce0-42b0-80ae-8d93e34b6968, #wrap-s-79042ac5-fce0-42b0-80ae-8d93e34b6968 { display: none !important; }}@media (max-width: 767px){#s-79042ac5-fce0-42b0-80ae-8d93e34b6968 {
  display: none;
}
#s-79042ac5-fce0-42b0-80ae-8d93e34b6968, #wrap-s-79042ac5-fce0-42b0-80ae-8d93e34b6968 { display: none !important; }}
#s-230d6505-31c4-4c56-80d1-4f51c001c81f {
  margin-top: %;
margin-left: 0%;
margin-bottom: %;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-230d6505-31c4-4c56-80d1-4f51c001c81f {
  display: none;
}
#s-230d6505-31c4-4c56-80d1-4f51c001c81f, #wrap-s-230d6505-31c4-4c56-80d1-4f51c001c81f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-230d6505-31c4-4c56-80d1-4f51c001c81f {
  display: none;
}
#s-230d6505-31c4-4c56-80d1-4f51c001c81f, #wrap-s-230d6505-31c4-4c56-80d1-4f51c001c81f { display: none !important; }}@media (max-width: 767px){#s-230d6505-31c4-4c56-80d1-4f51c001c81f {
  
}
}
#s-75188eea-4614-48cf-8df7-e137af89ee06 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-75188eea-4614-48cf-8df7-e137af89ee06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75188eea-4614-48cf-8df7-e137af89ee06.shg-box.shg-c {
  justify-content: center;
}

#s-f6e0194c-1c4a-4a63-b049-97535881f4b0 {
  text-align: left;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-a0952292-60dd-4401-87d8-e16b8ad11e4f {
  margin-top: 85px;
margin-left: 25%;
margin-bottom: 20px;
margin-right: 25%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0952292-60dd-4401-87d8-e16b8ad11e4f {
  display: none;
}
#s-a0952292-60dd-4401-87d8-e16b8ad11e4f, #wrap-s-a0952292-60dd-4401-87d8-e16b8ad11e4f { display: none !important; }}@media (max-width: 767px){#s-a0952292-60dd-4401-87d8-e16b8ad11e4f {
  display: none;
}
#s-a0952292-60dd-4401-87d8-e16b8ad11e4f, #wrap-s-a0952292-60dd-4401-87d8-e16b8ad11e4f { display: none !important; }}






  #s-a0952292-60dd-4401-87d8-e16b8ad11e4f img.shogun-image {
    

    
    
    
  }


#s-a0952292-60dd-4401-87d8-e16b8ad11e4f .shogun-image-content {
  
    align-items: center;
  
}

#s-7a64e2ab-8759-4e15-89a3-baa5d4b6e66b {
  padding-top: 85px;
text-align: center;
}
@media (min-width: 1200px){#s-7a64e2ab-8759-4e15-89a3-baa5d4b6e66b {
  display: none;
}
#s-7a64e2ab-8759-4e15-89a3-baa5d4b6e66b, #wrap-s-7a64e2ab-8759-4e15-89a3-baa5d4b6e66b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a64e2ab-8759-4e15-89a3-baa5d4b6e66b {
  display: none;
}
#s-7a64e2ab-8759-4e15-89a3-baa5d4b6e66b, #wrap-s-7a64e2ab-8759-4e15-89a3-baa5d4b6e66b { display: none !important; }}






  #s-7a64e2ab-8759-4e15-89a3-baa5d4b6e66b img.shogun-image {
    

    
    
    
  }


#s-7a64e2ab-8759-4e15-89a3-baa5d4b6e66b .shogun-image-content {
  
    align-items: center;
  
}

#s-9f96427e-5dfa-4942-bc90-6142bee330b4 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
text-align: left;
}

#s-9f96427e-5dfa-4942-bc90-6142bee330b4 .shogun-heading-component h2 {
  color: rgba(55, 71, 79, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-8023aa28-cadd-4eb3-9d40-4d839d9ce657 {
  margin-left: 10%;
margin-right: 10%;
}

#s-8023aa28-cadd-4eb3-9d40-4d839d9ce657 hr {
  border-top: 1px solid rgba(0, 10, 18, 1);
}

#s-eb05afdb-5e7c-4016-ba75-9d9a82ba740b {
  margin-left: 10%;
margin-bottom: 45px;
margin-right: 10%;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-eb05afdb-5e7c-4016-ba75-9d9a82ba740b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb05afdb-5e7c-4016-ba75-9d9a82ba740b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-eb05afdb-5e7c-4016-ba75-9d9a82ba740b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-eb05afdb-5e7c-4016-ba75-9d9a82ba740b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-4f1cf2a9-86aa-44c9-9788-359344746841 {
  margin-top: 0px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(113, 135, 146, 1);
border-style: solid;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

#s-e3e5108c-2a24-4311-bac1-6a51b48b9ed5 {
  text-align: left;
}



.shg-c#s-e3e5108c-2a24-4311-bac1-6a51b48b9ed5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3e5108c-2a24-4311-bac1-6a51b48b9ed5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e3e5108c-2a24-4311-bac1-6a51b48b9ed5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3e5108c-2a24-4311-bac1-6a51b48b9ed5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e3e5108c-2a24-4311-bac1-6a51b48b9ed5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3e5108c-2a24-4311-bac1-6a51b48b9ed5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e3e5108c-2a24-4311-bac1-6a51b48b9ed5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3e5108c-2a24-4311-bac1-6a51b48b9ed5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e3e5108c-2a24-4311-bac1-6a51b48b9ed5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3e5108c-2a24-4311-bac1-6a51b48b9ed5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-78920ccb-00b0-47e8-a3f9-cab35f17d92e {
  min-height: 50px;
}








#s-78920ccb-00b0-47e8-a3f9-cab35f17d92e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78920ccb-00b0-47e8-a3f9-cab35f17d92e {
  cursor: pointer;
}#s-78920ccb-00b0-47e8-a3f9-cab35f17d92e.shg-box.shg-c {
  justify-content: center;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a9b7b051-77e9-4a2e-9c85-1ef26dd15528 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
text-align: center;
}

#s-a9b7b051-77e9-4a2e-9c85-1ef26dd15528 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-e983174a-d7fa-4422-8e8f-7bac968ef991 {
  margin-left: 20px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0%;
text-align: center;
}

#s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 12px;
padding-left: 30%;
padding-bottom: 12px;
padding-right: 30%;
border-radius: 2px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c-root {
    text-align: center;
  }


#s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c-root {
    text-align: center;
  }


#s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c-root {
    text-align: center;
  }


#s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c-root {
    text-align: center;
  }


#s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c-root {
    text-align: center;
  }


#s-3f373b0b-223c-4ce6-8bc5-b64d4f29391c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-ac46f5b8-509c-4e30-87b4-72fdd7713368 {
  margin-top: 0px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(113, 135, 146, 1);
border-style: solid;
}

#s-48857003-5651-47a1-bc4d-a10bd2052673 {
  text-align: left;
}



.shg-c#s-48857003-5651-47a1-bc4d-a10bd2052673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48857003-5651-47a1-bc4d-a10bd2052673 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-48857003-5651-47a1-bc4d-a10bd2052673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48857003-5651-47a1-bc4d-a10bd2052673 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-48857003-5651-47a1-bc4d-a10bd2052673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48857003-5651-47a1-bc4d-a10bd2052673 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-48857003-5651-47a1-bc4d-a10bd2052673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48857003-5651-47a1-bc4d-a10bd2052673 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-48857003-5651-47a1-bc4d-a10bd2052673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48857003-5651-47a1-bc4d-a10bd2052673 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ff721ace-33bb-41b9-84ce-a1a8e95acd23 {
  min-height: 50px;
}








#s-ff721ace-33bb-41b9-84ce-a1a8e95acd23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff721ace-33bb-41b9-84ce-a1a8e95acd23 {
  cursor: pointer;
}#s-ff721ace-33bb-41b9-84ce-a1a8e95acd23.shg-box.shg-c {
  justify-content: center;
}

#s-9d0837ba-37d5-4b2d-ba61-e9ad8c01b95f {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
text-align: center;
}

#s-9d0837ba-37d5-4b2d-ba61-e9ad8c01b95f .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-d8ff7c54-e38a-45c1-9c3b-aa167a775322 {
  margin-left: 20px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dd70d90f-84fe-4827-886a-17147d776a5b {
  margin-bottom: 20px;
padding-top: 12px;
padding-left: 30%;
padding-bottom: 12px;
padding-right: 30%;
border-radius: 2px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dd70d90f-84fe-4827-886a-17147d776a5b:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dd70d90f-84fe-4827-886a-17147d776a5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd70d90f-84fe-4827-886a-17147d776a5b-root {
    text-align: center;
  }


#s-dd70d90f-84fe-4827-886a-17147d776a5b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd70d90f-84fe-4827-886a-17147d776a5b-root {
    text-align: center;
  }


#s-dd70d90f-84fe-4827-886a-17147d776a5b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd70d90f-84fe-4827-886a-17147d776a5b-root {
    text-align: center;
  }


#s-dd70d90f-84fe-4827-886a-17147d776a5b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd70d90f-84fe-4827-886a-17147d776a5b-root {
    text-align: center;
  }


#s-dd70d90f-84fe-4827-886a-17147d776a5b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd70d90f-84fe-4827-886a-17147d776a5b-root {
    text-align: center;
  }


#s-dd70d90f-84fe-4827-886a-17147d776a5b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-c2999184-faf6-4f01-8022-4589bace5d7e {
  margin-top: 0px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(113, 135, 146, 1);
border-style: solid;
}

#s-ffd3e17d-c957-435e-9e75-de9633535eaa {
  text-align: left;
}



.shg-c#s-ffd3e17d-c957-435e-9e75-de9633535eaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd3e17d-c957-435e-9e75-de9633535eaa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ffd3e17d-c957-435e-9e75-de9633535eaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd3e17d-c957-435e-9e75-de9633535eaa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ffd3e17d-c957-435e-9e75-de9633535eaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd3e17d-c957-435e-9e75-de9633535eaa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ffd3e17d-c957-435e-9e75-de9633535eaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd3e17d-c957-435e-9e75-de9633535eaa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ffd3e17d-c957-435e-9e75-de9633535eaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd3e17d-c957-435e-9e75-de9633535eaa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c366e606-954e-4cf5-b032-9f5fc9676a38 {
  min-height: 50px;
}








#s-c366e606-954e-4cf5-b032-9f5fc9676a38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c366e606-954e-4cf5-b032-9f5fc9676a38 {
  cursor: pointer;
}#s-c366e606-954e-4cf5-b032-9f5fc9676a38.shg-box.shg-c {
  justify-content: center;
}

#s-85d4b20a-781d-4b3c-8329-b4136c5b2921 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
text-align: center;
}

#s-85d4b20a-781d-4b3c-8329-b4136c5b2921 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-0da51706-5663-497f-b668-343ee07b30b5 {
  margin-left: 20px;
margin-bottom: 15px;
padding-top: 0px;
text-align: center;
}

#s-19137526-55a8-4a60-a0d5-719b4fd2a368 {
  margin-bottom: 20px;
padding-top: 12px;
padding-left: 30%;
padding-bottom: 12px;
padding-right: 30%;
border-radius: 2px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-19137526-55a8-4a60-a0d5-719b4fd2a368:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-19137526-55a8-4a60-a0d5-719b4fd2a368:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-19137526-55a8-4a60-a0d5-719b4fd2a368-root {
    text-align: center;
  }


#s-19137526-55a8-4a60-a0d5-719b4fd2a368.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19137526-55a8-4a60-a0d5-719b4fd2a368-root {
    text-align: center;
  }


#s-19137526-55a8-4a60-a0d5-719b4fd2a368.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19137526-55a8-4a60-a0d5-719b4fd2a368-root {
    text-align: center;
  }


#s-19137526-55a8-4a60-a0d5-719b4fd2a368.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19137526-55a8-4a60-a0d5-719b4fd2a368-root {
    text-align: center;
  }


#s-19137526-55a8-4a60-a0d5-719b4fd2a368.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19137526-55a8-4a60-a0d5-719b4fd2a368-root {
    text-align: center;
  }


#s-19137526-55a8-4a60-a0d5-719b4fd2a368.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-e21d5cec-1d6d-454d-8476-5a46defa3354 {
  margin-left: 0%;
margin-right: 0%;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-e21d5cec-1d6d-454d-8476-5a46defa3354 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e21d5cec-1d6d-454d-8476-5a46defa3354.shg-box.shg-c {
  justify-content: center;
}

#s-e0ffa17c-c4cf-43cc-a5b2-e29d3018476a {
  text-align: left;
}

#s-173dc29f-9491-4b5a-a07d-36fcba4284eb {
  margin-left: 10%;
margin-right: 10%;
padding-top: 90px;
padding-bottom: 30px;
text-align: center;
}

#s-173dc29f-9491-4b5a-a07d-36fcba4284eb .shogun-heading-component h2 {
  color: rgba(55, 71, 79, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-7be40efd-7884-49ea-af05-647a496df02d {
  margin-left: 10%;
margin-right: 10%;
}

#s-b0e99ba8-b803-4cf1-bb7d-03b9e87f4d19 {
  margin-left: 10%;
margin-right: 10%;
}

#s-6b296d09-065f-46f3-a670-d522077e6818 {
  text-align: left;
}

#s-b6236c24-d682-48e0-be63-48bea89583e8 {
  margin-left: 10%;
margin-right: 10%;
}

#s-663af194-60d7-4c65-ac74-275df6b0380e {
  margin-left: 10%;
margin-right: 10%;
}

#s-52c5b4f7-dc84-4ad5-959c-c8244edb0ad2 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-a9caec60-a233-4255-afcd-d5acd60648f6 {
  margin-left: 10%;
margin-right: 10%;
}

#s-82aa4573-5403-49b2-aeee-ce5aa437f6c3 {
  margin-left: 25%;
margin-bottom: 20px;
margin-right: 25%;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-82aa4573-5403-49b2-aeee-ce5aa437f6c3 {
  display: none;
}
#s-82aa4573-5403-49b2-aeee-ce5aa437f6c3, #wrap-s-82aa4573-5403-49b2-aeee-ce5aa437f6c3 { display: none !important; }}






  #s-82aa4573-5403-49b2-aeee-ce5aa437f6c3 img.shogun-image {
    

    
    
    
  }


#s-82aa4573-5403-49b2-aeee-ce5aa437f6c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d943b598-6bde-41c0-b615-b09825ee4068 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-56fff502-3bb2-4642-9f1d-a0a585150ce2 {
  margin-left: 10%;
margin-right: 10%;
}

#s-b1101357-43b4-4951-8235-51af8207f68c {
  margin-left: 25%;
margin-bottom: 20px;
margin-right: 25%;
text-align: center;
}
@media (max-width: 767px){#s-b1101357-43b4-4951-8235-51af8207f68c {
  display: none;
}
#s-b1101357-43b4-4951-8235-51af8207f68c, #wrap-s-b1101357-43b4-4951-8235-51af8207f68c { display: none !important; }}






  #s-b1101357-43b4-4951-8235-51af8207f68c img.shogun-image {
    

    
    
    
  }


#s-b1101357-43b4-4951-8235-51af8207f68c .shogun-image-content {
  
    align-items: center;
  
}

#s-866f1029-ffec-4ed3-8b42-989a74499305 {
  margin-left: 10%;
margin-right: 10%;
}

#s-364891e3-ea02-4753-9408-0720ae9da1d0 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-271d0bcb-b470-41db-80a1-8de8699b11b3 {
  margin-left: 10%;
margin-right: 10%;
}

#s-5798b9db-5354-494b-b584-e14eab82282c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-6889c0b0-161f-4e6e-b93a-55158ee6669f {
  margin-left: 10%;
margin-right: 10%;
}

#s-67cf4d9d-412f-4e7d-b859-d1616e535f14 {
  margin-left: 15%;
margin-bottom: 65px;
margin-right: 15%;
padding-left: 15px;
padding-right: 15px;
background-color: rgba(79, 91, 98, 1);
}

#s-f533a834-14da-48c4-b99b-8ad08dbcb870 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f533a834-14da-48c4-b99b-8ad08dbcb870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f533a834-14da-48c4-b99b-8ad08dbcb870.shg-box.shg-c {
  justify-content: center;
}

#s-c31110be-15e3-42cc-94fd-9a0e4d29bb95 {
  text-align: left;
}

#s-518c7186-0b69-436d-8c87-20ff239e2164 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 90px;
padding-bottom: 30px;
text-align: center;
}

#s-518c7186-0b69-436d-8c87-20ff239e2164 .shogun-heading-component h2 {
  color: rgba(55, 71, 79, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-3d288b68-dafe-4ae2-8377-971979d86d3d {
  margin-left: 10%;
margin-right: 10%;
}

#s-76ef720e-4464-43c9-82a3-0f0fbf2cb9af {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-b9883a35-8ac8-4fda-a461-21afea52b506 {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b9883a35-8ac8-4fda-a461-21afea52b506"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9883a35-8ac8-4fda-a461-21afea52b506"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9883a35-8ac8-4fda-a461-21afea52b506"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9883a35-8ac8-4fda-a461-21afea52b506"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a5c1e964-323b-4f8a-8beb-91693c9942a2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
min-height: 50px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-a5c1e964-323b-4f8a-8beb-91693c9942a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5c1e964-323b-4f8a-8beb-91693c9942a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5c1e964-323b-4f8a-8beb-91693c9942a2-root {
    text-align: center;
  }


#s-a5c1e964-323b-4f8a-8beb-91693c9942a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a5c1e964-323b-4f8a-8beb-91693c9942a2-root {
    text-align: center;
  }


#s-a5c1e964-323b-4f8a-8beb-91693c9942a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5c1e964-323b-4f8a-8beb-91693c9942a2-root {
    text-align: center;
  }


#s-a5c1e964-323b-4f8a-8beb-91693c9942a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5c1e964-323b-4f8a-8beb-91693c9942a2-root {
    text-align: center;
  }


#s-a5c1e964-323b-4f8a-8beb-91693c9942a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a5c1e964-323b-4f8a-8beb-91693c9942a2-root {
    text-align: center;
  }


#s-a5c1e964-323b-4f8a-8beb-91693c9942a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-72fba655-ce67-4db1-a74e-ea9989c4fe47 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
}

#s-c73e42fb-2113-4da7-b798-e1e979ee6f6c {
  margin-left: 10%;
margin-right: 10%;
}

#s-39c6c625-0957-4985-b54c-c825f8a5ddfb {
  text-align: left;
}

#s-8b214c7b-52c2-4d6b-8cbb-0d0b5b621efe {
  margin-left: 10%;
margin-right: 10%;
}

#s-97351cf1-00de-429f-8e0c-c0c8ed9e4818 {
  margin-left: 10%;
margin-right: 10%;
}

#s-b746f2ef-956a-4ab4-965a-52f1b9696d02 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-left: 15px;
padding-right: 15px;
background-color: rgba(79, 91, 98, 1);
}

#s-1b8d7e9e-88ae-45d7-9153-2b9556fb4eb1 {
  text-align: left;
}

#s-8986fd9a-0ce4-47f7-8bed-21e137affb0e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-516fb414-bb89-4d46-b4db-0256a6b0c5d1 {
  margin-left: 10%;
margin-right: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-dd14b474-ef06-4487-91f4-4f3b9daa0001 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-dd14b474-ef06-4487-91f4-4f3b9daa0001 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-dd14b474-ef06-4487-91f4-4f3b9daa0001 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-dd14b474-ef06-4487-91f4-4f3b9daa0001 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(2, 119, 189, 1);
}

#s-dd14b474-ef06-4487-91f4-4f3b9daa0001 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 1);
  border-top: 1px solid #ddd;
}

#s-dd14b474-ef06-4487-91f4-4f3b9daa0001 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(2, 119, 189, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 20px;
}

#s-dd14b474-ef06-4487-91f4-4f3b9daa0001 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bcf50b86-b6a2-4b8b-9d74-c77ef18a00f5 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-28dd46fa-667e-4178-80b9-0b35312a7892 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b4744e97-a7bb-4cfb-8af5-10a59e6b2085 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

#s-9dace9e1-b6ba-423f-a90d-905b62b39acc {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

#s-e777644c-670e-4e41-877d-d03c6ad035c7 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1e778645-2a55-4a24-ab7e-4841a07f8f4a {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c75c9ded-2ce4-4e5c-a2c9-dbe12ed8f935 {
  margin-left: 2%;
margin-right: 2%;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c75c9ded-2ce4-4e5c-a2c9-dbe12ed8f935"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c75c9ded-2ce4-4e5c-a2c9-dbe12ed8f935"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c75c9ded-2ce4-4e5c-a2c9-dbe12ed8f935"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c75c9ded-2ce4-4e5c-a2c9-dbe12ed8f935"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c75c9ded-2ce4-4e5c-a2c9-dbe12ed8f935"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c75c9ded-2ce4-4e5c-a2c9-dbe12ed8f935"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c75c9ded-2ce4-4e5c-a2c9-dbe12ed8f935"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

.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-98bd0c49-5844-433f-882a-cb3bb2e2515e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-98bd0c49-5844-433f-882a-cb3bb2e2515e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-98bd0c49-5844-433f-882a-cb3bb2e2515e td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-98bd0c49-5844-433f-882a-cb3bb2e2515e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-98bd0c49-5844-433f-882a-cb3bb2e2515e td.shogun-table-column, #s-98bd0c49-5844-433f-882a-cb3bb2e2515e td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-3b5d4538-bb11-4d46-b60a-fc863f151b78 {
  text-align: center;
}







  #s-3b5d4538-bb11-4d46-b60a-fc863f151b78 img.shogun-image {
    

    
    
    
  }


#s-3b5d4538-bb11-4d46-b60a-fc863f151b78 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba2c97fa-2983-42bf-8715-874cd98b57b6 {
  margin-left: 2%;
margin-right: 2%;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ba2c97fa-2983-42bf-8715-874cd98b57b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba2c97fa-2983-42bf-8715-874cd98b57b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba2c97fa-2983-42bf-8715-874cd98b57b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba2c97fa-2983-42bf-8715-874cd98b57b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba2c97fa-2983-42bf-8715-874cd98b57b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba2c97fa-2983-42bf-8715-874cd98b57b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba2c97fa-2983-42bf-8715-874cd98b57b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-7f213d96-ab59-4376-abb6-03c96ab8801a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-7f213d96-ab59-4376-abb6-03c96ab8801a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7f213d96-ab59-4376-abb6-03c96ab8801a td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-7f213d96-ab59-4376-abb6-03c96ab8801a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7f213d96-ab59-4376-abb6-03c96ab8801a td.shogun-table-column, #s-7f213d96-ab59-4376-abb6-03c96ab8801a td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-1178bcc7-3c4a-4973-8d39-667398633737 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-30628872-7c89-4453-be59-95b57f8f2e0c {
  text-align: center;
}







  #s-30628872-7c89-4453-be59-95b57f8f2e0c img.shogun-image {
    

    
    
    
  }


#s-30628872-7c89-4453-be59-95b57f8f2e0c .shogun-image-content {
  
    align-items: center;
  
}

#s-1b93d1fa-1d02-45c0-b6e2-d3ab0c970dc6 {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1b93d1fa-1d02-45c0-b6e2-d3ab0c970dc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b93d1fa-1d02-45c0-b6e2-d3ab0c970dc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b93d1fa-1d02-45c0-b6e2-d3ab0c970dc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b93d1fa-1d02-45c0-b6e2-d3ab0c970dc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b93d1fa-1d02-45c0-b6e2-d3ab0c970dc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b93d1fa-1d02-45c0-b6e2-d3ab0c970dc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b93d1fa-1d02-45c0-b6e2-d3ab0c970dc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-643e1ae3-4035-4a0c-ad21-e4ccf989c307 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-643e1ae3-4035-4a0c-ad21-e4ccf989c307 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-643e1ae3-4035-4a0c-ad21-e4ccf989c307 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-643e1ae3-4035-4a0c-ad21-e4ccf989c307 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-643e1ae3-4035-4a0c-ad21-e4ccf989c307 td.shogun-table-column, #s-643e1ae3-4035-4a0c-ad21-e4ccf989c307 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-01bfd0f6-0d67-4066-8cd5-7a4da78e1e22 {
  max-width: 539px;
aspect-ratio: 539/360;
text-align: center;
}





  #s-01bfd0f6-0d67-4066-8cd5-7a4da78e1e22 img.shogun-image,
  #s-01bfd0f6-0d67-4066-8cd5-7a4da78e1e22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-01bfd0f6-0d67-4066-8cd5-7a4da78e1e22 {
    width: 100%;
    height: auto;
  }



  #s-01bfd0f6-0d67-4066-8cd5-7a4da78e1e22 img.shogun-image {
    

    
    
    
  }


#s-01bfd0f6-0d67-4066-8cd5-7a4da78e1e22 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e9ed1b9-303f-4165-8083-41bc8f853096 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5e9ed1b9-303f-4165-8083-41bc8f853096"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e9ed1b9-303f-4165-8083-41bc8f853096"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5e9ed1b9-303f-4165-8083-41bc8f853096"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e9ed1b9-303f-4165-8083-41bc8f853096"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5e9ed1b9-303f-4165-8083-41bc8f853096"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e9ed1b9-303f-4165-8083-41bc8f853096"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5e9ed1b9-303f-4165-8083-41bc8f853096"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-28a8cfb5-88b6-49f6-85d6-b22dca8d2348 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-28a8cfb5-88b6-49f6-85d6-b22dca8d2348 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-28a8cfb5-88b6-49f6-85d6-b22dca8d2348 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-28a8cfb5-88b6-49f6-85d6-b22dca8d2348 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-28a8cfb5-88b6-49f6-85d6-b22dca8d2348 td.shogun-table-column, #s-28a8cfb5-88b6-49f6-85d6-b22dca8d2348 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-ecae0bee-4133-4d46-8658-8e55c4d8db2d {
  text-align: center;
}







  #s-ecae0bee-4133-4d46-8658-8e55c4d8db2d img.shogun-image {
    

    
    
    
  }


#s-ecae0bee-4133-4d46-8658-8e55c4d8db2d .shogun-image-content {
  
    align-items: center;
  
}

#s-7eb8be5a-979d-44da-abdc-373d3af2e301 {
  margin-left: 2%;
margin-right: 2%;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7eb8be5a-979d-44da-abdc-373d3af2e301"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eb8be5a-979d-44da-abdc-373d3af2e301"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7eb8be5a-979d-44da-abdc-373d3af2e301"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7eb8be5a-979d-44da-abdc-373d3af2e301"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7eb8be5a-979d-44da-abdc-373d3af2e301"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eb8be5a-979d-44da-abdc-373d3af2e301"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7eb8be5a-979d-44da-abdc-373d3af2e301"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-16cb4d4a-4709-47c1-bd1a-42af5f9aaf5c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-16cb4d4a-4709-47c1-bd1a-42af5f9aaf5c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-16cb4d4a-4709-47c1-bd1a-42af5f9aaf5c td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-16cb4d4a-4709-47c1-bd1a-42af5f9aaf5c td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-16cb4d4a-4709-47c1-bd1a-42af5f9aaf5c td.shogun-table-column, #s-16cb4d4a-4709-47c1-bd1a-42af5f9aaf5c td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-8d859d74-c379-45bd-b387-1d13451c7fbc {
  text-align: center;
}







  #s-8d859d74-c379-45bd-b387-1d13451c7fbc img.shogun-image {
    

    
    
    
  }


#s-8d859d74-c379-45bd-b387-1d13451c7fbc .shogun-image-content {
  
    align-items: center;
  
}

#s-ba9abe5c-e9f1-417c-ab32-4082a97fdb1f {
  margin-left: 2%;
margin-right: 2%;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ba9abe5c-e9f1-417c-ab32-4082a97fdb1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba9abe5c-e9f1-417c-ab32-4082a97fdb1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba9abe5c-e9f1-417c-ab32-4082a97fdb1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba9abe5c-e9f1-417c-ab32-4082a97fdb1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba9abe5c-e9f1-417c-ab32-4082a97fdb1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba9abe5c-e9f1-417c-ab32-4082a97fdb1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba9abe5c-e9f1-417c-ab32-4082a97fdb1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-55343567-5166-481e-aefb-5ff399688d26 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-55343567-5166-481e-aefb-5ff399688d26 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-55343567-5166-481e-aefb-5ff399688d26 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-55343567-5166-481e-aefb-5ff399688d26 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-55343567-5166-481e-aefb-5ff399688d26 td.shogun-table-column, #s-55343567-5166-481e-aefb-5ff399688d26 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-188952ba-3244-4a3d-aeaa-39d324a21950 {
  text-align: center;
}







  #s-188952ba-3244-4a3d-aeaa-39d324a21950 img.shogun-image {
    

    
    
    
  }


#s-188952ba-3244-4a3d-aeaa-39d324a21950 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e555555-7974-40db-9174-17d8b7a58753 {
  text-align: left;
}

#s-62608302-c911-439f-9ecf-c3811897da4d {
  margin-left: 10%;
margin-right: 10%;
}

#s-289b8b83-e8d2-47b8-9bca-defb82c44e95 {
  margin-left: 10%;
margin-right: 10%;
}

#s-009d46dd-1772-4f06-914f-759ee540696c {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-009d46dd-1772-4f06-914f-759ee540696c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-009d46dd-1772-4f06-914f-759ee540696c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-009d46dd-1772-4f06-914f-759ee540696c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-009d46dd-1772-4f06-914f-759ee540696c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-009d46dd-1772-4f06-914f-759ee540696c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-009d46dd-1772-4f06-914f-759ee540696c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-009d46dd-1772-4f06-914f-759ee540696c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-c3b7b607-6066-4532-976a-560269d45600 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-89ca1d6c-5b19-4823-a00c-0c523076e0f9 {
  margin-left: 0%;
margin-right: 0%;
}

#s-345237d1-cde6-40b2-9403-968d67ecb75a {
  margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 71, 79, 1);
border-style: solid;
border-radius: 4px;
}

#s-c85a5400-b36b-4da1-8944-d5f48436d701 {
  min-height: 50px;
}








#s-c85a5400-b36b-4da1-8944-d5f48436d701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c85a5400-b36b-4da1-8944-d5f48436d701 {
  cursor: pointer;
}#s-c85a5400-b36b-4da1-8944-d5f48436d701.shg-box.shg-c {
  justify-content: center;
}

#s-f60ec735-82a9-4399-83f2-ffe349f9ab14 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
}

#s-f60ec735-82a9-4399-83f2-ffe349f9ab14 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-89730c93-b883-4f79-985f-9fe08d862532 {
  text-align: left;
}



.shg-c#s-89730c93-b883-4f79-985f-9fe08d862532 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89730c93-b883-4f79-985f-9fe08d862532 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-89730c93-b883-4f79-985f-9fe08d862532 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89730c93-b883-4f79-985f-9fe08d862532 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-89730c93-b883-4f79-985f-9fe08d862532 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89730c93-b883-4f79-985f-9fe08d862532 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-89730c93-b883-4f79-985f-9fe08d862532 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89730c93-b883-4f79-985f-9fe08d862532 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-89730c93-b883-4f79-985f-9fe08d862532 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89730c93-b883-4f79-985f-9fe08d862532 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-29ab8e08-bd00-49dd-abcf-c7d79190dfa9 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-c63cf0b4-aca7-4d5d-9494-a9dcfd9071a3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
background-color: rgba(2, 119, 189, 1);
}

#s-429afe2f-144b-4a5a-bbc6-415f28d93854 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 0%;
padding-bottom: 12px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(113, 135, 146, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-429afe2f-144b-4a5a-bbc6-415f28d93854:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-429afe2f-144b-4a5a-bbc6-415f28d93854:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-429afe2f-144b-4a5a-bbc6-415f28d93854-root {
    text-align: center;
  }


#s-429afe2f-144b-4a5a-bbc6-415f28d93854.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-429afe2f-144b-4a5a-bbc6-415f28d93854-root {
    text-align: center;
  }


#s-429afe2f-144b-4a5a-bbc6-415f28d93854.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-429afe2f-144b-4a5a-bbc6-415f28d93854-root {
    text-align: center;
  }


#s-429afe2f-144b-4a5a-bbc6-415f28d93854.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-429afe2f-144b-4a5a-bbc6-415f28d93854-root {
    text-align: center;
  }


#s-429afe2f-144b-4a5a-bbc6-415f28d93854.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-429afe2f-144b-4a5a-bbc6-415f28d93854-root {
    text-align: center;
  }


#s-429afe2f-144b-4a5a-bbc6-415f28d93854.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-02c4e4c3-7b96-48d5-bd3d-1f13ff4747af {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-cf66d01b-111f-4923-9629-1a73bdc71fb4 {
  margin-left: 10%;
margin-right: 10%;
}

#s-4d10def1-7782-49ed-ab40-f981088f2d62 {
  text-align: left;
}

#s-915d808c-6995-43e7-8da3-072a262473a2 {
  margin-left: 10%;
margin-right: 10%;
}

#s-16a91d42-730c-47e4-ad82-978886b6bd16 {
  margin-left: 10%;
margin-right: 10%;
}

#s-4b3702dc-288f-47f2-b6db-c7a08f0f3e99 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-4b3702dc-288f-47f2-b6db-c7a08f0f3e99 img.shogun-image {
    

    
    
    
  }


#s-4b3702dc-288f-47f2-b6db-c7a08f0f3e99 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf92e409-0759-4f3a-9e7b-745efaa69e8d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-cf92e409-0759-4f3a-9e7b-745efaa69e8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf92e409-0759-4f3a-9e7b-745efaa69e8d.shg-box.shg-c {
  justify-content: center;
}

#s-1b1820e3-3fdc-4731-bf17-c548444aba46 {
  text-align: left;
}

#s-40ad70e3-8c97-4b27-8360-85dad03d5165 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 90px;
padding-bottom: 30px;
text-align: center;
}

#s-40ad70e3-8c97-4b27-8360-85dad03d5165 .shogun-heading-component h2 {
  color: rgba(55, 71, 79, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-f4f7fc45-7433-4429-a5c6-7e538c1a7d40 {
  margin-left: 10%;
margin-right: 10%;
}

#s-26182c45-9a72-421a-ba80-65b7a53c6bbe {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-64693a0e-fc06-4435-9621-d11c43a70ff7 {
  margin-left: 10%;
margin-right: 10%;
}

#s-9149c7db-8cee-4c1f-9f80-963f7694114c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-68574d61-58b7-4792-9af0-771095d72f1d {
  margin-left: 10%;
margin-right: 10%;
}

#s-a1dbefb5-8a39-434d-97a7-75b0e3cd5465 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-abffafe9-e4c1-4c9e-891c-a89c92ef04d2 {
  margin-left: 10%;
margin-right: 10%;
}

#s-b369903e-606e-4270-be81-2c39a7fdd54f {
  min-height: 50px;
}








#s-b369903e-606e-4270-be81-2c39a7fdd54f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b369903e-606e-4270-be81-2c39a7fdd54f.shg-box.shg-c {
  justify-content: center;
}

#s-b7a78c22-a561-45d1-8da1-72f21a506a08 {
  background-repeat: no-repeat;
background-size: 100% 100%;
min-height: 0px;
background-position: center bottom;
}








#s-b7a78c22-a561-45d1-8da1-72f21a506a08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7a78c22-a561-45d1-8da1-72f21a506a08.shg-box.shg-c {
  justify-content: flex-end;
}

#s-a53324cd-967d-4159-a071-c6759831e988 {
  min-height: 50px;
}








#s-a53324cd-967d-4159-a071-c6759831e988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a53324cd-967d-4159-a071-c6759831e988.shg-box.shg-c {
  justify-content: center;
}

#s-ae2019e5-4045-41f3-9a78-9f226d1990f2 {
  text-align: left;
background-color: rgba(245, 245, 245, 1);
}

#s-d2a3855a-f272-49bd-9431-5c61e85d7753 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
padding-top: 30px;
background-repeat: no-repeat;
}

#s-5f8e5f0c-0d6f-4f26-8fdf-0e82af2c1731 {
  min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}








#s-5f8e5f0c-0d6f-4f26-8fdf-0e82af2c1731 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f8e5f0c-0d6f-4f26-8fdf-0e82af2c1731.shg-box.shg-c {
  justify-content: center;
}

#s-49913868-9002-4749-8762-31aec09be32e {
  margin-top: 0%;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-49913868-9002-4749-8762-31aec09be32e {
  
}
}@media (max-width: 767px){#s-49913868-9002-4749-8762-31aec09be32e {
  
}
}







#s-49913868-9002-4749-8762-31aec09be32e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49913868-9002-4749-8762-31aec09be32e.shg-box.shg-c {
  justify-content: center;
}

#s-bf066b5e-bc1e-4899-bb3a-682322355019 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-bottom: 60px;
}

@media (min-width: 0px) {
[id="s-bf066b5e-bc1e-4899-bb3a-682322355019"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf066b5e-bc1e-4899-bb3a-682322355019"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf066b5e-bc1e-4899-bb3a-682322355019"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf066b5e-bc1e-4899-bb3a-682322355019"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-81cec635-1509-4e21-8355-d53957294842 {
  box-shadow:5px 5px 10px 3px rgba(224, 224, 224, 1);
margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
min-height: 275px;
background-color: rgba(255, 255, 255, 1);
}








#s-81cec635-1509-4e21-8355-d53957294842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81cec635-1509-4e21-8355-d53957294842.shg-box.shg-c {
  justify-content: center;
}

#s-7ae7293c-6c64-4937-89e0-a1b6e118b95a {
  margin-left: 3%;
margin-right: 3%;
}

#s-fc0201d0-d7b4-4815-8e84-775cd2fdcc8e {
  margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fc0201d0-d7b4-4815-8e84-775cd2fdcc8e"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-fc0201d0-d7b4-4815-8e84-775cd2fdcc8e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-fc0201d0-d7b4-4815-8e84-775cd2fdcc8e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc0201d0-d7b4-4815-8e84-775cd2fdcc8e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-05153171-d282-4807-98b2-85d0ab5e876e .shogun-icon-wrapper {
  text-align: center;
}


#s-05153171-d282-4807-98b2-85d0ab5e876e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-69440970-247b-43f5-bd96-549b6ddc99ae .shogun-icon-wrapper {
  text-align: center;
}


#s-69440970-247b-43f5-bd96-549b6ddc99ae .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-823c4436-6884-446d-b3b9-f7d99bf2a41f .shogun-icon-wrapper {
  text-align: center;
}


#s-823c4436-6884-446d-b3b9-f7d99bf2a41f .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-fe9ea23b-f18d-412e-ba14-a84a42704ea4 .shogun-icon-wrapper {
  text-align: center;
}


#s-fe9ea23b-f18d-412e-ba14-a84a42704ea4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-d983044f-17e0-4e9f-b948-224fa2f85a81 .shogun-icon-wrapper {
  text-align: center;
}


#s-d983044f-17e0-4e9f-b948-224fa2f85a81 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-a88726b3-ea1f-49c4-bde4-ade24ad2cc35 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
}

#s-14ea80a7-42c0-4ce3-88d5-6cca750f5534 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 12px;
padding-left: 5%;
padding-bottom: 12px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(113, 135, 146, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-14ea80a7-42c0-4ce3-88d5-6cca750f5534:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-14ea80a7-42c0-4ce3-88d5-6cca750f5534:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14ea80a7-42c0-4ce3-88d5-6cca750f5534-root {
    text-align: center;
  }


#s-14ea80a7-42c0-4ce3-88d5-6cca750f5534.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-14ea80a7-42c0-4ce3-88d5-6cca750f5534-root {
    text-align: center;
  }


#s-14ea80a7-42c0-4ce3-88d5-6cca750f5534.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14ea80a7-42c0-4ce3-88d5-6cca750f5534-root {
    text-align: center;
  }


#s-14ea80a7-42c0-4ce3-88d5-6cca750f5534.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14ea80a7-42c0-4ce3-88d5-6cca750f5534-root {
    text-align: center;
  }


#s-14ea80a7-42c0-4ce3-88d5-6cca750f5534.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-14ea80a7-42c0-4ce3-88d5-6cca750f5534-root {
    text-align: center;
  }


#s-14ea80a7-42c0-4ce3-88d5-6cca750f5534.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-5c57fa46-d7ae-4105-aad8-78412420a64a {
  box-shadow:5px 5px 10px 3px rgba(224, 224, 224, 1);
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
padding-top: 15px;
min-height: 275px;
background-color: rgba(255, 255, 255, 1);
}








#s-5c57fa46-d7ae-4105-aad8-78412420a64a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c57fa46-d7ae-4105-aad8-78412420a64a.shg-box.shg-c {
  justify-content: center;
}

#s-294a4f98-a9d2-499c-8071-133798d728c9 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-294a4f98-a9d2-499c-8071-133798d728c9 {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5px;
  margin-bottom: 15px;
  /* Add padding handling */
  
  
  
  
}

#s-294a4f98-a9d2-499c-8071-133798d728c9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-294a4f98-a9d2-499c-8071-133798d728c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-294a4f98-a9d2-499c-8071-133798d728c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-294a4f98-a9d2-499c-8071-133798d728c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-294a4f98-a9d2-499c-8071-133798d728c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
      position: relative;
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-294a4f98-a9d2-499c-8071-133798d728c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-294a4f98-a9d2-499c-8071-133798d728c9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-294a4f98-a9d2-499c-8071-133798d728c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-294a4f98-a9d2-499c-8071-133798d728c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-294a4f98-a9d2-499c-8071-133798d728c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-294a4f98-a9d2-499c-8071-133798d728c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
      position: relative;
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-294a4f98-a9d2-499c-8071-133798d728c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-294a4f98-a9d2-499c-8071-133798d728c9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-294a4f98-a9d2-499c-8071-133798d728c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-294a4f98-a9d2-499c-8071-133798d728c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-294a4f98-a9d2-499c-8071-133798d728c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-294a4f98-a9d2-499c-8071-133798d728c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
      position: relative;
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-294a4f98-a9d2-499c-8071-133798d728c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-294a4f98-a9d2-499c-8071-133798d728c9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-294a4f98-a9d2-499c-8071-133798d728c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-294a4f98-a9d2-499c-8071-133798d728c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-294a4f98-a9d2-499c-8071-133798d728c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-294a4f98-a9d2-499c-8071-133798d728c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
      position: relative;
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-294a4f98-a9d2-499c-8071-133798d728c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-294a4f98-a9d2-499c-8071-133798d728c9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-294a4f98-a9d2-499c-8071-133798d728c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-294a4f98-a9d2-499c-8071-133798d728c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-294a4f98-a9d2-499c-8071-133798d728c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-294a4f98-a9d2-499c-8071-133798d728c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-294a4f98-a9d2-499c-8071-133798d728c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container {
      position: relative;
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-294a4f98-a9d2-499c-8071-133798d728c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-cf587096-8033-4a44-a66d-b83fbe691df8 {
  padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cf587096-8033-4a44-a66d-b83fbe691df8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf587096-8033-4a44-a66d-b83fbe691df8.shg-box.shg-c {
  justify-content: center;
}

#s-acaf31f7-0b5b-4482-abd9-038cb31ce933 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-acaf31f7-0b5b-4482-abd9-038cb31ce933 {
  display: none;
}
#s-acaf31f7-0b5b-4482-abd9-038cb31ce933, #wrap-s-acaf31f7-0b5b-4482-abd9-038cb31ce933 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acaf31f7-0b5b-4482-abd9-038cb31ce933 {
  display: none;
}
#s-acaf31f7-0b5b-4482-abd9-038cb31ce933, #wrap-s-acaf31f7-0b5b-4482-abd9-038cb31ce933 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acaf31f7-0b5b-4482-abd9-038cb31ce933 {
  display: none;
}
#s-acaf31f7-0b5b-4482-abd9-038cb31ce933, #wrap-s-acaf31f7-0b5b-4482-abd9-038cb31ce933 { display: none !important; }}






  #s-acaf31f7-0b5b-4482-abd9-038cb31ce933 img.shogun-image {
    

    
    
    
  }


#s-acaf31f7-0b5b-4482-abd9-038cb31ce933 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef74da5e-62e0-44d6-8f79-fc01a2d38988 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-ef74da5e-62e0-44d6-8f79-fc01a2d38988 {
  display: none;
}
#s-ef74da5e-62e0-44d6-8f79-fc01a2d38988, #wrap-s-ef74da5e-62e0-44d6-8f79-fc01a2d38988 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef74da5e-62e0-44d6-8f79-fc01a2d38988 {
  display: none;
}
#s-ef74da5e-62e0-44d6-8f79-fc01a2d38988, #wrap-s-ef74da5e-62e0-44d6-8f79-fc01a2d38988 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef74da5e-62e0-44d6-8f79-fc01a2d38988 {
  display: none;
}
#s-ef74da5e-62e0-44d6-8f79-fc01a2d38988, #wrap-s-ef74da5e-62e0-44d6-8f79-fc01a2d38988 { display: none !important; }}






  #s-ef74da5e-62e0-44d6-8f79-fc01a2d38988 img.shogun-image {
    

    
    
    
  }


#s-ef74da5e-62e0-44d6-8f79-fc01a2d38988 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a28a1a2-da88-4782-94d0-334e337f8e2d {
  text-align: left;
}

#s-6aab20ce-aef4-45b2-9ee6-c1b99c173795 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 90px;
padding-bottom: 30px;
text-align: center;
}

#s-6aab20ce-aef4-45b2-9ee6-c1b99c173795 .shogun-heading-component h2 {
  color: rgba(55, 71, 79, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-b7d4f348-dd86-4711-aa55-f43ec15f7a83 {
  margin-left: 10%;
margin-right: 10%;
}

#s-ce22d585-ede8-4f41-9fcc-c8ae21f5a54c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-bottom: 0px;
}

#s-21c0d4d5-924c-46cd-b455-61ea009a95a7 {
  min-height: 50px;
}








#s-21c0d4d5-924c-46cd-b455-61ea009a95a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21c0d4d5-924c-46cd-b455-61ea009a95a7.shg-box.shg-c {
  justify-content: center;
}

#s-f451b72e-f7f2-4edd-849b-49e5a4b67240 {
  background-repeat: no-repeat;
background-size: 100% 100%;
min-height: 0px;
background-position: center bottom;
}








#s-f451b72e-f7f2-4edd-849b-49e5a4b67240 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f451b72e-f7f2-4edd-849b-49e5a4b67240.shg-box.shg-c {
  justify-content: flex-end;
}

#s-5f5f0b47-bc35-4617-827c-2140edc550fa {
  min-height: 50px;
}








#s-5f5f0b47-bc35-4617-827c-2140edc550fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f5f0b47-bc35-4617-827c-2140edc550fa.shg-box.shg-c {
  justify-content: center;
}

#s-3fc28fab-9d5a-4395-8e08-097646d108ed {
  text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-6aaf0768-5b91-4a3e-bb7b-af34b4b92a56 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
padding-top: 30px;
background-repeat: no-repeat;
}

#s-d046c05d-9109-4fc1-95b2-85fd8e20d843 {
  min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}








#s-d046c05d-9109-4fc1-95b2-85fd8e20d843 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d046c05d-9109-4fc1-95b2-85fd8e20d843.shg-box.shg-c {
  justify-content: center;
}

#s-cbb26269-20be-4381-93b3-3878521afd5a {
  margin-top: 0%;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cbb26269-20be-4381-93b3-3878521afd5a {
  
}
}@media (max-width: 767px){#s-cbb26269-20be-4381-93b3-3878521afd5a {
  
}
}







#s-cbb26269-20be-4381-93b3-3878521afd5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbb26269-20be-4381-93b3-3878521afd5a.shg-box.shg-c {
  justify-content: center;
}

#s-e39e78fd-0ae4-41c2-9c2a-a2f18479daab {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-bottom: 60px;
}

@media (min-width: 0px) {
[id="s-e39e78fd-0ae4-41c2-9c2a-a2f18479daab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e39e78fd-0ae4-41c2-9c2a-a2f18479daab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e39e78fd-0ae4-41c2-9c2a-a2f18479daab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e39e78fd-0ae4-41c2-9c2a-a2f18479daab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de3fdec4-28df-498a-b5c5-935353d91c8e {
  box-shadow:5px 5px 10px 3px rgba(224, 224, 224, 1);
margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
min-height: 275px;
background-color: rgba(255, 255, 255, 1);
}








#s-de3fdec4-28df-498a-b5c5-935353d91c8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de3fdec4-28df-498a-b5c5-935353d91c8e.shg-box.shg-c {
  justify-content: center;
}

#s-3cdb4663-e5cd-4231-b94c-eea5f0019973 {
  margin-left: 3%;
margin-right: 3%;
}

#s-0f199de1-36be-4cec-b08f-d8a5a775735f {
  margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0f199de1-36be-4cec-b08f-d8a5a775735f"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-0f199de1-36be-4cec-b08f-d8a5a775735f"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-0f199de1-36be-4cec-b08f-d8a5a775735f"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f199de1-36be-4cec-b08f-d8a5a775735f"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-d9747b9f-6d3b-47fb-a88d-8331dddbc013 .shogun-icon-wrapper {
  text-align: center;
}


#s-d9747b9f-6d3b-47fb-a88d-8331dddbc013 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-a269d97c-cf76-4181-ba6c-5790cc65a6ce .shogun-icon-wrapper {
  text-align: center;
}


#s-a269d97c-cf76-4181-ba6c-5790cc65a6ce .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-8398bbac-e9b9-4450-bd65-0c18d58be23d .shogun-icon-wrapper {
  text-align: center;
}


#s-8398bbac-e9b9-4450-bd65-0c18d58be23d .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-dc126337-b649-403b-af5f-b90f8f3fd4f7 .shogun-icon-wrapper {
  text-align: center;
}


#s-dc126337-b649-403b-af5f-b90f8f3fd4f7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-4331945e-f9ed-4de4-a84b-f5fbe2618a0a .shogun-icon-wrapper {
  text-align: center;
}


#s-4331945e-f9ed-4de4-a84b-f5fbe2618a0a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-0d480c97-a79b-4afd-80d6-c9bd886367eb {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
}

#s-c5c5b315-0832-47df-bdf4-d9db738a9e2a {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 12px;
padding-left: 5%;
padding-bottom: 12px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(113, 135, 146, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c5c5b315-0832-47df-bdf4-d9db738a9e2a:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c5c5b315-0832-47df-bdf4-d9db738a9e2a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5c5b315-0832-47df-bdf4-d9db738a9e2a-root {
    text-align: center;
  }


#s-c5c5b315-0832-47df-bdf4-d9db738a9e2a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5c5b315-0832-47df-bdf4-d9db738a9e2a-root {
    text-align: center;
  }


#s-c5c5b315-0832-47df-bdf4-d9db738a9e2a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5c5b315-0832-47df-bdf4-d9db738a9e2a-root {
    text-align: center;
  }


#s-c5c5b315-0832-47df-bdf4-d9db738a9e2a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5c5b315-0832-47df-bdf4-d9db738a9e2a-root {
    text-align: center;
  }


#s-c5c5b315-0832-47df-bdf4-d9db738a9e2a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5c5b315-0832-47df-bdf4-d9db738a9e2a-root {
    text-align: center;
  }


#s-c5c5b315-0832-47df-bdf4-d9db738a9e2a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-98ec3064-da90-4607-b428-b3ab58a73c8d {
  box-shadow:5px 5px 10px 3px rgba(224, 224, 224, 1);
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
padding-top: 15px;
min-height: 275px;
background-color: rgba(255, 255, 255, 1);
}








#s-98ec3064-da90-4607-b428-b3ab58a73c8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98ec3064-da90-4607-b428-b3ab58a73c8d.shg-box.shg-c {
  justify-content: center;
}

#s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
max-width: 627px;
aspect-ratio: 4/3;
text-align: center;
}



.shg-image-margin-container-s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5px;
  margin-bottom: 15px;
  /* Add padding handling */
  
  
  
  
}

#s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 627px;
  }



  img.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image {
    
    
    
    max-height: 627px;
  }


.s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
      position: relative;
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 627px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 627px;
  }



  img.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image {
    
    
    
    max-height: 627px;
  }


.s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
      position: relative;
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 627px;
    }
  }

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

.shg-image-margin-container-s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 627px;
  }



  img.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image {
    
    
    
    max-height: 627px;
  }


.s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
      position: relative;
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 627px;
    }
  }

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

.shg-image-margin-container-s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 627px;
  }



  img.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image {
    
    
    
    max-height: 627px;
  }


.s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
      position: relative;
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 627px;
    }
  }

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

.shg-image-margin-container-s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17f963f4-830a-4a2a-9c60-605efc02b5d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 627px;
  }



  img.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image {
    
    
    
    max-height: 627px;
  }


.s-17f963f4-830a-4a2a-9c60-605efc02b5d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container {
      position: relative;
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17f963f4-830a-4a2a-9c60-605efc02b5d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 627px;
    }
  }

}
#s-f9253081-d80f-4e57-a0ef-4e8d7dca52d2 {
  min-height: 50px;
}








#s-f9253081-d80f-4e57-a0ef-4e8d7dca52d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9253081-d80f-4e57-a0ef-4e8d7dca52d2.shg-box.shg-c {
  justify-content: center;
}

#s-5184da48-0adf-4691-803c-bb1ae3ec3416 {
  text-align: left;
}

#s-b38f7b23-04b2-4617-9458-8fd08ddda94a {
  margin-top: 65px;
margin-left: 10%;
margin-bottom: 65px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-b38f7b23-04b2-4617-9458-8fd08ddda94a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b38f7b23-04b2-4617-9458-8fd08ddda94a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b38f7b23-04b2-4617-9458-8fd08ddda94a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b38f7b23-04b2-4617-9458-8fd08ddda94a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b38f7b23-04b2-4617-9458-8fd08ddda94a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b38f7b23-04b2-4617-9458-8fd08ddda94a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b38f7b23-04b2-4617-9458-8fd08ddda94a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-5aca6042-71b4-4a5a-a409-c2e9f1ab411a {
  padding-bottom: 30px;
text-align: center;
}

#s-5aca6042-71b4-4a5a-a409-c2e9f1ab411a .shogun-heading-component h2 {
  color: rgba(55, 71, 79, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-a82f1f44-e1ec-45e5-bc6d-d314133b9d51 {
  margin-bottom: 10px;
}

#s-68795209-237a-404e-b3f8-70e242a2a13c {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-68795209-237a-404e-b3f8-70e242a2a13c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68795209-237a-404e-b3f8-70e242a2a13c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-68795209-237a-404e-b3f8-70e242a2a13c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68795209-237a-404e-b3f8-70e242a2a13c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-68795209-237a-404e-b3f8-70e242a2a13c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68795209-237a-404e-b3f8-70e242a2a13c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-68795209-237a-404e-b3f8-70e242a2a13c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68795209-237a-404e-b3f8-70e242a2a13c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-68795209-237a-404e-b3f8-70e242a2a13c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68795209-237a-404e-b3f8-70e242a2a13c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3e36d503-e393-4599-a4e7-7b7fd154af2e {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-accb53e1-11f6-4707-9a5d-69d526e3af4e {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
background-color: rgba(2, 119, 189, 1);
}

#s-3266036d-353e-4256-b846-761553db6ba7 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 12px;
padding-left: 0%;
padding-bottom: 12px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(113, 135, 146, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3266036d-353e-4256-b846-761553db6ba7:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3266036d-353e-4256-b846-761553db6ba7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3266036d-353e-4256-b846-761553db6ba7-root {
    text-align: center;
  }


#s-3266036d-353e-4256-b846-761553db6ba7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3266036d-353e-4256-b846-761553db6ba7-root {
    text-align: center;
  }


#s-3266036d-353e-4256-b846-761553db6ba7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3266036d-353e-4256-b846-761553db6ba7-root {
    text-align: center;
  }


#s-3266036d-353e-4256-b846-761553db6ba7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3266036d-353e-4256-b846-761553db6ba7-root {
    text-align: center;
  }


#s-3266036d-353e-4256-b846-761553db6ba7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3266036d-353e-4256-b846-761553db6ba7-root {
    text-align: center;
  }


#s-3266036d-353e-4256-b846-761553db6ba7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-abfd9b3e-4ff7-4221-ac81-831f815b617b {
  min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}








#s-abfd9b3e-4ff7-4221-ac81-831f815b617b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abfd9b3e-4ff7-4221-ac81-831f815b617b.shg-box.shg-c {
  justify-content: center;
}

#s-4b53482c-e628-4d46-891a-4c61a66c43a2 {
  text-align: left;
}

#s-0718d970-d2cc-448e-b977-a4140b921b78 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 90px;
padding-bottom: 30px;
padding-right: 0%;
text-align: center;
background-color: rgba(0, 76, 140, 1);
}

#s-0718d970-d2cc-448e-b977-a4140b921b78 .shogun-heading-component h1 {
  color: rgba(239, 239, 239, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-38b891ea-1128-4c5a-833e-ec00bf8d8ed9 {
  margin-left: 10%;
margin-right: 10%;
}

#s-634f19df-ba2e-4d3d-a276-be96b8a90fcb {
  min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}
@media (max-width: 767px){#s-634f19df-ba2e-4d3d-a276-be96b8a90fcb {
  display: none;
}
#s-634f19df-ba2e-4d3d-a276-be96b8a90fcb, #wrap-s-634f19df-ba2e-4d3d-a276-be96b8a90fcb { display: none !important; }}







#s-634f19df-ba2e-4d3d-a276-be96b8a90fcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-634f19df-ba2e-4d3d-a276-be96b8a90fcb.shg-box.shg-c {
  justify-content: center;
}

#s-f1c93ef0-e525-4302-9f73-867f997b284a {
  margin-top: 35px;
margin-left: 20%;
margin-bottom: 35px;
margin-right: 20%;
}
@media (max-width: 767px){#s-f1c93ef0-e525-4302-9f73-867f997b284a {
  display: none;
}
#s-f1c93ef0-e525-4302-9f73-867f997b284a, #wrap-s-f1c93ef0-e525-4302-9f73-867f997b284a { display: none !important; }}
#s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5 {
  padding-top: 35px;
min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}
@media (min-width: 1200px){#s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5 {
  display: none;
}
#s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5, #wrap-s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5 {
  display: none;
}
#s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5, #wrap-s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5 {
  display: none;
}
#s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5, #wrap-s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5 { display: none !important; }}







#s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6055c42-e134-42b5-bc6d-4ae77aac3cc5.shg-box.shg-c {
  justify-content: center;
}

#s-8cbc5389-7246-4bd0-888a-f6427c81f65c {
  margin-left: 10%;
margin-right: 10%;
padding-bottom: 30px;
padding-right: 0%;
text-align: center;
background-color: rgba(0, 76, 140, 1);
}

#s-8cbc5389-7246-4bd0-888a-f6427c81f65c .shogun-heading-component h2 {
  color: rgba(239, 239, 239, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-bfc63a20-9a73-446f-9477-bd09fa2975e2 {
  margin-left: 10%;
margin-right: 10%;
}

#s-11cf46ad-effe-4cac-b01e-c873ff9eecb0 {
  margin-top: 35px;
margin-bottom: 95px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 10, 18, 1);
}
#s-11cf46ad-effe-4cac-b01e-c873ff9eecb0:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-11cf46ad-effe-4cac-b01e-c873ff9eecb0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11cf46ad-effe-4cac-b01e-c873ff9eecb0-root {
    text-align: center;
  }


#s-11cf46ad-effe-4cac-b01e-c873ff9eecb0.shg-btn {
  color: rgba(0, 10, 18, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-11cf46ad-effe-4cac-b01e-c873ff9eecb0-root {
    text-align: center;
  }


#s-11cf46ad-effe-4cac-b01e-c873ff9eecb0.shg-btn {
  color: rgba(0, 10, 18, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11cf46ad-effe-4cac-b01e-c873ff9eecb0-root {
    text-align: center;
  }


#s-11cf46ad-effe-4cac-b01e-c873ff9eecb0.shg-btn {
  color: rgba(0, 10, 18, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11cf46ad-effe-4cac-b01e-c873ff9eecb0-root {
    text-align: center;
  }


#s-11cf46ad-effe-4cac-b01e-c873ff9eecb0.shg-btn {
  color: rgba(0, 10, 18, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-11cf46ad-effe-4cac-b01e-c873ff9eecb0-root {
    text-align: center;
  }


#s-11cf46ad-effe-4cac-b01e-c873ff9eecb0.shg-btn {
  color: rgba(0, 10, 18, 1);
  font-size: 16px;
  
  
  
  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;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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 *):not([id^="wistia"]) {
  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;
}

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