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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558 {
  display: none;
}
#s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558, #wrap-s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558 { display: none !important; }}@media (max-width: 767px){#s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558 {
  display: none;
}
#s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558, #wrap-s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558 { display: none !important; }}
#s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558 {
  background-image: url(https://i.shgcdn.com/6c76a15e-e517-41b8-b04c-2c20967b7ca5/);
}








#s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-6785cb13-29ae-41a3-9bdf-bd34cdb9e558.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bb78a1c1-bc06-4862-b787-ce372bac1998 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-bb78a1c1-bc06-4862-b787-ce372bac1998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb78a1c1-bc06-4862-b787-ce372bac1998.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-04e0d804-9a1e-4553-94de-dd76d1108505 {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 3%;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-04e0d804-9a1e-4553-94de-dd76d1108505"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04e0d804-9a1e-4553-94de-dd76d1108505"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-04e0d804-9a1e-4553-94de-dd76d1108505"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-04e0d804-9a1e-4553-94de-dd76d1108505"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-04e0d804-9a1e-4553-94de-dd76d1108505"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-04e0d804-9a1e-4553-94de-dd76d1108505"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-04e0d804-9a1e-4553-94de-dd76d1108505"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

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

#s-2587ecf0-6c54-4659-bed3-c27c9252c4e6 {
  margin-top: 25px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2587ecf0-6c54-4659-bed3-c27c9252c4e6 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  text-align: left;
}



#s-0de1f028-3fd2-420a-80b5-cce199b34b1b {
  margin-top: 25px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10%;
text-align: left;
}

#s-0de1f028-3fd2-420a-80b5-cce199b34b1b .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: left;
}



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

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

.shg-btn-text {
  
  
}

.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-21eeb289-705f-4617-a4f7-99e1ecc469e1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDhkYWQyZTYtYzEzOC00ZmNlLTgyM2ItNzNiODNkNTIyMDBjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwOGRhZDJlNi1jMTM4LTRmY2UtODIzYi03M2I4M2Q1MjIwMGMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-21eeb289-705f-4617-a4f7-99e1ecc469e1:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.25) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-21eeb289-705f-4617-a4f7-99e1ecc469e1:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-21eeb289-705f-4617-a4f7-99e1ecc469e1-root {
    text-align: left;
  }


#s-21eeb289-705f-4617-a4f7-99e1ecc469e1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21eeb289-705f-4617-a4f7-99e1ecc469e1-root {
    text-align: left;
  }


#s-21eeb289-705f-4617-a4f7-99e1ecc469e1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21eeb289-705f-4617-a4f7-99e1ecc469e1-root {
    text-align: left;
  }


#s-21eeb289-705f-4617-a4f7-99e1ecc469e1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21eeb289-705f-4617-a4f7-99e1ecc469e1-root {
    text-align: left;
  }


#s-21eeb289-705f-4617-a4f7-99e1ecc469e1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21eeb289-705f-4617-a4f7-99e1ecc469e1-root {
    text-align: left;
  }


#s-21eeb289-705f-4617-a4f7-99e1ecc469e1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c {
  display: none;
}
#s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c, #wrap-s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c {
  display: none;
}
#s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c, #wrap-s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c {
  
}
}@media (max-width: 767px){#s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c {
  
}
}
#s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c {
  background-image: url(https://i.shgcdn.com/4ef049a4-0f1e-4c2d-aa72-d2cb99be5c03/);
}








#s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.4;
  display: block;
}#s-8d6ae2b3-b8ab-4f25-b113-7e5af2e3694c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a9e8ecde-8206-4e54-87fd-bb962ce6d500 {
  margin-top: 200px;
margin-bottom: 0px;
min-height: 50px;
}








#s-a9e8ecde-8206-4e54-87fd-bb962ce6d500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9e8ecde-8206-4e54-87fd-bb962ce6d500.shg-box.shg-c {
  justify-content: center;
}

#s-a66e0788-e5fd-4af7-a56f-f07205062547 {
  margin-top: 75px;
margin-left: 3%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a66e0788-e5fd-4af7-a56f-f07205062547 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-96ced01c-44ae-4193-b590-e01fbe3844a2 {
  margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}

#s-693b8872-2ae7-4b62-a78b-6f53cda82429 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: none;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-693b8872-2ae7-4b62-a78b-6f53cda82429 {
  display: none;
}
#s-693b8872-2ae7-4b62-a78b-6f53cda82429, #wrap-s-693b8872-2ae7-4b62-a78b-6f53cda82429 { display: none !important; }}@media (max-width: 767px){#s-693b8872-2ae7-4b62-a78b-6f53cda82429 {
  display: none;
}
#s-693b8872-2ae7-4b62-a78b-6f53cda82429, #wrap-s-693b8872-2ae7-4b62-a78b-6f53cda82429 { display: none !important; }}







#s-693b8872-2ae7-4b62-a78b-6f53cda82429 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-693b8872-2ae7-4b62-a78b-6f53cda82429.shg-box.shg-c {
  justify-content: center;
}

#s-80234c90-bf4f-417d-82d5-d2327713e70f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1375px;
background-color: rgba(244, 244, 244, 1);
}








#s-80234c90-bf4f-417d-82d5-d2327713e70f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80234c90-bf4f-417d-82d5-d2327713e70f.shg-box.shg-c {
  justify-content: center;
}

#s-975082b7-8887-4ff0-b54e-41ab12691643 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-975082b7-8887-4ff0-b54e-41ab12691643 .shogun-heading-component h3 {
  color: rgba(208, 44, 47, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-e2d9452f-6dda-40ca-8a8a-34ec41b46069 {
  max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-e2d9452f-6dda-40ca-8a8a-34ec41b46069"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-e2d9452f-6dda-40ca-8a8a-34ec41b46069"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 75.0px);
}

}

@media (min-width: 992px) {
[id="s-e2d9452f-6dda-40ca-8a8a-34ec41b46069"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 75.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2d9452f-6dda-40ca-8a8a-34ec41b46069"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 75.0px);
}

}

#s-3c23d9ba-ce95-420c-ab9a-4c4719a7c2a4 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
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: none;
border-radius: 10px;
min-height: 225px;
}








#s-3c23d9ba-ce95-420c-ab9a-4c4719a7c2a4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-3c23d9ba-ce95-420c-ab9a-4c4719a7c2a4 {
  cursor: pointer;
}#s-3c23d9ba-ce95-420c-ab9a-4c4719a7c2a4.shg-box.shg-c {
  justify-content: flex-start;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-16066948-29bc-4764-a07d-6fb389809635 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-16066948-29bc-4764-a07d-6fb389809635 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-16066948-29bc-4764-a07d-6fb389809635 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16066948-29bc-4764-a07d-6fb389809635 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16066948-29bc-4764-a07d-6fb389809635 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16066948-29bc-4764-a07d-6fb389809635 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16066948-29bc-4764-a07d-6fb389809635 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-16066948-29bc-4764-a07d-6fb389809635.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-16066948-29bc-4764-a07d-6fb389809635 .shogun-image-content {
  
    align-items: center;
  
}

.s-16066948-29bc-4764-a07d-6fb389809635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16066948-29bc-4764-a07d-6fb389809635.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16066948-29bc-4764-a07d-6fb389809635 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
      position: relative;
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16066948-29bc-4764-a07d-6fb389809635 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-16066948-29bc-4764-a07d-6fb389809635 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-16066948-29bc-4764-a07d-6fb389809635 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16066948-29bc-4764-a07d-6fb389809635 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16066948-29bc-4764-a07d-6fb389809635 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16066948-29bc-4764-a07d-6fb389809635 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16066948-29bc-4764-a07d-6fb389809635 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-16066948-29bc-4764-a07d-6fb389809635.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-16066948-29bc-4764-a07d-6fb389809635 .shogun-image-content {
  
    align-items: center;
  
}

.s-16066948-29bc-4764-a07d-6fb389809635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16066948-29bc-4764-a07d-6fb389809635.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16066948-29bc-4764-a07d-6fb389809635 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
      position: relative;
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16066948-29bc-4764-a07d-6fb389809635 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-16066948-29bc-4764-a07d-6fb389809635 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-16066948-29bc-4764-a07d-6fb389809635 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16066948-29bc-4764-a07d-6fb389809635 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16066948-29bc-4764-a07d-6fb389809635 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16066948-29bc-4764-a07d-6fb389809635 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16066948-29bc-4764-a07d-6fb389809635 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-16066948-29bc-4764-a07d-6fb389809635.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-16066948-29bc-4764-a07d-6fb389809635 .shogun-image-content {
  
    align-items: center;
  
}

.s-16066948-29bc-4764-a07d-6fb389809635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16066948-29bc-4764-a07d-6fb389809635.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16066948-29bc-4764-a07d-6fb389809635 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
      position: relative;
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16066948-29bc-4764-a07d-6fb389809635 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-16066948-29bc-4764-a07d-6fb389809635 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-16066948-29bc-4764-a07d-6fb389809635 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16066948-29bc-4764-a07d-6fb389809635 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16066948-29bc-4764-a07d-6fb389809635 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16066948-29bc-4764-a07d-6fb389809635 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16066948-29bc-4764-a07d-6fb389809635 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-16066948-29bc-4764-a07d-6fb389809635.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-16066948-29bc-4764-a07d-6fb389809635 .shogun-image-content {
  
    align-items: center;
  
}

.s-16066948-29bc-4764-a07d-6fb389809635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16066948-29bc-4764-a07d-6fb389809635.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16066948-29bc-4764-a07d-6fb389809635 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
      position: relative;
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16066948-29bc-4764-a07d-6fb389809635 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-16066948-29bc-4764-a07d-6fb389809635 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-16066948-29bc-4764-a07d-6fb389809635 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16066948-29bc-4764-a07d-6fb389809635 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16066948-29bc-4764-a07d-6fb389809635 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16066948-29bc-4764-a07d-6fb389809635 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16066948-29bc-4764-a07d-6fb389809635 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-16066948-29bc-4764-a07d-6fb389809635.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-16066948-29bc-4764-a07d-6fb389809635 .shogun-image-content {
  
    align-items: center;
  
}

.s-16066948-29bc-4764-a07d-6fb389809635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16066948-29bc-4764-a07d-6fb389809635.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16066948-29bc-4764-a07d-6fb389809635 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container {
      position: relative;
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16066948-29bc-4764-a07d-6fb389809635.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16066948-29bc-4764-a07d-6fb389809635 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-768e2e11-cf72-491d-bd43-027f34b439f1 {
  margin-top: 0px;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-768e2e11-cf72-491d-bd43-027f34b439f1 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-776b8587-3610-4fee-81f2-bcf5b9ae1496 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
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: none;
border-radius: 10px;
min-height: 225px;
}








#s-776b8587-3610-4fee-81f2-bcf5b9ae1496 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-776b8587-3610-4fee-81f2-bcf5b9ae1496 {
  cursor: pointer;
}#s-776b8587-3610-4fee-81f2-bcf5b9ae1496.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
      position: relative;
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
      position: relative;
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
      position: relative;
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
      position: relative;
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container {
      position: relative;
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddd2dbc6-558c-4ebc-9f3c-2319744062eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-0e8b99f4-ba7a-4fbf-aaa1-0710712f17a0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-0e8b99f4-ba7a-4fbf-aaa1-0710712f17a0 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-08d7e8f2-e52e-479b-ab0f-237ed7d6d54b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
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: none;
border-radius: 10px;
min-height: 225px;
opacity: 1;
}








#s-08d7e8f2-e52e-479b-ab0f-237ed7d6d54b > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-08d7e8f2-e52e-479b-ab0f-237ed7d6d54b {
  cursor: pointer;
}#s-08d7e8f2-e52e-479b-ab0f-237ed7d6d54b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4815fe87-01ab-4772-a2e5-6a173586f126 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4815fe87-01ab-4772-a2e5-6a173586f126 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4815fe87-01ab-4772-a2e5-6a173586f126 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4815fe87-01ab-4772-a2e5-6a173586f126 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4815fe87-01ab-4772-a2e5-6a173586f126 .shogun-image-content {
  
    align-items: center;
  
}

.s-4815fe87-01ab-4772-a2e5-6a173586f126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4815fe87-01ab-4772-a2e5-6a173586f126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
      position: relative;
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4815fe87-01ab-4772-a2e5-6a173586f126 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4815fe87-01ab-4772-a2e5-6a173586f126 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4815fe87-01ab-4772-a2e5-6a173586f126 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4815fe87-01ab-4772-a2e5-6a173586f126 .shogun-image-content {
  
    align-items: center;
  
}

.s-4815fe87-01ab-4772-a2e5-6a173586f126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4815fe87-01ab-4772-a2e5-6a173586f126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
      position: relative;
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-4815fe87-01ab-4772-a2e5-6a173586f126 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4815fe87-01ab-4772-a2e5-6a173586f126 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4815fe87-01ab-4772-a2e5-6a173586f126 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4815fe87-01ab-4772-a2e5-6a173586f126 .shogun-image-content {
  
    align-items: center;
  
}

.s-4815fe87-01ab-4772-a2e5-6a173586f126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4815fe87-01ab-4772-a2e5-6a173586f126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
      position: relative;
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-4815fe87-01ab-4772-a2e5-6a173586f126 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4815fe87-01ab-4772-a2e5-6a173586f126 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4815fe87-01ab-4772-a2e5-6a173586f126 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4815fe87-01ab-4772-a2e5-6a173586f126 .shogun-image-content {
  
    align-items: center;
  
}

.s-4815fe87-01ab-4772-a2e5-6a173586f126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4815fe87-01ab-4772-a2e5-6a173586f126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
      position: relative;
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-4815fe87-01ab-4772-a2e5-6a173586f126 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4815fe87-01ab-4772-a2e5-6a173586f126 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4815fe87-01ab-4772-a2e5-6a173586f126 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4815fe87-01ab-4772-a2e5-6a173586f126 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4815fe87-01ab-4772-a2e5-6a173586f126 .shogun-image-content {
  
    align-items: center;
  
}

.s-4815fe87-01ab-4772-a2e5-6a173586f126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4815fe87-01ab-4772-a2e5-6a173586f126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container {
      position: relative;
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4815fe87-01ab-4772-a2e5-6a173586f126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-a9a9662a-e2be-4244-a56b-56f7727dd61c {
  box-shadow:0px 0px 0px 0px ;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-a9a9662a-e2be-4244-a56b-56f7727dd61c .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-10ce082c-5b52-4beb-96ac-9409170468ce {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
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: none;
border-radius: 10px;
min-height: 225px;
}








#s-10ce082c-5b52-4beb-96ac-9409170468ce > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-10ce082c-5b52-4beb-96ac-9409170468ce {
  cursor: pointer;
}#s-10ce082c-5b52-4beb-96ac-9409170468ce.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shogun-image-content {
  
    align-items: center;
  
}

.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
      position: relative;
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shogun-image-content {
  
    align-items: center;
  
}

.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
      position: relative;
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shogun-image-content {
  
    align-items: center;
  
}

.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
      position: relative;
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shogun-image-content {
  
    align-items: center;
  
}

.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
      position: relative;
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bebd4e28-f948-4c6a-a00e-df09dc30a619 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bebd4e28-f948-4c6a-a00e-df09dc30a619 .shogun-image-content {
  
    align-items: center;
  
}

.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container {
      position: relative;
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bebd4e28-f948-4c6a-a00e-df09dc30a619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-d9fb9fd5-0709-488e-ad79-b2d000681392 {
  margin-left: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-d9fb9fd5-0709-488e-ad79-b2d000681392 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-81ed0134-1d4d-449e-9078-ae8adf4442b6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-81ed0134-1d4d-449e-9078-ae8adf4442b6 {
  
}
}@media (max-width: 767px){#s-81ed0134-1d4d-449e-9078-ae8adf4442b6 {
  
}
}







#s-81ed0134-1d4d-449e-9078-ae8adf4442b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81ed0134-1d4d-449e-9078-ae8adf4442b6.shg-box.shg-c {
  justify-content: center;
}

#s-8267642b-e279-453b-ad35-f4d8692051e1 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8267642b-e279-453b-ad35-f4d8692051e1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8267642b-e279-453b-ad35-f4d8692051e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8267642b-e279-453b-ad35-f4d8692051e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8267642b-e279-453b-ad35-f4d8692051e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8267642b-e279-453b-ad35-f4d8692051e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8267642b-e279-453b-ad35-f4d8692051e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8267642b-e279-453b-ad35-f4d8692051e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7e0e7839-8b2f-459c-b287-77c98963c44a {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-7e0e7839-8b2f-459c-b287-77c98963c44a img.shogun-image,
  #s-7e0e7839-8b2f-459c-b287-77c98963c44a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e0e7839-8b2f-459c-b287-77c98963c44a {
    width: 100%;
    height: auto;
  }



  #s-7e0e7839-8b2f-459c-b287-77c98963c44a img.shogun-image {
    

    
    
    
  }


#s-7e0e7839-8b2f-459c-b287-77c98963c44a .shogun-image-content {
  
    align-items: center;
  
}

#s-6ab7a216-be0f-44b8-827b-7baaad1fd749 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d1edcd26-3fe4-4228-a211-32dc3aab89df {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1edcd26-3fe4-4228-a211-32dc3aab89df {
  
}
}@media (max-width: 767px){#s-d1edcd26-3fe4-4228-a211-32dc3aab89df {
  
}
}
#s-d1edcd26-3fe4-4228-a211-32dc3aab89df {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWY2Y2U4NDgtYTNhOS00MjlkLWFlNTUtMWE3ZDE0Y2FiMDM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZjZjZTg0OC1hM2E5LTQyOWQtYWU1NS0xYTdkMTRjYWIwMzkpIi8+PC9zdmc+);
}








#s-d1edcd26-3fe4-4228-a211-32dc3aab89df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1edcd26-3fe4-4228-a211-32dc3aab89df.shg-box.shg-c {
  justify-content: center;
}

#s-ee905a89-d0e3-4f62-b203-2d86e904151a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-ee905a89-d0e3-4f62-b203-2d86e904151a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee905a89-d0e3-4f62-b203-2d86e904151a.shg-box.shg-c {
  justify-content: center;
}

#s-7d18ddba-0679-41eb-9fa1-71db6b25c7ac {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-7d18ddba-0679-41eb-9fa1-71db6b25c7ac .shogun-heading-component h4 {
  color: rgba(208, 44, 47, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-2b7446f4-fcd0-40c7-adfc-a5fe270dbffa {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2b7446f4-fcd0-40c7-adfc-a5fe270dbffa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b7446f4-fcd0-40c7-adfc-a5fe270dbffa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b7446f4-fcd0-40c7-adfc-a5fe270dbffa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b7446f4-fcd0-40c7-adfc-a5fe270dbffa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b7446f4-fcd0-40c7-adfc-a5fe270dbffa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b7446f4-fcd0-40c7-adfc-a5fe270dbffa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b7446f4-fcd0-40c7-adfc-a5fe270dbffa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-f7fc9a8d-dc24-43a0-9584-123dd82a4086 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f7fc9a8d-dc24-43a0-9584-123dd82a4086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7fc9a8d-dc24-43a0-9584-123dd82a4086.shg-box.shg-c {
  justify-content: center;
}

#s-2e04c086-0380-4e2d-b47d-990419fa7393 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-2e04c086-0380-4e2d-b47d-990419fa7393 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-2e04c086-0380-4e2d-b47d-990419fa7393.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8aebb39d-a461-48e3-aebf-ad957b2c01c1 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-8aebb39d-a461-48e3-aebf-ad957b2c01c1 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1d399d2e-15a1-4909-980b-817ae6718939 {
  margin-left: auto;
margin-right: auto;
}

#s-1d399d2e-15a1-4909-980b-817ae6718939 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-1d399d2e-15a1-4909-980b-817ae6718939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-1d399d2e-15a1-4909-980b-817ae6718939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-1d399d2e-15a1-4909-980b-817ae6718939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-1d399d2e-15a1-4909-980b-817ae6718939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-1d399d2e-15a1-4909-980b-817ae6718939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0d3bf1ce-4811-48cc-a186-e60253fa4c06 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-0d3bf1ce-4811-48cc-a186-e60253fa4c06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d3bf1ce-4811-48cc-a186-e60253fa4c06.shg-box.shg-c {
  justify-content: center;
}

#s-c8ff4f46-0faa-4f71-9dba-02212c5dd2e1 {
  margin-bottom: 25px;
}

#s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30-root {
    text-align: center;
  }


#s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30-root {
    text-align: center;
  }


#s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30-root {
    text-align: center;
  }


#s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30-root {
    text-align: center;
  }


#s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30-root {
    text-align: center;
  }


#s-62d74976-ab75-4ce2-9fa9-a5bea87dcb30.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-baf47bf8-1c57-4b7e-9068-41b422cdc032 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-baf47bf8-1c57-4b7e-9068-41b422cdc032 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-baf47bf8-1c57-4b7e-9068-41b422cdc032.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ce2f8a3b-c479-40ae-a63e-da4304d59159 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-ce2f8a3b-c479-40ae-a63e-da4304d59159 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-b5d7d7d1-bbf3-4ca8-96b1-174dc3cf5226 {
  margin-left: auto;
margin-right: auto;
}

#s-b5d7d7d1-bbf3-4ca8-96b1-174dc3cf5226 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-b5d7d7d1-bbf3-4ca8-96b1-174dc3cf5226 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-b5d7d7d1-bbf3-4ca8-96b1-174dc3cf5226 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-b5d7d7d1-bbf3-4ca8-96b1-174dc3cf5226 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-b5d7d7d1-bbf3-4ca8-96b1-174dc3cf5226 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-b5d7d7d1-bbf3-4ca8-96b1-174dc3cf5226 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-fadaaabf-5821-47a9-ad53-3bf150146711 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-fadaaabf-5821-47a9-ad53-3bf150146711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fadaaabf-5821-47a9-ad53-3bf150146711.shg-box.shg-c {
  justify-content: center;
}

#s-9605844b-9ea1-4a02-ba86-3ee8f05da4ea {
  margin-bottom: 25px;
}

#s-63b6af81-5120-4501-84b1-823a64d401b6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-63b6af81-5120-4501-84b1-823a64d401b6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-63b6af81-5120-4501-84b1-823a64d401b6:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-63b6af81-5120-4501-84b1-823a64d401b6-root {
    text-align: center;
  }


#s-63b6af81-5120-4501-84b1-823a64d401b6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-63b6af81-5120-4501-84b1-823a64d401b6-root {
    text-align: center;
  }


#s-63b6af81-5120-4501-84b1-823a64d401b6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63b6af81-5120-4501-84b1-823a64d401b6-root {
    text-align: center;
  }


#s-63b6af81-5120-4501-84b1-823a64d401b6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63b6af81-5120-4501-84b1-823a64d401b6-root {
    text-align: center;
  }


#s-63b6af81-5120-4501-84b1-823a64d401b6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-63b6af81-5120-4501-84b1-823a64d401b6-root {
    text-align: center;
  }


#s-63b6af81-5120-4501-84b1-823a64d401b6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-bd300727-74c4-4c05-8f55-2f6db5203410 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-bd300727-74c4-4c05-8f55-2f6db5203410 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-bd300727-74c4-4c05-8f55-2f6db5203410.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1543973b-ee96-4107-af61-99edae5da439 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-1543973b-ee96-4107-af61-99edae5da439 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-3f22c5fe-5804-4c70-aba6-6dea9a12a591 {
  margin-left: auto;
margin-right: auto;
}

#s-3f22c5fe-5804-4c70-aba6-6dea9a12a591 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-3f22c5fe-5804-4c70-aba6-6dea9a12a591 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-3f22c5fe-5804-4c70-aba6-6dea9a12a591 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-3f22c5fe-5804-4c70-aba6-6dea9a12a591 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-3f22c5fe-5804-4c70-aba6-6dea9a12a591 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-3f22c5fe-5804-4c70-aba6-6dea9a12a591 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-4a3c0962-f1a7-4320-b834-785f218a7975 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-4a3c0962-f1a7-4320-b834-785f218a7975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a3c0962-f1a7-4320-b834-785f218a7975.shg-box.shg-c {
  justify-content: center;
}

#s-2cef95e6-61ff-418c-9752-2731a36aa6dd {
  margin-bottom: 25px;
}

#s-efa60c9c-802b-456e-a3ea-ad3941a54754 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-efa60c9c-802b-456e-a3ea-ad3941a54754:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-efa60c9c-802b-456e-a3ea-ad3941a54754:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-efa60c9c-802b-456e-a3ea-ad3941a54754-root {
    text-align: center;
  }


#s-efa60c9c-802b-456e-a3ea-ad3941a54754.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-efa60c9c-802b-456e-a3ea-ad3941a54754-root {
    text-align: center;
  }


#s-efa60c9c-802b-456e-a3ea-ad3941a54754.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efa60c9c-802b-456e-a3ea-ad3941a54754-root {
    text-align: center;
  }


#s-efa60c9c-802b-456e-a3ea-ad3941a54754.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efa60c9c-802b-456e-a3ea-ad3941a54754-root {
    text-align: center;
  }


#s-efa60c9c-802b-456e-a3ea-ad3941a54754.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-efa60c9c-802b-456e-a3ea-ad3941a54754-root {
    text-align: center;
  }


#s-efa60c9c-802b-456e-a3ea-ad3941a54754.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-09c8f928-060d-42d3-91b2-f969bbc5d55b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-09c8f928-060d-42d3-91b2-f969bbc5d55b {
  display: none;
}
#s-09c8f928-060d-42d3-91b2-f969bbc5d55b, #wrap-s-09c8f928-060d-42d3-91b2-f969bbc5d55b { display: none !important; }}







#s-09c8f928-060d-42d3-91b2-f969bbc5d55b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09c8f928-060d-42d3-91b2-f969bbc5d55b.shg-box.shg-c {
  justify-content: center;
}

#s-17774ffb-cac1-4c01-9b1b-07f971a37d42 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-17774ffb-cac1-4c01-9b1b-07f971a37d42 {
  
}
}@media (max-width: 767px){#s-17774ffb-cac1-4c01-9b1b-07f971a37d42 {
  
}
}







#s-17774ffb-cac1-4c01-9b1b-07f971a37d42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17774ffb-cac1-4c01-9b1b-07f971a37d42.shg-box.shg-c {
  justify-content: center;
}

#s-9369dac6-e702-461d-adc5-ff4a16ca8667 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9369dac6-e702-461d-adc5-ff4a16ca8667"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9369dac6-e702-461d-adc5-ff4a16ca8667"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9369dac6-e702-461d-adc5-ff4a16ca8667"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9369dac6-e702-461d-adc5-ff4a16ca8667"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9369dac6-e702-461d-adc5-ff4a16ca8667"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9369dac6-e702-461d-adc5-ff4a16ca8667"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9369dac6-e702-461d-adc5-ff4a16ca8667"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-14bf9f41-6db7-4e63-aebc-0c25a612c3aa {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-14bf9f41-6db7-4e63-aebc-0c25a612c3aa img.shogun-image,
  #s-14bf9f41-6db7-4e63-aebc-0c25a612c3aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14bf9f41-6db7-4e63-aebc-0c25a612c3aa {
    width: 100%;
    height: auto;
  }



  #s-14bf9f41-6db7-4e63-aebc-0c25a612c3aa img.shogun-image {
    

    
    
    
  }


#s-14bf9f41-6db7-4e63-aebc-0c25a612c3aa .shogun-image-content {
  
    align-items: center;
  
}

#s-d377b699-c06e-43f3-867a-81b5d907b994 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-88fa1557-171f-4bec-9a86-6b9332959103 {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-88fa1557-171f-4bec-9a86-6b9332959103 {
  
}
}@media (max-width: 767px){#s-88fa1557-171f-4bec-9a86-6b9332959103 {
  
}
}
#s-88fa1557-171f-4bec-9a86-6b9332959103 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjNmZWVkYmUtOTY5ZS00NGUxLWIxNWQtYmFjNWFiYzU5OTI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2M2ZlZWRiZS05NjllLTQ0ZTEtYjE1ZC1iYWM1YWJjNTk5MjkpIi8+PC9zdmc+);
}








#s-88fa1557-171f-4bec-9a86-6b9332959103 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88fa1557-171f-4bec-9a86-6b9332959103.shg-box.shg-c {
  justify-content: center;
}

#s-13bf91a2-9204-4cd9-82dc-0d5ddaed7aec {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-13bf91a2-9204-4cd9-82dc-0d5ddaed7aec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13bf91a2-9204-4cd9-82dc-0d5ddaed7aec.shg-box.shg-c {
  justify-content: center;
}

#s-2024a8b8-29f4-44e7-9ae8-b40519e661d7 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-2024a8b8-29f4-44e7-9ae8-b40519e661d7 .shogun-heading-component h4 {
  color: rgba(208, 44, 47, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-ee75b01b-ad84-4b60-ac4c-097b433c4d6c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ee75b01b-ad84-4b60-ac4c-097b433c4d6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee75b01b-ad84-4b60-ac4c-097b433c4d6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee75b01b-ad84-4b60-ac4c-097b433c4d6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee75b01b-ad84-4b60-ac4c-097b433c4d6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee75b01b-ad84-4b60-ac4c-097b433c4d6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee75b01b-ad84-4b60-ac4c-097b433c4d6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee75b01b-ad84-4b60-ac4c-097b433c4d6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-8dc31924-c632-48b6-ba23-51428b8f4463 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8dc31924-c632-48b6-ba23-51428b8f4463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8dc31924-c632-48b6-ba23-51428b8f4463.shg-box.shg-c {
  justify-content: center;
}

#s-69e85576-4ff7-4209-8a02-7c483ebeaa1c {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-69e85576-4ff7-4209-8a02-7c483ebeaa1c > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-69e85576-4ff7-4209-8a02-7c483ebeaa1c.shg-box.shg-c {
  justify-content: flex-end;
}

#s-edf8fc02-42de-4f89-8911-932c9ee13d5f {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-edf8fc02-42de-4f89-8911-932c9ee13d5f .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-b248ff2f-3977-4b75-a4dd-3b4ae9f58fb9 {
  margin-left: auto;
margin-right: auto;
}

#s-b248ff2f-3977-4b75-a4dd-3b4ae9f58fb9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-b248ff2f-3977-4b75-a4dd-3b4ae9f58fb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-b248ff2f-3977-4b75-a4dd-3b4ae9f58fb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-b248ff2f-3977-4b75-a4dd-3b4ae9f58fb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-b248ff2f-3977-4b75-a4dd-3b4ae9f58fb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-b248ff2f-3977-4b75-a4dd-3b4ae9f58fb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-134a1187-4d69-4c26-9e3c-197cb614b423 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-134a1187-4d69-4c26-9e3c-197cb614b423 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-134a1187-4d69-4c26-9e3c-197cb614b423.shg-box.shg-c {
  justify-content: center;
}

#s-efe11f8d-a099-477c-a14f-8e3de7488e51 {
  margin-bottom: 25px;
}

#s-e7d43d74-0682-46df-9a41-343791fb3812 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-e7d43d74-0682-46df-9a41-343791fb3812:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e7d43d74-0682-46df-9a41-343791fb3812:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e7d43d74-0682-46df-9a41-343791fb3812-root {
    text-align: center;
  }


#s-e7d43d74-0682-46df-9a41-343791fb3812.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e7d43d74-0682-46df-9a41-343791fb3812-root {
    text-align: center;
  }


#s-e7d43d74-0682-46df-9a41-343791fb3812.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7d43d74-0682-46df-9a41-343791fb3812-root {
    text-align: center;
  }


#s-e7d43d74-0682-46df-9a41-343791fb3812.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7d43d74-0682-46df-9a41-343791fb3812-root {
    text-align: center;
  }


#s-e7d43d74-0682-46df-9a41-343791fb3812.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e7d43d74-0682-46df-9a41-343791fb3812-root {
    text-align: center;
  }


#s-e7d43d74-0682-46df-9a41-343791fb3812.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-a9de521a-96cc-46fa-9c33-4ae12297e56d {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-a9de521a-96cc-46fa-9c33-4ae12297e56d > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-a9de521a-96cc-46fa-9c33-4ae12297e56d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-d7d3f0cc-6002-4cd1-be5a-1cca209cfd04 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-d7d3f0cc-6002-4cd1-be5a-1cca209cfd04 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-5bd3ae51-f5f8-45f3-80ae-9d99d7b604f2 {
  margin-left: auto;
margin-right: auto;
}

#s-5bd3ae51-f5f8-45f3-80ae-9d99d7b604f2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-5bd3ae51-f5f8-45f3-80ae-9d99d7b604f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-5bd3ae51-f5f8-45f3-80ae-9d99d7b604f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-5bd3ae51-f5f8-45f3-80ae-9d99d7b604f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-5bd3ae51-f5f8-45f3-80ae-9d99d7b604f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-5bd3ae51-f5f8-45f3-80ae-9d99d7b604f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2b45a3e0-4ead-4939-8254-92dc891b9683 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-2b45a3e0-4ead-4939-8254-92dc891b9683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b45a3e0-4ead-4939-8254-92dc891b9683.shg-box.shg-c {
  justify-content: center;
}

#s-5c2d4a9f-fc19-4b8a-923c-c063a98d6882 {
  margin-bottom: 25px;
}

#s-58399cd7-e716-46d7-9a21-9c411fd2e537 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-58399cd7-e716-46d7-9a21-9c411fd2e537:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-58399cd7-e716-46d7-9a21-9c411fd2e537:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-58399cd7-e716-46d7-9a21-9c411fd2e537-root {
    text-align: center;
  }


#s-58399cd7-e716-46d7-9a21-9c411fd2e537.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-58399cd7-e716-46d7-9a21-9c411fd2e537-root {
    text-align: center;
  }


#s-58399cd7-e716-46d7-9a21-9c411fd2e537.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58399cd7-e716-46d7-9a21-9c411fd2e537-root {
    text-align: center;
  }


#s-58399cd7-e716-46d7-9a21-9c411fd2e537.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58399cd7-e716-46d7-9a21-9c411fd2e537-root {
    text-align: center;
  }


#s-58399cd7-e716-46d7-9a21-9c411fd2e537.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-58399cd7-e716-46d7-9a21-9c411fd2e537-root {
    text-align: center;
  }


#s-58399cd7-e716-46d7-9a21-9c411fd2e537.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-aa0fc1a1-764a-4bee-a83a-cde51f43391f {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-aa0fc1a1-764a-4bee-a83a-cde51f43391f > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-aa0fc1a1-764a-4bee-a83a-cde51f43391f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e37735fe-a19d-455e-b1fa-4b5270b7ddf9 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-e37735fe-a19d-455e-b1fa-4b5270b7ddf9 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-2a42b3a0-97d1-4027-b401-980578536824 {
  margin-left: auto;
margin-right: auto;
}

#s-2a42b3a0-97d1-4027-b401-980578536824 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-2a42b3a0-97d1-4027-b401-980578536824 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-2a42b3a0-97d1-4027-b401-980578536824 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-2a42b3a0-97d1-4027-b401-980578536824 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-2a42b3a0-97d1-4027-b401-980578536824 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-2a42b3a0-97d1-4027-b401-980578536824 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-65a62dbe-e709-4e3b-8ca0-3272b54ecae6 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-65a62dbe-e709-4e3b-8ca0-3272b54ecae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65a62dbe-e709-4e3b-8ca0-3272b54ecae6.shg-box.shg-c {
  justify-content: center;
}

#s-702477dc-1da1-4718-b961-cb86e8e4cc4e {
  margin-bottom: 25px;
}

#s-bbf7ca44-7df9-4856-8e59-d32b6a30926c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-bbf7ca44-7df9-4856-8e59-d32b6a30926c:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bbf7ca44-7df9-4856-8e59-d32b6a30926c:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bbf7ca44-7df9-4856-8e59-d32b6a30926c-root {
    text-align: center;
  }


#s-bbf7ca44-7df9-4856-8e59-d32b6a30926c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bbf7ca44-7df9-4856-8e59-d32b6a30926c-root {
    text-align: center;
  }


#s-bbf7ca44-7df9-4856-8e59-d32b6a30926c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bbf7ca44-7df9-4856-8e59-d32b6a30926c-root {
    text-align: center;
  }


#s-bbf7ca44-7df9-4856-8e59-d32b6a30926c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bbf7ca44-7df9-4856-8e59-d32b6a30926c-root {
    text-align: center;
  }


#s-bbf7ca44-7df9-4856-8e59-d32b6a30926c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bbf7ca44-7df9-4856-8e59-d32b6a30926c-root {
    text-align: center;
  }


#s-bbf7ca44-7df9-4856-8e59-d32b6a30926c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-88f50778-1f3d-4144-9807-fa22b9de6956 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-88f50778-1f3d-4144-9807-fa22b9de6956 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-88f50778-1f3d-4144-9807-fa22b9de6956.shg-box.shg-c {
  justify-content: flex-start;
}

#s-090e4114-b29d-428f-88fa-7c83f7a3aeda {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-090e4114-b29d-428f-88fa-7c83f7a3aeda .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-713e8e84-33bb-4b97-8de6-da8f0ff48a35 {
  margin-left: auto;
margin-right: auto;
}

#s-713e8e84-33bb-4b97-8de6-da8f0ff48a35 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-713e8e84-33bb-4b97-8de6-da8f0ff48a35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-713e8e84-33bb-4b97-8de6-da8f0ff48a35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-713e8e84-33bb-4b97-8de6-da8f0ff48a35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-713e8e84-33bb-4b97-8de6-da8f0ff48a35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-713e8e84-33bb-4b97-8de6-da8f0ff48a35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-84d4d8f8-30fd-447c-92fb-9a4081168c31 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-84d4d8f8-30fd-447c-92fb-9a4081168c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84d4d8f8-30fd-447c-92fb-9a4081168c31.shg-box.shg-c {
  justify-content: center;
}

#s-811eea55-d6a4-4b96-a11d-5263b4f61238 {
  margin-bottom: 25px;
}

#s-e91d0788-0698-4510-bc4d-ab0d00aaed54 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-e91d0788-0698-4510-bc4d-ab0d00aaed54:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e91d0788-0698-4510-bc4d-ab0d00aaed54:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e91d0788-0698-4510-bc4d-ab0d00aaed54-root {
    text-align: center;
  }


#s-e91d0788-0698-4510-bc4d-ab0d00aaed54.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e91d0788-0698-4510-bc4d-ab0d00aaed54-root {
    text-align: center;
  }


#s-e91d0788-0698-4510-bc4d-ab0d00aaed54.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e91d0788-0698-4510-bc4d-ab0d00aaed54-root {
    text-align: center;
  }


#s-e91d0788-0698-4510-bc4d-ab0d00aaed54.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e91d0788-0698-4510-bc4d-ab0d00aaed54-root {
    text-align: center;
  }


#s-e91d0788-0698-4510-bc4d-ab0d00aaed54.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e91d0788-0698-4510-bc4d-ab0d00aaed54-root {
    text-align: center;
  }


#s-e91d0788-0698-4510-bc4d-ab0d00aaed54.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-f68150cd-cf80-496e-ab47-3c70071ca0ea {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-f68150cd-cf80-496e-ab47-3c70071ca0ea {
  display: none;
}
#s-f68150cd-cf80-496e-ab47-3c70071ca0ea, #wrap-s-f68150cd-cf80-496e-ab47-3c70071ca0ea { display: none !important; }}







#s-f68150cd-cf80-496e-ab47-3c70071ca0ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f68150cd-cf80-496e-ab47-3c70071ca0ea.shg-box.shg-c {
  justify-content: center;
}

#s-650ca797-a31f-4eee-ac9f-281a86342165 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-650ca797-a31f-4eee-ac9f-281a86342165 {
  
}
}@media (max-width: 767px){#s-650ca797-a31f-4eee-ac9f-281a86342165 {
  
}
}







#s-650ca797-a31f-4eee-ac9f-281a86342165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-650ca797-a31f-4eee-ac9f-281a86342165.shg-box.shg-c {
  justify-content: center;
}

#s-4a6b2161-f945-40d8-969b-76451b04e1e2 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4a6b2161-f945-40d8-969b-76451b04e1e2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4a6b2161-f945-40d8-969b-76451b04e1e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4a6b2161-f945-40d8-969b-76451b04e1e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4a6b2161-f945-40d8-969b-76451b04e1e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4a6b2161-f945-40d8-969b-76451b04e1e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a6b2161-f945-40d8-969b-76451b04e1e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4a6b2161-f945-40d8-969b-76451b04e1e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-df759554-ab4e-4a3f-9568-70cf79d6aac0 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-df759554-ab4e-4a3f-9568-70cf79d6aac0 img.shogun-image,
  #s-df759554-ab4e-4a3f-9568-70cf79d6aac0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df759554-ab4e-4a3f-9568-70cf79d6aac0 {
    width: 100%;
    height: auto;
  }



  #s-df759554-ab4e-4a3f-9568-70cf79d6aac0 img.shogun-image {
    

    
    
    
  }


#s-df759554-ab4e-4a3f-9568-70cf79d6aac0 .shogun-image-content {
  
    align-items: center;
  
}

#s-83b79fd9-7046-4a99-8fb9-3e0b038bbe81 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fbf75257-a5e4-493f-bc7d-db6e9bfb1ebc {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbf75257-a5e4-493f-bc7d-db6e9bfb1ebc {
  
}
}@media (max-width: 767px){#s-fbf75257-a5e4-493f-bc7d-db6e9bfb1ebc {
  
}
}
#s-fbf75257-a5e4-493f-bc7d-db6e9bfb1ebc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzM3YzUzYjctOTE1Ni00YWU1LWI4MzYtM2JiZGViNzY0YWMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMzdjNTNiNy05MTU2LTRhZTUtYjgzNi0zYmJkZWI3NjRhYzIpIi8+PC9zdmc+);
}








#s-fbf75257-a5e4-493f-bc7d-db6e9bfb1ebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbf75257-a5e4-493f-bc7d-db6e9bfb1ebc.shg-box.shg-c {
  justify-content: center;
}

#s-ffc7da49-084a-40bb-ae98-168d10819af7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-ffc7da49-084a-40bb-ae98-168d10819af7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffc7da49-084a-40bb-ae98-168d10819af7.shg-box.shg-c {
  justify-content: center;
}

#s-f19a8ba0-5205-4dfd-94d8-f8fe29f36faa {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-f19a8ba0-5205-4dfd-94d8-f8fe29f36faa .shogun-heading-component h4 {
  color: rgba(208, 44, 47, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-cfcbce8b-a3ca-4889-b8c2-b5eb8cd3fb1a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cfcbce8b-a3ca-4889-b8c2-b5eb8cd3fb1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfcbce8b-a3ca-4889-b8c2-b5eb8cd3fb1a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfcbce8b-a3ca-4889-b8c2-b5eb8cd3fb1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cfcbce8b-a3ca-4889-b8c2-b5eb8cd3fb1a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfcbce8b-a3ca-4889-b8c2-b5eb8cd3fb1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfcbce8b-a3ca-4889-b8c2-b5eb8cd3fb1a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfcbce8b-a3ca-4889-b8c2-b5eb8cd3fb1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-5ab61358-ef5d-4d64-b04c-27c1889fdc8a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5ab61358-ef5d-4d64-b04c-27c1889fdc8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ab61358-ef5d-4d64-b04c-27c1889fdc8a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8ae6f985-ca69-47cd-b3fc-4f4aab0618c3 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-8ae6f985-ca69-47cd-b3fc-4f4aab0618c3 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-8ae6f985-ca69-47cd-b3fc-4f4aab0618c3.shg-box.shg-c {
  justify-content: center;
}

#s-039f5ec2-626e-459a-bee4-4dabc8ee7e1b {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-039f5ec2-626e-459a-bee4-4dabc8ee7e1b .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-88505dee-79b2-43d1-aa2e-5886c13456be {
  margin-left: auto;
margin-right: auto;
}

#s-88505dee-79b2-43d1-aa2e-5886c13456be > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-88505dee-79b2-43d1-aa2e-5886c13456be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-88505dee-79b2-43d1-aa2e-5886c13456be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-88505dee-79b2-43d1-aa2e-5886c13456be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-88505dee-79b2-43d1-aa2e-5886c13456be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-88505dee-79b2-43d1-aa2e-5886c13456be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6a09261a-de78-4d17-9362-f408ed5a3616 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-6a09261a-de78-4d17-9362-f408ed5a3616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a09261a-de78-4d17-9362-f408ed5a3616.shg-box.shg-c {
  justify-content: center;
}

#s-6e31a918-1e9b-4612-b793-855af0585a4f {
  margin-bottom: 25px;
}

#s-4c13069b-bbe8-4329-8e17-402240e3a9b4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-4c13069b-bbe8-4329-8e17-402240e3a9b4:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c13069b-bbe8-4329-8e17-402240e3a9b4:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4c13069b-bbe8-4329-8e17-402240e3a9b4-root {
    text-align: center;
  }


#s-4c13069b-bbe8-4329-8e17-402240e3a9b4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c13069b-bbe8-4329-8e17-402240e3a9b4-root {
    text-align: center;
  }


#s-4c13069b-bbe8-4329-8e17-402240e3a9b4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c13069b-bbe8-4329-8e17-402240e3a9b4-root {
    text-align: center;
  }


#s-4c13069b-bbe8-4329-8e17-402240e3a9b4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c13069b-bbe8-4329-8e17-402240e3a9b4-root {
    text-align: center;
  }


#s-4c13069b-bbe8-4329-8e17-402240e3a9b4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c13069b-bbe8-4329-8e17-402240e3a9b4-root {
    text-align: center;
  }


#s-4c13069b-bbe8-4329-8e17-402240e3a9b4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-d8cb5666-371d-41b2-bc08-0888fe65d0dd {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-d8cb5666-371d-41b2-bc08-0888fe65d0dd > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-d8cb5666-371d-41b2-bc08-0888fe65d0dd.shg-box.shg-c {
  justify-content: center;
}

#s-0ae38595-de6a-43d4-ab54-cf2df2ddb401 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-0ae38595-de6a-43d4-ab54-cf2df2ddb401 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-4225cea7-fff9-4516-85e6-abc968705d12 {
  margin-left: auto;
margin-right: auto;
}

#s-4225cea7-fff9-4516-85e6-abc968705d12 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-4225cea7-fff9-4516-85e6-abc968705d12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-4225cea7-fff9-4516-85e6-abc968705d12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-4225cea7-fff9-4516-85e6-abc968705d12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-4225cea7-fff9-4516-85e6-abc968705d12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-4225cea7-fff9-4516-85e6-abc968705d12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-c749e094-4502-415c-b49e-173eaa9ab307 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-c749e094-4502-415c-b49e-173eaa9ab307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c749e094-4502-415c-b49e-173eaa9ab307.shg-box.shg-c {
  justify-content: center;
}

#s-2be6813d-e880-4c69-8629-36b75c28d877 {
  margin-bottom: 25px;
}

#s-9a49f0b1-6cce-4404-9229-2c184a22a738 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-9a49f0b1-6cce-4404-9229-2c184a22a738:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a49f0b1-6cce-4404-9229-2c184a22a738:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9a49f0b1-6cce-4404-9229-2c184a22a738-root {
    text-align: center;
  }


#s-9a49f0b1-6cce-4404-9229-2c184a22a738.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a49f0b1-6cce-4404-9229-2c184a22a738-root {
    text-align: center;
  }


#s-9a49f0b1-6cce-4404-9229-2c184a22a738.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a49f0b1-6cce-4404-9229-2c184a22a738-root {
    text-align: center;
  }


#s-9a49f0b1-6cce-4404-9229-2c184a22a738.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a49f0b1-6cce-4404-9229-2c184a22a738-root {
    text-align: center;
  }


#s-9a49f0b1-6cce-4404-9229-2c184a22a738.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a49f0b1-6cce-4404-9229-2c184a22a738-root {
    text-align: center;
  }


#s-9a49f0b1-6cce-4404-9229-2c184a22a738.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-16dd3383-4980-4e3b-9a32-c2b3ee6d009f {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-16dd3383-4980-4e3b-9a32-c2b3ee6d009f > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-16dd3383-4980-4e3b-9a32-c2b3ee6d009f.shg-box.shg-c {
  justify-content: center;
}

#s-b3a3f6b7-ed6b-40a8-a16e-d18d32f697a7 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-b3a3f6b7-ed6b-40a8-a16e-d18d32f697a7 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-95decb46-cff2-4321-8900-924aade88061 {
  margin-left: auto;
margin-right: auto;
}

#s-95decb46-cff2-4321-8900-924aade88061 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-95decb46-cff2-4321-8900-924aade88061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-95decb46-cff2-4321-8900-924aade88061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-95decb46-cff2-4321-8900-924aade88061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-95decb46-cff2-4321-8900-924aade88061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-95decb46-cff2-4321-8900-924aade88061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-1803ed3a-5da7-4669-9090-b2c740d9e7ab {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-1803ed3a-5da7-4669-9090-b2c740d9e7ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1803ed3a-5da7-4669-9090-b2c740d9e7ab.shg-box.shg-c {
  justify-content: center;
}

#s-8689b54e-dc38-4468-aa8b-a58c63d687c2 {
  margin-bottom: 25px;
}

#s-81113c65-4c85-4494-9381-e74fb9024dbd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-81113c65-4c85-4494-9381-e74fb9024dbd:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-81113c65-4c85-4494-9381-e74fb9024dbd:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-81113c65-4c85-4494-9381-e74fb9024dbd-root {
    text-align: center;
  }


#s-81113c65-4c85-4494-9381-e74fb9024dbd.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-81113c65-4c85-4494-9381-e74fb9024dbd-root {
    text-align: center;
  }


#s-81113c65-4c85-4494-9381-e74fb9024dbd.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81113c65-4c85-4494-9381-e74fb9024dbd-root {
    text-align: center;
  }


#s-81113c65-4c85-4494-9381-e74fb9024dbd.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81113c65-4c85-4494-9381-e74fb9024dbd-root {
    text-align: center;
  }


#s-81113c65-4c85-4494-9381-e74fb9024dbd.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-81113c65-4c85-4494-9381-e74fb9024dbd-root {
    text-align: center;
  }


#s-81113c65-4c85-4494-9381-e74fb9024dbd.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-38c0e7bc-d923-44c8-81bf-bb94c72a67b6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-38c0e7bc-d923-44c8-81bf-bb94c72a67b6 {
  display: none;
}
#s-38c0e7bc-d923-44c8-81bf-bb94c72a67b6, #wrap-s-38c0e7bc-d923-44c8-81bf-bb94c72a67b6 { display: none !important; }}







#s-38c0e7bc-d923-44c8-81bf-bb94c72a67b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38c0e7bc-d923-44c8-81bf-bb94c72a67b6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5f21fa8f-420f-4776-b0cc-b5d799b3eab1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f21fa8f-420f-4776-b0cc-b5d799b3eab1 {
  
}
}@media (max-width: 767px){#s-5f21fa8f-420f-4776-b0cc-b5d799b3eab1 {
  
}
}







#s-5f21fa8f-420f-4776-b0cc-b5d799b3eab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f21fa8f-420f-4776-b0cc-b5d799b3eab1.shg-box.shg-c {
  justify-content: center;
}

#s-08e0eed0-21a3-4f2c-8b1e-944cafc16a47 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-08e0eed0-21a3-4f2c-8b1e-944cafc16a47"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-08e0eed0-21a3-4f2c-8b1e-944cafc16a47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-08e0eed0-21a3-4f2c-8b1e-944cafc16a47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-08e0eed0-21a3-4f2c-8b1e-944cafc16a47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-08e0eed0-21a3-4f2c-8b1e-944cafc16a47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-08e0eed0-21a3-4f2c-8b1e-944cafc16a47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-08e0eed0-21a3-4f2c-8b1e-944cafc16a47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-40d154d9-630d-401a-b24f-2555cb93c62d {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-40d154d9-630d-401a-b24f-2555cb93c62d img.shogun-image,
  #s-40d154d9-630d-401a-b24f-2555cb93c62d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40d154d9-630d-401a-b24f-2555cb93c62d {
    width: 100%;
    height: auto;
  }



  #s-40d154d9-630d-401a-b24f-2555cb93c62d img.shogun-image {
    

    
    
    
  }


#s-40d154d9-630d-401a-b24f-2555cb93c62d .shogun-image-content {
  
    align-items: center;
  
}

#s-b9eab758-39a5-4e5d-980a-8c3f961d9b13 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a115f1cf-a9fd-428a-a5d3-f3cb9c60b373 {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a115f1cf-a9fd-428a-a5d3-f3cb9c60b373 {
  
}
}@media (max-width: 767px){#s-a115f1cf-a9fd-428a-a5d3-f3cb9c60b373 {
  
}
}
#s-a115f1cf-a9fd-428a-a5d3-f3cb9c60b373 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDZhOTJiMTItNDE5MS00ZTA4LWJkODgtMmRhZjMyYzk2NjMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNmE5MmIxMi00MTkxLTRlMDgtYmQ4OC0yZGFmMzJjOTY2MzIpIi8+PC9zdmc+);
}








#s-a115f1cf-a9fd-428a-a5d3-f3cb9c60b373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a115f1cf-a9fd-428a-a5d3-f3cb9c60b373.shg-box.shg-c {
  justify-content: center;
}

#s-90fc8782-6882-4b28-954d-a79d4b74142a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-90fc8782-6882-4b28-954d-a79d4b74142a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90fc8782-6882-4b28-954d-a79d4b74142a.shg-box.shg-c {
  justify-content: center;
}

#s-ca4799ef-d759-40bb-9e65-8f6a95932ecc {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-ca4799ef-d759-40bb-9e65-8f6a95932ecc .shogun-heading-component h4 {
  color: rgba(208, 44, 47, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-679d58e1-46f1-4891-b87e-b21f0fda130b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-679d58e1-46f1-4891-b87e-b21f0fda130b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-679d58e1-46f1-4891-b87e-b21f0fda130b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-679d58e1-46f1-4891-b87e-b21f0fda130b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-679d58e1-46f1-4891-b87e-b21f0fda130b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-679d58e1-46f1-4891-b87e-b21f0fda130b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-679d58e1-46f1-4891-b87e-b21f0fda130b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-679d58e1-46f1-4891-b87e-b21f0fda130b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-4533d170-d85a-4384-80c6-d17f4b175b8d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4533d170-d85a-4384-80c6-d17f4b175b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4533d170-d85a-4384-80c6-d17f4b175b8d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e5b05a02-e6c0-4dbf-877c-e24d44191526 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-e5b05a02-e6c0-4dbf-877c-e24d44191526 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-e5b05a02-e6c0-4dbf-877c-e24d44191526.shg-box.shg-c {
  justify-content: center;
}

#s-00a86a7a-00fb-4ca8-ab3c-645e33b9996d {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-00a86a7a-00fb-4ca8-ab3c-645e33b9996d .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-a941bcea-e898-43d5-b4c6-c4e11f5c0109 {
  margin-left: auto;
margin-right: auto;
}

#s-a941bcea-e898-43d5-b4c6-c4e11f5c0109 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-a941bcea-e898-43d5-b4c6-c4e11f5c0109 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-a941bcea-e898-43d5-b4c6-c4e11f5c0109 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-a941bcea-e898-43d5-b4c6-c4e11f5c0109 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-a941bcea-e898-43d5-b4c6-c4e11f5c0109 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-a941bcea-e898-43d5-b4c6-c4e11f5c0109 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e1447d70-fb4e-4052-8bbe-5fb772314522 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-e1447d70-fb4e-4052-8bbe-5fb772314522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1447d70-fb4e-4052-8bbe-5fb772314522.shg-box.shg-c {
  justify-content: center;
}

#s-99155f09-08c4-4d32-a45a-f95be42e354c {
  margin-bottom: 25px;
}

#s-295b6e38-d403-4c8d-8520-4f0cd405e131 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-295b6e38-d403-4c8d-8520-4f0cd405e131"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-295b6e38-d403-4c8d-8520-4f0cd405e131"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-295b6e38-d403-4c8d-8520-4f0cd405e131"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-295b6e38-d403-4c8d-8520-4f0cd405e131"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e8e6dd76-772d-4a44-aace-3f24556a1800 {
  margin-left: auto;
margin-right: auto;
}

#s-962590d1-b6dc-4d38-bd49-fe840905bf1c {
  margin-left: auto;
margin-right: auto;
}

#s-1d5fae49-981b-4d42-9639-9681c8fc9513 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-1d5fae49-981b-4d42-9639-9681c8fc9513 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-1d5fae49-981b-4d42-9639-9681c8fc9513.shg-box.shg-c {
  justify-content: center;
}

#s-6a5f4012-719c-40b7-9ba4-b67882fbec93 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-6a5f4012-719c-40b7-9ba4-b67882fbec93 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-94d41aec-2985-4169-8882-5eceea01e815 {
  margin-left: auto;
margin-right: auto;
}

#s-94d41aec-2985-4169-8882-5eceea01e815 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-94d41aec-2985-4169-8882-5eceea01e815 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-94d41aec-2985-4169-8882-5eceea01e815 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-94d41aec-2985-4169-8882-5eceea01e815 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-94d41aec-2985-4169-8882-5eceea01e815 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-94d41aec-2985-4169-8882-5eceea01e815 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-5535d52a-2d26-47ab-ada8-f9f7e09dab5e {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-5535d52a-2d26-47ab-ada8-f9f7e09dab5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5535d52a-2d26-47ab-ada8-f9f7e09dab5e.shg-box.shg-c {
  justify-content: center;
}

#s-ba834985-5d30-4b14-9cb6-dd24826f2aa1 {
  margin-bottom: 25px;
}

#s-25d07a5d-05bb-4162-8589-ba4ae38b8aea {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-25d07a5d-05bb-4162-8589-ba4ae38b8aea:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-25d07a5d-05bb-4162-8589-ba4ae38b8aea:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-25d07a5d-05bb-4162-8589-ba4ae38b8aea-root {
    text-align: center;
  }


#s-25d07a5d-05bb-4162-8589-ba4ae38b8aea.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25d07a5d-05bb-4162-8589-ba4ae38b8aea-root {
    text-align: center;
  }


#s-25d07a5d-05bb-4162-8589-ba4ae38b8aea.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25d07a5d-05bb-4162-8589-ba4ae38b8aea-root {
    text-align: center;
  }


#s-25d07a5d-05bb-4162-8589-ba4ae38b8aea.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25d07a5d-05bb-4162-8589-ba4ae38b8aea-root {
    text-align: center;
  }


#s-25d07a5d-05bb-4162-8589-ba4ae38b8aea.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25d07a5d-05bb-4162-8589-ba4ae38b8aea-root {
    text-align: center;
  }


#s-25d07a5d-05bb-4162-8589-ba4ae38b8aea.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-5fa4717f-d936-477a-a84e-12296ca505d9 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-5fa4717f-d936-477a-a84e-12296ca505d9 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-5fa4717f-d936-477a-a84e-12296ca505d9.shg-box.shg-c {
  justify-content: center;
}

#s-b24a5fb9-15e8-4cef-8f31-047ea35b7006 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-b24a5fb9-15e8-4cef-8f31-047ea35b7006 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-252986c6-6703-418a-9330-b361b4b44871 {
  margin-left: auto;
margin-right: auto;
}

#s-252986c6-6703-418a-9330-b361b4b44871 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-252986c6-6703-418a-9330-b361b4b44871 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-252986c6-6703-418a-9330-b361b4b44871 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-252986c6-6703-418a-9330-b361b4b44871 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-252986c6-6703-418a-9330-b361b4b44871 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-252986c6-6703-418a-9330-b361b4b44871 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-652531dd-ccb7-41bb-8252-5bd2ed19c586 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-652531dd-ccb7-41bb-8252-5bd2ed19c586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-652531dd-ccb7-41bb-8252-5bd2ed19c586.shg-box.shg-c {
  justify-content: center;
}

#s-c3234b11-8031-48b0-bcac-9b469f011422 {
  margin-bottom: 25px;
}

#s-581c8e4b-af5b-4e78-a762-8cd6efc04191 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM1MjU2MmYtNjAzYi00ZmZhLTgwZmEtOTZhZWUxOTZiNmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzUyNTYyZi02MDNiLTRmZmEtODBmYS05NmFlZTE5NmI2YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-581c8e4b-af5b-4e78-a762-8cd6efc04191:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-581c8e4b-af5b-4e78-a762-8cd6efc04191:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-581c8e4b-af5b-4e78-a762-8cd6efc04191-root {
    text-align: center;
  }


#s-581c8e4b-af5b-4e78-a762-8cd6efc04191.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-581c8e4b-af5b-4e78-a762-8cd6efc04191-root {
    text-align: center;
  }


#s-581c8e4b-af5b-4e78-a762-8cd6efc04191.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-581c8e4b-af5b-4e78-a762-8cd6efc04191-root {
    text-align: center;
  }


#s-581c8e4b-af5b-4e78-a762-8cd6efc04191.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-581c8e4b-af5b-4e78-a762-8cd6efc04191-root {
    text-align: center;
  }


#s-581c8e4b-af5b-4e78-a762-8cd6efc04191.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-581c8e4b-af5b-4e78-a762-8cd6efc04191-root {
    text-align: center;
  }


#s-581c8e4b-af5b-4e78-a762-8cd6efc04191.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-2bc0240d-0949-4c7e-b11c-fcaa2ebf0093 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-2bc0240d-0949-4c7e-b11c-fcaa2ebf0093 {
  display: none;
}
#s-2bc0240d-0949-4c7e-b11c-fcaa2ebf0093, #wrap-s-2bc0240d-0949-4c7e-b11c-fcaa2ebf0093 { display: none !important; }}







#s-2bc0240d-0949-4c7e-b11c-fcaa2ebf0093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bc0240d-0949-4c7e-b11c-fcaa2ebf0093.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6141e9b2-5956-4bc2-a722-d03e2e72165d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(167, 168, 169, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-6141e9b2-5956-4bc2-a722-d03e2e72165d {
  
}
}@media (max-width: 767px){#s-6141e9b2-5956-4bc2-a722-d03e2e72165d {
  
}
}







#s-6141e9b2-5956-4bc2-a722-d03e2e72165d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6141e9b2-5956-4bc2-a722-d03e2e72165d.shg-box.shg-c {
  justify-content: center;
}

#s-df592c49-9883-4365-952b-17f741258daa {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-df592c49-9883-4365-952b-17f741258daa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df592c49-9883-4365-952b-17f741258daa.shg-box.shg-c {
  justify-content: center;
}

#s-b93f37ab-e879-4089-858c-07ce7f995eee {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 105, 55, 0);
}

#s-b93f37ab-e879-4089-858c-07ce7f995eee .shogun-heading-component h3 {
  color: rgba(208, 44, 47, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-69f93e45-9998-4c89-b211-529b54ed8026 {
  margin-left: 7%;
margin-right: 7%;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-69f93e45-9998-4c89-b211-529b54ed8026"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-69f93e45-9998-4c89-b211-529b54ed8026"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-69f93e45-9998-4c89-b211-529b54ed8026"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-69f93e45-9998-4c89-b211-529b54ed8026"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-14fcc355-632a-468c-ae7b-2d764a08f651 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
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: none;
border-radius: 10px;
min-height: 225px;
}








#s-14fcc355-632a-468c-ae7b-2d764a08f651 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-14fcc355-632a-468c-ae7b-2d764a08f651 {
  cursor: pointer;
}#s-14fcc355-632a-468c-ae7b-2d764a08f651.shg-box.shg-c {
  justify-content: flex-start;
}

#s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shogun-image-content {
  
    align-items: center;
  
}

.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
      position: relative;
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shogun-image-content {
  
    align-items: center;
  
}

.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
      position: relative;
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shogun-image-content {
  
    align-items: center;
  
}

.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
      position: relative;
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shogun-image-content {
  
    align-items: center;
  
}

.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
      position: relative;
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd .shogun-image-content {
  
    align-items: center;
  
}

.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container {
      position: relative;
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-339a8c84-e1f6-4f65-a164-f0a2d22ae4bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-a1ca21ec-5d69-4766-92ec-ad7da22725cd {
  margin-top: 0px;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-a1ca21ec-5d69-4766-92ec-ad7da22725cd .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-2c207362-ab3b-43f1-9215-cf599986d660 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
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: none;
border-radius: 10px;
min-height: 225px;
}








#s-2c207362-ab3b-43f1-9215-cf599986d660 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-2c207362-ab3b-43f1-9215-cf599986d660 {
  cursor: pointer;
}#s-2c207362-ab3b-43f1-9215-cf599986d660.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shogun-image-content {
  
    align-items: center;
  
}

.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
      position: relative;
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shogun-image-content {
  
    align-items: center;
  
}

.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
      position: relative;
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shogun-image-content {
  
    align-items: center;
  
}

.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
      position: relative;
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shogun-image-content {
  
    align-items: center;
  
}

.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
      position: relative;
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 .shogun-image-content {
  
    align-items: center;
  
}

.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container {
      position: relative;
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e159fb26-656d-4ef5-a1d5-1b7bfab4c618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-9d826069-8b76-4e57-9c52-b75ac0212a86 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-9d826069-8b76-4e57-9c52-b75ac0212a86 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-a70c6ba3-6f46-46cd-85ac-6631e82efa61 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
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: none;
border-radius: 10px;
min-height: 225px;
}








#s-a70c6ba3-6f46-46cd-85ac-6631e82efa61 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-a70c6ba3-6f46-46cd-85ac-6631e82efa61 {
  cursor: pointer;
}#s-a70c6ba3-6f46-46cd-85ac-6631e82efa61.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
      position: relative;
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
      position: relative;
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
      position: relative;
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
      position: relative;
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container {
      position: relative;
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ec8679f-c6d9-4a1d-b520-fe0987af2a03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-d123b40d-3033-4c9a-91a9-503c86d321bf {
  margin-left: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-d123b40d-3033-4c9a-91a9-503c86d321bf .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1e82b0f3-4c80-43ff-86c9-11b926ad9a13 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
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: none;
border-radius: 10px;
min-height: 225px;
opacity: 1;
}








#s-1e82b0f3-4c80-43ff-86c9-11b926ad9a13 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-1e82b0f3-4c80-43ff-86c9-11b926ad9a13 {
  cursor: pointer;
}#s-1e82b0f3-4c80-43ff-86c9-11b926ad9a13.shg-box.shg-c {
  justify-content: flex-start;
}

#s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shogun-image-content {
  
    align-items: center;
  
}

.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
      position: relative;
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shogun-image-content {
  
    align-items: center;
  
}

.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
      position: relative;
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shogun-image-content {
  
    align-items: center;
  
}

.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
      position: relative;
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shogun-image-content {
  
    align-items: center;
  
}

.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
      position: relative;
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-828ef4fe-53cb-48f2-889d-f20b1dc0174f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f .shogun-image-content {
  
    align-items: center;
  
}

.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container {
      position: relative;
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-828ef4fe-53cb-48f2-889d-f20b1dc0174f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-88abd1a6-8c1d-4604-b335-c8585cd3b4a2 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-88abd1a6-8c1d-4604-b335-c8585cd3b4a2 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-58e0e8fb-2ea7-472d-907d-7859ec95e09c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
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: none;
border-radius: 10px;
min-height: 225px;
}








#s-58e0e8fb-2ea7-472d-907d-7859ec95e09c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-58e0e8fb-2ea7-472d-907d-7859ec95e09c {
  cursor: pointer;
}#s-58e0e8fb-2ea7-472d-907d-7859ec95e09c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
      position: relative;
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
      position: relative;
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
      position: relative;
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
      position: relative;
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container {
      position: relative;
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf7135f4-cb4a-4591-900c-5a55c9a8cc49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-ec1e0ad0-1c6e-483f-8131-fbc9fcaa9f44 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-ec1e0ad0-1c6e-483f-8131-fbc9fcaa9f44 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-a5bb02b0-3b97-44b2-bcf4-3403c68b53f5 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
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: none;
border-radius: 10px;
min-height: 225px;
}








#s-a5bb02b0-3b97-44b2-bcf4-3403c68b53f5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-a5bb02b0-3b97-44b2-bcf4-3403c68b53f5 {
  cursor: pointer;
}#s-a5bb02b0-3b97-44b2-bcf4-3403c68b53f5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fb008f19-d245-4294-ae9f-26a66130cb91 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fb008f19-d245-4294-ae9f-26a66130cb91 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb008f19-d245-4294-ae9f-26a66130cb91 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb008f19-d245-4294-ae9f-26a66130cb91 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb008f19-d245-4294-ae9f-26a66130cb91 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb008f19-d245-4294-ae9f-26a66130cb91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb008f19-d245-4294-ae9f-26a66130cb91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
      position: relative;
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fb008f19-d245-4294-ae9f-26a66130cb91 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb008f19-d245-4294-ae9f-26a66130cb91 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb008f19-d245-4294-ae9f-26a66130cb91 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb008f19-d245-4294-ae9f-26a66130cb91 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb008f19-d245-4294-ae9f-26a66130cb91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb008f19-d245-4294-ae9f-26a66130cb91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
      position: relative;
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-fb008f19-d245-4294-ae9f-26a66130cb91 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb008f19-d245-4294-ae9f-26a66130cb91 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb008f19-d245-4294-ae9f-26a66130cb91 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb008f19-d245-4294-ae9f-26a66130cb91 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb008f19-d245-4294-ae9f-26a66130cb91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb008f19-d245-4294-ae9f-26a66130cb91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
      position: relative;
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-fb008f19-d245-4294-ae9f-26a66130cb91 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb008f19-d245-4294-ae9f-26a66130cb91 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb008f19-d245-4294-ae9f-26a66130cb91 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb008f19-d245-4294-ae9f-26a66130cb91 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb008f19-d245-4294-ae9f-26a66130cb91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb008f19-d245-4294-ae9f-26a66130cb91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
      position: relative;
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-fb008f19-d245-4294-ae9f-26a66130cb91 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb008f19-d245-4294-ae9f-26a66130cb91 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb008f19-d245-4294-ae9f-26a66130cb91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb008f19-d245-4294-ae9f-26a66130cb91 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb008f19-d245-4294-ae9f-26a66130cb91 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb008f19-d245-4294-ae9f-26a66130cb91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb008f19-d245-4294-ae9f-26a66130cb91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container {
      position: relative;
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb008f19-d245-4294-ae9f-26a66130cb91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-dfef6000-b9ff-45d2-a55a-895b1855a512 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-dfef6000-b9ff-45d2-a55a-895b1855a512 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-5b9792d0-57d7-43f0-8138-799dcd1ad4b3 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
margin-top: 30px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-5b9792d0-57d7-43f0-8138-799dcd1ad4b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b9792d0-57d7-43f0-8138-799dcd1ad4b3.shg-box.shg-c {
  justify-content: center;
}

#s-51d9cd71-3d1e-49bf-b67b-7721e60b42fa {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-51d9cd71-3d1e-49bf-b67b-7721e60b42fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51d9cd71-3d1e-49bf-b67b-7721e60b42fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-51d9cd71-3d1e-49bf-b67b-7721e60b42fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-51d9cd71-3d1e-49bf-b67b-7721e60b42fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-51d9cd71-3d1e-49bf-b67b-7721e60b42fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-51d9cd71-3d1e-49bf-b67b-7721e60b42fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-51d9cd71-3d1e-49bf-b67b-7721e60b42fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  display: none;
}
#s-c5540128-68b9-4e1d-a77f-b3a208b3478f, #wrap-s-c5540128-68b9-4e1d-a77f-b3a208b3478f { display: none !important; }}


.shg-image-margin-container-s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5540128-68b9-4e1d-a77f-b3a208b3478f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shogun-image-content {
  
    align-items: center;
  
}

.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
      position: relative;
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5540128-68b9-4e1d-a77f-b3a208b3478f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shogun-image-content {
  
    align-items: center;
  
}

.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
      position: relative;
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5540128-68b9-4e1d-a77f-b3a208b3478f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shogun-image-content {
  
    align-items: center;
  
}

.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
      position: relative;
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5540128-68b9-4e1d-a77f-b3a208b3478f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shogun-image-content {
  
    align-items: center;
  
}

.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
      position: relative;
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5540128-68b9-4e1d-a77f-b3a208b3478f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c5540128-68b9-4e1d-a77f-b3a208b3478f .shogun-image-content {
  
    align-items: center;
  
}

.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container {
      position: relative;
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5540128-68b9-4e1d-a77f-b3a208b3478f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-1532b06a-687a-44f2-bc15-ea241323caf6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1532b06a-687a-44f2-bc15-ea241323caf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1532b06a-687a-44f2-bc15-ea241323caf6.shg-box.shg-c {
  justify-content: center;
}

#s-355b593f-702a-4037-8907-39025a859677 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
background-color: rgba(77, 88, 88, 0);
}

#s-355b593f-702a-4037-8907-39025a859677 .shogun-heading-component h3 {
  color: rgba(208, 44, 47, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-11b39151-a474-4e98-96ec-5d351f8dbe10 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-e22934ff-a341-421b-869d-46a028d18f8b {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-e22934ff-a341-421b-869d-46a028d18f8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e22934ff-a341-421b-869d-46a028d18f8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e22934ff-a341-421b-869d-46a028d18f8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e22934ff-a341-421b-869d-46a028d18f8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ca4c8899-1d56-4b2c-bb76-55dcff535cdf {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}








#s-ca4c8899-1d56-4b2c-bb76-55dcff535cdf > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.6;
  display: block;
}#s-ca4c8899-1d56-4b2c-bb76-55dcff535cdf {
  cursor: pointer;
}#s-ca4c8899-1d56-4b2c-bb76-55dcff535cdf.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b06052f4-5f45-4308-a74f-c4ce3c4698a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b06052f4-5f45-4308-a74f-c4ce3c4698a9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-30ba8a76-4164-4daa-9314-942d266254d9 {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-30ba8a76-4164-4daa-9314-942d266254d9 {
  
  margin-right: auto;
  margin-top: 15px;
  
  /* Add padding handling */
  
  
  
  
}

#s-30ba8a76-4164-4daa-9314-942d266254d9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ba8a76-4164-4daa-9314-942d266254d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-30ba8a76-4164-4daa-9314-942d266254d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-30ba8a76-4164-4daa-9314-942d266254d9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image {
  box-sizing: border-box;
}


.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-30ba8a76-4164-4daa-9314-942d266254d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
      position: relative;
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-30ba8a76-4164-4daa-9314-942d266254d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30ba8a76-4164-4daa-9314-942d266254d9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ba8a76-4164-4daa-9314-942d266254d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-30ba8a76-4164-4daa-9314-942d266254d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-30ba8a76-4164-4daa-9314-942d266254d9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image {
  box-sizing: border-box;
}


.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-30ba8a76-4164-4daa-9314-942d266254d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
      position: relative;
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-30ba8a76-4164-4daa-9314-942d266254d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30ba8a76-4164-4daa-9314-942d266254d9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ba8a76-4164-4daa-9314-942d266254d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-30ba8a76-4164-4daa-9314-942d266254d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-30ba8a76-4164-4daa-9314-942d266254d9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image {
  box-sizing: border-box;
}


.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-30ba8a76-4164-4daa-9314-942d266254d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
      position: relative;
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-30ba8a76-4164-4daa-9314-942d266254d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30ba8a76-4164-4daa-9314-942d266254d9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ba8a76-4164-4daa-9314-942d266254d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-30ba8a76-4164-4daa-9314-942d266254d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-30ba8a76-4164-4daa-9314-942d266254d9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image {
  box-sizing: border-box;
}


.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-30ba8a76-4164-4daa-9314-942d266254d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
      position: relative;
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-30ba8a76-4164-4daa-9314-942d266254d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30ba8a76-4164-4daa-9314-942d266254d9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ba8a76-4164-4daa-9314-942d266254d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-30ba8a76-4164-4daa-9314-942d266254d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-30ba8a76-4164-4daa-9314-942d266254d9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image {
  box-sizing: border-box;
}


.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-30ba8a76-4164-4daa-9314-942d266254d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-30ba8a76-4164-4daa-9314-942d266254d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container {
      position: relative;
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ba8a76-4164-4daa-9314-942d266254d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-88f6f804-c224-492b-b72c-5a27cebcc4fd {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-88f6f804-c224-492b-b72c-5a27cebcc4fd > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.6;
  display: block;
}#s-88f6f804-c224-492b-b72c-5a27cebcc4fd {
  cursor: pointer;
}#s-88f6f804-c224-492b-b72c-5a27cebcc4fd.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ad7c337e-6af7-496b-8bbd-74e9f38c7de0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ad7c337e-6af7-496b-8bbd-74e9f38c7de0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-f44074ba-d709-4b22-a67a-407484247a32 {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-f44074ba-d709-4b22-a67a-407484247a32 {
  
  margin-right: auto;
  margin-top: 15px;
  
  /* Add padding handling */
  
  
  
  
}

#s-f44074ba-d709-4b22-a67a-407484247a32 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f44074ba-d709-4b22-a67a-407484247a32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f44074ba-d709-4b22-a67a-407484247a32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f44074ba-d709-4b22-a67a-407484247a32 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44074ba-d709-4b22-a67a-407484247a32.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image {
  box-sizing: border-box;
}


.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f44074ba-d709-4b22-a67a-407484247a32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
      position: relative;
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f44074ba-d709-4b22-a67a-407484247a32 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f44074ba-d709-4b22-a67a-407484247a32 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f44074ba-d709-4b22-a67a-407484247a32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f44074ba-d709-4b22-a67a-407484247a32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f44074ba-d709-4b22-a67a-407484247a32 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44074ba-d709-4b22-a67a-407484247a32.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image {
  box-sizing: border-box;
}


.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f44074ba-d709-4b22-a67a-407484247a32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
      position: relative;
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-f44074ba-d709-4b22-a67a-407484247a32 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f44074ba-d709-4b22-a67a-407484247a32 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f44074ba-d709-4b22-a67a-407484247a32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f44074ba-d709-4b22-a67a-407484247a32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f44074ba-d709-4b22-a67a-407484247a32 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44074ba-d709-4b22-a67a-407484247a32.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image {
  box-sizing: border-box;
}


.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f44074ba-d709-4b22-a67a-407484247a32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
      position: relative;
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-f44074ba-d709-4b22-a67a-407484247a32 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f44074ba-d709-4b22-a67a-407484247a32 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f44074ba-d709-4b22-a67a-407484247a32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f44074ba-d709-4b22-a67a-407484247a32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f44074ba-d709-4b22-a67a-407484247a32 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44074ba-d709-4b22-a67a-407484247a32.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image {
  box-sizing: border-box;
}


.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f44074ba-d709-4b22-a67a-407484247a32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
      position: relative;
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-f44074ba-d709-4b22-a67a-407484247a32 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f44074ba-d709-4b22-a67a-407484247a32 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f44074ba-d709-4b22-a67a-407484247a32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f44074ba-d709-4b22-a67a-407484247a32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f44074ba-d709-4b22-a67a-407484247a32 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44074ba-d709-4b22-a67a-407484247a32.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image {
  box-sizing: border-box;
}


.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f44074ba-d709-4b22-a67a-407484247a32 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f44074ba-d709-4b22-a67a-407484247a32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container {
      position: relative;
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44074ba-d709-4b22-a67a-407484247a32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-3c979808-6007-453c-9986-79a679439ac5 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-3c979808-6007-453c-9986-79a679439ac5 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.6;
  display: block;
}#s-3c979808-6007-453c-9986-79a679439ac5 {
  cursor: pointer;
}#s-3c979808-6007-453c-9986-79a679439ac5.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2bd9bd5d-0961-460e-9fe9-e5bad585b5c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2bd9bd5d-0961-460e-9fe9-e5bad585b5c5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-2cb7a15e-0ef0-4422-9537-583a752721cb {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-2cb7a15e-0ef0-4422-9537-583a752721cb {
  
  margin-right: auto;
  margin-top: 15px;
  
  /* Add padding handling */
  
  
  
  
}

#s-2cb7a15e-0ef0-4422-9537-583a752721cb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cb7a15e-0ef0-4422-9537-583a752721cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shogun-image-content {
  
    align-items: center;
  
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image {
  box-sizing: border-box;
}


.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-2cb7a15e-0ef0-4422-9537-583a752721cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
      position: relative;
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2cb7a15e-0ef0-4422-9537-583a752721cb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2cb7a15e-0ef0-4422-9537-583a752721cb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cb7a15e-0ef0-4422-9537-583a752721cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shogun-image-content {
  
    align-items: center;
  
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image {
  box-sizing: border-box;
}


.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-2cb7a15e-0ef0-4422-9537-583a752721cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
      position: relative;
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-2cb7a15e-0ef0-4422-9537-583a752721cb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2cb7a15e-0ef0-4422-9537-583a752721cb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cb7a15e-0ef0-4422-9537-583a752721cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shogun-image-content {
  
    align-items: center;
  
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image {
  box-sizing: border-box;
}


.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-2cb7a15e-0ef0-4422-9537-583a752721cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
      position: relative;
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-2cb7a15e-0ef0-4422-9537-583a752721cb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2cb7a15e-0ef0-4422-9537-583a752721cb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cb7a15e-0ef0-4422-9537-583a752721cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shogun-image-content {
  
    align-items: center;
  
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image {
  box-sizing: border-box;
}


.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-2cb7a15e-0ef0-4422-9537-583a752721cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
      position: relative;
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-2cb7a15e-0ef0-4422-9537-583a752721cb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2cb7a15e-0ef0-4422-9537-583a752721cb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cb7a15e-0ef0-4422-9537-583a752721cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shogun-image-content {
  
    align-items: center;
  
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image {
  box-sizing: border-box;
}


.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2cb7a15e-0ef0-4422-9537-583a752721cb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-2cb7a15e-0ef0-4422-9537-583a752721cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container {
      position: relative;
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cb7a15e-0ef0-4422-9537-583a752721cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-726c9ff5-ed26-48f6-ab10-218ecc9e6807 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(48, 52, 59, 1);
}








#s-726c9ff5-ed26-48f6-ab10-218ecc9e6807 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-726c9ff5-ed26-48f6-ab10-218ecc9e6807.shg-box.shg-c {
  justify-content: center;
}

#s-32478ec8-6ed2-4ec4-a7f0-22095624b645 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-32478ec8-6ed2-4ec4-a7f0-22095624b645 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32478ec8-6ed2-4ec4-a7f0-22095624b645.shg-box.shg-c {
  justify-content: center;
}

#s-2d9a7ac8-5568-4f1d-8bed-95655a7a525c {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d9a7ac8-5568-4f1d-8bed-95655a7a525c .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-004bed00-abae-459e-981e-886a0d26bdf9 {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-004bed00-abae-459e-981e-886a0d26bdf9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-004bed00-abae-459e-981e-886a0d26bdf9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-004bed00-abae-459e-981e-886a0d26bdf9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-004bed00-abae-459e-981e-886a0d26bdf9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-89e83c46-780a-4c1b-895f-a26e2437aa53 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-89e83c46-780a-4c1b-895f-a26e2437aa53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89e83c46-780a-4c1b-895f-a26e2437aa53.shg-box.shg-c {
  justify-content: center;
}

#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
  
  
  margin-top: 0px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
      position: relative;
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
      position: relative;
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
      position: relative;
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
      position: relative;
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container {
      position: relative;
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97006b4b-f4a0-41d5-9f45-ecc63f9bf5b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-5d3af415-897d-466f-a286-91b93721a4c1 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-5d3af415-897d-466f-a286-91b93721a4c1:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-5d3af415-897d-466f-a286-91b93721a4c1:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-5d3af415-897d-466f-a286-91b93721a4c1-root {
    text-align: center;
  }


#s-5d3af415-897d-466f-a286-91b93721a4c1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5d3af415-897d-466f-a286-91b93721a4c1-root {
    text-align: center;
  }


#s-5d3af415-897d-466f-a286-91b93721a4c1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d3af415-897d-466f-a286-91b93721a4c1-root {
    text-align: center;
  }


#s-5d3af415-897d-466f-a286-91b93721a4c1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d3af415-897d-466f-a286-91b93721a4c1-root {
    text-align: center;
  }


#s-5d3af415-897d-466f-a286-91b93721a4c1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5d3af415-897d-466f-a286-91b93721a4c1-root {
    text-align: center;
  }


#s-5d3af415-897d-466f-a286-91b93721a4c1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-b252fc51-f47c-4f35-8833-df46866cbf54 {
  min-height: 50px;
}








#s-b252fc51-f47c-4f35-8833-df46866cbf54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b252fc51-f47c-4f35-8833-df46866cbf54.shg-box.shg-c {
  justify-content: center;
}

#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
      position: relative;
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
      position: relative;
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
      position: relative;
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
      position: relative;
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container {
      position: relative;
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe68399-a776-45e2-a25d-12b3b8eb93f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e-root {
    text-align: center;
  }


#s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e-root {
    text-align: center;
  }


#s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e-root {
    text-align: center;
  }


#s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e-root {
    text-align: center;
  }


#s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e-root {
    text-align: center;
  }


#s-0092eed7-8e8c-4d5f-a41b-95e9e89e244e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-d62d96f1-d022-49dc-8715-b32723289c25 {
  min-height: 50px;
}








#s-d62d96f1-d022-49dc-8715-b32723289c25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d62d96f1-d022-49dc-8715-b32723289c25.shg-box.shg-c {
  justify-content: center;
}

#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
      position: relative;
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
      position: relative;
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
      position: relative;
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
      position: relative;
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container {
      position: relative;
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2036bf2-9665-40a7-97ed-3ec9a9ca9bb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b-root {
    text-align: center;
  }


#s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b-root {
    text-align: center;
  }


#s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b-root {
    text-align: center;
  }


#s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b-root {
    text-align: center;
  }


#s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b-root {
    text-align: center;
  }


#s-ea60ee37-9d9b-43a2-ada4-e50cacddee9b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-6ceb9699-d900-4389-a2d9-fcb5a408a98a {
  min-height: 50px;
}








#s-6ceb9699-d900-4389-a2d9-fcb5a408a98a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ceb9699-d900-4389-a2d9-fcb5a408a98a.shg-box.shg-c {
  justify-content: center;
}

#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shogun-image-content {
  
    align-items: center;
  
}

.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
      position: relative;
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shogun-image-content {
  
    align-items: center;
  
}

.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
      position: relative;
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shogun-image-content {
  
    align-items: center;
  
}

.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
      position: relative;
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shogun-image-content {
  
    align-items: center;
  
}

.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
      position: relative;
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f .shogun-image-content {
  
    align-items: center;
  
}

.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container {
      position: relative;
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38bf2cca-5e22-4c72-9b4f-33ca6601fe9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-5521e194-ba92-4600-8f81-82b5f886d616 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-5521e194-ba92-4600-8f81-82b5f886d616:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-5521e194-ba92-4600-8f81-82b5f886d616:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-5521e194-ba92-4600-8f81-82b5f886d616-root {
    text-align: center;
  }


#s-5521e194-ba92-4600-8f81-82b5f886d616.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5521e194-ba92-4600-8f81-82b5f886d616-root {
    text-align: center;
  }


#s-5521e194-ba92-4600-8f81-82b5f886d616.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5521e194-ba92-4600-8f81-82b5f886d616-root {
    text-align: center;
  }


#s-5521e194-ba92-4600-8f81-82b5f886d616.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5521e194-ba92-4600-8f81-82b5f886d616-root {
    text-align: center;
  }


#s-5521e194-ba92-4600-8f81-82b5f886d616.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5521e194-ba92-4600-8f81-82b5f886d616-root {
    text-align: center;
  }


#s-5521e194-ba92-4600-8f81-82b5f886d616.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
