.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-420b066c-0ba4-4cf3-9621-06e5aad8b2e5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 100px;
min-height: 500px;
background-position: center top;
background-attachment: scroll;
}

#s-420b066c-0ba4-4cf3-9621-06e5aad8b2e5 {
  background-image: url(https://i.shgcdn.com/f864c19e-9d47-4033-b440-e7a9a25e5061/);
}








#s-420b066c-0ba4-4cf3-9621-06e5aad8b2e5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-420b066c-0ba4-4cf3-9621-06e5aad8b2e5.shg-box.shg-c {
  justify-content: center;
}

.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-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 600px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7 {
  display: none;
}
#s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7, #wrap-s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7 {
  display: none;
}
#s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7, #wrap-s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7 {
  display: none;
}
#s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7, #wrap-s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7 { display: none !important; }}@media (max-width: 767px){#s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7 {
  display: none;
}
#s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7, #wrap-s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-2f26e02f-d9fa-4725-8e92-a6bdf433b1c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

}

#s-ccd40a9a-7e43-4819-92cf-27fd30397794 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 25%;
min-height: 100px;
max-width: 100%;
}








#s-ccd40a9a-7e43-4819-92cf-27fd30397794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccd40a9a-7e43-4819-92cf-27fd30397794.shg-box.shg-c {
  justify-content: center;
}

.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-f21fa174-3442-4085-8b45-e7315e6734bf {
  margin-left: auto;
margin-right: auto;
max-width: 160px;
aspect-ratio: 163/56;
text-align: center;
}



.shg-image-margin-container-s-f21fa174-3442-4085-8b45-e7315e6734bf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f21fa174-3442-4085-8b45-e7315e6734bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shg-image-content-wrapper {
      aspect-ratio: 163/56;
      width: 100%;
      height: 100%;
    }

    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shogun-image-link {
      aspect-ratio: 163/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f21fa174-3442-4085-8b45-e7315e6734bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image {
    
    
  }


.s-f21fa174-3442-4085-8b45-e7315e6734bf .shogun-image-content {
  
    align-items: center;
  
}

.s-f21fa174-3442-4085-8b45-e7315e6734bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f21fa174-3442-4085-8b45-e7315e6734bf {
      --shg-aspect-ratio: calc(163/56); 
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
      position: relative;
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f21fa174-3442-4085-8b45-e7315e6734bf {
  
  
  
  
}

#s-f21fa174-3442-4085-8b45-e7315e6734bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shg-image-content-wrapper {
      aspect-ratio: 163/56;
      width: 100%;
      height: 100%;
    }

    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shogun-image-link {
      aspect-ratio: 163/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f21fa174-3442-4085-8b45-e7315e6734bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image {
    
    
  }


.s-f21fa174-3442-4085-8b45-e7315e6734bf .shogun-image-content {
  
    align-items: center;
  
}

.s-f21fa174-3442-4085-8b45-e7315e6734bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f21fa174-3442-4085-8b45-e7315e6734bf {
      --shg-aspect-ratio: calc(163/56); 
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
      position: relative;
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f21fa174-3442-4085-8b45-e7315e6734bf {
  
  
  
  
}

#s-f21fa174-3442-4085-8b45-e7315e6734bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shg-image-content-wrapper {
      aspect-ratio: 163/56;
      width: 100%;
      height: 100%;
    }

    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shogun-image-link {
      aspect-ratio: 163/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f21fa174-3442-4085-8b45-e7315e6734bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image {
    
    
  }


.s-f21fa174-3442-4085-8b45-e7315e6734bf .shogun-image-content {
  
    align-items: center;
  
}

.s-f21fa174-3442-4085-8b45-e7315e6734bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f21fa174-3442-4085-8b45-e7315e6734bf {
      --shg-aspect-ratio: calc(163/56); 
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
      position: relative;
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f21fa174-3442-4085-8b45-e7315e6734bf {
  
  
  
  
}

#s-f21fa174-3442-4085-8b45-e7315e6734bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shg-image-content-wrapper {
      aspect-ratio: 163/56;
      width: 100%;
      height: 100%;
    }

    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shogun-image-link {
      aspect-ratio: 163/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f21fa174-3442-4085-8b45-e7315e6734bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image {
    
    
  }


.s-f21fa174-3442-4085-8b45-e7315e6734bf .shogun-image-content {
  
    align-items: center;
  
}

.s-f21fa174-3442-4085-8b45-e7315e6734bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f21fa174-3442-4085-8b45-e7315e6734bf {
      --shg-aspect-ratio: calc(163/56); 
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
      position: relative;
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f21fa174-3442-4085-8b45-e7315e6734bf {
  
  
  
  
}

#s-f21fa174-3442-4085-8b45-e7315e6734bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shg-image-content-wrapper {
      aspect-ratio: 163/56;
      width: 100%;
      height: 100%;
    }

    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shogun-image-link {
      aspect-ratio: 163/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f21fa174-3442-4085-8b45-e7315e6734bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f21fa174-3442-4085-8b45-e7315e6734bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image {
    
    
  }


.s-f21fa174-3442-4085-8b45-e7315e6734bf .shogun-image-content {
  
    align-items: center;
  
}

.s-f21fa174-3442-4085-8b45-e7315e6734bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f21fa174-3442-4085-8b45-e7315e6734bf {
      --shg-aspect-ratio: calc(163/56); 
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container {
      position: relative;
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f21fa174-3442-4085-8b45-e7315e6734bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c41af6b0-268f-4797-aa76-be3ed191a07c {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-c41af6b0-268f-4797-aa76-be3ed191a07c"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c41af6b0-268f-4797-aa76-be3ed191a07c"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

[id="s-c41af6b0-268f-4797-aa76-be3ed191a07c"] > .shg-row > .shg-c-sm-1_6 {
  width: calc(13.333333333333336% - 0.0px);
}

[id="s-c41af6b0-268f-4797-aa76-be3ed191a07c"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c41af6b0-268f-4797-aa76-be3ed191a07c"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

[id="s-c41af6b0-268f-4797-aa76-be3ed191a07c"] > .shg-row > .shg-c-md-1_6 {
  width: calc(13.333333333333336% - 0.0px);
}

[id="s-c41af6b0-268f-4797-aa76-be3ed191a07c"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c41af6b0-268f-4797-aa76-be3ed191a07c"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

[id="s-c41af6b0-268f-4797-aa76-be3ed191a07c"] > .shg-row > .shg-c-lg-1_6 {
  width: calc(13.333333333333336% - 0.0px);
}

[id="s-c41af6b0-268f-4797-aa76-be3ed191a07c"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 0.0px);
}

}

.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-df0f1ffc-8402-4027-bc9a-69298ead83de {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
max-width: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 5em;
}
#s-df0f1ffc-8402-4027-bc9a-69298ead83de:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-df0f1ffc-8402-4027-bc9a-69298ead83de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df0f1ffc-8402-4027-bc9a-69298ead83de-root {
    text-align: center;
  }


#s-df0f1ffc-8402-4027-bc9a-69298ead83de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-df0f1ffc-8402-4027-bc9a-69298ead83de-root {
    text-align: center;
  }


#s-df0f1ffc-8402-4027-bc9a-69298ead83de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df0f1ffc-8402-4027-bc9a-69298ead83de-root {
    text-align: center;
  }


#s-df0f1ffc-8402-4027-bc9a-69298ead83de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df0f1ffc-8402-4027-bc9a-69298ead83de-root {
    text-align: center;
  }


#s-df0f1ffc-8402-4027-bc9a-69298ead83de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-df0f1ffc-8402-4027-bc9a-69298ead83de-root {
    text-align: center;
  }


#s-df0f1ffc-8402-4027-bc9a-69298ead83de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a2f39958-4dad-4eda-b597-b23ef397a538 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
max-width: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 5em;
}
#s-a2f39958-4dad-4eda-b597-b23ef397a538:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2f39958-4dad-4eda-b597-b23ef397a538:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2f39958-4dad-4eda-b597-b23ef397a538-root {
    text-align: center;
  }


#s-a2f39958-4dad-4eda-b597-b23ef397a538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2f39958-4dad-4eda-b597-b23ef397a538-root {
    text-align: center;
  }


#s-a2f39958-4dad-4eda-b597-b23ef397a538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2f39958-4dad-4eda-b597-b23ef397a538-root {
    text-align: center;
  }


#s-a2f39958-4dad-4eda-b597-b23ef397a538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2f39958-4dad-4eda-b597-b23ef397a538-root {
    text-align: center;
  }


#s-a2f39958-4dad-4eda-b597-b23ef397a538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2f39958-4dad-4eda-b597-b23ef397a538-root {
    text-align: center;
  }


#s-a2f39958-4dad-4eda-b597-b23ef397a538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
max-width: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 5em;
}
#s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72-root {
    text-align: center;
  }


#s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72-root {
    text-align: center;
  }


#s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72-root {
    text-align: center;
  }


#s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72-root {
    text-align: center;
  }


#s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72-root {
    text-align: center;
  }


#s-54cf80c5-19c5-4a29-a35f-dd6a1b8c4e72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-230acca6-c830-4d1a-a866-ad13b4574ed8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
max-width: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 5em;
}
#s-230acca6-c830-4d1a-a866-ad13b4574ed8:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-230acca6-c830-4d1a-a866-ad13b4574ed8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-230acca6-c830-4d1a-a866-ad13b4574ed8-root {
    text-align: center;
  }


#s-230acca6-c830-4d1a-a866-ad13b4574ed8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-230acca6-c830-4d1a-a866-ad13b4574ed8-root {
    text-align: center;
  }


#s-230acca6-c830-4d1a-a866-ad13b4574ed8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-230acca6-c830-4d1a-a866-ad13b4574ed8-root {
    text-align: center;
  }


#s-230acca6-c830-4d1a-a866-ad13b4574ed8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-230acca6-c830-4d1a-a866-ad13b4574ed8-root {
    text-align: center;
  }


#s-230acca6-c830-4d1a-a866-ad13b4574ed8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-230acca6-c830-4d1a-a866-ad13b4574ed8-root {
    text-align: center;
  }


#s-230acca6-c830-4d1a-a866-ad13b4574ed8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
max-width: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 5em;
}
#s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7-root {
    text-align: center;
  }


#s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7-root {
    text-align: center;
  }


#s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7-root {
    text-align: center;
  }


#s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7-root {
    text-align: center;
  }


#s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7-root {
    text-align: center;
  }


#s-2aeeadfa-dd44-4bd1-b87d-20dc4918e1b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-035b535e-c9f3-48ec-8563-84b0b1085e48 {
  margin-left: auto;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-035b535e-c9f3-48ec-8563-84b0b1085e48"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 768px) {
[id="s-035b535e-c9f3-48ec-8563-84b0b1085e48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.25px);
}

[id="s-035b535e-c9f3-48ec-8563-84b0b1085e48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.25px);
}

}

@media (min-width: 992px) {
[id="s-035b535e-c9f3-48ec-8563-84b0b1085e48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.25px);
}

[id="s-035b535e-c9f3-48ec-8563-84b0b1085e48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.25px);
}

}

@media (min-width: 1200px) {
[id="s-035b535e-c9f3-48ec-8563-84b0b1085e48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.25px);
}

[id="s-035b535e-c9f3-48ec-8563-84b0b1085e48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.25px);
}

}

#s-59d9f43e-1f8a-459b-aa0f-5bbc6c5aed75 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
min-height: 100px;
}

#s-59d9f43e-1f8a-459b-aa0f-5bbc6c5aed75 .shogun-icon-wrapper {
  text-align: center;
}


#s-59d9f43e-1f8a-459b-aa0f-5bbc6c5aed75 .shogun-icon-wrapper > .shogun-icon {

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

#s-01d6459c-5351-44bb-99f0-ba76bfa4f1a1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
min-height: 100px;
}

#s-01d6459c-5351-44bb-99f0-ba76bfa4f1a1 .shogun-icon-wrapper {
  text-align: center;
}


#s-01d6459c-5351-44bb-99f0-ba76bfa4f1a1 .shogun-icon-wrapper > .shogun-icon {

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

#s-4fcc4360-7c83-46b1-baf2-7cbadfd3c36a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
min-height: 100px;
}

#s-4fcc4360-7c83-46b1-baf2-7cbadfd3c36a .shogun-icon-wrapper {
  text-align: center;
}


#s-4fcc4360-7c83-46b1-baf2-7cbadfd3c36a .shogun-icon-wrapper > .shogun-icon {

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

#s-bc5931e2-5eb7-4e1c-b2db-1c2546958305 {
  margin-top: 22px;
margin-left: 0px;
margin-bottom: 22px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 24px;
background-color: rgba(26, 84, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-bc5931e2-5eb7-4e1c-b2db-1c2546958305:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc5931e2-5eb7-4e1c-b2db-1c2546958305:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc5931e2-5eb7-4e1c-b2db-1c2546958305-root {
    text-align: center;
  }


#s-bc5931e2-5eb7-4e1c-b2db-1c2546958305.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bc5931e2-5eb7-4e1c-b2db-1c2546958305-root {
    text-align: center;
  }


#s-bc5931e2-5eb7-4e1c-b2db-1c2546958305.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc5931e2-5eb7-4e1c-b2db-1c2546958305-root {
    text-align: center;
  }


#s-bc5931e2-5eb7-4e1c-b2db-1c2546958305.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc5931e2-5eb7-4e1c-b2db-1c2546958305-root {
    text-align: center;
  }


#s-bc5931e2-5eb7-4e1c-b2db-1c2546958305.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bc5931e2-5eb7-4e1c-b2db-1c2546958305-root {
    text-align: center;
  }


#s-bc5931e2-5eb7-4e1c-b2db-1c2546958305.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-88cda2b4-d26e-4938-9aaf-47dee4191288 {
  margin-top: -100px;
margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
max-width: 100%;
}
@media (max-width: 767px){#s-88cda2b4-d26e-4938-9aaf-47dee4191288 {
  
}
}







#s-88cda2b4-d26e-4938-9aaf-47dee4191288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88cda2b4-d26e-4938-9aaf-47dee4191288.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-3c10b3fc-8ad4-4378-b93f-a3f5ce6965e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c10b3fc-8ad4-4378-b93f-a3f5ce6965e2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1ddd010b-6ebc-4948-af39-c4e4152d7f8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1ddd010b-6ebc-4948-af39-c4e4152d7f8a .shogun-heading-component h1 {
  color: rgba(255, 247, 247, 1);
  font-weight:  normal ;
  font-family: "Water Brush";
  font-style:  normal ;
  font-size: 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-a2948629-09c3-412f-ae93-18ca263b1fe0 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d4602ca2-ca42-46d4-b4ad-00402dce6165 {
  margin-top: 22px;
margin-left: 0px;
margin-bottom: 22px;
margin-right: 0px;
padding-top: 9px;
padding-left: 22px;
padding-bottom: 9px;
padding-right: 22px;
border-radius: 24px;
background-color: rgba(26, 84, 51, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-d4602ca2-ca42-46d4-b4ad-00402dce6165:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4602ca2-ca42-46d4-b4ad-00402dce6165:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4602ca2-ca42-46d4-b4ad-00402dce6165-root {
    text-align: left;
  }


#s-d4602ca2-ca42-46d4-b4ad-00402dce6165.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4602ca2-ca42-46d4-b4ad-00402dce6165-root {
    text-align: left;
  }


#s-d4602ca2-ca42-46d4-b4ad-00402dce6165.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4602ca2-ca42-46d4-b4ad-00402dce6165-root {
    text-align: left;
  }


#s-d4602ca2-ca42-46d4-b4ad-00402dce6165.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4602ca2-ca42-46d4-b4ad-00402dce6165-root {
    text-align: left;
  }


#s-d4602ca2-ca42-46d4-b4ad-00402dce6165.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4602ca2-ca42-46d4-b4ad-00402dce6165-root {
    text-align: left;
  }


#s-d4602ca2-ca42-46d4-b4ad-00402dce6165.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1bd4aeb0-501e-4ade-bbaf-ce9415f2520e {
  margin-left: auto;
margin-right: auto;
min-height: 600px;
}








#s-1bd4aeb0-501e-4ade-bbaf-ce9415f2520e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bd4aeb0-501e-4ade-bbaf-ce9415f2520e.shg-box.shg-c {
  justify-content: center;
}

#s-d84ed4bf-534e-41d1-ab03-eac87a2cf45f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-d84ed4bf-534e-41d1-ab03-eac87a2cf45f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d84ed4bf-534e-41d1-ab03-eac87a2cf45f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d84ed4bf-534e-41d1-ab03-eac87a2cf45f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d84ed4bf-534e-41d1-ab03-eac87a2cf45f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d50e3646-3bfc-4d14-b54b-0e12283dc1ac {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-d50e3646-3bfc-4d14-b54b-0e12283dc1ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d50e3646-3bfc-4d14-b54b-0e12283dc1ac.shg-box.shg-c {
  justify-content: center;
}

#s-486f2810-a5a9-40c9-8718-46d3d4efee8e {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-486f2810-a5a9-40c9-8718-46d3d4efee8e .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-c7f17589-8c37-4a45-a0e2-26c00f8f544a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7f17589-8c37-4a45-a0e2-26c00f8f544a .shogun-heading-component h1 {
  color: rgba(187, 114, 59, 1);
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  
  
  
  
}



#s-c1865b79-336e-42d8-9bc0-65e3817cfe6d {
  margin-left: auto;
margin-right: auto;
}

#s-15359ee9-f223-49a5-95d1-50d3610aa535 {
  margin-top: 22px;
margin-left: 0px;
margin-bottom: 22px;
margin-right: 0px;
padding-top: 9px;
padding-left: 22px;
padding-bottom: 9px;
padding-right: 22px;
border-radius: 24px;
background-color: rgba(26, 84, 51, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-15359ee9-f223-49a5-95d1-50d3610aa535:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15359ee9-f223-49a5-95d1-50d3610aa535:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15359ee9-f223-49a5-95d1-50d3610aa535-root {
    text-align: left;
  }


#s-15359ee9-f223-49a5-95d1-50d3610aa535.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15359ee9-f223-49a5-95d1-50d3610aa535-root {
    text-align: left;
  }


#s-15359ee9-f223-49a5-95d1-50d3610aa535.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15359ee9-f223-49a5-95d1-50d3610aa535-root {
    text-align: left;
  }


#s-15359ee9-f223-49a5-95d1-50d3610aa535.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15359ee9-f223-49a5-95d1-50d3610aa535-root {
    text-align: left;
  }


#s-15359ee9-f223-49a5-95d1-50d3610aa535.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15359ee9-f223-49a5-95d1-50d3610aa535-root {
    text-align: left;
  }


#s-15359ee9-f223-49a5-95d1-50d3610aa535.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
  margin-left: auto;
max-width: 100%;
aspect-ratio: 3778/2646;
text-align: center;
}



.shg-image-margin-container-s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
  margin-left: auto;
  
  
  
}

#s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shg-image-content-wrapper {
      aspect-ratio: 3778/2646;
      width: 100%;
      height: 100%;
    }

    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shogun-image-link {
      aspect-ratio: 3778/2646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7009a52f-06d7-4324-a06b-eecbe09c41ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image {
    
    
  }


.s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shogun-image-content {
  
    align-items: center;
  
}

.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
      --shg-aspect-ratio: calc(3778/2646); 
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
      position: relative;
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
  
  
  
  
}

#s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shg-image-content-wrapper {
      aspect-ratio: 3778/2646;
      width: 100%;
      height: 100%;
    }

    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shogun-image-link {
      aspect-ratio: 3778/2646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7009a52f-06d7-4324-a06b-eecbe09c41ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image {
    
    
  }


.s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shogun-image-content {
  
    align-items: center;
  
}

.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
      --shg-aspect-ratio: calc(3778/2646); 
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
      position: relative;
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
  
  
  
  
}

#s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shg-image-content-wrapper {
      aspect-ratio: 3778/2646;
      width: 100%;
      height: 100%;
    }

    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shogun-image-link {
      aspect-ratio: 3778/2646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7009a52f-06d7-4324-a06b-eecbe09c41ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image {
    
    
  }


.s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shogun-image-content {
  
    align-items: center;
  
}

.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
      --shg-aspect-ratio: calc(3778/2646); 
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
      position: relative;
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
  
  
  
  
}

#s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shg-image-content-wrapper {
      aspect-ratio: 3778/2646;
      width: 100%;
      height: 100%;
    }

    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shogun-image-link {
      aspect-ratio: 3778/2646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7009a52f-06d7-4324-a06b-eecbe09c41ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image {
    
    
  }


.s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shogun-image-content {
  
    align-items: center;
  
}

.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
      --shg-aspect-ratio: calc(3778/2646); 
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
      position: relative;
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
  
  
  
  
}

#s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shg-image-content-wrapper {
      aspect-ratio: 3778/2646;
      width: 100%;
      height: 100%;
    }

    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shogun-image-link {
      aspect-ratio: 3778/2646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7009a52f-06d7-4324-a06b-eecbe09c41ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image {
    
    
  }


.s-7009a52f-06d7-4324-a06b-eecbe09c41ff .shogun-image-content {
  
    align-items: center;
  
}

.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff {
      --shg-aspect-ratio: calc(3778/2646); 
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container {
      position: relative;
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7009a52f-06d7-4324-a06b-eecbe09c41ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fba65816-405c-49ac-a383-71f185bb95f7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 600px;
background-position: center center;
}








#s-fba65816-405c-49ac-a383-71f185bb95f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fba65816-405c-49ac-a383-71f185bb95f7.shg-box.shg-c {
  justify-content: center;
}

#s-8f76fbbd-6604-40ba-9200-3b1dcf681abc {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-left: 5%;
padding-right: 0%;
min-height: 50px;
max-width: 100%;
}








#s-8f76fbbd-6604-40ba-9200-3b1dcf681abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f76fbbd-6604-40ba-9200-3b1dcf681abc.shg-box.shg-c {
  justify-content: center;
}

#s-16417040-7b3b-472a-81ec-42cc24ba9ddf {
  margin-left: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 250px;
text-align: left;
}

#s-16417040-7b3b-472a-81ec-42cc24ba9ddf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5d957618-5923-413f-8f8c-7433d89c4fa4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5d957618-5923-413f-8f8c-7433d89c4fa4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



#s-6a95c613-7d6a-4876-b805-c23b82a14c43 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6a95c613-7d6a-4876-b805-c23b82a14c43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a95c613-7d6a-4876-b805-c23b82a14c43.shg-box.shg-c {
  justify-content: center;
}

#s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
aspect-ratio: 280/256;
text-align: left;
}



.shg-image-margin-container-s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shg-image-content-wrapper {
      aspect-ratio: 280/256;
      width: 100%;
      height: 100%;
    }

    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shogun-image-link {
      aspect-ratio: 280/256;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
      --shg-aspect-ratio: calc(280/256); 
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
      position: relative;
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
  
  
  
  
}

#s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shg-image-content-wrapper {
      aspect-ratio: 280/256;
      width: 100%;
      height: 100%;
    }

    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shogun-image-link {
      aspect-ratio: 280/256;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
      --shg-aspect-ratio: calc(280/256); 
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
      position: relative;
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
  
  
  
  
}

#s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shg-image-content-wrapper {
      aspect-ratio: 280/256;
      width: 100%;
      height: 100%;
    }

    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shogun-image-link {
      aspect-ratio: 280/256;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
      --shg-aspect-ratio: calc(280/256); 
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
      position: relative;
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
  
  
  
  
}

#s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shg-image-content-wrapper {
      aspect-ratio: 280/256;
      width: 100%;
      height: 100%;
    }

    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shogun-image-link {
      aspect-ratio: 280/256;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
      --shg-aspect-ratio: calc(280/256); 
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
      position: relative;
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
  
  
  
  
}

#s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shg-image-content-wrapper {
      aspect-ratio: 280/256;
      width: 100%;
      height: 100%;
    }

    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shogun-image-link {
      aspect-ratio: 280/256;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da5a395e-76dc-442e-90a3-c2f126dfd1fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd {
      --shg-aspect-ratio: calc(280/256); 
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container {
      position: relative;
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da5a395e-76dc-442e-90a3-c2f126dfd1fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4cc7d38f-2497-4cfb-af28-1c0c38657977 {
  margin-top: 22px;
margin-left: 0px;
margin-bottom: 22px;
margin-right: 0px;
padding-top: 9px;
padding-left: 22px;
padding-bottom: 9px;
padding-right: 22px;
border-radius: 24px;
background-color: rgba(26, 84, 51, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-4cc7d38f-2497-4cfb-af28-1c0c38657977:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4cc7d38f-2497-4cfb-af28-1c0c38657977:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4cc7d38f-2497-4cfb-af28-1c0c38657977-root {
    text-align: left;
  }


#s-4cc7d38f-2497-4cfb-af28-1c0c38657977.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4cc7d38f-2497-4cfb-af28-1c0c38657977-root {
    text-align: left;
  }


#s-4cc7d38f-2497-4cfb-af28-1c0c38657977.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cc7d38f-2497-4cfb-af28-1c0c38657977-root {
    text-align: left;
  }


#s-4cc7d38f-2497-4cfb-af28-1c0c38657977.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4cc7d38f-2497-4cfb-af28-1c0c38657977-root {
    text-align: left;
  }


#s-4cc7d38f-2497-4cfb-af28-1c0c38657977.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4cc7d38f-2497-4cfb-af28-1c0c38657977-root {
    text-align: left;
  }


#s-4cc7d38f-2497-4cfb-af28-1c0c38657977.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-511ef50a-deed-4e4a-9ea8-5cb711caa4b8 {
  margin-left: auto;
margin-right: auto;
min-height: 600px;
}








#s-511ef50a-deed-4e4a-9ea8-5cb711caa4b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-511ef50a-deed-4e4a-9ea8-5cb711caa4b8.shg-box.shg-c {
  justify-content: center;
}

#s-0b105962-8864-4c2e-b0b8-fc06c7f748c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-0b105962-8864-4c2e-b0b8-fc06c7f748c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b105962-8864-4c2e-b0b8-fc06c7f748c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b105962-8864-4c2e-b0b8-fc06c7f748c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b105962-8864-4c2e-b0b8-fc06c7f748c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a2d8abad-e3a6-4993-a56d-485e2c1c7322 {
  margin-top: 0px;
margin-left: 0%;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-a2d8abad-e3a6-4993-a56d-485e2c1c7322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2d8abad-e3a6-4993-a56d-485e2c1c7322.shg-box.shg-c {
  justify-content: center;
}

#s-e22a2326-94f5-4da0-8fbc-9351bcb637d5 {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e22a2326-94f5-4da0-8fbc-9351bcb637d5 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-2eadf22c-57c9-4948-a900-6874b6338353 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2eadf22c-57c9-4948-a900-6874b6338353 .shogun-heading-component h1 {
  color: rgba(187, 114, 59, 1);
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  
  
  
  
}



#s-371e3125-6bcf-496c-a607-50bc42557806 {
  margin-left: auto;
margin-right: auto;
}

#s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 600/241;
text-align: left;
}



.shg-image-margin-container-s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shg-image-content-wrapper {
      aspect-ratio: 600/241;
      width: 100%;
      height: 100%;
    }

    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shogun-image-link {
      aspect-ratio: 600/241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image {
    
    
  }


.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
      --shg-aspect-ratio: calc(600/241); 
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
      position: relative;
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
  
  
  
  
}

#s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shg-image-content-wrapper {
      aspect-ratio: 600/241;
      width: 100%;
      height: 100%;
    }

    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shogun-image-link {
      aspect-ratio: 600/241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image {
    
    
  }


.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
      --shg-aspect-ratio: calc(600/241); 
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
      position: relative;
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
  
  
  
  
}

#s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shg-image-content-wrapper {
      aspect-ratio: 600/241;
      width: 100%;
      height: 100%;
    }

    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shogun-image-link {
      aspect-ratio: 600/241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image {
    
    
  }


.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
      --shg-aspect-ratio: calc(600/241); 
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
      position: relative;
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
  
  
  
  
}

#s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shg-image-content-wrapper {
      aspect-ratio: 600/241;
      width: 100%;
      height: 100%;
    }

    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shogun-image-link {
      aspect-ratio: 600/241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image {
    
    
  }


.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
      --shg-aspect-ratio: calc(600/241); 
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
      position: relative;
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
  
  
  
  
}

#s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shg-image-content-wrapper {
      aspect-ratio: 600/241;
      width: 100%;
      height: 100%;
    }

    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shogun-image-link {
      aspect-ratio: 600/241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image {
    
    
  }


.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 {
      --shg-aspect-ratio: calc(600/241); 
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container {
      position: relative;
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a872fec3-abcf-4d16-99a8-deb5205f0ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cf2a5183-7851-4636-a68b-cf90823890e2 {
  margin-top: 22px;
margin-left: 0px;
margin-bottom: 22px;
margin-right: 0px;
padding-top: 9px;
padding-left: 22px;
padding-bottom: 9px;
padding-right: 22px;
border-radius: 24px;
background-color: rgba(26, 84, 51, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-cf2a5183-7851-4636-a68b-cf90823890e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf2a5183-7851-4636-a68b-cf90823890e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cf2a5183-7851-4636-a68b-cf90823890e2-root {
    text-align: left;
  }


#s-cf2a5183-7851-4636-a68b-cf90823890e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cf2a5183-7851-4636-a68b-cf90823890e2-root {
    text-align: left;
  }


#s-cf2a5183-7851-4636-a68b-cf90823890e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf2a5183-7851-4636-a68b-cf90823890e2-root {
    text-align: left;
  }


#s-cf2a5183-7851-4636-a68b-cf90823890e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf2a5183-7851-4636-a68b-cf90823890e2-root {
    text-align: left;
  }


#s-cf2a5183-7851-4636-a68b-cf90823890e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cf2a5183-7851-4636-a68b-cf90823890e2-root {
    text-align: left;
  }


#s-cf2a5183-7851-4636-a68b-cf90823890e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
  margin-top: 100px;
margin-left: 20px;
margin-bottom: 100px;
margin-right: 20px;
padding-left: 0%;
max-width: 632px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}

#s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image {
    
    
  }


.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
      position: relative;
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
  
  
  
  
}

#s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image {
    
    
  }


.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
      position: relative;
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
  
  
  
  
}

#s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image {
    
    
  }


.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
      position: relative;
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
  
  
  
  
}

#s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image {
    
    
  }


.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
      position: relative;
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
  
  
  
  
}

#s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image {
    
    
  }


.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container {
      position: relative;
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42900af7-5f8c-48a2-9afe-d52bc4900eb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
background-position: center center;
}

#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd {
  background-image: url(https://i.shgcdn.com/4037aa04-7830-40b0-a251-78c8f22bec89/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd {
  background-image: url(https://i.shgcdn.com/4037aa04-7830-40b0-a251-78c8f22bec89/-/resize/480x/);
}
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd {
  background-image: url(https://i.shgcdn.com/4037aa04-7830-40b0-a251-78c8f22bec89/-/resize/960x/);
}
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd {
  background-image: url(https://i.shgcdn.com/4037aa04-7830-40b0-a251-78c8f22bec89/-/resize/768x/);
}
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd {
  background-image: url(https://i.shgcdn.com/4037aa04-7830-40b0-a251-78c8f22bec89/-/resize/1536x/);
}
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd {
  background-image: url(https://i.shgcdn.com/4037aa04-7830-40b0-a251-78c8f22bec89/-/resize/1024x/);
}
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd {
  background-image: url(https://i.shgcdn.com/4037aa04-7830-40b0-a251-78c8f22bec89/-/resize/2048x/);
}
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd {
  background-image: url(https://i.shgcdn.com/4037aa04-7830-40b0-a251-78c8f22bec89/-/resize/1200x/);
}
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd {
  background-image: url(https://i.shgcdn.com/4037aa04-7830-40b0-a251-78c8f22bec89/-/resize/2048x/);
}
#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
  display: block;
}#s-f623d45a-c57e-4ec7-9bf0-43ecf6f89fbd.shg-box.shg-c {
  justify-content: center;
}

#s-76f660c4-964b-4a69-bcad-f4adfd9d0534 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-76f660c4-964b-4a69-bcad-f4adfd9d0534"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76f660c4-964b-4a69-bcad-f4adfd9d0534"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76f660c4-964b-4a69-bcad-f4adfd9d0534"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76f660c4-964b-4a69-bcad-f4adfd9d0534"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e18c4543-9a5f-465b-bb35-c46f30860d6b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
background-color: rgba(255, 249, 241, 1);
}

#s-e18c4543-9a5f-465b-bb35-c46f30860d6b .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-e18c4543-9a5f-465b-bb35-c46f30860d6b .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  font-family: Tiro Gurmukhi;
  
  
  
  
}

#s-e18c4543-9a5f-465b-bb35-c46f30860d6b .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-e18c4543-9a5f-465b-bb35-c46f30860d6b .shogun-form-error-msg-container, #s-e18c4543-9a5f-465b-bb35-c46f30860d6b .shogun-form-field-error-msg-container {
  display: none;
}

#s-e18c4543-9a5f-465b-bb35-c46f30860d6b .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-e18c4543-9a5f-465b-bb35-c46f30860d6b .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-6c1adf68-42ff-41a3-b82b-580732b20e71 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c1adf68-42ff-41a3-b82b-580732b20e71 .shogun-heading-component h1 {
  color: rgba(187, 114, 59, 1);
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  
  
  
  
}



#s-4ad36f43-8be6-47cd-864d-df78e58fa896 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4ad36f43-8be6-47cd-864d-df78e58fa896"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ad36f43-8be6-47cd-864d-df78e58fa896"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ad36f43-8be6-47cd-864d-df78e58fa896"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ad36f43-8be6-47cd-864d-df78e58fa896"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-a8ce6962-182c-40bc-b32c-0646549bf454 {
  margin-left: auto;
margin-right: auto;
}

#s-a8ce6962-182c-40bc-b32c-0646549bf454  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(251, 251, 251, 1);
  border-radius: 4px;
  
  
  
  
  color: #000;
  font-family: Montserrat;
  
  
  
}

#s-a8ce6962-182c-40bc-b32c-0646549bf454  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-a8ce6962-182c-40bc-b32c-0646549bf454  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-a8ce6962-182c-40bc-b32c-0646549bf454 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-a8ce6962-182c-40bc-b32c-0646549bf454 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(255, 255, 255, 1);
  
  
  color: #000;
}


#s-25d1eae9-dc4b-4a24-b5da-16711dc969b6 {
  margin-left: auto;
margin-right: auto;
}

#s-25d1eae9-dc4b-4a24-b5da-16711dc969b6  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(248, 248, 248, 1);
  border-radius: 4px;
  
  
  
  
  color: #000;
  font-family: Montserrat;
  
  
  
}

#s-25d1eae9-dc4b-4a24-b5da-16711dc969b6  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-25d1eae9-dc4b-4a24-b5da-16711dc969b6  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-25d1eae9-dc4b-4a24-b5da-16711dc969b6 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-25d1eae9-dc4b-4a24-b5da-16711dc969b6 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-387efd06-6391-43f5-932c-4c21885d419d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-387efd06-6391-43f5-932c-4c21885d419d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-387efd06-6391-43f5-932c-4c21885d419d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-387efd06-6391-43f5-932c-4c21885d419d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-387efd06-6391-43f5-932c-4c21885d419d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b85f7687-5abe-43ea-8a5b-c8934eb971f7 {
  margin-left: auto;
margin-right: auto;
}

#s-b85f7687-5abe-43ea-8a5b-c8934eb971f7  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  
  
  
  
  color: #000;
  font-family: Montserrat;
  
  
  
}

#s-b85f7687-5abe-43ea-8a5b-c8934eb971f7  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-b85f7687-5abe-43ea-8a5b-c8934eb971f7  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-b85f7687-5abe-43ea-8a5b-c8934eb971f7 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-b85f7687-5abe-43ea-8a5b-c8934eb971f7 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-ad453600-3f7a-4d39-b8e8-9920564dc7ff {
  margin-left: auto;
margin-right: auto;
}

#s-ad453600-3f7a-4d39-b8e8-9920564dc7ff  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  
  
  
  
  color: #000;
  
  
  
  
}

#s-ad453600-3f7a-4d39-b8e8-9920564dc7ff  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-ad453600-3f7a-4d39-b8e8-9920564dc7ff  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-ad453600-3f7a-4d39-b8e8-9920564dc7ff .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-ad453600-3f7a-4d39-b8e8-9920564dc7ff .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-51bc042a-b093-4d98-a64b-1e2a9c413f14 {
  margin-left: auto;
margin-right: auto;
}

#s-51bc042a-b093-4d98-a64b-1e2a9c413f14  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(245, 245, 245, 1);
  border-radius: 4px;
  
  
  
  
  color: #000;
  
  
  
  
}

#s-51bc042a-b093-4d98-a64b-1e2a9c413f14  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-51bc042a-b093-4d98-a64b-1e2a9c413f14  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-51bc042a-b093-4d98-a64b-1e2a9c413f14 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-51bc042a-b093-4d98-a64b-1e2a9c413f14 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-173f2713-35ba-4a29-85fb-2ec64a952258 {
  margin-left: auto;
margin-right: auto;
}

#s-173f2713-35ba-4a29-85fb-2ec64a952258  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 4px;
  
  
  
  
  color: #000;
  font-family: Montserrat;
  
  
  
}

#s-173f2713-35ba-4a29-85fb-2ec64a952258  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-173f2713-35ba-4a29-85fb-2ec64a952258  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-173f2713-35ba-4a29-85fb-2ec64a952258 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-173f2713-35ba-4a29-85fb-2ec64a952258 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-8f1fcae8-1f1c-4cfa-8b12-5ccc4f11c5c2 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 84, 51, 1);
border-style: none;
border-radius: 24px;
color: #FFFFFF;
background-color: rgba(26, 84, 51, 1);
text-align: center;
cursor: pointer;
}
#s-8f1fcae8-1f1c-4cfa-8b12-5ccc4f11c5c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f1fcae8-1f1c-4cfa-8b12-5ccc4f11c5c2:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-8f1fcae8-1f1c-4cfa-8b12-5ccc4f11c5c2[disabled],
#s-8f1fcae8-1f1c-4cfa-8b12-5ccc4f11c5c2[disabled]:hover,
#s-8f1fcae8-1f1c-4cfa-8b12-5ccc4f11c5c2[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-8f1fcae8-1f1c-4cfa-8b12-5ccc4f11c5c2 {
  display:  inline-block ;
  width:  auto ;
}


#s-c0029fbb-82fa-4c30-a1cc-6fc146f160e4 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c0029fbb-82fa-4c30-a1cc-6fc146f160e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-260ea62a-f712-4e2c-be59-a16c0223a825 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-260ea62a-f712-4e2c-be59-a16c0223a825 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  
  
  
  
}



#s-a429fdf0-b1fd-4787-8e0b-319c0b5e7e10 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a429fdf0-b1fd-4787-8e0b-319c0b5e7e10 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-80c6e8d7-ea38-4352-80f1-112a36fefa4a {
  margin-left: auto;
margin-right: auto;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-832b8682-3271-4954-b9da-a8b7528fa791 {
  margin-left: auto;
margin-right: auto;
}

#s-832b8682-3271-4954-b9da-a8b7528fa791 .shogun-countdown span, #s-832b8682-3271-4954-b9da-a8b7528fa791 .shogun-countdown label {
  color: rgba(251, 251, 251, 1);
}
#s-7996dc43-feed-4715-9458-a707d912c90d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
background-position: -400px 30px;
}

#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3 {
  background-image: url(https://i.shgcdn.com/3cf045ca-4a9a-4ce9-8ef1-ab80c42da605/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3 {
  background-image: url(https://i.shgcdn.com/3cf045ca-4a9a-4ce9-8ef1-ab80c42da605/-/resize/480x/);
}
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3 {
  background-image: url(https://i.shgcdn.com/3cf045ca-4a9a-4ce9-8ef1-ab80c42da605/-/resize/960x/);
}
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3 {
  background-image: url(https://i.shgcdn.com/3cf045ca-4a9a-4ce9-8ef1-ab80c42da605/-/resize/768x/);
}
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3 {
  background-image: url(https://i.shgcdn.com/3cf045ca-4a9a-4ce9-8ef1-ab80c42da605/-/resize/1536x/);
}
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3 {
  background-image: url(https://i.shgcdn.com/3cf045ca-4a9a-4ce9-8ef1-ab80c42da605/-/resize/1024x/);
}
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3 {
  background-image: url(https://i.shgcdn.com/3cf045ca-4a9a-4ce9-8ef1-ab80c42da605/-/resize/2048x/);
}
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3 {
  background-image: url(https://i.shgcdn.com/3cf045ca-4a9a-4ce9-8ef1-ab80c42da605/-/resize/1200x/);
}
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3 {
  background-image: url(https://i.shgcdn.com/3cf045ca-4a9a-4ce9-8ef1-ab80c42da605/-/resize/2048x/);
}
#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
  display: block;
}#s-6a65bc7c-7e3a-425b-bf11-8b7abf1386a3.shg-box.shg-c {
  justify-content: center;
}

.swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 0 var(--arrow-button-size) var(--pagination-height) var(--arrow-button-size);
}

.swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.swiper-container > .swiper {
  margin-left: 0;
  margin-right: 0;
}

.swiper:not(.swiper-initialized) ~ .swiper-pagination,
.swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.swiper-container > .swiper-button-prev,
.swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.swiper-container > .swiper-button-prev {
  left: 0;
}

.swiper-container > .swiper-button-next {
  right: 0;
}

.swiper-container > .swiper-button-next:after,
.swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.swiper-container > .swiper-button-next svg,
.swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}
#s-e6b55cf4-5c33-4f5c-ab80-f2ae9614ea54 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-e6b55cf4-5c33-4f5c-ab80-f2ae9614ea54 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-e6b55cf4-5c33-4f5c-ab80-f2ae9614ea54 > .swiper-button-prev,
#slider-v3-s-e6b55cf4-5c33-4f5c-ab80-f2ae9614ea54 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-e6b55cf4-5c33-4f5c-ab80-f2ae9614ea54 > .swiper-button-next svg,
#slider-v3-s-e6b55cf4-5c33-4f5c-ab80-f2ae9614ea54 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-58bdb600-71be-440e-a942-cbfc79c67344 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 24px;
min-height: 50px;
background-color: rgba(255, 249, 241, 1);
}








#s-58bdb600-71be-440e-a942-cbfc79c67344 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58bdb600-71be-440e-a942-cbfc79c67344.shg-box.shg-c {
  justify-content: center;
}

#s-4feb0790-3f42-4c86-b548-f66074410e46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4feb0790-3f42-4c86-b548-f66074410e46 .shogun-heading-component h1 {
  color: rgba(187, 114, 59, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-21b9199d-4f3a-4b71-8c77-ab41ea164a79 {
  margin-left: auto;
margin-right: auto;
}

#s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e {
  margin-top: 22px;
margin-left: 0px;
margin-bottom: 22px;
margin-right: 0px;
padding-top: 9px;
padding-left: 50px;
padding-bottom: 9px;
padding-right: 50px;
border-radius: 24px;
background-color: rgba(26, 84, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e-root {
    text-align: center;
  }


#s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e-root {
    text-align: center;
  }


#s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e-root {
    text-align: center;
  }


#s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e-root {
    text-align: center;
  }


#s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e-root {
    text-align: center;
  }


#s-17dddfb4-a34e-4eb4-82ae-60ee19f9873e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-15fe498a-5db8-4702-8158-b43def463e3a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-15fe498a-5db8-4702-8158-b43def463e3a {
  display: none;
}
#s-15fe498a-5db8-4702-8158-b43def463e3a, #wrap-s-15fe498a-5db8-4702-8158-b43def463e3a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15fe498a-5db8-4702-8158-b43def463e3a {
  display: none;
}
#s-15fe498a-5db8-4702-8158-b43def463e3a, #wrap-s-15fe498a-5db8-4702-8158-b43def463e3a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15fe498a-5db8-4702-8158-b43def463e3a {
  display: none;
}
#s-15fe498a-5db8-4702-8158-b43def463e3a, #wrap-s-15fe498a-5db8-4702-8158-b43def463e3a { display: none !important; }}@media (max-width: 767px){#s-15fe498a-5db8-4702-8158-b43def463e3a {
  display: none;
}
#s-15fe498a-5db8-4702-8158-b43def463e3a, #wrap-s-15fe498a-5db8-4702-8158-b43def463e3a { display: none !important; }}
#s-15fe498a-5db8-4702-8158-b43def463e3a {
  background-image: url(https://i.shgcdn.com/86b3a708-5e83-4389-b4a3-190a33388278/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-15fe498a-5db8-4702-8158-b43def463e3a {
  background-image: url(https://i.shgcdn.com/86b3a708-5e83-4389-b4a3-190a33388278/-/resize/480x/);
}
#s-15fe498a-5db8-4702-8158-b43def463e3a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-15fe498a-5db8-4702-8158-b43def463e3a {
  background-image: url(https://i.shgcdn.com/86b3a708-5e83-4389-b4a3-190a33388278/-/resize/960x/);
}
#s-15fe498a-5db8-4702-8158-b43def463e3a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-15fe498a-5db8-4702-8158-b43def463e3a {
  background-image: url(https://i.shgcdn.com/86b3a708-5e83-4389-b4a3-190a33388278/-/resize/768x/);
}
#s-15fe498a-5db8-4702-8158-b43def463e3a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-15fe498a-5db8-4702-8158-b43def463e3a {
  background-image: url(https://i.shgcdn.com/86b3a708-5e83-4389-b4a3-190a33388278/-/resize/1536x/);
}
#s-15fe498a-5db8-4702-8158-b43def463e3a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-15fe498a-5db8-4702-8158-b43def463e3a {
  background-image: url(https://i.shgcdn.com/86b3a708-5e83-4389-b4a3-190a33388278/-/resize/1024x/);
}
#s-15fe498a-5db8-4702-8158-b43def463e3a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-15fe498a-5db8-4702-8158-b43def463e3a {
  background-image: url(https://i.shgcdn.com/86b3a708-5e83-4389-b4a3-190a33388278/-/resize/2048x/);
}
#s-15fe498a-5db8-4702-8158-b43def463e3a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-15fe498a-5db8-4702-8158-b43def463e3a {
  background-image: url(https://i.shgcdn.com/86b3a708-5e83-4389-b4a3-190a33388278/-/resize/1200x/);
}
#s-15fe498a-5db8-4702-8158-b43def463e3a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-15fe498a-5db8-4702-8158-b43def463e3a {
  background-image: url(https://i.shgcdn.com/86b3a708-5e83-4389-b4a3-190a33388278/-/resize/2048x/);
}
#s-15fe498a-5db8-4702-8158-b43def463e3a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-15fe498a-5db8-4702-8158-b43def463e3a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-15fe498a-5db8-4702-8158-b43def463e3a.shg-box.shg-c {
  justify-content: center;
}

#s-89ad2353-3adc-4d08-9169-b7029a2ec25f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-89ad2353-3adc-4d08-9169-b7029a2ec25f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89ad2353-3adc-4d08-9169-b7029a2ec25f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-89ad2353-3adc-4d08-9169-b7029a2ec25f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-89ad2353-3adc-4d08-9169-b7029a2ec25f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
  margin-left: auto;
margin-right: auto;
max-width: 163px;
aspect-ratio: 163/56;
text-align: center;
}



.shg-image-margin-container-s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shg-image-content-wrapper {
      aspect-ratio: 163/56;
      width: 100%;
      height: 100%;
    }

    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shogun-image-link {
      aspect-ratio: 163/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image {
    
    
  }


.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shogun-image-content {
  
    align-items: center;
  
}

.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
      --shg-aspect-ratio: calc(163/56); 
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
      position: relative;
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
  
  
  
  
}

#s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shg-image-content-wrapper {
      aspect-ratio: 163/56;
      width: 100%;
      height: 100%;
    }

    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shogun-image-link {
      aspect-ratio: 163/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image {
    
    
  }


.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shogun-image-content {
  
    align-items: center;
  
}

.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
      --shg-aspect-ratio: calc(163/56); 
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
      position: relative;
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
  
  
  
  
}

#s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shg-image-content-wrapper {
      aspect-ratio: 163/56;
      width: 100%;
      height: 100%;
    }

    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shogun-image-link {
      aspect-ratio: 163/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image {
    
    
  }


.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shogun-image-content {
  
    align-items: center;
  
}

.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
      --shg-aspect-ratio: calc(163/56); 
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
      position: relative;
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
  
  
  
  
}

#s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shg-image-content-wrapper {
      aspect-ratio: 163/56;
      width: 100%;
      height: 100%;
    }

    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shogun-image-link {
      aspect-ratio: 163/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image {
    
    
  }


.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shogun-image-content {
  
    align-items: center;
  
}

.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
      --shg-aspect-ratio: calc(163/56); 
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
      position: relative;
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
  
  
  
  
}

#s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shg-image-content-wrapper {
      aspect-ratio: 163/56;
      width: 100%;
      height: 100%;
    }

    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shogun-image-link {
      aspect-ratio: 163/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image {
    
    
  }


.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b .shogun-image-content {
  
    align-items: center;
  
}

.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b {
      --shg-aspect-ratio: calc(163/56); 
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container {
      position: relative;
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04b852d5-c3ab-4d11-9e72-b08fc9fc459b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c941d313-aaa4-4ee1-b046-7128682b7719 {
  margin-left: auto;
margin-right: auto;
}

#s-9a40974d-7376-4408-b0c9-9d9eb1505d96 {
  margin-left: auto;
margin-right: auto;
}

#s-58662679-8d9a-4d4b-85ef-80ff5fc74258 {
  margin-left: auto;
margin-right: auto;
}

#s-a4ac52c7-8c6b-4390-b314-d64d7ddc798f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a4ac52c7-8c6b-4390-b314-d64d7ddc798f .shogun-heading-component h1 {
  color: rgba(244, 239, 239, 1);
  font-weight:  normal ;
  font-family: "Tiro Gurmukhi";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-3d053691-2b07-4d6a-a81f-1b17a408c526 {
  margin-left: auto;
margin-right: auto;
}

#s-46437a1f-28d5-4fba-bac2-eec422bab89e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-46437a1f-28d5-4fba-bac2-eec422bab89e .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-46437a1f-28d5-4fba-bac2-eec422bab89e .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-46437a1f-28d5-4fba-bac2-eec422bab89e .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-46437a1f-28d5-4fba-bac2-eec422bab89e .shogun-form-error-msg-container, #s-46437a1f-28d5-4fba-bac2-eec422bab89e .shogun-form-field-error-msg-container {
  display: none;
}

#s-46437a1f-28d5-4fba-bac2-eec422bab89e .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-46437a1f-28d5-4fba-bac2-eec422bab89e .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-5e6c5762-5015-4925-838d-6f3b2160b9f3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5e6c5762-5015-4925-838d-6f3b2160b9f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e6c5762-5015-4925-838d-6f3b2160b9f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e6c5762-5015-4925-838d-6f3b2160b9f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e6c5762-5015-4925-838d-6f3b2160b9f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e6c5762-5015-4925-838d-6f3b2160b9f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e6c5762-5015-4925-838d-6f3b2160b9f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e6c5762-5015-4925-838d-6f3b2160b9f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b5bbcdd5-4d45-4b28-bb03-57c406cddcac {
  margin-left: auto;
margin-right: auto;
}

#s-b5bbcdd5-4d45-4b28-bb03-57c406cddcac  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 6px;
  
  
  font-size: 30px;
  
  color: #000;
  
  
  
  
}

#s-b5bbcdd5-4d45-4b28-bb03-57c406cddcac  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-b5bbcdd5-4d45-4b28-bb03-57c406cddcac  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-b5bbcdd5-4d45-4b28-bb03-57c406cddcac .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-b5bbcdd5-4d45-4b28-bb03-57c406cddcac .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 6px;
  
  color: #000;
}


#s-ebf0d22e-49aa-4595-b6c2-591540003e6b {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(187, 114, 59, 1);
text-align: center;
cursor: pointer;
}
#s-ebf0d22e-49aa-4595-b6c2-591540003e6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebf0d22e-49aa-4595-b6c2-591540003e6b:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-ebf0d22e-49aa-4595-b6c2-591540003e6b[disabled],
#s-ebf0d22e-49aa-4595-b6c2-591540003e6b[disabled]:hover,
#s-ebf0d22e-49aa-4595-b6c2-591540003e6b[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-ebf0d22e-49aa-4595-b6c2-591540003e6b {
  display:  inline-block ;
  width:  auto ;
}


#s-56d68b70-0cfc-40f9-b71b-318fddae23a0 {
  margin-left: auto;
margin-right: auto;
}

#s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
  margin-left: auto;
margin-right: auto;
max-width: 192px;
aspect-ratio: 192/24;
text-align: left;
}



.shg-image-margin-container-s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shg-image-content-wrapper {
      aspect-ratio: 192/24;
      width: 100%;
      height: 100%;
    }

    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shogun-image-link {
      aspect-ratio: 192/24;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image {
    
    
  }


.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shogun-image-content {
  
    align-items: center;
  
}

.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
      --shg-aspect-ratio: calc(192/24); 
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
      position: relative;
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
  
  
  
  
}

#s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shg-image-content-wrapper {
      aspect-ratio: 192/24;
      width: 100%;
      height: 100%;
    }

    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shogun-image-link {
      aspect-ratio: 192/24;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image {
    
    
  }


.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shogun-image-content {
  
    align-items: center;
  
}

.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
      --shg-aspect-ratio: calc(192/24); 
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
      position: relative;
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
  
  
  
  
}

#s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shg-image-content-wrapper {
      aspect-ratio: 192/24;
      width: 100%;
      height: 100%;
    }

    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shogun-image-link {
      aspect-ratio: 192/24;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image {
    
    
  }


.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shogun-image-content {
  
    align-items: center;
  
}

.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
      --shg-aspect-ratio: calc(192/24); 
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
      position: relative;
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
  
  
  
  
}

#s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shg-image-content-wrapper {
      aspect-ratio: 192/24;
      width: 100%;
      height: 100%;
    }

    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shogun-image-link {
      aspect-ratio: 192/24;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image {
    
    
  }


.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shogun-image-content {
  
    align-items: center;
  
}

.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
      --shg-aspect-ratio: calc(192/24); 
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
      position: relative;
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
  
  
  
  
}

#s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shg-image-content-wrapper {
      aspect-ratio: 192/24;
      width: 100%;
      height: 100%;
    }

    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shogun-image-link {
      aspect-ratio: 192/24;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b0ea660-017e-4c22-a415-26d9c3c85b4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image {
    
    
  }


.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f .shogun-image-content {
  
    align-items: center;
  
}

.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f {
      --shg-aspect-ratio: calc(192/24); 
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container {
      position: relative;
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b0ea660-017e-4c22-a415-26d9c3c85b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1852c6aa-08c1-474b-996a-a246913476d3 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 476px;
aspect-ratio: 476/40;
text-align: center;
}



.shg-image-margin-container-s-1852c6aa-08c1-474b-996a-a246913476d3 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  
}

#s-1852c6aa-08c1-474b-996a-a246913476d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shg-image-content-wrapper {
      aspect-ratio: 476/40;
      width: 100%;
      height: 100%;
    }

    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shogun-image-link {
      aspect-ratio: 476/40;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1852c6aa-08c1-474b-996a-a246913476d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image {
    
    
  }


.s-1852c6aa-08c1-474b-996a-a246913476d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1852c6aa-08c1-474b-996a-a246913476d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1852c6aa-08c1-474b-996a-a246913476d3 {
      --shg-aspect-ratio: calc(476/40); 
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
      position: relative;
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1852c6aa-08c1-474b-996a-a246913476d3 {
  
  
  
  
}

#s-1852c6aa-08c1-474b-996a-a246913476d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shg-image-content-wrapper {
      aspect-ratio: 476/40;
      width: 100%;
      height: 100%;
    }

    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shogun-image-link {
      aspect-ratio: 476/40;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1852c6aa-08c1-474b-996a-a246913476d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image {
    
    
  }


.s-1852c6aa-08c1-474b-996a-a246913476d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1852c6aa-08c1-474b-996a-a246913476d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1852c6aa-08c1-474b-996a-a246913476d3 {
      --shg-aspect-ratio: calc(476/40); 
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
      position: relative;
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1852c6aa-08c1-474b-996a-a246913476d3 {
  
  
  
  
}

#s-1852c6aa-08c1-474b-996a-a246913476d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shg-image-content-wrapper {
      aspect-ratio: 476/40;
      width: 100%;
      height: 100%;
    }

    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shogun-image-link {
      aspect-ratio: 476/40;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1852c6aa-08c1-474b-996a-a246913476d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image {
    
    
  }


.s-1852c6aa-08c1-474b-996a-a246913476d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1852c6aa-08c1-474b-996a-a246913476d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1852c6aa-08c1-474b-996a-a246913476d3 {
      --shg-aspect-ratio: calc(476/40); 
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
      position: relative;
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1852c6aa-08c1-474b-996a-a246913476d3 {
  
  
  
  
}

#s-1852c6aa-08c1-474b-996a-a246913476d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shg-image-content-wrapper {
      aspect-ratio: 476/40;
      width: 100%;
      height: 100%;
    }

    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shogun-image-link {
      aspect-ratio: 476/40;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1852c6aa-08c1-474b-996a-a246913476d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image {
    
    
  }


.s-1852c6aa-08c1-474b-996a-a246913476d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1852c6aa-08c1-474b-996a-a246913476d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1852c6aa-08c1-474b-996a-a246913476d3 {
      --shg-aspect-ratio: calc(476/40); 
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
      position: relative;
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1852c6aa-08c1-474b-996a-a246913476d3 {
  
  
  
  
}

#s-1852c6aa-08c1-474b-996a-a246913476d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shg-image-content-wrapper {
      aspect-ratio: 476/40;
      width: 100%;
      height: 100%;
    }

    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shogun-image-link {
      aspect-ratio: 476/40;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1852c6aa-08c1-474b-996a-a246913476d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1852c6aa-08c1-474b-996a-a246913476d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image {
    
    
  }


.s-1852c6aa-08c1-474b-996a-a246913476d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1852c6aa-08c1-474b-996a-a246913476d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1852c6aa-08c1-474b-996a-a246913476d3 {
      --shg-aspect-ratio: calc(476/40); 
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container {
      position: relative;
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1852c6aa-08c1-474b-996a-a246913476d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2300755a-c901-4169-9024-21df3b960dd4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(9, 9, 9, 1);
}
@media (min-width: 1200px){#s-2300755a-c901-4169-9024-21df3b960dd4 {
  display: none;
}
#s-2300755a-c901-4169-9024-21df3b960dd4, #wrap-s-2300755a-c901-4169-9024-21df3b960dd4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2300755a-c901-4169-9024-21df3b960dd4 {
  display: none;
}
#s-2300755a-c901-4169-9024-21df3b960dd4, #wrap-s-2300755a-c901-4169-9024-21df3b960dd4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2300755a-c901-4169-9024-21df3b960dd4 {
  display: none;
}
#s-2300755a-c901-4169-9024-21df3b960dd4, #wrap-s-2300755a-c901-4169-9024-21df3b960dd4 { display: none !important; }}@media (max-width: 767px){#s-2300755a-c901-4169-9024-21df3b960dd4 {
  display: none;
}
#s-2300755a-c901-4169-9024-21df3b960dd4, #wrap-s-2300755a-c901-4169-9024-21df3b960dd4 { display: none !important; }}







#s-2300755a-c901-4169-9024-21df3b960dd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2300755a-c901-4169-9024-21df3b960dd4.shg-box.shg-c {
  justify-content: center;
}

#s-b441b979-9837-43dc-a4d8-fceb4b54409b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b441b979-9837-43dc-a4d8-fceb4b54409b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b441b979-9837-43dc-a4d8-fceb4b54409b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b441b979-9837-43dc-a4d8-fceb4b54409b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b441b979-9837-43dc-a4d8-fceb4b54409b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-52b6900f-8586-4876-a40a-bbf39c78e5ce {
  margin-left: auto;
margin-right: auto;
}

#s-5d8ad6c3-7551-4c5e-b815-e7ed728096bc {
  margin-left: auto;
margin-right: auto;
}

#s-106f1983-a68c-4a5d-9a18-0c99c8a1bea2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
