.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-dc5e2180-c0ca-4bd2-9f3b-31c926dbec5d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -100px;
margin-bottom: 0px;
min-height: 550px;
background-position: center center;
}

#s-dc5e2180-c0ca-4bd2-9f3b-31c926dbec5d {
  background-image: url(https://i.shgcdn.com/6b1ab6b4-0fd5-4708-8028-fd3d1711f6bd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-dc5e2180-c0ca-4bd2-9f3b-31c926dbec5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc5e2180-c0ca-4bd2-9f3b-31c926dbec5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-80038f00-1052-4b1d-a28f-ed5f2ae42db2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80038f00-1052-4b1d-a28f-ed5f2ae42db2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80038f00-1052-4b1d-a28f-ed5f2ae42db2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-80038f00-1052-4b1d-a28f-ed5f2ae42db2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80038f00-1052-4b1d-a28f-ed5f2ae42db2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-80038f00-1052-4b1d-a28f-ed5f2ae42db2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80038f00-1052-4b1d-a28f-ed5f2ae42db2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-86ebf624-218f-4c8d-a40d-7b54f38aedc4 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-86ebf624-218f-4c8d-a40d-7b54f38aedc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86ebf624-218f-4c8d-a40d-7b54f38aedc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-66177b23-4486-4752-a01a-e46c2410652f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66177b23-4486-4752-a01a-e46c2410652f .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cdde08b4-6a5e-477b-912b-9e31d48f121c {
  margin-top: 2%;
}

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

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

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

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

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

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

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

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

#s-c7a36910-d840-406e-a591-e3556e76f104 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1.5%;
padding-left: 4%;
padding-bottom: 1.5%;
padding-right: 4%;
border-radius: 2px;
background-color: rgba(213, 87, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c7a36910-d840-406e-a591-e3556e76f104:hover {background-color: rgba(32, 166, 232, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c7a36910-d840-406e-a591-e3556e76f104:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7a36910-d840-406e-a591-e3556e76f104-root {
    text-align: center;
  }


#s-c7a36910-d840-406e-a591-e3556e76f104.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7a36910-d840-406e-a591-e3556e76f104-root {
    text-align: center;
  }


#s-c7a36910-d840-406e-a591-e3556e76f104.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7a36910-d840-406e-a591-e3556e76f104-root {
    text-align: center;
  }


#s-c7a36910-d840-406e-a591-e3556e76f104.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7a36910-d840-406e-a591-e3556e76f104-root {
    text-align: center;
  }


#s-c7a36910-d840-406e-a591-e3556e76f104.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7a36910-d840-406e-a591-e3556e76f104-root {
    text-align: center;
  }


#s-c7a36910-d840-406e-a591-e3556e76f104.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-c7a36910-d840-406e-a591-e3556e76f104-root {
    text-align: center;
  }


#s-c7a36910-d840-406e-a591-e3556e76f104.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5ffd4b2f-d34f-4564-b4c3-942f60d75611 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-repeat: no-repeat;
background-color: rgba(238, 238, 238, 1);
}








#s-5ffd4b2f-d34f-4564-b4c3-942f60d75611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ffd4b2f-d34f-4564-b4c3-942f60d75611 {
  cursor: pointer;
}#s-5ffd4b2f-d34f-4564-b4c3-942f60d75611.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16587885-ca27-4e45-8d85-1a81b2c6196c {
  padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-16587885-ca27-4e45-8d85-1a81b2c6196c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16587885-ca27-4e45-8d85-1a81b2c6196c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16587885-ca27-4e45-8d85-1a81b2c6196c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16587885-ca27-4e45-8d85-1a81b2c6196c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16587885-ca27-4e45-8d85-1a81b2c6196c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16587885-ca27-4e45-8d85-1a81b2c6196c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16587885-ca27-4e45-8d85-1a81b2c6196c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9fb214d8-ea69-4766-96fb-947800521ec8 {
  margin-left: -5%;
margin-right: -5%;
padding-top: 1%;
padding-left: 6%;
padding-bottom: 1%;
padding-right: 5%;
text-align: right;
}

#s-9fb214d8-ea69-4766-96fb-947800521ec8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: right;
}



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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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-2d55859f-f60f-44e5-8fa7-56dad38737a0 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 130px;
aspect-ratio: 130/23;
text-align: left;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shg-image-content-wrapper {
      aspect-ratio: 130/23;
      min-width: 100%;
      height: auto;
    }

    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shogun-image-link {
      aspect-ratio: 130/23;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 {
    width: 100%;
    height: auto;
  }

  #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image {
    
    
  }


.s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0 {
      --shg-aspect-ratio: calc(130/23); 
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container {
      position: relative;
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shg-image-content-wrapper {
      aspect-ratio: 130/23;
      min-width: 100%;
      height: auto;
    }

    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shogun-image-link {
      aspect-ratio: 130/23;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 {
    width: 100%;
    height: auto;
  }

  #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image {
    
    
  }


.s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0 {
      --shg-aspect-ratio: calc(130/23); 
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container {
      position: relative;
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shg-image-content-wrapper {
      aspect-ratio: 130/23;
      min-width: 100%;
      height: auto;
    }

    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shogun-image-link {
      aspect-ratio: 130/23;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 {
    width: 100%;
    height: auto;
  }

  #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image {
    
    
  }


.s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0 {
      --shg-aspect-ratio: calc(130/23); 
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container {
      position: relative;
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shg-image-content-wrapper {
      aspect-ratio: 130/23;
      min-width: 100%;
      height: auto;
    }

    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shogun-image-link {
      aspect-ratio: 130/23;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 {
    width: 100%;
    height: auto;
  }

  #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image {
    
    
  }


.s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0 {
      --shg-aspect-ratio: calc(130/23); 
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container {
      position: relative;
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shg-image-content-wrapper {
      aspect-ratio: 130/23;
      min-width: 100%;
      height: auto;
    }

    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shogun-image-link {
      aspect-ratio: 130/23;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 {
    width: 100%;
    height: auto;
  }

  #s-2d55859f-f60f-44e5-8fa7-56dad38737a0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image {
    
    
  }


.s-2d55859f-f60f-44e5-8fa7-56dad38737a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0 {
      --shg-aspect-ratio: calc(130/23); 
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container {
      position: relative;
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d55859f-f60f-44e5-8fa7-56dad38737a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bc8fe348-64bc-4c24-ab8b-736421eb1762 {
  background-size: cover;
margin-top: 4%;
margin-bottom: 4%;
min-height: 350px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bc8fe348-64bc-4c24-ab8b-736421eb1762 {
  min-height: 50px;
}
}







#s-bc8fe348-64bc-4c24-ab8b-736421eb1762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc8fe348-64bc-4c24-ab8b-736421eb1762.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d1a9bd3d-bc43-46f8-a542-0e71423ca312"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1a9bd3d-bc43-46f8-a542-0e71423ca312"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1a9bd3d-bc43-46f8-a542-0e71423ca312"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1a9bd3d-bc43-46f8-a542-0e71423ca312"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1a9bd3d-bc43-46f8-a542-0e71423ca312"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1a9bd3d-bc43-46f8-a542-0e71423ca312"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1a9bd3d-bc43-46f8-a542-0e71423ca312"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-e961c831-250e-4ed3-92a1-023462b11e79 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 50px;
}








#s-e961c831-250e-4ed3-92a1-023462b11e79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e961c831-250e-4ed3-92a1-023462b11e79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e6a162e-797c-4cb3-aa94-afc6477fa7e8 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-9e6a162e-797c-4cb3-aa94-afc6477fa7e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



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

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

#s-c00431ee-8221-446d-8d8d-aaecf703c062 {
  margin-top: -35px;
margin-left: 45%;
margin-bottom: 0px;
margin-right: 45%;
}

#s-c00431ee-8221-446d-8d8d-aaecf703c062 hr {
  border-top: 4px solid rgba(32, 166, 232, 1);
}

#s-473db216-f676-4181-89a3-a9755908ba6d {
  margin-top: 2%;
margin-bottom: 0%;
min-height: 400px;
}
@media (max-width: 767px){#s-473db216-f676-4181-89a3-a9755908ba6d {
  min-height: 50px;
}
}
@media (min-width: 0px) {
[id="s-473db216-f676-4181-89a3-a9755908ba6d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-473db216-f676-4181-89a3-a9755908ba6d"] > .shg-row > .shg-c-sm-0_4 {
  width: calc(3.333333333333334% - 24.0px);
}

[id="s-473db216-f676-4181-89a3-a9755908ba6d"] > .shg-row > .shg-c-sm-3_6 {
  width: calc(30.000000000000004% - 24.0px);
}

[id="s-473db216-f676-4181-89a3-a9755908ba6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-473db216-f676-4181-89a3-a9755908ba6d"] > .shg-row > .shg-c-md-0_4 {
  width: calc(3.333333333333334% - 24.0px);
}

[id="s-473db216-f676-4181-89a3-a9755908ba6d"] > .shg-row > .shg-c-md-3_6 {
  width: calc(30.000000000000004% - 24.0px);
}

[id="s-473db216-f676-4181-89a3-a9755908ba6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-473db216-f676-4181-89a3-a9755908ba6d"] > .shg-row > .shg-c-lg-0_4 {
  width: calc(3.333333333333334% - 24.0px);
}

[id="s-473db216-f676-4181-89a3-a9755908ba6d"] > .shg-row > .shg-c-lg-3_6 {
  width: calc(30.000000000000004% - 24.0px);
}

[id="s-473db216-f676-4181-89a3-a9755908ba6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

#s-90cbe875-850b-4454-8460-3975ed876f89 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 3%;
margin-bottom: 3%;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 200px;
background-position: center center;
}








#s-90cbe875-850b-4454-8460-3975ed876f89 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-90cbe875-850b-4454-8460-3975ed876f89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37099f60-050d-4d4e-9cca-c6b3e8fdb6ab {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-37099f60-050d-4d4e-9cca-c6b3e8fdb6ab .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-169e955e-dd62-4aae-a42c-49668c11d064 {
  margin-top: 0%;
}

#s-0fe424b4-fa37-41ef-af79-be55791749e2 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0fe424b4-fa37-41ef-af79-be55791749e2:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0fe424b4-fa37-41ef-af79-be55791749e2:active {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0fe424b4-fa37-41ef-af79-be55791749e2-root {
    text-align: left;
  }


#s-0fe424b4-fa37-41ef-af79-be55791749e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0fe424b4-fa37-41ef-af79-be55791749e2-root {
    text-align: left;
  }


#s-0fe424b4-fa37-41ef-af79-be55791749e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fe424b4-fa37-41ef-af79-be55791749e2-root {
    text-align: left;
  }


#s-0fe424b4-fa37-41ef-af79-be55791749e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fe424b4-fa37-41ef-af79-be55791749e2-root {
    text-align: left;
  }


#s-0fe424b4-fa37-41ef-af79-be55791749e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0fe424b4-fa37-41ef-af79-be55791749e2-root {
    text-align: left;
  }


#s-0fe424b4-fa37-41ef-af79-be55791749e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-0fe424b4-fa37-41ef-af79-be55791749e2-root {
    text-align: left;
  }


#s-0fe424b4-fa37-41ef-af79-be55791749e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-02580eca-b914-4e01-a763-f2dd1ecc6bb4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 3%;
margin-bottom: 3%;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 200px;
background-position: center center;
}








#s-02580eca-b914-4e01-a763-f2dd1ecc6bb4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-02580eca-b914-4e01-a763-f2dd1ecc6bb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-701a3174-e44a-44e4-a7e1-b48a3c81054b {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-701a3174-e44a-44e4-a7e1-b48a3c81054b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-4b7fd28e-287e-4636-b215-9ec5be54b61d {
  margin-top: 0%;
}

#s-1b6ecf41-b585-4d45-8487-59718b2c6e6c {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1b6ecf41-b585-4d45-8487-59718b2c6e6c:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1b6ecf41-b585-4d45-8487-59718b2c6e6c:active {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1b6ecf41-b585-4d45-8487-59718b2c6e6c-root {
    text-align: left;
  }


#s-1b6ecf41-b585-4d45-8487-59718b2c6e6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b6ecf41-b585-4d45-8487-59718b2c6e6c-root {
    text-align: left;
  }


#s-1b6ecf41-b585-4d45-8487-59718b2c6e6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b6ecf41-b585-4d45-8487-59718b2c6e6c-root {
    text-align: left;
  }


#s-1b6ecf41-b585-4d45-8487-59718b2c6e6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b6ecf41-b585-4d45-8487-59718b2c6e6c-root {
    text-align: left;
  }


#s-1b6ecf41-b585-4d45-8487-59718b2c6e6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b6ecf41-b585-4d45-8487-59718b2c6e6c-root {
    text-align: left;
  }


#s-1b6ecf41-b585-4d45-8487-59718b2c6e6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-1b6ecf41-b585-4d45-8487-59718b2c6e6c-root {
    text-align: left;
  }


#s-1b6ecf41-b585-4d45-8487-59718b2c6e6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a5fadb61-6a07-468e-83b4-cad685ee131e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 3%;
margin-bottom: 3%;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 200px;
background-position: center center;
}








#s-a5fadb61-6a07-468e-83b4-cad685ee131e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a5fadb61-6a07-468e-83b4-cad685ee131e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ccbeab0-0aab-4ea2-95b6-512d81db1de3 {
  margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ccbeab0-0aab-4ea2-95b6-512d81db1de3 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1d533195-18a4-4ac0-a483-fe30f2437c6b {
  margin-top: -1%;
}

#s-d6d8f240-f71f-402f-af32-ce64cd602b17 {
  margin-top: -1px;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d6d8f240-f71f-402f-af32-ce64cd602b17:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d6d8f240-f71f-402f-af32-ce64cd602b17:active {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d6d8f240-f71f-402f-af32-ce64cd602b17-root {
    text-align: left;
  }


#s-d6d8f240-f71f-402f-af32-ce64cd602b17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6d8f240-f71f-402f-af32-ce64cd602b17-root {
    text-align: left;
  }


#s-d6d8f240-f71f-402f-af32-ce64cd602b17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6d8f240-f71f-402f-af32-ce64cd602b17-root {
    text-align: left;
  }


#s-d6d8f240-f71f-402f-af32-ce64cd602b17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6d8f240-f71f-402f-af32-ce64cd602b17-root {
    text-align: left;
  }


#s-d6d8f240-f71f-402f-af32-ce64cd602b17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6d8f240-f71f-402f-af32-ce64cd602b17-root {
    text-align: left;
  }


#s-d6d8f240-f71f-402f-af32-ce64cd602b17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-d6d8f240-f71f-402f-af32-ce64cd602b17-root {
    text-align: left;
  }


#s-d6d8f240-f71f-402f-af32-ce64cd602b17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-bcd0f25b-20b8-4035-89c8-ebc8294e8213 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 3%;
margin-bottom: 3%;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 200px;
background-position: center center;
}








#s-bcd0f25b-20b8-4035-89c8-ebc8294e8213 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-bcd0f25b-20b8-4035-89c8-ebc8294e8213.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b04b97ac-9c71-44a3-ab00-9030182cdc93 {
  margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b04b97ac-9c71-44a3-ab00-9030182cdc93 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b65725be-d14d-431f-b851-53d1b859bb36 {
  margin-top: -1%;
}

#s-67ac6962-46b4-4180-a26e-abdad0658a90 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-67ac6962-46b4-4180-a26e-abdad0658a90:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-67ac6962-46b4-4180-a26e-abdad0658a90:active {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-67ac6962-46b4-4180-a26e-abdad0658a90-root {
    text-align: left;
  }


#s-67ac6962-46b4-4180-a26e-abdad0658a90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67ac6962-46b4-4180-a26e-abdad0658a90-root {
    text-align: left;
  }


#s-67ac6962-46b4-4180-a26e-abdad0658a90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67ac6962-46b4-4180-a26e-abdad0658a90-root {
    text-align: left;
  }


#s-67ac6962-46b4-4180-a26e-abdad0658a90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67ac6962-46b4-4180-a26e-abdad0658a90-root {
    text-align: left;
  }


#s-67ac6962-46b4-4180-a26e-abdad0658a90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67ac6962-46b4-4180-a26e-abdad0658a90-root {
    text-align: left;
  }


#s-67ac6962-46b4-4180-a26e-abdad0658a90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-67ac6962-46b4-4180-a26e-abdad0658a90-root {
    text-align: left;
  }


#s-67ac6962-46b4-4180-a26e-abdad0658a90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0529b2d8-d69d-4d95-aaa2-5fb36eaa812b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 3%;
margin-bottom: 3%;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 200px;
background-position: center center;
}








#s-0529b2d8-d69d-4d95-aaa2-5fb36eaa812b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0529b2d8-d69d-4d95-aaa2-5fb36eaa812b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ea32d71-16b5-4b65-a1bf-10871edba404 {
  margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2ea32d71-16b5-4b65-a1bf-10871edba404 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-4f8353e6-6dad-4572-b556-36bfd7dab2fb {
  margin-top: -2%;
}

#s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b:active {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b-root {
    text-align: left;
  }


#s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b-root {
    text-align: left;
  }


#s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b-root {
    text-align: left;
  }


#s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b-root {
    text-align: left;
  }


#s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b-root {
    text-align: left;
  }


#s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b-root {
    text-align: left;
  }


#s-75ebc7b5-9dcf-4dbb-946e-367d74b89c3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-20461674-d714-4949-988b-207b3a627e84 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 3%;
margin-bottom: 3%;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 200px;
background-position: center center;
}








#s-20461674-d714-4949-988b-207b3a627e84 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-20461674-d714-4949-988b-207b3a627e84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06510726-4e56-42a1-92dc-451a6a7d22f3 {
  margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-06510726-4e56-42a1-92dc-451a6a7d22f3 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6b44552c-171a-4905-978e-775985ef1620 {
  margin-top: -2%;
}

#s-b080db20-9529-4500-853c-3dc8ea6f3e06 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b080db20-9529-4500-853c-3dc8ea6f3e06:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b080db20-9529-4500-853c-3dc8ea6f3e06:active {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b080db20-9529-4500-853c-3dc8ea6f3e06-root {
    text-align: left;
  }


#s-b080db20-9529-4500-853c-3dc8ea6f3e06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b080db20-9529-4500-853c-3dc8ea6f3e06-root {
    text-align: left;
  }


#s-b080db20-9529-4500-853c-3dc8ea6f3e06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b080db20-9529-4500-853c-3dc8ea6f3e06-root {
    text-align: left;
  }


#s-b080db20-9529-4500-853c-3dc8ea6f3e06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b080db20-9529-4500-853c-3dc8ea6f3e06-root {
    text-align: left;
  }


#s-b080db20-9529-4500-853c-3dc8ea6f3e06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b080db20-9529-4500-853c-3dc8ea6f3e06-root {
    text-align: left;
  }


#s-b080db20-9529-4500-853c-3dc8ea6f3e06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-b080db20-9529-4500-853c-3dc8ea6f3e06-root {
    text-align: left;
  }


#s-b080db20-9529-4500-853c-3dc8ea6f3e06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-90938867-e530-4fc4-a845-c757ec612775 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-90938867-e530-4fc4-a845-c757ec612775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90938867-e530-4fc4-a845-c757ec612775.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-25c5dac0-545b-411a-b676-7092cdd20dc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25c5dac0-545b-411a-b676-7092cdd20dc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25c5dac0-545b-411a-b676-7092cdd20dc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-25c5dac0-545b-411a-b676-7092cdd20dc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25c5dac0-545b-411a-b676-7092cdd20dc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-25c5dac0-545b-411a-b676-7092cdd20dc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25c5dac0-545b-411a-b676-7092cdd20dc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-ae10f398-4ff1-4013-9f4b-1030eaceb656 {
  min-height: 50px;
}








#s-ae10f398-4ff1-4013-9f4b-1030eaceb656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae10f398-4ff1-4013-9f4b-1030eaceb656.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c7da5ab1-7258-460a-9089-1358d9ce8182"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7da5ab1-7258-460a-9089-1358d9ce8182"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7da5ab1-7258-460a-9089-1358d9ce8182"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7da5ab1-7258-460a-9089-1358d9ce8182"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7da5ab1-7258-460a-9089-1358d9ce8182"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7da5ab1-7258-460a-9089-1358d9ce8182"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7da5ab1-7258-460a-9089-1358d9ce8182"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-925db874-786c-41e5-be63-21046a40af9e {
  padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
}








#s-925db874-786c-41e5-be63-21046a40af9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-925db874-786c-41e5-be63-21046a40af9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64a809a5-fa0c-4d81-8812-a6dd4f1f78db {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-64a809a5-fa0c-4d81-8812-a6dd4f1f78db .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-8e3150d0-6491-4dfc-8abd-3c4d4b17c583 {
  margin-top: -35px;
margin-bottom: 0px;
margin-right: 85%;
}

#s-8e3150d0-6491-4dfc-8abd-3c4d4b17c583 hr {
  border-top: 4px solid rgba(32, 166, 232, 1);
}

#s-1cb78641-79bb-4513-a815-32944c414a5b {
  padding-top: 3%;
padding-left: 8%;
padding-bottom: 3%;
padding-right: 15%;
min-height: 50px;
}








#s-1cb78641-79bb-4513-a815-32944c414a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb78641-79bb-4513-a815-32944c414a5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-4d29d255-b679-4565-a67d-4adfdc679e48 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4d29d255-b679-4565-a67d-4adfdc679e48 .shg-sld-nav-button.shg-sld-left,
#s-4d29d255-b679-4565-a67d-4adfdc679e48 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

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

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-96dff39f-ff44-4ced-a662-43481e35b3e3 {
  text-align: center;
}







  #s-96dff39f-ff44-4ced-a662-43481e35b3e3 img.shogun-image {
    

    
    
    
  }


#s-96dff39f-ff44-4ced-a662-43481e35b3e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-54e16b49-eae2-4e7b-83b3-21b63df91081 {
  text-align: center;
}







  #s-54e16b49-eae2-4e7b-83b3-21b63df91081 img.shogun-image {
    

    
    
    
  }


#s-54e16b49-eae2-4e7b-83b3-21b63df91081 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a156dbb-1bc4-4f22-93c1-c2c9b6a9cf34 {
  padding-top: 1%;
padding-left: 6%;
padding-bottom: 1%;
padding-right: 5%;
text-align: center;
}

#s-1a156dbb-1bc4-4f22-93c1-c2c9b6a9cf34 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-afb81a57-7eda-4e21-8a49-423e7dc8588a {
  padding-top: 1%;
padding-left: 6%;
padding-bottom: 1%;
padding-right: 5%;
text-align: center;
}

#s-afb81a57-7eda-4e21-8a49-423e7dc8588a .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-bd9ee11c-fcc7-406e-bd4e-e98fe003a0fb {
  margin-top: 1%;
margin-bottom: 3%;
min-height: 50px;
}








#s-bd9ee11c-fcc7-406e-bd4e-e98fe003a0fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd9ee11c-fcc7-406e-bd4e-e98fe003a0fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ee4beb35-be26-4567-9386-eede3ca8a065"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee4beb35-be26-4567-9386-eede3ca8a065"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ee4beb35-be26-4567-9386-eede3ca8a065"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ee4beb35-be26-4567-9386-eede3ca8a065"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-02523d33-72c0-481d-9b4f-d270f145c26a {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-02523d33-72c0-481d-9b4f-d270f145c26a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02523d33-72c0-481d-9b4f-d270f145c26a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f80ecb59-8a08-44b7-81a3-b91b9d222bc7 {
  border-style: solid;
padding-top: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(191, 19, 15, 1);
text-align: center;
}







  #s-f80ecb59-8a08-44b7-81a3-b91b9d222bc7 img.shogun-image {
    

    
    
    
  }


#s-f80ecb59-8a08-44b7-81a3-b91b9d222bc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a7de62d-059a-4e3d-92b5-f659a4673ca2 {
  padding-top: 2%;
min-height: 30px;
background-color: rgba(191, 19, 15, 1);
}








#s-5a7de62d-059a-4e3d-92b5-f659a4673ca2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a7de62d-059a-4e3d-92b5-f659a4673ca2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41f96ba5-b7cb-466d-9ba6-e606df46b564 {
  text-align: center;
}

#s-41f96ba5-b7cb-466d-9ba6-e606df46b564 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e4881209-15cb-4cb9-bff6-85435f4fc3f0 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(191, 19, 15, 1);
border-style: solid;
min-height: 50px;
}








#s-e4881209-15cb-4cb9-bff6-85435f4fc3f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4881209-15cb-4cb9-bff6-85435f4fc3f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 79, 134, 1) !important;}

  #s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4-root {
    text-align: left;
  }


#s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4-root {
    text-align: left;
  }


#s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4-root {
    text-align: left;
  }


#s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4-root {
    text-align: left;
  }


#s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4-root {
    text-align: left;
  }


#s-cab9106d-ec03-4e74-9a52-1d8edbdcb9c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a91a0c56-f8ee-46ad-bb50-d21e035cb8f9 {
  margin-top: -30px;
margin-bottom: -30px;
padding-left: 3%;
padding-right: 3%;
}

#s-a91a0c56-f8ee-46ad-bb50-d21e035cb8f9 hr {
  border-top: 1px solid #ddd;
}

#s-b48b145f-57fd-4df0-b97a-70c415575e05 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b48b145f-57fd-4df0-b97a-70c415575e05:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-b48b145f-57fd-4df0-b97a-70c415575e05:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 79, 134, 1) !important;}

  #s-b48b145f-57fd-4df0-b97a-70c415575e05-root {
    text-align: left;
  }


#s-b48b145f-57fd-4df0-b97a-70c415575e05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b48b145f-57fd-4df0-b97a-70c415575e05-root {
    text-align: left;
  }


#s-b48b145f-57fd-4df0-b97a-70c415575e05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b48b145f-57fd-4df0-b97a-70c415575e05-root {
    text-align: left;
  }


#s-b48b145f-57fd-4df0-b97a-70c415575e05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b48b145f-57fd-4df0-b97a-70c415575e05-root {
    text-align: left;
  }


#s-b48b145f-57fd-4df0-b97a-70c415575e05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b48b145f-57fd-4df0-b97a-70c415575e05-root {
    text-align: left;
  }


#s-b48b145f-57fd-4df0-b97a-70c415575e05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6ee49c92-eddb-48ef-b688-47b30abcbce5 {
  margin-top: -30px;
margin-bottom: -30px;
padding-left: 3%;
padding-right: 3%;
}

#s-6ee49c92-eddb-48ef-b688-47b30abcbce5 hr {
  border-top: 1px solid #ddd;
}

#s-cd8f23a5-5df7-470e-9e6f-48f8d227e586 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cd8f23a5-5df7-470e-9e6f-48f8d227e586:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-cd8f23a5-5df7-470e-9e6f-48f8d227e586:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 79, 134, 1) !important;}

  #s-cd8f23a5-5df7-470e-9e6f-48f8d227e586-root {
    text-align: left;
  }


#s-cd8f23a5-5df7-470e-9e6f-48f8d227e586.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cd8f23a5-5df7-470e-9e6f-48f8d227e586-root {
    text-align: left;
  }


#s-cd8f23a5-5df7-470e-9e6f-48f8d227e586.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd8f23a5-5df7-470e-9e6f-48f8d227e586-root {
    text-align: left;
  }


#s-cd8f23a5-5df7-470e-9e6f-48f8d227e586.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd8f23a5-5df7-470e-9e6f-48f8d227e586-root {
    text-align: left;
  }


#s-cd8f23a5-5df7-470e-9e6f-48f8d227e586.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cd8f23a5-5df7-470e-9e6f-48f8d227e586-root {
    text-align: left;
  }


#s-cd8f23a5-5df7-470e-9e6f-48f8d227e586.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f9a3fbf7-9054-4806-b083-d6ae3bd28d54 {
  margin-top: -30px;
margin-bottom: -30px;
padding-left: 3%;
padding-right: 3%;
}

#s-f9a3fbf7-9054-4806-b083-d6ae3bd28d54 hr {
  border-top: 1px solid #ddd;
}

#s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 79, 134, 1) !important;}

  #s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f-root {
    text-align: left;
  }


#s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f-root {
    text-align: left;
  }


#s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f-root {
    text-align: left;
  }


#s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f-root {
    text-align: left;
  }


#s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f-root {
    text-align: left;
  }


#s-9b03a6c5-561d-4d61-a0c9-386d191ecf3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0e28821f-b063-4d30-8376-1aaf1ffa46e6 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0e28821f-b063-4d30-8376-1aaf1ffa46e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e28821f-b063-4d30-8376-1aaf1ffa46e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f638d5e6-f79f-442e-a04c-65e4c6b8284a {
  border-style: solid;
padding-top: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(10, 79, 134, 1);
text-align: center;
}







  #s-f638d5e6-f79f-442e-a04c-65e4c6b8284a img.shogun-image {
    

    
    
    
  }


#s-f638d5e6-f79f-442e-a04c-65e4c6b8284a .shogun-image-content {
  
    align-items: center;
  
}

#s-49371151-2522-4966-84eb-cec36707a6ce {
  padding-top: 2%;
min-height: 30px;
background-color: rgba(10, 79, 134, 1);
}








#s-49371151-2522-4966-84eb-cec36707a6ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49371151-2522-4966-84eb-cec36707a6ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e02b796-7f15-4543-a56c-cfafa5474b33 {
  text-align: center;
}

#s-0e02b796-7f15-4543-a56c-cfafa5474b33 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2cc630a0-bce0-4a20-8d9a-920a63eb106f {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(10, 79, 134, 1);
border-style: solid;
min-height: 50px;
}








#s-2cc630a0-bce0-4a20-8d9a-920a63eb106f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cc630a0-bce0-4a20-8d9a-920a63eb106f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e585ac36-c32d-4383-a279-2c646f2d5390 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e585ac36-c32d-4383-a279-2c646f2d5390:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-e585ac36-c32d-4383-a279-2c646f2d5390:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 79, 134, 1) !important;}

  #s-e585ac36-c32d-4383-a279-2c646f2d5390-root {
    text-align: left;
  }


#s-e585ac36-c32d-4383-a279-2c646f2d5390.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e585ac36-c32d-4383-a279-2c646f2d5390-root {
    text-align: left;
  }


#s-e585ac36-c32d-4383-a279-2c646f2d5390.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e585ac36-c32d-4383-a279-2c646f2d5390-root {
    text-align: left;
  }


#s-e585ac36-c32d-4383-a279-2c646f2d5390.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e585ac36-c32d-4383-a279-2c646f2d5390-root {
    text-align: left;
  }


#s-e585ac36-c32d-4383-a279-2c646f2d5390.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e585ac36-c32d-4383-a279-2c646f2d5390-root {
    text-align: left;
  }


#s-e585ac36-c32d-4383-a279-2c646f2d5390.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5382f6dd-3495-4847-ae70-5102e03ef7a2 {
  margin-top: -30px;
margin-bottom: -30px;
padding-left: 3%;
padding-right: 3%;
}

#s-5382f6dd-3495-4847-ae70-5102e03ef7a2 hr {
  border-top: 1px solid #ddd;
}

#s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 79, 134, 1) !important;}

  #s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8-root {
    text-align: left;
  }


#s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8-root {
    text-align: left;
  }


#s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8-root {
    text-align: left;
  }


#s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8-root {
    text-align: left;
  }


#s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8-root {
    text-align: left;
  }


#s-7d36c818-8fd4-4fdc-8593-f57e7a0638a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2e26f58f-cb8b-4edc-89b7-7da3e80cd63f {
  margin-top: -30px;
margin-bottom: -30px;
padding-left: 3%;
padding-right: 3%;
}

#s-2e26f58f-cb8b-4edc-89b7-7da3e80cd63f hr {
  border-top: 1px solid #ddd;
}

#s-d268558a-bae2-409e-a10b-df1641a0f7b9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d268558a-bae2-409e-a10b-df1641a0f7b9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-d268558a-bae2-409e-a10b-df1641a0f7b9:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 79, 134, 1) !important;}

  #s-d268558a-bae2-409e-a10b-df1641a0f7b9-root {
    text-align: left;
  }


#s-d268558a-bae2-409e-a10b-df1641a0f7b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d268558a-bae2-409e-a10b-df1641a0f7b9-root {
    text-align: left;
  }


#s-d268558a-bae2-409e-a10b-df1641a0f7b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d268558a-bae2-409e-a10b-df1641a0f7b9-root {
    text-align: left;
  }


#s-d268558a-bae2-409e-a10b-df1641a0f7b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d268558a-bae2-409e-a10b-df1641a0f7b9-root {
    text-align: left;
  }


#s-d268558a-bae2-409e-a10b-df1641a0f7b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d268558a-bae2-409e-a10b-df1641a0f7b9-root {
    text-align: left;
  }


#s-d268558a-bae2-409e-a10b-df1641a0f7b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7e9b2740-8cec-4211-8b45-3c5f00ab43b7 {
  margin-top: -30px;
margin-bottom: -30px;
padding-left: 3%;
padding-right: 3%;
}

#s-7e9b2740-8cec-4211-8b45-3c5f00ab43b7 hr {
  border-top: 1px solid #ddd;
}

#s-0a09c289-6a3c-45b2-9f7a-dd647612c61f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0a09c289-6a3c-45b2-9f7a-dd647612c61f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-0a09c289-6a3c-45b2-9f7a-dd647612c61f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 79, 134, 1) !important;}

  #s-0a09c289-6a3c-45b2-9f7a-dd647612c61f-root {
    text-align: left;
  }


#s-0a09c289-6a3c-45b2-9f7a-dd647612c61f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a09c289-6a3c-45b2-9f7a-dd647612c61f-root {
    text-align: left;
  }


#s-0a09c289-6a3c-45b2-9f7a-dd647612c61f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a09c289-6a3c-45b2-9f7a-dd647612c61f-root {
    text-align: left;
  }


#s-0a09c289-6a3c-45b2-9f7a-dd647612c61f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a09c289-6a3c-45b2-9f7a-dd647612c61f-root {
    text-align: left;
  }


#s-0a09c289-6a3c-45b2-9f7a-dd647612c61f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a09c289-6a3c-45b2-9f7a-dd647612c61f-root {
    text-align: left;
  }


#s-0a09c289-6a3c-45b2-9f7a-dd647612c61f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d3032937-ca71-4f08-bd18-a988f059f1e2 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d3032937-ca71-4f08-bd18-a988f059f1e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3032937-ca71-4f08-bd18-a988f059f1e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84730a8f-e68e-49e6-9cd3-cf70b7fb8851 {
  border-style: solid;
padding-top: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(152, 162, 171, 1);
text-align: center;
}







  #s-84730a8f-e68e-49e6-9cd3-cf70b7fb8851 img.shogun-image {
    

    
    
    
  }


#s-84730a8f-e68e-49e6-9cd3-cf70b7fb8851 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c953c03-a63f-4152-9634-9f468a9d0345 {
  padding-top: 2%;
min-height: 30px;
background-color: rgba(152, 162, 171, 1);
}








#s-8c953c03-a63f-4152-9634-9f468a9d0345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c953c03-a63f-4152-9634-9f468a9d0345.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af9691e2-bec9-429e-9aca-32a9a4b4acad {
  text-align: center;
}

#s-af9691e2-bec9-429e-9aca-32a9a4b4acad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-cc35a9e4-2378-46ca-833d-70f587b2f51b {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(152, 162, 171, 1);
border-style: solid;
min-height: 50px;
}








#s-cc35a9e4-2378-46ca-833d-70f587b2f51b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc35a9e4-2378-46ca-833d-70f587b2f51b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69c31119-bb6f-4c5f-a349-eef5145cfdda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-69c31119-bb6f-4c5f-a349-eef5145cfdda:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-69c31119-bb6f-4c5f-a349-eef5145cfdda:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 79, 134, 1) !important;}

  #s-69c31119-bb6f-4c5f-a349-eef5145cfdda-root {
    text-align: left;
  }


#s-69c31119-bb6f-4c5f-a349-eef5145cfdda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-69c31119-bb6f-4c5f-a349-eef5145cfdda-root {
    text-align: left;
  }


#s-69c31119-bb6f-4c5f-a349-eef5145cfdda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69c31119-bb6f-4c5f-a349-eef5145cfdda-root {
    text-align: left;
  }


#s-69c31119-bb6f-4c5f-a349-eef5145cfdda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69c31119-bb6f-4c5f-a349-eef5145cfdda-root {
    text-align: left;
  }


#s-69c31119-bb6f-4c5f-a349-eef5145cfdda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-69c31119-bb6f-4c5f-a349-eef5145cfdda-root {
    text-align: left;
  }


#s-69c31119-bb6f-4c5f-a349-eef5145cfdda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ed4ef041-9561-45e9-a9a2-c012892730d2 {
  margin-top: -30px;
margin-bottom: -30px;
padding-left: 3%;
padding-right: 3%;
}

#s-ed4ef041-9561-45e9-a9a2-c012892730d2 hr {
  border-top: 1px solid #ddd;
}

#s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 79, 134, 1) !important;}

  #s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1-root {
    text-align: left;
  }


#s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1-root {
    text-align: left;
  }


#s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1-root {
    text-align: left;
  }


#s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1-root {
    text-align: left;
  }


#s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1-root {
    text-align: left;
  }


#s-bdadc6fe-3838-4bdd-bf97-f45b7ace90d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ccc772ab-ef2b-4536-9dd2-685a3f500e95 {
  margin-top: -30px;
margin-bottom: -30px;
padding-left: 3%;
padding-right: 3%;
}

#s-ccc772ab-ef2b-4536-9dd2-685a3f500e95 hr {
  border-top: 1px solid #ddd;
}

#s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 79, 134, 1) !important;}

  #s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4-root {
    text-align: left;
  }


#s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4-root {
    text-align: left;
  }


#s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4-root {
    text-align: left;
  }


#s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4-root {
    text-align: left;
  }


#s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4-root {
    text-align: left;
  }


#s-e4bc23a9-861f-4b43-8cdb-eeb3972151e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-af498c65-669f-4116-a817-f00c452dd6e4 {
  margin-top: -30px;
margin-bottom: -30px;
padding-left: 3%;
padding-right: 3%;
}

#s-af498c65-669f-4116-a817-f00c452dd6e4 hr {
  border-top: 1px solid #ddd;
}

#s-ae67a2d9-3323-4a23-bc3a-77a568728e3a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ae67a2d9-3323-4a23-bc3a-77a568728e3a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 166, 232, 1) !important;}#s-ae67a2d9-3323-4a23-bc3a-77a568728e3a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ae67a2d9-3323-4a23-bc3a-77a568728e3a-root {
    text-align: left;
  }


#s-ae67a2d9-3323-4a23-bc3a-77a568728e3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ae67a2d9-3323-4a23-bc3a-77a568728e3a-root {
    text-align: left;
  }


#s-ae67a2d9-3323-4a23-bc3a-77a568728e3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae67a2d9-3323-4a23-bc3a-77a568728e3a-root {
    text-align: left;
  }


#s-ae67a2d9-3323-4a23-bc3a-77a568728e3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae67a2d9-3323-4a23-bc3a-77a568728e3a-root {
    text-align: left;
  }


#s-ae67a2d9-3323-4a23-bc3a-77a568728e3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ae67a2d9-3323-4a23-bc3a-77a568728e3a-root {
    text-align: left;
  }


#s-ae67a2d9-3323-4a23-bc3a-77a568728e3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0dfce3a2-9b88-42a0-8d2d-cbcc6a7a8d6a {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-0dfce3a2-9b88-42a0-8d2d-cbcc6a7a8d6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dfce3a2-9b88-42a0-8d2d-cbcc6a7a8d6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae52dac1-3261-4679-97d2-fb71cd05ddda {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-ae52dac1-3261-4679-97d2-fb71cd05ddda .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-45460593-30b1-4c93-952f-fc91d4e45c8e {
  padding-top: 1%;
padding-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-45460593-30b1-4c93-952f-fc91d4e45c8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45460593-30b1-4c93-952f-fc91d4e45c8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-45460593-30b1-4c93-952f-fc91d4e45c8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-45460593-30b1-4c93-952f-fc91d4e45c8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-45460593-30b1-4c93-952f-fc91d4e45c8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-45460593-30b1-4c93-952f-fc91d4e45c8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-45460593-30b1-4c93-952f-fc91d4e45c8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-5ca303be-bd51-48f1-99e1-8b3976b1f02d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5ca303be-bd51-48f1-99e1-8b3976b1f02d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5ca303be-bd51-48f1-99e1-8b3976b1f02d .shg-sld-nav-button.shg-sld-left,
#s-5ca303be-bd51-48f1-99e1-8b3976b1f02d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-42a396cc-94ce-403d-a182-56b6e9043bc5 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-42a396cc-94ce-403d-a182-56b6e9043bc5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-42a396cc-94ce-403d-a182-56b6e9043bc5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-42a396cc-94ce-403d-a182-56b6e9043bc5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-42a396cc-94ce-403d-a182-56b6e9043bc5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5f4e2408-0675-4e10-9dbb-66a08c7d48e6 {
  box-shadow:0px 4px 0px 0px rgba(220, 220, 220, 1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(220, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-5f4e2408-0675-4e10-9dbb-66a08c7d48e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f4e2408-0675-4e10-9dbb-66a08c7d48e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07a5c8bb-11c3-491b-a048-4b9d7ac9b37b {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

#s-b4b367cd-fb07-442e-ac16-0fb5311acb60 {
  text-align: left;
}



.shg-c#s-b4b367cd-fb07-442e-ac16-0fb5311acb60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4b367cd-fb07-442e-ac16-0fb5311acb60 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b4b367cd-fb07-442e-ac16-0fb5311acb60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4b367cd-fb07-442e-ac16-0fb5311acb60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4b367cd-fb07-442e-ac16-0fb5311acb60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4b367cd-fb07-442e-ac16-0fb5311acb60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4b367cd-fb07-442e-ac16-0fb5311acb60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4b367cd-fb07-442e-ac16-0fb5311acb60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4b367cd-fb07-442e-ac16-0fb5311acb60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4b367cd-fb07-442e-ac16-0fb5311acb60 img.shogun-image {
  width: 100%;
}



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

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

#s-c24007e6-3854-4376-a971-3275c3e5225c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c24007e6-3854-4376-a971-3275c3e5225c .shg-product-title-component h5 {
  color: rgba(32, 166, 232, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d2f0af69-2217-4e6a-a757-2dbdc199dee4 {
  text-align: left;
}

#s-d2f0af69-2217-4e6a-a757-2dbdc199dee4 .shg-product-sold-out {
  display: none;
  color: rgba(213, 87, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d2f0af69-2217-4e6a-a757-2dbdc199dee4 .shg-product-price {
  color: rgba(213, 87, 59, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-d2f0af69-2217-4e6a-a757-2dbdc199dee4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-795e7c53-e02f-496f-8c72-e703018fa154 {
  margin-top: 10%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-795e7c53-e02f-496f-8c72-e703018fa154"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-795e7c53-e02f-496f-8c72-e703018fa154"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-795e7c53-e02f-496f-8c72-e703018fa154"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-795e7c53-e02f-496f-8c72-e703018fa154"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-795e7c53-e02f-496f-8c72-e703018fa154"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-795e7c53-e02f-496f-8c72-e703018fa154"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-795e7c53-e02f-496f-8c72-e703018fa154"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-68bdd790-0995-4284-8ad6-1728d5a6781a {
  text-align: left;
}

#s-68bdd790-0995-4284-8ad6-1728d5a6781a .shg-product-quantity-wrapper {
  display: flex;
}

#s-68bdd790-0995-4284-8ad6-1728d5a6781a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





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

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

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

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

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

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

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

#s-bf8dae0c-653a-4730-b8c8-87f73734ade5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bf8dae0c-653a-4730-b8c8-87f73734ade5:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bf8dae0c-653a-4730-b8c8-87f73734ade5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf8dae0c-653a-4730-b8c8-87f73734ade5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bf8dae0c-653a-4730-b8c8-87f73734ade5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf8dae0c-653a-4730-b8c8-87f73734ade5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-bf8dae0c-653a-4730-b8c8-87f73734ade5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5681a29c-a3b1-433c-b423-691e81094487 {
  box-shadow:0px 4px 0px 0px rgba(220, 220, 220, 1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(220, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-5681a29c-a3b1-433c-b423-691e81094487 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5681a29c-a3b1-433c-b423-691e81094487.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c73b291e-3980-4199-835d-4f28d0783f88 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-0a1f02b8-acd5-4939-89b0-8c11f67c1ad6 {
  text-align: left;
}



.shg-c#s-0a1f02b8-acd5-4939-89b0-8c11f67c1ad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a1f02b8-acd5-4939-89b0-8c11f67c1ad6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a1f02b8-acd5-4939-89b0-8c11f67c1ad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a1f02b8-acd5-4939-89b0-8c11f67c1ad6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a1f02b8-acd5-4939-89b0-8c11f67c1ad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a1f02b8-acd5-4939-89b0-8c11f67c1ad6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a1f02b8-acd5-4939-89b0-8c11f67c1ad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a1f02b8-acd5-4939-89b0-8c11f67c1ad6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a1f02b8-acd5-4939-89b0-8c11f67c1ad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a1f02b8-acd5-4939-89b0-8c11f67c1ad6 img.shogun-image {
  width: 100%;
}



}
#s-14aefe44-781e-4449-9192-97e21e9a5276 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-14aefe44-781e-4449-9192-97e21e9a5276 .shg-product-title-component h5 {
  color: rgba(32, 166, 232, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4d2cb904-fc43-406b-9785-9f16b4f3839a {
  text-align: left;
}

#s-4d2cb904-fc43-406b-9785-9f16b4f3839a .shg-product-sold-out {
  display: none;
  color: rgba(213, 87, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4d2cb904-fc43-406b-9785-9f16b4f3839a .shg-product-price {
  color: rgba(213, 87, 59, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-4d2cb904-fc43-406b-9785-9f16b4f3839a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-898c0c21-9515-444a-84a2-0a8be3898d52 {
  margin-top: 10%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-898c0c21-9515-444a-84a2-0a8be3898d52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-898c0c21-9515-444a-84a2-0a8be3898d52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-898c0c21-9515-444a-84a2-0a8be3898d52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-898c0c21-9515-444a-84a2-0a8be3898d52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-898c0c21-9515-444a-84a2-0a8be3898d52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-898c0c21-9515-444a-84a2-0a8be3898d52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-898c0c21-9515-444a-84a2-0a8be3898d52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-a74b2816-815a-4f7a-9367-155582513baf {
  text-align: left;
}

#s-a74b2816-815a-4f7a-9367-155582513baf .shg-product-quantity-wrapper {
  display: flex;
}

#s-a74b2816-815a-4f7a-9367-155582513baf .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-b057230f-fbb7-4556-8839-f948b18aacb6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b057230f-fbb7-4556-8839-f948b18aacb6:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b057230f-fbb7-4556-8839-f948b18aacb6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b057230f-fbb7-4556-8839-f948b18aacb6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b057230f-fbb7-4556-8839-f948b18aacb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b057230f-fbb7-4556-8839-f948b18aacb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b057230f-fbb7-4556-8839-f948b18aacb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6383eda1-d2b5-4cb5-badf-d2a99380d122 {
  box-shadow:0px 4px 0px 0px rgba(220, 220, 220, 1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(220, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-6383eda1-d2b5-4cb5-badf-d2a99380d122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6383eda1-d2b5-4cb5-badf-d2a99380d122.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0fec5430-ac93-4229-a7c2-27f4c0707f67 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-4e520977-84ad-4f36-8ea3-0500b9bab53a {
  text-align: left;
}



.shg-c#s-4e520977-84ad-4f36-8ea3-0500b9bab53a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e520977-84ad-4f36-8ea3-0500b9bab53a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e520977-84ad-4f36-8ea3-0500b9bab53a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e520977-84ad-4f36-8ea3-0500b9bab53a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e520977-84ad-4f36-8ea3-0500b9bab53a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e520977-84ad-4f36-8ea3-0500b9bab53a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e520977-84ad-4f36-8ea3-0500b9bab53a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e520977-84ad-4f36-8ea3-0500b9bab53a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e520977-84ad-4f36-8ea3-0500b9bab53a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e520977-84ad-4f36-8ea3-0500b9bab53a img.shogun-image {
  width: 100%;
}



}
#s-3a36a776-2409-424d-980e-fddeccfc65c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3a36a776-2409-424d-980e-fddeccfc65c6 .shg-product-title-component h5 {
  color: rgba(32, 166, 232, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6ce131a5-4723-4698-86ab-9f611edb09e2 {
  text-align: left;
}

#s-6ce131a5-4723-4698-86ab-9f611edb09e2 .shg-product-sold-out {
  display: none;
  color: rgba(213, 87, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6ce131a5-4723-4698-86ab-9f611edb09e2 .shg-product-price {
  color: rgba(213, 87, 59, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-6ce131a5-4723-4698-86ab-9f611edb09e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fc5b498b-6599-47c8-b388-228aa97dc912 {
  margin-top: 10%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-fc5b498b-6599-47c8-b388-228aa97dc912"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc5b498b-6599-47c8-b388-228aa97dc912"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fc5b498b-6599-47c8-b388-228aa97dc912"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fc5b498b-6599-47c8-b388-228aa97dc912"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fc5b498b-6599-47c8-b388-228aa97dc912"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc5b498b-6599-47c8-b388-228aa97dc912"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fc5b498b-6599-47c8-b388-228aa97dc912"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-2de77d72-d11a-41e1-9d50-85629a26a673 {
  text-align: left;
}

#s-2de77d72-d11a-41e1-9d50-85629a26a673 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2de77d72-d11a-41e1-9d50-85629a26a673 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-dd460a2e-4fbb-4f06-86d0-fad71f0727dc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dd460a2e-4fbb-4f06-86d0-fad71f0727dc:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dd460a2e-4fbb-4f06-86d0-fad71f0727dc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd460a2e-4fbb-4f06-86d0-fad71f0727dc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd460a2e-4fbb-4f06-86d0-fad71f0727dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd460a2e-4fbb-4f06-86d0-fad71f0727dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-dd460a2e-4fbb-4f06-86d0-fad71f0727dc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-24271bec-01ef-4aa7-9198-7b9e17ee0690 {
  box-shadow:0px 4px 0px 0px rgba(220, 220, 220, 1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(220, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-24271bec-01ef-4aa7-9198-7b9e17ee0690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24271bec-01ef-4aa7-9198-7b9e17ee0690.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86576adb-d910-4ae8-9928-b469883ac5ef {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-2769698d-e323-4465-b5d7-758523ae4a55 {
  text-align: left;
}



.shg-c#s-2769698d-e323-4465-b5d7-758523ae4a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2769698d-e323-4465-b5d7-758523ae4a55 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2769698d-e323-4465-b5d7-758523ae4a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2769698d-e323-4465-b5d7-758523ae4a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2769698d-e323-4465-b5d7-758523ae4a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2769698d-e323-4465-b5d7-758523ae4a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2769698d-e323-4465-b5d7-758523ae4a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2769698d-e323-4465-b5d7-758523ae4a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2769698d-e323-4465-b5d7-758523ae4a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2769698d-e323-4465-b5d7-758523ae4a55 img.shogun-image {
  width: 100%;
}



}
#s-d70cd981-800f-4023-9a40-e1cb83c3b1b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d70cd981-800f-4023-9a40-e1cb83c3b1b0 .shg-product-title-component h5 {
  color: rgba(32, 166, 232, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ff560640-e654-4882-8b29-f72f878d299d {
  text-align: left;
}

#s-ff560640-e654-4882-8b29-f72f878d299d .shg-product-sold-out {
  display: none;
  color: rgba(213, 87, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ff560640-e654-4882-8b29-f72f878d299d .shg-product-price {
  color: rgba(213, 87, 59, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-ff560640-e654-4882-8b29-f72f878d299d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e01f350a-23da-42b5-b3b9-b340602b4a2b {
  margin-top: 10%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-e01f350a-23da-42b5-b3b9-b340602b4a2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e01f350a-23da-42b5-b3b9-b340602b4a2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e01f350a-23da-42b5-b3b9-b340602b4a2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e01f350a-23da-42b5-b3b9-b340602b4a2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e01f350a-23da-42b5-b3b9-b340602b4a2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e01f350a-23da-42b5-b3b9-b340602b4a2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e01f350a-23da-42b5-b3b9-b340602b4a2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-a966631f-1760-4d21-826f-3b7e3e8b7d22 {
  text-align: left;
}

#s-a966631f-1760-4d21-826f-3b7e3e8b7d22 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a966631f-1760-4d21-826f-3b7e3e8b7d22 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-162ed064-6d54-40be-a864-b26fd1497cac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-162ed064-6d54-40be-a864-b26fd1497cac:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-162ed064-6d54-40be-a864-b26fd1497cac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-162ed064-6d54-40be-a864-b26fd1497cac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-162ed064-6d54-40be-a864-b26fd1497cac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-162ed064-6d54-40be-a864-b26fd1497cac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-162ed064-6d54-40be-a864-b26fd1497cac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b2267963-ec6f-41ed-a51b-6b49f7e4c361 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-b2267963-ec6f-41ed-a51b-6b49f7e4c361"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b2267963-ec6f-41ed-a51b-6b49f7e4c361"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b2267963-ec6f-41ed-a51b-6b49f7e4c361"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b2267963-ec6f-41ed-a51b-6b49f7e4c361"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1d424aef-4545-452b-9ad6-60b43a26a6b7 {
  box-shadow:0px 4px 0px 0px rgba(220, 220, 220, 1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(220, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-1d424aef-4545-452b-9ad6-60b43a26a6b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d424aef-4545-452b-9ad6-60b43a26a6b7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b2b40c50-6879-42c2-ac25-ec2f1e679941 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-a0139ce3-2900-4f19-a164-a3aaa6f26a73 {
  text-align: left;
}



.shg-c#s-a0139ce3-2900-4f19-a164-a3aaa6f26a73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0139ce3-2900-4f19-a164-a3aaa6f26a73 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a0139ce3-2900-4f19-a164-a3aaa6f26a73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0139ce3-2900-4f19-a164-a3aaa6f26a73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0139ce3-2900-4f19-a164-a3aaa6f26a73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0139ce3-2900-4f19-a164-a3aaa6f26a73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0139ce3-2900-4f19-a164-a3aaa6f26a73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0139ce3-2900-4f19-a164-a3aaa6f26a73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0139ce3-2900-4f19-a164-a3aaa6f26a73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0139ce3-2900-4f19-a164-a3aaa6f26a73 img.shogun-image {
  width: 100%;
}



}
#s-ec37cdbe-3a40-41d6-b4f7-183b5007e236 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec37cdbe-3a40-41d6-b4f7-183b5007e236 .shg-product-title-component h5 {
  color: rgba(32, 166, 232, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a1b895e1-8927-45ee-a47e-e066ca75ff08 {
  text-align: left;
}

#s-a1b895e1-8927-45ee-a47e-e066ca75ff08 .shg-product-sold-out {
  display: none;
  color: rgba(213, 87, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a1b895e1-8927-45ee-a47e-e066ca75ff08 .shg-product-price {
  color: rgba(213, 87, 59, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-a1b895e1-8927-45ee-a47e-e066ca75ff08 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-68bd233b-47a4-4fca-8252-178dbddefbe8 {
  margin-top: 10%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-68bd233b-47a4-4fca-8252-178dbddefbe8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68bd233b-47a4-4fca-8252-178dbddefbe8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-68bd233b-47a4-4fca-8252-178dbddefbe8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-68bd233b-47a4-4fca-8252-178dbddefbe8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-68bd233b-47a4-4fca-8252-178dbddefbe8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-68bd233b-47a4-4fca-8252-178dbddefbe8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-68bd233b-47a4-4fca-8252-178dbddefbe8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-6f1cb026-da5a-4241-aa75-9d3ad6a6ef35 {
  text-align: left;
}

#s-6f1cb026-da5a-4241-aa75-9d3ad6a6ef35 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6f1cb026-da5a-4241-aa75-9d3ad6a6ef35 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-f2da53a8-a134-4e51-8059-c8c87c352748 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f2da53a8-a134-4e51-8059-c8c87c352748:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2da53a8-a134-4e51-8059-c8c87c352748:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2da53a8-a134-4e51-8059-c8c87c352748 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2da53a8-a134-4e51-8059-c8c87c352748.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2da53a8-a134-4e51-8059-c8c87c352748.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f2da53a8-a134-4e51-8059-c8c87c352748.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ef71ff3-ac48-41c5-9f33-a4ae15a6de4a {
  box-shadow:0px 4px 0px 0px rgba(220, 220, 220, 1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(220, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-3ef71ff3-ac48-41c5-9f33-a4ae15a6de4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ef71ff3-ac48-41c5-9f33-a4ae15a6de4a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d2ed4987-eabc-4e88-979b-8e6b7c919580 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-805b5dea-dbf6-4cdd-9027-e7507a809de6 {
  text-align: left;
}



.shg-c#s-805b5dea-dbf6-4cdd-9027-e7507a809de6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-805b5dea-dbf6-4cdd-9027-e7507a809de6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-805b5dea-dbf6-4cdd-9027-e7507a809de6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-805b5dea-dbf6-4cdd-9027-e7507a809de6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-805b5dea-dbf6-4cdd-9027-e7507a809de6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-805b5dea-dbf6-4cdd-9027-e7507a809de6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-805b5dea-dbf6-4cdd-9027-e7507a809de6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-805b5dea-dbf6-4cdd-9027-e7507a809de6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-805b5dea-dbf6-4cdd-9027-e7507a809de6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-805b5dea-dbf6-4cdd-9027-e7507a809de6 img.shogun-image {
  width: 100%;
}



}
#s-3da27aa0-e992-4823-a924-bf814a53699a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3da27aa0-e992-4823-a924-bf814a53699a .shg-product-title-component h5 {
  color: rgba(32, 166, 232, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ec55bb7c-df98-441b-a482-fb844b35f399 {
  text-align: left;
}

#s-ec55bb7c-df98-441b-a482-fb844b35f399 .shg-product-sold-out {
  display: none;
  color: rgba(213, 87, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ec55bb7c-df98-441b-a482-fb844b35f399 .shg-product-price {
  color: rgba(213, 87, 59, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-ec55bb7c-df98-441b-a482-fb844b35f399 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1283aff9-bf67-4d49-89e4-50efe64ab87c {
  margin-top: 10%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-1283aff9-bf67-4d49-89e4-50efe64ab87c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1283aff9-bf67-4d49-89e4-50efe64ab87c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1283aff9-bf67-4d49-89e4-50efe64ab87c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1283aff9-bf67-4d49-89e4-50efe64ab87c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1283aff9-bf67-4d49-89e4-50efe64ab87c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1283aff9-bf67-4d49-89e4-50efe64ab87c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1283aff9-bf67-4d49-89e4-50efe64ab87c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-3ed9783d-c377-4cb5-bd0a-11f12df06b42 {
  text-align: left;
}

#s-3ed9783d-c377-4cb5-bd0a-11f12df06b42 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3ed9783d-c377-4cb5-bd0a-11f12df06b42 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-f16f2b6d-f32b-4da1-bb0c-0526ed8ac130 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f16f2b6d-f32b-4da1-bb0c-0526ed8ac130:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f16f2b6d-f32b-4da1-bb0c-0526ed8ac130:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f16f2b6d-f32b-4da1-bb0c-0526ed8ac130 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f16f2b6d-f32b-4da1-bb0c-0526ed8ac130.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f16f2b6d-f32b-4da1-bb0c-0526ed8ac130.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f16f2b6d-f32b-4da1-bb0c-0526ed8ac130.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-13315f63-04bd-49fe-8a70-436f5b4ffeef {
  box-shadow:0px 4px 0px 0px rgba(220, 220, 220, 1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(220, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-13315f63-04bd-49fe-8a70-436f5b4ffeef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13315f63-04bd-49fe-8a70-436f5b4ffeef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cc83e0d2-5596-4569-bf76-294de6f52875 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-71a79301-b2d7-4a44-865b-9a163b9cf3eb {
  text-align: left;
}



.shg-c#s-71a79301-b2d7-4a44-865b-9a163b9cf3eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71a79301-b2d7-4a44-865b-9a163b9cf3eb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71a79301-b2d7-4a44-865b-9a163b9cf3eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71a79301-b2d7-4a44-865b-9a163b9cf3eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71a79301-b2d7-4a44-865b-9a163b9cf3eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71a79301-b2d7-4a44-865b-9a163b9cf3eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71a79301-b2d7-4a44-865b-9a163b9cf3eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71a79301-b2d7-4a44-865b-9a163b9cf3eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71a79301-b2d7-4a44-865b-9a163b9cf3eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71a79301-b2d7-4a44-865b-9a163b9cf3eb img.shogun-image {
  width: 100%;
}



}
#s-2a6c4fce-1682-4ecb-943f-040eca07f517 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2a6c4fce-1682-4ecb-943f-040eca07f517 .shg-product-title-component h5 {
  color: rgba(32, 166, 232, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8d45ea8f-a6db-4623-a5dd-53005875854e {
  text-align: left;
}

#s-8d45ea8f-a6db-4623-a5dd-53005875854e .shg-product-sold-out {
  display: none;
  color: rgba(213, 87, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8d45ea8f-a6db-4623-a5dd-53005875854e .shg-product-price {
  color: rgba(213, 87, 59, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-8d45ea8f-a6db-4623-a5dd-53005875854e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0382783c-ef9a-4345-a575-4a0b41ef767a {
  margin-top: 10%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-0382783c-ef9a-4345-a575-4a0b41ef767a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0382783c-ef9a-4345-a575-4a0b41ef767a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0382783c-ef9a-4345-a575-4a0b41ef767a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0382783c-ef9a-4345-a575-4a0b41ef767a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0382783c-ef9a-4345-a575-4a0b41ef767a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0382783c-ef9a-4345-a575-4a0b41ef767a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0382783c-ef9a-4345-a575-4a0b41ef767a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-4de236dc-6627-45c1-993e-a01803b32153 {
  text-align: left;
}

#s-4de236dc-6627-45c1-993e-a01803b32153 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4de236dc-6627-45c1-993e-a01803b32153 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-daec8065-1363-4d22-ba0b-99d1bf69ff92 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-daec8065-1363-4d22-ba0b-99d1bf69ff92:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-daec8065-1363-4d22-ba0b-99d1bf69ff92:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-daec8065-1363-4d22-ba0b-99d1bf69ff92 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-daec8065-1363-4d22-ba0b-99d1bf69ff92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-daec8065-1363-4d22-ba0b-99d1bf69ff92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-daec8065-1363-4d22-ba0b-99d1bf69ff92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-56027ad8-e9ad-48d3-a9c9-5c428bd83d42 {
  box-shadow:0px 4px 0px 0px rgba(220, 220, 220, 1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(220, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-56027ad8-e9ad-48d3-a9c9-5c428bd83d42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56027ad8-e9ad-48d3-a9c9-5c428bd83d42.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7caac347-fcf5-4ead-b027-c409900d929d {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-8b05cf66-bbc0-4400-b776-7ff354e6a0ae {
  text-align: left;
}



.shg-c#s-8b05cf66-bbc0-4400-b776-7ff354e6a0ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b05cf66-bbc0-4400-b776-7ff354e6a0ae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8b05cf66-bbc0-4400-b776-7ff354e6a0ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b05cf66-bbc0-4400-b776-7ff354e6a0ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b05cf66-bbc0-4400-b776-7ff354e6a0ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b05cf66-bbc0-4400-b776-7ff354e6a0ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b05cf66-bbc0-4400-b776-7ff354e6a0ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b05cf66-bbc0-4400-b776-7ff354e6a0ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b05cf66-bbc0-4400-b776-7ff354e6a0ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b05cf66-bbc0-4400-b776-7ff354e6a0ae img.shogun-image {
  width: 100%;
}



}
#s-f73c0832-e47f-4662-a779-7da083aa6469 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f73c0832-e47f-4662-a779-7da083aa6469 .shg-product-title-component h5 {
  color: rgba(32, 166, 232, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a23bedef-ee6c-40ed-a88a-849377b02e7f {
  text-align: left;
}

#s-a23bedef-ee6c-40ed-a88a-849377b02e7f .shg-product-sold-out {
  display: none;
  color: rgba(213, 87, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a23bedef-ee6c-40ed-a88a-849377b02e7f .shg-product-price {
  color: rgba(213, 87, 59, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-a23bedef-ee6c-40ed-a88a-849377b02e7f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c7820290-223a-4bff-962b-e7f84030bbe1 {
  margin-top: 10%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-c7820290-223a-4bff-962b-e7f84030bbe1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7820290-223a-4bff-962b-e7f84030bbe1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c7820290-223a-4bff-962b-e7f84030bbe1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c7820290-223a-4bff-962b-e7f84030bbe1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c7820290-223a-4bff-962b-e7f84030bbe1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7820290-223a-4bff-962b-e7f84030bbe1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c7820290-223a-4bff-962b-e7f84030bbe1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-41d02c84-f5da-4722-91dd-f52ef4cfea9c {
  text-align: left;
}

#s-41d02c84-f5da-4722-91dd-f52ef4cfea9c .shg-product-quantity-wrapper {
  display: flex;
}

#s-41d02c84-f5da-4722-91dd-f52ef4cfea9c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-6489d2ad-f45d-42c7-acec-5d2be6e71697 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 166, 232, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6489d2ad-f45d-42c7-acec-5d2be6e71697:hover {background-color: rgba(10, 79, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6489d2ad-f45d-42c7-acec-5d2be6e71697:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6489d2ad-f45d-42c7-acec-5d2be6e71697 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6489d2ad-f45d-42c7-acec-5d2be6e71697.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6489d2ad-f45d-42c7-acec-5d2be6e71697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6489d2ad-f45d-42c7-acec-5d2be6e71697.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
