.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-90efdb77-cb6a-4a05-92d8-a11cc5bd6bfd {
  background-attachment: fixed;
min-height: 0px;
background-color: rgba(249, 181, 47, 1);
}
@media (min-width: 1200px){#s-90efdb77-cb6a-4a05-92d8-a11cc5bd6bfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90efdb77-cb6a-4a05-92d8-a11cc5bd6bfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90efdb77-cb6a-4a05-92d8-a11cc5bd6bfd {
  
}
}@media (max-width: 767px){#s-90efdb77-cb6a-4a05-92d8-a11cc5bd6bfd {
  
}
}







#s-90efdb77-cb6a-4a05-92d8-a11cc5bd6bfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90efdb77-cb6a-4a05-92d8-a11cc5bd6bfd.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;
}

@media (min-width: 0px) {
[id="s-3cb54428-c6c5-4746-b019-ac5e7a6e5faf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cb54428-c6c5-4746-b019-ac5e7a6e5faf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3cb54428-c6c5-4746-b019-ac5e7a6e5faf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cb54428-c6c5-4746-b019-ac5e7a6e5faf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-18ef8077-cdae-422d-b8fb-0c16361ae8cf {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 0px;
background-color: rgba(238, 103, 52, 1);
}








#s-18ef8077-cdae-422d-b8fb-0c16361ae8cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18ef8077-cdae-422d-b8fb-0c16361ae8cf.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-b3baad81-872f-4263-9723-cc842a9ae613 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b3baad81-872f-4263-9723-cc842a9ae613 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 39px;
  
  
  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 {
  
  
  
}

.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-3b9a0c1f-62af-4810-8797-e8f406c95870 {
  padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(238, 103, 52, 1);
}
#s-3b9a0c1f-62af-4810-8797-e8f406c95870:hover {border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
background-color: rgba(206, 93, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3b9a0c1f-62af-4810-8797-e8f406c95870:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b9a0c1f-62af-4810-8797-e8f406c95870-root {
    text-align: left;
  }


#s-3b9a0c1f-62af-4810-8797-e8f406c95870.shg-btn {
  color: rgba(238, 103, 52, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b9a0c1f-62af-4810-8797-e8f406c95870-root {
    text-align: left;
  }


#s-3b9a0c1f-62af-4810-8797-e8f406c95870.shg-btn {
  color: rgba(238, 103, 52, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b9a0c1f-62af-4810-8797-e8f406c95870-root {
    text-align: left;
  }


#s-3b9a0c1f-62af-4810-8797-e8f406c95870.shg-btn {
  color: rgba(238, 103, 52, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b9a0c1f-62af-4810-8797-e8f406c95870-root {
    text-align: left;
  }


#s-3b9a0c1f-62af-4810-8797-e8f406c95870.shg-btn {
  color: rgba(238, 103, 52, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b9a0c1f-62af-4810-8797-e8f406c95870-root {
    text-align: left;
  }


#s-3b9a0c1f-62af-4810-8797-e8f406c95870.shg-btn {
  color: rgba(238, 103, 52, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-93f7b649-d3b3-4266-b434-cfb23f62ca25 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-93f7b649-d3b3-4266-b434-cfb23f62ca25 {
  min-height: 350px;
}
}
#s-93f7b649-d3b3-4266-b434-cfb23f62ca25 {
  background-image: url(https://i.shgcdn.com/83acf960-e9b6-4271-930b-5e5814ff5d79/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-93f7b649-d3b3-4266-b434-cfb23f62ca25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93f7b649-d3b3-4266-b434-cfb23f62ca25.shg-box.shg-c {
  justify-content: center;
}

#s-acca99cd-3593-40b4-b049-ff26b7969e77 {
  background-attachment: fixed;
min-height: 0px;
background-color: rgba(255, 191, 47, 1);
}
@media (min-width: 1200px){#s-acca99cd-3593-40b4-b049-ff26b7969e77 {
  display: none;
}
#s-acca99cd-3593-40b4-b049-ff26b7969e77, #wrap-s-acca99cd-3593-40b4-b049-ff26b7969e77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acca99cd-3593-40b4-b049-ff26b7969e77 {
  display: none;
}
#s-acca99cd-3593-40b4-b049-ff26b7969e77, #wrap-s-acca99cd-3593-40b4-b049-ff26b7969e77 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acca99cd-3593-40b4-b049-ff26b7969e77 {
  display: none;
}
#s-acca99cd-3593-40b4-b049-ff26b7969e77, #wrap-s-acca99cd-3593-40b4-b049-ff26b7969e77 { display: none !important; }}@media (max-width: 767px){#s-acca99cd-3593-40b4-b049-ff26b7969e77 {
  display: none;
}
#s-acca99cd-3593-40b4-b049-ff26b7969e77, #wrap-s-acca99cd-3593-40b4-b049-ff26b7969e77 { display: none !important; }}







#s-acca99cd-3593-40b4-b049-ff26b7969e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acca99cd-3593-40b4-b049-ff26b7969e77.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-e4a0cc43-9564-4f90-8e8e-e0035de6b525 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4a0cc43-9564-4f90-8e8e-e0035de6b525 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4a0cc43-9564-4f90-8e8e-e0035de6b525 {
  
}
}@media (max-width: 767px){#s-e4a0cc43-9564-4f90-8e8e-e0035de6b525 {
  
}
}
@media (min-width: 0px) {
[id="s-e4a0cc43-9564-4f90-8e8e-e0035de6b525"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4a0cc43-9564-4f90-8e8e-e0035de6b525"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4a0cc43-9564-4f90-8e8e-e0035de6b525"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4a0cc43-9564-4f90-8e8e-e0035de6b525"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5f91f86e-f6b3-4914-a7a0-0e68e0834e59 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-5f91f86e-f6b3-4914-a7a0-0e68e0834e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f91f86e-f6b3-4914-a7a0-0e68e0834e59.shg-box.shg-c {
  justify-content: center;
}

#s-b4d07738-cd1e-4c12-8dde-89df0960f01d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b4d07738-cd1e-4c12-8dde-89df0960f01d .shogun-heading-component h1 {
  color: rgba(45, 42, 38, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 39px;
  
  
  text-align: left;
}



#s-c637d599-71ad-420b-bf27-3b7ea5163714 {
  padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-c637d599-71ad-420b-bf27-3b7ea5163714:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzFjZDE0ODEtODNmYi00ZDQ5LThlMGQtOTI0MzE1MWVkN2YxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MWNkMTQ4MS04M2ZiLTRkNDktOGUwZC05MjQzMTUxZWQ3ZjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-c637d599-71ad-420b-bf27-3b7ea5163714:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-c637d599-71ad-420b-bf27-3b7ea5163714-root {
    text-align: left;
  }


#s-c637d599-71ad-420b-bf27-3b7ea5163714.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c637d599-71ad-420b-bf27-3b7ea5163714-root {
    text-align: left;
  }


#s-c637d599-71ad-420b-bf27-3b7ea5163714.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c637d599-71ad-420b-bf27-3b7ea5163714-root {
    text-align: left;
  }


#s-c637d599-71ad-420b-bf27-3b7ea5163714.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c637d599-71ad-420b-bf27-3b7ea5163714-root {
    text-align: left;
  }


#s-c637d599-71ad-420b-bf27-3b7ea5163714.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c637d599-71ad-420b-bf27-3b7ea5163714-root {
    text-align: left;
  }


#s-c637d599-71ad-420b-bf27-3b7ea5163714.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
.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-466d4855-244e-4807-b93c-b697acbc118a {
  text-align: center;
}



.shg-image-margin-container-s-466d4855-244e-4807-b93c-b697acbc118a {
  
  
  
  
}

#s-466d4855-244e-4807-b93c-b697acbc118a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image {
    
    
    
    
  }


.s-466d4855-244e-4807-b93c-b697acbc118a .shogun-image-content {
  
    align-items: center;
  
}

.s-466d4855-244e-4807-b93c-b697acbc118a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-466d4855-244e-4807-b93c-b697acbc118a {
  
  
  
  
}

#s-466d4855-244e-4807-b93c-b697acbc118a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image {
    
    
    
    
  }


.s-466d4855-244e-4807-b93c-b697acbc118a .shogun-image-content {
  
    align-items: center;
  
}

.s-466d4855-244e-4807-b93c-b697acbc118a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-466d4855-244e-4807-b93c-b697acbc118a {
  
  
  
  
}

#s-466d4855-244e-4807-b93c-b697acbc118a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image {
    
    
    
    
  }


.s-466d4855-244e-4807-b93c-b697acbc118a .shogun-image-content {
  
    align-items: center;
  
}

.s-466d4855-244e-4807-b93c-b697acbc118a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-466d4855-244e-4807-b93c-b697acbc118a {
  
  
  
  
}

#s-466d4855-244e-4807-b93c-b697acbc118a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image {
    
    
    
    
  }


.s-466d4855-244e-4807-b93c-b697acbc118a .shogun-image-content {
  
    align-items: center;
  
}

.s-466d4855-244e-4807-b93c-b697acbc118a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-466d4855-244e-4807-b93c-b697acbc118a {
  
  
  
  
}

#s-466d4855-244e-4807-b93c-b697acbc118a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image {
    
    
    
    
  }


.s-466d4855-244e-4807-b93c-b697acbc118a .shogun-image-content {
  
    align-items: center;
  
}

.s-466d4855-244e-4807-b93c-b697acbc118a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-466d4855-244e-4807-b93c-b697acbc118a.shogun-image {
  box-sizing: border-box;
}




}
#s-fcc04264-eac2-4010-baa5-dda2fc7dd29b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 48px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: rgba(249, 181, 47, 1);
border-style: solid;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}








#s-fcc04264-eac2-4010-baa5-dda2fc7dd29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcc04264-eac2-4010-baa5-dda2fc7dd29b.shg-box.shg-c {
  justify-content: center;
}

#s-bc4c9fda-5ba5-4ec3-b9db-03e7552ee9b8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bc4c9fda-5ba5-4ec3-b9db-03e7552ee9b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc4c9fda-5ba5-4ec3-b9db-03e7552ee9b8.shg-box.shg-c {
  justify-content: center;
}

#s-d770e469-6413-4e91-8ee7-47b361659b30 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-d770e469-6413-4e91-8ee7-47b361659b30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d770e469-6413-4e91-8ee7-47b361659b30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d770e469-6413-4e91-8ee7-47b361659b30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d770e469-6413-4e91-8ee7-47b361659b30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d770e469-6413-4e91-8ee7-47b361659b30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d770e469-6413-4e91-8ee7-47b361659b30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d770e469-6413-4e91-8ee7-47b361659b30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-847805d8-2b1a-4501-a30c-e6611957605b {
  max-width: 600px;
aspect-ratio: 600/798;
text-align: center;
}



.shg-image-margin-container-s-847805d8-2b1a-4501-a30c-e6611957605b {
  
  
  
  
}

#s-847805d8-2b1a-4501-a30c-e6611957605b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-847805d8-2b1a-4501-a30c-e6611957605b .shg-image-content-wrapper {
      aspect-ratio: 600/798;
      min-width: 100%;
      height: auto;
    }

    #s-847805d8-2b1a-4501-a30c-e6611957605b .shogun-image-link {
      aspect-ratio: 600/798;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-847805d8-2b1a-4501-a30c-e6611957605b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-847805d8-2b1a-4501-a30c-e6611957605b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-847805d8-2b1a-4501-a30c-e6611957605b .shogun-image-content {
  
    align-items: center;
  
}

.s-847805d8-2b1a-4501-a30c-e6611957605b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-847805d8-2b1a-4501-a30c-e6611957605b {
      --shg-aspect-ratio: calc(600/798); 
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
      position: relative;
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-847805d8-2b1a-4501-a30c-e6611957605b {
  
  
  
  
}

#s-847805d8-2b1a-4501-a30c-e6611957605b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-847805d8-2b1a-4501-a30c-e6611957605b .shg-image-content-wrapper {
      aspect-ratio: 600/798;
      min-width: 100%;
      height: auto;
    }

    #s-847805d8-2b1a-4501-a30c-e6611957605b .shogun-image-link {
      aspect-ratio: 600/798;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-847805d8-2b1a-4501-a30c-e6611957605b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-847805d8-2b1a-4501-a30c-e6611957605b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-847805d8-2b1a-4501-a30c-e6611957605b .shogun-image-content {
  
    align-items: center;
  
}

.s-847805d8-2b1a-4501-a30c-e6611957605b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-847805d8-2b1a-4501-a30c-e6611957605b {
      --shg-aspect-ratio: calc(600/798); 
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
      position: relative;
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-847805d8-2b1a-4501-a30c-e6611957605b {
  
  
  
  
}

#s-847805d8-2b1a-4501-a30c-e6611957605b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-847805d8-2b1a-4501-a30c-e6611957605b .shg-image-content-wrapper {
      aspect-ratio: 600/798;
      min-width: 100%;
      height: auto;
    }

    #s-847805d8-2b1a-4501-a30c-e6611957605b .shogun-image-link {
      aspect-ratio: 600/798;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-847805d8-2b1a-4501-a30c-e6611957605b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-847805d8-2b1a-4501-a30c-e6611957605b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-847805d8-2b1a-4501-a30c-e6611957605b .shogun-image-content {
  
    align-items: center;
  
}

.s-847805d8-2b1a-4501-a30c-e6611957605b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-847805d8-2b1a-4501-a30c-e6611957605b {
      --shg-aspect-ratio: calc(600/798); 
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
      position: relative;
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-847805d8-2b1a-4501-a30c-e6611957605b {
  
  
  
  
}

#s-847805d8-2b1a-4501-a30c-e6611957605b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-847805d8-2b1a-4501-a30c-e6611957605b .shg-image-content-wrapper {
      aspect-ratio: 600/798;
      min-width: 100%;
      height: auto;
    }

    #s-847805d8-2b1a-4501-a30c-e6611957605b .shogun-image-link {
      aspect-ratio: 600/798;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-847805d8-2b1a-4501-a30c-e6611957605b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-847805d8-2b1a-4501-a30c-e6611957605b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-847805d8-2b1a-4501-a30c-e6611957605b .shogun-image-content {
  
    align-items: center;
  
}

.s-847805d8-2b1a-4501-a30c-e6611957605b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-847805d8-2b1a-4501-a30c-e6611957605b {
      --shg-aspect-ratio: calc(600/798); 
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
      position: relative;
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-847805d8-2b1a-4501-a30c-e6611957605b {
  
  
  
  
}

#s-847805d8-2b1a-4501-a30c-e6611957605b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-847805d8-2b1a-4501-a30c-e6611957605b .shg-image-content-wrapper {
      aspect-ratio: 600/798;
      min-width: 100%;
      height: auto;
    }

    #s-847805d8-2b1a-4501-a30c-e6611957605b .shogun-image-link {
      aspect-ratio: 600/798;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-847805d8-2b1a-4501-a30c-e6611957605b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-847805d8-2b1a-4501-a30c-e6611957605b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-847805d8-2b1a-4501-a30c-e6611957605b .shogun-image-content {
  
    align-items: center;
  
}

.s-847805d8-2b1a-4501-a30c-e6611957605b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-847805d8-2b1a-4501-a30c-e6611957605b {
      --shg-aspect-ratio: calc(600/798); 
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container {
      position: relative;
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-847805d8-2b1a-4501-a30c-e6611957605b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-128cfdbc-96da-4e57-868d-4dbffcaf354c {
  min-height: 50px;
}








#s-128cfdbc-96da-4e57-868d-4dbffcaf354c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-128cfdbc-96da-4e57-868d-4dbffcaf354c.shg-box.shg-c {
  justify-content: center;
}

#s-587b1212-a789-4447-9878-83c007bc1af6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-587b1212-a789-4447-9878-83c007bc1af6 .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}



#s-ac5bd0f2-4aef-4d9c-b625-02cce79f0ab8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}








#s-ac5bd0f2-4aef-4d9c-b625-02cce79f0ab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac5bd0f2-4aef-4d9c-b625-02cce79f0ab8.shg-box.shg-c {
  justify-content: center;
}

#s-b3ae8709-e619-4c15-8fec-a3a4485378a0 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-b3ae8709-e619-4c15-8fec-a3a4485378a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3ae8709-e619-4c15-8fec-a3a4485378a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3ae8709-e619-4c15-8fec-a3a4485378a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3ae8709-e619-4c15-8fec-a3a4485378a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6bddb12c-6c09-42ae-b487-db15d8e67e33 {
  text-align: center;
}



.shg-image-margin-container-s-6bddb12c-6c09-42ae-b487-db15d8e67e33 {
  
  
  
  
}

#s-6bddb12c-6c09-42ae-b487-db15d8e67e33 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image {
    
    
    
    
  }


.s-6bddb12c-6c09-42ae-b487-db15d8e67e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6bddb12c-6c09-42ae-b487-db15d8e67e33 {
  
  
  
  
}

#s-6bddb12c-6c09-42ae-b487-db15d8e67e33 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image {
    
    
    
    
  }


.s-6bddb12c-6c09-42ae-b487-db15d8e67e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6bddb12c-6c09-42ae-b487-db15d8e67e33 {
  
  
  
  
}

#s-6bddb12c-6c09-42ae-b487-db15d8e67e33 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image {
    
    
    
    
  }


.s-6bddb12c-6c09-42ae-b487-db15d8e67e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6bddb12c-6c09-42ae-b487-db15d8e67e33 {
  
  
  
  
}

#s-6bddb12c-6c09-42ae-b487-db15d8e67e33 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image {
    
    
    
    
  }


.s-6bddb12c-6c09-42ae-b487-db15d8e67e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6bddb12c-6c09-42ae-b487-db15d8e67e33 {
  
  
  
  
}

#s-6bddb12c-6c09-42ae-b487-db15d8e67e33 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image {
    
    
    
    
  }


.s-6bddb12c-6c09-42ae-b487-db15d8e67e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bddb12c-6c09-42ae-b487-db15d8e67e33.shogun-image {
  box-sizing: border-box;
}




}
#s-66cd0dfe-bda5-4c7c-95cc-513d4bdc8716 {
  padding-top: 50px;
min-height: 50px;
}








#s-66cd0dfe-bda5-4c7c-95cc-513d4bdc8716 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66cd0dfe-bda5-4c7c-95cc-513d4bdc8716.shg-box.shg-c {
  justify-content: center;
}

#s-3b63464d-4337-4078-a3c9-2eaa8651a0c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b63464d-4337-4078-a3c9-2eaa8651a0c7 .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}



#s-611cb925-7161-4be6-af02-b367d9265ed9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-611cb925-7161-4be6-af02-b367d9265ed9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTQ5MTJkODItZDU4OC00ZGUxLWE5NDQtMGZjMzc5YmEzZDI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NDkxMmQ4Mi1kNTg4LTRkZTEtYTk0NC0wZmMzNzliYTNkMjkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-611cb925-7161-4be6-af02-b367d9265ed9:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-611cb925-7161-4be6-af02-b367d9265ed9-root {
    text-align: left;
  }


#s-611cb925-7161-4be6-af02-b367d9265ed9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-611cb925-7161-4be6-af02-b367d9265ed9-root {
    text-align: left;
  }


#s-611cb925-7161-4be6-af02-b367d9265ed9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-611cb925-7161-4be6-af02-b367d9265ed9-root {
    text-align: left;
  }


#s-611cb925-7161-4be6-af02-b367d9265ed9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-611cb925-7161-4be6-af02-b367d9265ed9-root {
    text-align: left;
  }


#s-611cb925-7161-4be6-af02-b367d9265ed9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-611cb925-7161-4be6-af02-b367d9265ed9-root {
    text-align: left;
  }


#s-611cb925-7161-4be6-af02-b367d9265ed9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-f127a937-d226-4851-968a-f3cfc2fb770f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}








#s-f127a937-d226-4851-968a-f3cfc2fb770f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f127a937-d226-4851-968a-f3cfc2fb770f.shg-box.shg-c {
  justify-content: center;
}

#s-0511eba7-c514-4b76-a1b5-e44b9698b0e8 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-0511eba7-c514-4b76-a1b5-e44b9698b0e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0511eba7-c514-4b76-a1b5-e44b9698b0e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0511eba7-c514-4b76-a1b5-e44b9698b0e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0511eba7-c514-4b76-a1b5-e44b9698b0e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e16a5ac0-cc8c-4366-8b16-b024f1b02ad2 {
  padding-top: 0px;
min-height: 50px;
}








#s-e16a5ac0-cc8c-4366-8b16-b024f1b02ad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e16a5ac0-cc8c-4366-8b16-b024f1b02ad2.shg-box.shg-c {
  justify-content: center;
}

#s-04d7dd72-23fc-49d2-8b55-cbc5e34cbdab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04d7dd72-23fc-49d2-8b55-cbc5e34cbdab .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}



#s-4e0d76c3-ceac-4e93-b923-f352670c3d83 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-4e0d76c3-ceac-4e93-b923-f352670c3d83:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmMwMTM2MzMtNTgzNS00OTAxLWIwNjYtMzYyNDc4NGJmNWEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YzAxMzYzMy01ODM1LTQ5MDEtYjA2Ni0zNjI0Nzg0YmY1YTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-4e0d76c3-ceac-4e93-b923-f352670c3d83:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e0d76c3-ceac-4e93-b923-f352670c3d83-root {
    text-align: left;
  }


#s-4e0d76c3-ceac-4e93-b923-f352670c3d83.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e0d76c3-ceac-4e93-b923-f352670c3d83-root {
    text-align: left;
  }


#s-4e0d76c3-ceac-4e93-b923-f352670c3d83.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e0d76c3-ceac-4e93-b923-f352670c3d83-root {
    text-align: left;
  }


#s-4e0d76c3-ceac-4e93-b923-f352670c3d83.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e0d76c3-ceac-4e93-b923-f352670c3d83-root {
    text-align: left;
  }


#s-4e0d76c3-ceac-4e93-b923-f352670c3d83.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e0d76c3-ceac-4e93-b923-f352670c3d83-root {
    text-align: left;
  }


#s-4e0d76c3-ceac-4e93-b923-f352670c3d83.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 {
  text-align: center;
}



.shg-image-margin-container-s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 {
  
  
  
  
}

#s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image {
    
    
    
    
  }


.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 {
  
  
  
  
}

#s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image {
    
    
    
    
  }


.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 {
  
  
  
  
}

#s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image {
    
    
    
    
  }


.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 {
  
  
  
  
}

#s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image {
    
    
    
    
  }


.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 {
  
  
  
  
}

#s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image {
    
    
    
    
  }


.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d41c9b1-8153-4a49-b8ed-eb32e8dbeed8.shogun-image {
  box-sizing: border-box;
}




}
#s-968948ea-4125-4f5b-b6bd-2c604572958c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}








#s-968948ea-4125-4f5b-b6bd-2c604572958c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-968948ea-4125-4f5b-b6bd-2c604572958c.shg-box.shg-c {
  justify-content: center;
}

#s-f5dab262-175a-4701-89bb-1ee7e187b92d {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-f5dab262-175a-4701-89bb-1ee7e187b92d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5dab262-175a-4701-89bb-1ee7e187b92d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5dab262-175a-4701-89bb-1ee7e187b92d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5dab262-175a-4701-89bb-1ee7e187b92d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5031d4c8-4e56-49a9-b144-048e4c90ba45 {
  text-align: center;
}



.shg-image-margin-container-s-5031d4c8-4e56-49a9-b144-048e4c90ba45 {
  
  
  
  
}

#s-5031d4c8-4e56-49a9-b144-048e4c90ba45 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image {
    
    
    
    
  }


.s-5031d4c8-4e56-49a9-b144-048e4c90ba45 .shogun-image-content {
  
    align-items: center;
  
}

.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5031d4c8-4e56-49a9-b144-048e4c90ba45 {
  
  
  
  
}

#s-5031d4c8-4e56-49a9-b144-048e4c90ba45 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image {
    
    
    
    
  }


.s-5031d4c8-4e56-49a9-b144-048e4c90ba45 .shogun-image-content {
  
    align-items: center;
  
}

.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5031d4c8-4e56-49a9-b144-048e4c90ba45 {
  
  
  
  
}

#s-5031d4c8-4e56-49a9-b144-048e4c90ba45 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image {
    
    
    
    
  }


.s-5031d4c8-4e56-49a9-b144-048e4c90ba45 .shogun-image-content {
  
    align-items: center;
  
}

.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5031d4c8-4e56-49a9-b144-048e4c90ba45 {
  
  
  
  
}

#s-5031d4c8-4e56-49a9-b144-048e4c90ba45 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image {
    
    
    
    
  }


.s-5031d4c8-4e56-49a9-b144-048e4c90ba45 .shogun-image-content {
  
    align-items: center;
  
}

.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5031d4c8-4e56-49a9-b144-048e4c90ba45 {
  
  
  
  
}

#s-5031d4c8-4e56-49a9-b144-048e4c90ba45 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image {
    
    
    
    
  }


.s-5031d4c8-4e56-49a9-b144-048e4c90ba45 .shogun-image-content {
  
    align-items: center;
  
}

.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5031d4c8-4e56-49a9-b144-048e4c90ba45.shogun-image {
  box-sizing: border-box;
}




}
#s-ff21fb34-0977-4005-a4af-aa63ef0eceee {
  padding-top: 50px;
min-height: 50px;
}








#s-ff21fb34-0977-4005-a4af-aa63ef0eceee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff21fb34-0977-4005-a4af-aa63ef0eceee.shg-box.shg-c {
  justify-content: center;
}

#s-bb8979c0-eb3e-4941-8d7c-66cebcb040a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb8979c0-eb3e-4941-8d7c-66cebcb040a7 .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}



#s-c323d3b5-2a1e-4d37-852c-b01a34cae988 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-c323d3b5-2a1e-4d37-852c-b01a34cae988:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjdhYzE1NjctZjU4Mi00M2Y2LWEyY2YtYWU0MzIxODAxNjU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyN2FjMTU2Ny1mNTgyLTQzZjYtYTJjZi1hZTQzMjE4MDE2NTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-c323d3b5-2a1e-4d37-852c-b01a34cae988:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-c323d3b5-2a1e-4d37-852c-b01a34cae988-root {
    text-align: left;
  }


#s-c323d3b5-2a1e-4d37-852c-b01a34cae988.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c323d3b5-2a1e-4d37-852c-b01a34cae988-root {
    text-align: left;
  }


#s-c323d3b5-2a1e-4d37-852c-b01a34cae988.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c323d3b5-2a1e-4d37-852c-b01a34cae988-root {
    text-align: left;
  }


#s-c323d3b5-2a1e-4d37-852c-b01a34cae988.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c323d3b5-2a1e-4d37-852c-b01a34cae988-root {
    text-align: left;
  }


#s-c323d3b5-2a1e-4d37-852c-b01a34cae988.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c323d3b5-2a1e-4d37-852c-b01a34cae988-root {
    text-align: left;
  }


#s-c323d3b5-2a1e-4d37-852c-b01a34cae988.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
max-width: 90%;
}
@media (min-width: 1200px){#s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7 {
  display: none;
}
#s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7, #wrap-s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7 {
  display: none;
}
#s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7, #wrap-s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7 {
  display: none;
}
#s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7, #wrap-s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7 { display: none !important; }}@media (max-width: 767px){#s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7 {
  display: none;
}
#s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7, #wrap-s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7 { display: none !important; }}







#s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a527935-2e2d-46e5-80a8-b1ea2a5c71b7.shg-box.shg-c {
  justify-content: center;
}

#s-c4dc1248-e99f-415c-9231-919ec71d1347 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4dc1248-e99f-415c-9231-919ec71d1347 .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: center;
}



#s-cb82b356-a572-4d15-9808-b2b82940f4c3 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-cb82b356-a572-4d15-9808-b2b82940f4c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb82b356-a572-4d15-9808-b2b82940f4c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb82b356-a572-4d15-9808-b2b82940f4c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb82b356-a572-4d15-9808-b2b82940f4c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ed1eb79f-117f-43fd-b39b-2869221293e1 {
  min-height: 50px;
}








#s-ed1eb79f-117f-43fd-b39b-2869221293e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed1eb79f-117f-43fd-b39b-2869221293e1.shg-box.shg-c {
  justify-content: center;
}

#s-5b2be893-3655-41b1-80c5-bf9502036804 {
  text-align: center;
}



.shg-image-margin-container-s-5b2be893-3655-41b1-80c5-bf9502036804 {
  
  
  
  
}

#s-5b2be893-3655-41b1-80c5-bf9502036804 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image {
    
    
    
    
  }


.s-5b2be893-3655-41b1-80c5-bf9502036804 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b2be893-3655-41b1-80c5-bf9502036804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5b2be893-3655-41b1-80c5-bf9502036804 {
  
  
  
  
}

#s-5b2be893-3655-41b1-80c5-bf9502036804 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image {
    
    
    
    
  }


.s-5b2be893-3655-41b1-80c5-bf9502036804 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b2be893-3655-41b1-80c5-bf9502036804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5b2be893-3655-41b1-80c5-bf9502036804 {
  
  
  
  
}

#s-5b2be893-3655-41b1-80c5-bf9502036804 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image {
    
    
    
    
  }


.s-5b2be893-3655-41b1-80c5-bf9502036804 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b2be893-3655-41b1-80c5-bf9502036804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5b2be893-3655-41b1-80c5-bf9502036804 {
  
  
  
  
}

#s-5b2be893-3655-41b1-80c5-bf9502036804 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image {
    
    
    
    
  }


.s-5b2be893-3655-41b1-80c5-bf9502036804 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b2be893-3655-41b1-80c5-bf9502036804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5b2be893-3655-41b1-80c5-bf9502036804 {
  
  
  
  
}

#s-5b2be893-3655-41b1-80c5-bf9502036804 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image {
    
    
    
    
  }


.s-5b2be893-3655-41b1-80c5-bf9502036804 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b2be893-3655-41b1-80c5-bf9502036804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b2be893-3655-41b1-80c5-bf9502036804.shogun-image {
  box-sizing: border-box;
}




}
#s-1c88462e-da83-4fbc-8eac-704baab86ec2 {
  padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
min-height: 360px;
}








#s-1c88462e-da83-4fbc-8eac-704baab86ec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c88462e-da83-4fbc-8eac-704baab86ec2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fa606c58-0f8e-4781-8596-efff5b1d0d54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa606c58-0f8e-4781-8596-efff5b1d0d54 .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-3f23d104-d1c5-46a7-bda3-53ba50109b45 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-3f23d104-d1c5-46a7-bda3-53ba50109b45:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTI1M2Y3YTMtOWRmYS00ZTU4LWFhNDctZGE5NjI2MWEyZTY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MjUzZjdhMy05ZGZhLTRlNTgtYWE0Ny1kYTk2MjYxYTJlNjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-3f23d104-d1c5-46a7-bda3-53ba50109b45:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f23d104-d1c5-46a7-bda3-53ba50109b45-root {
    text-align: left;
  }


#s-3f23d104-d1c5-46a7-bda3-53ba50109b45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f23d104-d1c5-46a7-bda3-53ba50109b45-root {
    text-align: left;
  }


#s-3f23d104-d1c5-46a7-bda3-53ba50109b45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f23d104-d1c5-46a7-bda3-53ba50109b45-root {
    text-align: left;
  }


#s-3f23d104-d1c5-46a7-bda3-53ba50109b45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f23d104-d1c5-46a7-bda3-53ba50109b45-root {
    text-align: left;
  }


#s-3f23d104-d1c5-46a7-bda3-53ba50109b45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f23d104-d1c5-46a7-bda3-53ba50109b45-root {
    text-align: left;
  }


#s-3f23d104-d1c5-46a7-bda3-53ba50109b45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-e6c03b46-7064-46ee-9509-101c11f4c8af {
  min-height: 50px;
}








#s-e6c03b46-7064-46ee-9509-101c11f4c8af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6c03b46-7064-46ee-9509-101c11f4c8af.shg-box.shg-c {
  justify-content: center;
}

#s-fa4107c5-12b2-42ec-83e7-c9a65333a471 {
  text-align: center;
}



.shg-image-margin-container-s-fa4107c5-12b2-42ec-83e7-c9a65333a471 {
  
  
  
  
}

#s-fa4107c5-12b2-42ec-83e7-c9a65333a471 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image {
    
    
    
    
  }


.s-fa4107c5-12b2-42ec-83e7-c9a65333a471 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fa4107c5-12b2-42ec-83e7-c9a65333a471 {
  
  
  
  
}

#s-fa4107c5-12b2-42ec-83e7-c9a65333a471 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image {
    
    
    
    
  }


.s-fa4107c5-12b2-42ec-83e7-c9a65333a471 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fa4107c5-12b2-42ec-83e7-c9a65333a471 {
  
  
  
  
}

#s-fa4107c5-12b2-42ec-83e7-c9a65333a471 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image {
    
    
    
    
  }


.s-fa4107c5-12b2-42ec-83e7-c9a65333a471 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fa4107c5-12b2-42ec-83e7-c9a65333a471 {
  
  
  
  
}

#s-fa4107c5-12b2-42ec-83e7-c9a65333a471 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image {
    
    
    
    
  }


.s-fa4107c5-12b2-42ec-83e7-c9a65333a471 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fa4107c5-12b2-42ec-83e7-c9a65333a471 {
  
  
  
  
}

#s-fa4107c5-12b2-42ec-83e7-c9a65333a471 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image {
    
    
    
    
  }


.s-fa4107c5-12b2-42ec-83e7-c9a65333a471 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4107c5-12b2-42ec-83e7-c9a65333a471.shogun-image {
  box-sizing: border-box;
}




}
#s-b467d924-6ac6-4f6f-b326-42b30da74bff {
  padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
min-height: 360px;
}








#s-b467d924-6ac6-4f6f-b326-42b30da74bff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b467d924-6ac6-4f6f-b326-42b30da74bff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ca38bac2-8403-4457-b282-dc58e90ef29c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca38bac2-8403-4457-b282-dc58e90ef29c .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-4f10be2b-7a72-47b2-ba72-65db303fcba2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-4f10be2b-7a72-47b2-ba72-65db303fcba2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzZhOTdkOTEtMzAwZC00NGI3LTk1YWItMjNlOTk3MTlmZjZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NmE5N2Q5MS0zMDBkLTQ0YjctOTVhYi0yM2U5OTcxOWZmNmMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-4f10be2b-7a72-47b2-ba72-65db303fcba2:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f10be2b-7a72-47b2-ba72-65db303fcba2-root {
    text-align: left;
  }


#s-4f10be2b-7a72-47b2-ba72-65db303fcba2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f10be2b-7a72-47b2-ba72-65db303fcba2-root {
    text-align: left;
  }


#s-4f10be2b-7a72-47b2-ba72-65db303fcba2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f10be2b-7a72-47b2-ba72-65db303fcba2-root {
    text-align: left;
  }


#s-4f10be2b-7a72-47b2-ba72-65db303fcba2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f10be2b-7a72-47b2-ba72-65db303fcba2-root {
    text-align: left;
  }


#s-4f10be2b-7a72-47b2-ba72-65db303fcba2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f10be2b-7a72-47b2-ba72-65db303fcba2-root {
    text-align: left;
  }


#s-4f10be2b-7a72-47b2-ba72-65db303fcba2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-419ceefe-c757-4396-bf3a-3df3ba65a57f {
  min-height: 50px;
}








#s-419ceefe-c757-4396-bf3a-3df3ba65a57f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-419ceefe-c757-4396-bf3a-3df3ba65a57f.shg-box.shg-c {
  justify-content: center;
}

#s-e0098a00-c14e-4c5e-aaba-426fb2e364ab {
  text-align: center;
}



.shg-image-margin-container-s-e0098a00-c14e-4c5e-aaba-426fb2e364ab {
  
  
  
  
}

#s-e0098a00-c14e-4c5e-aaba-426fb2e364ab {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image {
    
    
    
    
  }


.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e0098a00-c14e-4c5e-aaba-426fb2e364ab {
  
  
  
  
}

#s-e0098a00-c14e-4c5e-aaba-426fb2e364ab {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image {
    
    
    
    
  }


.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e0098a00-c14e-4c5e-aaba-426fb2e364ab {
  
  
  
  
}

#s-e0098a00-c14e-4c5e-aaba-426fb2e364ab {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image {
    
    
    
    
  }


.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e0098a00-c14e-4c5e-aaba-426fb2e364ab {
  
  
  
  
}

#s-e0098a00-c14e-4c5e-aaba-426fb2e364ab {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image {
    
    
    
    
  }


.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e0098a00-c14e-4c5e-aaba-426fb2e364ab {
  
  
  
  
}

#s-e0098a00-c14e-4c5e-aaba-426fb2e364ab {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image {
    
    
    
    
  }


.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0098a00-c14e-4c5e-aaba-426fb2e364ab.shogun-image {
  box-sizing: border-box;
}




}
#s-66f3b029-1b86-4a46-a21b-48b94bedbe85 {
  padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
min-height: 360px;
}








#s-66f3b029-1b86-4a46-a21b-48b94bedbe85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66f3b029-1b86-4a46-a21b-48b94bedbe85.shg-box.shg-c {
  justify-content: flex-start;
}

#s-575b9d4a-9ae4-435c-82ef-2ca9532687ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-575b9d4a-9ae4-435c-82ef-2ca9532687ea .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-fa0030b1-b2c3-469a-a601-5778f769dd71 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-fa0030b1-b2c3-469a-a601-5778f769dd71:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTRjY2VkZDktZDA0MS00MDcxLWE1MTYtNjJkNjVhMDcxNmI3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNGNjZWRkOS1kMDQxLTQwNzEtYTUxNi02MmQ2NWEwNzE2YjcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-fa0030b1-b2c3-469a-a601-5778f769dd71:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa0030b1-b2c3-469a-a601-5778f769dd71-root {
    text-align: left;
  }


#s-fa0030b1-b2c3-469a-a601-5778f769dd71.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa0030b1-b2c3-469a-a601-5778f769dd71-root {
    text-align: left;
  }


#s-fa0030b1-b2c3-469a-a601-5778f769dd71.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa0030b1-b2c3-469a-a601-5778f769dd71-root {
    text-align: left;
  }


#s-fa0030b1-b2c3-469a-a601-5778f769dd71.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa0030b1-b2c3-469a-a601-5778f769dd71-root {
    text-align: left;
  }


#s-fa0030b1-b2c3-469a-a601-5778f769dd71.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa0030b1-b2c3-469a-a601-5778f769dd71-root {
    text-align: left;
  }


#s-fa0030b1-b2c3-469a-a601-5778f769dd71.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-5640bb9a-8b3f-43ed-bcb9-ed04f787027e {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
max-width: 90%;
}








#s-5640bb9a-8b3f-43ed-bcb9-ed04f787027e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5640bb9a-8b3f-43ed-bcb9-ed04f787027e.shg-box.shg-c {
  justify-content: center;
}

#s-ebea3da6-147a-4a4b-b9bf-8efe005b34be {
  margin-top: 16px;
margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebea3da6-147a-4a4b-b9bf-8efe005b34be .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: center;
}



#s-66d5b8f0-3436-4f5e-9881-b1ed74f9f060 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-66d5b8f0-3436-4f5e-9881-b1ed74f9f060"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66d5b8f0-3436-4f5e-9881-b1ed74f9f060"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66d5b8f0-3436-4f5e-9881-b1ed74f9f060"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66d5b8f0-3436-4f5e-9881-b1ed74f9f060"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-229317d9-b4c0-4b9a-ba4d-381ee52555a2 {
  margin-bottom: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-229317d9-b4c0-4b9a-ba4d-381ee52555a2 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-229317d9-b4c0-4b9a-ba4d-381ee52555a2 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-229317d9-b4c0-4b9a-ba4d-381ee52555a2 {
  margin-bottom: 0px;
}
}







#s-229317d9-b4c0-4b9a-ba4d-381ee52555a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-229317d9-b4c0-4b9a-ba4d-381ee52555a2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f9c3085-e510-48a8-a548-c3aa3b4d0d60 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-8f9c3085-e510-48a8-a548-c3aa3b4d0d60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f9c3085-e510-48a8-a548-c3aa3b4d0d60.shg-box.shg-c {
  justify-content: center;
}

#s-49c1841a-e8af-44df-be8f-ffe476cfaf38 {
  padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
}








#s-49c1841a-e8af-44df-be8f-ffe476cfaf38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49c1841a-e8af-44df-be8f-ffe476cfaf38.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f80545fc-81b4-4a97-a497-c0e92a877a42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f80545fc-81b4-4a97-a497-c0e92a877a42 .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzYxNzgyMTItODc4ZC00NDg4LTkwMDctMDUyNzA0NzA2ODE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NjE3ODIxMi04NzhkLTQ0ODgtOTAwNy0wNTI3MDQ3MDY4MTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78-root {
    text-align: left;
  }


#s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78-root {
    text-align: left;
  }


#s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78-root {
    text-align: left;
  }


#s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78-root {
    text-align: left;
  }


#s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78-root {
    text-align: left;
  }


#s-53e7b2ff-e9a4-4ce4-b261-627691aa8f78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-e97eed97-9684-4e41-a897-ae8de0c7a500 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}








#s-e97eed97-9684-4e41-a897-ae8de0c7a500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e97eed97-9684-4e41-a897-ae8de0c7a500.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9c8c855c-2f90-4303-8b2f-6cd67840cac3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-9c8c855c-2f90-4303-8b2f-6cd67840cac3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c8c855c-2f90-4303-8b2f-6cd67840cac3.shg-box.shg-c {
  justify-content: center;
}

#s-4413d7a7-ae00-41f4-ae5c-b2e96dee5b2a {
  padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
}








#s-4413d7a7-ae00-41f4-ae5c-b2e96dee5b2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4413d7a7-ae00-41f4-ae5c-b2e96dee5b2a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-51e5331c-60c9-404a-836a-948c646ad399 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-51e5331c-60c9-404a-836a-948c646ad399 .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-8120cd9f-5c8a-4b25-aa5e-bca25e039318 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-8120cd9f-5c8a-4b25-aa5e-bca25e039318:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjgzYTZmNWEtYTVjYi00NjI5LWE5M2MtNjU3OGI3NTY4MGY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ODNhNmY1YS1hNWNiLTQ2MjktYTkzYy02NTc4Yjc1NjgwZjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-8120cd9f-5c8a-4b25-aa5e-bca25e039318:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-8120cd9f-5c8a-4b25-aa5e-bca25e039318-root {
    text-align: left;
  }


#s-8120cd9f-5c8a-4b25-aa5e-bca25e039318.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8120cd9f-5c8a-4b25-aa5e-bca25e039318-root {
    text-align: left;
  }


#s-8120cd9f-5c8a-4b25-aa5e-bca25e039318.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8120cd9f-5c8a-4b25-aa5e-bca25e039318-root {
    text-align: left;
  }


#s-8120cd9f-5c8a-4b25-aa5e-bca25e039318.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8120cd9f-5c8a-4b25-aa5e-bca25e039318-root {
    text-align: left;
  }


#s-8120cd9f-5c8a-4b25-aa5e-bca25e039318.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8120cd9f-5c8a-4b25-aa5e-bca25e039318-root {
    text-align: left;
  }


#s-8120cd9f-5c8a-4b25-aa5e-bca25e039318.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-75baa3cd-9a70-43b7-aed6-75488a8e76fc {
  margin-top: 48px;
margin-bottom: 48px;
padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(238, 103, 52, 1);
}








#s-75baa3cd-9a70-43b7-aed6-75488a8e76fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75baa3cd-9a70-43b7-aed6-75488a8e76fc.shg-box.shg-c {
  justify-content: center;
}

#s-6fc7bae6-f644-4ec5-baf1-d62ccec1e7e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fc7bae6-f644-4ec5-baf1-d62ccec1e7e3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: center;
}



#s-8e0dadb1-4ba8-4a93-b328-35b07cb944ab {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
max-width: 1590px;
}

@media (min-width: 0px) {
[id="s-8e0dadb1-4ba8-4a93-b328-35b07cb944ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-8e0dadb1-4ba8-4a93-b328-35b07cb944ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-8e0dadb1-4ba8-4a93-b328-35b07cb944ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-8e0dadb1-4ba8-4a93-b328-35b07cb944ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-446c798a-113e-4f1e-9f23-118a715e9adf {
  margin-top: 16px;
margin-bottom: 16px;
min-height: 50px;
}








#s-446c798a-113e-4f1e-9f23-118a715e9adf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-446c798a-113e-4f1e-9f23-118a715e9adf.shg-box.shg-c {
  justify-content: center;
}

#s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 {
  max-width: 90px;
text-align: center;
}



.shg-image-margin-container-s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 {
  
  
  
  
}

#s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 {
  
  
  
  
}

#s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 {
  
  
  
  
}

#s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 {
  
  
  
  
}

#s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 {
  
  
  
  
}

#s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aa0cc4e-2804-4af5-a9d6-4a7f5648a4e5.shogun-image {
  box-sizing: border-box;
}




}
#s-83c6abf5-b7e8-4299-8cc8-7a3552ad5fa5 {
  margin-top: 16px;
}

#s-c1ce25da-72d1-49a6-be7b-5b97ee43dd55 {
  margin-top: 16px;
margin-bottom: 16px;
min-height: 50px;
}








#s-c1ce25da-72d1-49a6-be7b-5b97ee43dd55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1ce25da-72d1-49a6-be7b-5b97ee43dd55.shg-box.shg-c {
  justify-content: center;
}

#s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 {
  max-width: 90px;
text-align: center;
}



.shg-image-margin-container-s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 {
  
  
  
  
}

#s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 {
  
  
  
  
}

#s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 {
  
  
  
  
}

#s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 {
  
  
  
  
}

#s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 {
  
  
  
  
}

#s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a48cd0e-dc02-4568-8c9f-f16ab556f2d9.shogun-image {
  box-sizing: border-box;
}




}
#s-0201ab5e-0269-439d-9d56-19db4950c878 {
  margin-top: 16px;
}

#s-3a187dc7-b99f-4dd3-8b46-c132098e89b0 {
  margin-top: 16px;
margin-bottom: 16px;
min-height: 50px;
}








#s-3a187dc7-b99f-4dd3-8b46-c132098e89b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a187dc7-b99f-4dd3-8b46-c132098e89b0.shg-box.shg-c {
  justify-content: center;
}

#s-74042cbb-c932-4687-88f0-c540dc7a0a3a {
  max-width: 90px;
text-align: center;
}



.shg-image-margin-container-s-74042cbb-c932-4687-88f0-c540dc7a0a3a {
  
  
  
  
}

#s-74042cbb-c932-4687-88f0-c540dc7a0a3a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-74042cbb-c932-4687-88f0-c540dc7a0a3a .shogun-image-content {
  
    align-items: center;
  
}

.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-74042cbb-c932-4687-88f0-c540dc7a0a3a {
  
  
  
  
}

#s-74042cbb-c932-4687-88f0-c540dc7a0a3a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-74042cbb-c932-4687-88f0-c540dc7a0a3a .shogun-image-content {
  
    align-items: center;
  
}

.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-74042cbb-c932-4687-88f0-c540dc7a0a3a {
  
  
  
  
}

#s-74042cbb-c932-4687-88f0-c540dc7a0a3a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-74042cbb-c932-4687-88f0-c540dc7a0a3a .shogun-image-content {
  
    align-items: center;
  
}

.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-74042cbb-c932-4687-88f0-c540dc7a0a3a {
  
  
  
  
}

#s-74042cbb-c932-4687-88f0-c540dc7a0a3a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-74042cbb-c932-4687-88f0-c540dc7a0a3a .shogun-image-content {
  
    align-items: center;
  
}

.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-74042cbb-c932-4687-88f0-c540dc7a0a3a {
  
  
  
  
}

#s-74042cbb-c932-4687-88f0-c540dc7a0a3a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-74042cbb-c932-4687-88f0-c540dc7a0a3a .shogun-image-content {
  
    align-items: center;
  
}

.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74042cbb-c932-4687-88f0-c540dc7a0a3a.shogun-image {
  box-sizing: border-box;
}




}
#s-aaff5f8a-df3c-4303-87d4-86ba4d71675a {
  margin-top: 16px;
}

#s-0130cdc6-b332-4c90-b8e0-bfd9edad0f3c {
  margin-top: 16px;
margin-bottom: 16px;
min-height: 50px;
}








#s-0130cdc6-b332-4c90-b8e0-bfd9edad0f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0130cdc6-b332-4c90-b8e0-bfd9edad0f3c.shg-box.shg-c {
  justify-content: center;
}

#s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 {
  max-width: 90px;
text-align: center;
}



.shg-image-margin-container-s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 {
  
  
  
  
}

#s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 {
  
  
  
  
}

#s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 {
  
  
  
  
}

#s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 {
  
  
  
  
}

#s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 {
  
  
  
  
}

#s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7074bc-ae77-4167-abc1-d3ca66de73e0.shogun-image {
  box-sizing: border-box;
}




}
#s-8284841f-fc45-4483-a326-b3451f3a9d32 {
  margin-top: 16px;
}

#s-87f93ce2-d93a-4adc-b2e5-b07c983021c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
max-width: 90%;
}
@media (min-width: 1200px){#s-87f93ce2-d93a-4adc-b2e5-b07c983021c4 {
  display: none;
}
#s-87f93ce2-d93a-4adc-b2e5-b07c983021c4, #wrap-s-87f93ce2-d93a-4adc-b2e5-b07c983021c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87f93ce2-d93a-4adc-b2e5-b07c983021c4 {
  display: none;
}
#s-87f93ce2-d93a-4adc-b2e5-b07c983021c4, #wrap-s-87f93ce2-d93a-4adc-b2e5-b07c983021c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87f93ce2-d93a-4adc-b2e5-b07c983021c4 {
  display: none;
}
#s-87f93ce2-d93a-4adc-b2e5-b07c983021c4, #wrap-s-87f93ce2-d93a-4adc-b2e5-b07c983021c4 { display: none !important; }}@media (max-width: 767px){#s-87f93ce2-d93a-4adc-b2e5-b07c983021c4 {
  display: none;
}
#s-87f93ce2-d93a-4adc-b2e5-b07c983021c4, #wrap-s-87f93ce2-d93a-4adc-b2e5-b07c983021c4 { display: none !important; }}







#s-87f93ce2-d93a-4adc-b2e5-b07c983021c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87f93ce2-d93a-4adc-b2e5-b07c983021c4.shg-box.shg-c {
  justify-content: center;
}

#s-cda957e3-0a3e-4d02-b0d1-2933cd569c20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cda957e3-0a3e-4d02-b0d1-2933cd569c20 .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-a4b9525f-c824-497a-84e4-b00c426d88ad {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a4b9525f-c824-497a-84e4-b00c426d88ad .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a4b9525f-c824-497a-84e4-b00c426d88ad .shg-sld-nav-button.shg-sld-left,
#s-a4b9525f-c824-497a-84e4-b00c426d88ad .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-89b4f87d-ac58-452e-886c-266355e9c206"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89b4f87d-ac58-452e-886c-266355e9c206"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-89b4f87d-ac58-452e-886c-266355e9c206"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-89b4f87d-ac58-452e-886c-266355e9c206"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

#s-5773bcc5-6372-4c76-9718-06e28bfabe53 {
  text-align: left;
}



.shg-c#s-5773bcc5-6372-4c76-9718-06e28bfabe53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5773bcc5-6372-4c76-9718-06e28bfabe53 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5773bcc5-6372-4c76-9718-06e28bfabe53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5773bcc5-6372-4c76-9718-06e28bfabe53 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5773bcc5-6372-4c76-9718-06e28bfabe53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5773bcc5-6372-4c76-9718-06e28bfabe53 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5773bcc5-6372-4c76-9718-06e28bfabe53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5773bcc5-6372-4c76-9718-06e28bfabe53 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5773bcc5-6372-4c76-9718-06e28bfabe53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5773bcc5-6372-4c76-9718-06e28bfabe53 img.shogun-image {
  width: 100%;
  height: auto;
}





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

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

#s-d0c68c0c-f69d-4d5e-bd6d-d071a70ca909 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0c68c0c-f69d-4d5e-bd6d-d071a70ca909 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Barlow;
  
  font-size: 18px;
  
  
  
}

#s-b6628f01-2acd-408b-9d71-91201027a39d {
  text-align: center;
}

#s-b6628f01-2acd-408b-9d71-91201027a39d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  font-family: Barlow;
  font-style:  normal ;
}

#s-b6628f01-2acd-408b-9d71-91201027a39d .shg-product-price {
  color: #000;
  
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-b6628f01-2acd-408b-9d71-91201027a39d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e4f76fb8-4b59-4908-bf41-1c53b45d5514 {
  text-align: left;
}



.shg-c#s-e4f76fb8-4b59-4908-bf41-1c53b45d5514 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4f76fb8-4b59-4908-bf41-1c53b45d5514 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4f76fb8-4b59-4908-bf41-1c53b45d5514 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4f76fb8-4b59-4908-bf41-1c53b45d5514 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4f76fb8-4b59-4908-bf41-1c53b45d5514 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4f76fb8-4b59-4908-bf41-1c53b45d5514 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4f76fb8-4b59-4908-bf41-1c53b45d5514 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4f76fb8-4b59-4908-bf41-1c53b45d5514 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4f76fb8-4b59-4908-bf41-1c53b45d5514 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4f76fb8-4b59-4908-bf41-1c53b45d5514 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b0edbce6-91c6-48fc-94ea-385216529d73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0edbce6-91c6-48fc-94ea-385216529d73 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Barlow;
  
  font-size: 18px;
  
  
  
}

#s-e0afbfbb-af69-4d30-889c-d106dce3b8fc {
  text-align: center;
}

#s-e0afbfbb-af69-4d30-889c-d106dce3b8fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  font-family: Barlow;
  font-style:  normal ;
}

#s-e0afbfbb-af69-4d30-889c-d106dce3b8fc .shg-product-price {
  color: #000;
  
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-e0afbfbb-af69-4d30-889c-d106dce3b8fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-daea908a-ebfd-4533-87da-a14455cf9e5c {
  text-align: left;
}



.shg-c#s-daea908a-ebfd-4533-87da-a14455cf9e5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daea908a-ebfd-4533-87da-a14455cf9e5c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-daea908a-ebfd-4533-87da-a14455cf9e5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daea908a-ebfd-4533-87da-a14455cf9e5c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-daea908a-ebfd-4533-87da-a14455cf9e5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daea908a-ebfd-4533-87da-a14455cf9e5c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-daea908a-ebfd-4533-87da-a14455cf9e5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daea908a-ebfd-4533-87da-a14455cf9e5c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-daea908a-ebfd-4533-87da-a14455cf9e5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daea908a-ebfd-4533-87da-a14455cf9e5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5d36b4a6-a060-439f-9bb0-cc65982be15f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d36b4a6-a060-439f-9bb0-cc65982be15f .shg-product-title-component h3 {
  color: #000;
  
  font-family: Barlow;
  
  font-size: 18px;
  
  
  
}

#s-4e91b478-1052-4432-b8cd-ebcea6283d48 {
  text-align: center;
}

#s-4e91b478-1052-4432-b8cd-ebcea6283d48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  font-family: Barlow;
  font-style:  normal ;
}

#s-4e91b478-1052-4432-b8cd-ebcea6283d48 .shg-product-price {
  color: #000;
  
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-4e91b478-1052-4432-b8cd-ebcea6283d48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-821cc444-9ce1-4efb-858b-cd7e7df1f4ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-821cc444-9ce1-4efb-858b-cd7e7df1f4ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-821cc444-9ce1-4efb-858b-cd7e7df1f4ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-821cc444-9ce1-4efb-858b-cd7e7df1f4ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-97df616f-2907-4a50-8394-646b77cac25d {
  text-align: left;
}



.shg-c#s-97df616f-2907-4a50-8394-646b77cac25d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97df616f-2907-4a50-8394-646b77cac25d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-97df616f-2907-4a50-8394-646b77cac25d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97df616f-2907-4a50-8394-646b77cac25d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-97df616f-2907-4a50-8394-646b77cac25d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97df616f-2907-4a50-8394-646b77cac25d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-97df616f-2907-4a50-8394-646b77cac25d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97df616f-2907-4a50-8394-646b77cac25d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-97df616f-2907-4a50-8394-646b77cac25d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97df616f-2907-4a50-8394-646b77cac25d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fe690a21-b3c1-4975-b286-390ae946fe66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe690a21-b3c1-4975-b286-390ae946fe66 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Barlow;
  
  font-size: 18px;
  
  
  
}

#s-2d0db0f7-eaab-4493-8793-a6d0f964bfd5 {
  text-align: center;
}

#s-2d0db0f7-eaab-4493-8793-a6d0f964bfd5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  font-family: Barlow;
  font-style:  normal ;
}

#s-2d0db0f7-eaab-4493-8793-a6d0f964bfd5 .shg-product-price {
  color: #000;
  
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d0db0f7-eaab-4493-8793-a6d0f964bfd5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-23bc729a-4e0d-4a51-8e09-82f9ecf2c73a {
  text-align: left;
}



.shg-c#s-23bc729a-4e0d-4a51-8e09-82f9ecf2c73a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23bc729a-4e0d-4a51-8e09-82f9ecf2c73a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23bc729a-4e0d-4a51-8e09-82f9ecf2c73a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23bc729a-4e0d-4a51-8e09-82f9ecf2c73a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23bc729a-4e0d-4a51-8e09-82f9ecf2c73a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23bc729a-4e0d-4a51-8e09-82f9ecf2c73a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23bc729a-4e0d-4a51-8e09-82f9ecf2c73a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23bc729a-4e0d-4a51-8e09-82f9ecf2c73a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23bc729a-4e0d-4a51-8e09-82f9ecf2c73a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23bc729a-4e0d-4a51-8e09-82f9ecf2c73a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6bd1a279-6971-4479-a2d4-6503315dd110 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bd1a279-6971-4479-a2d4-6503315dd110 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Barlow;
  
  font-size: 18px;
  
  
  
}

#s-f8fac3e5-3c58-488a-a8c0-7b1a944a88d6 {
  text-align: center;
}

#s-f8fac3e5-3c58-488a-a8c0-7b1a944a88d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  font-family: Barlow;
  font-style:  normal ;
}

#s-f8fac3e5-3c58-488a-a8c0-7b1a944a88d6 .shg-product-price {
  color: #000;
  
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-f8fac3e5-3c58-488a-a8c0-7b1a944a88d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5fadd02c-438f-4c3b-a548-5fbdd2c49f07 {
  text-align: left;
}



.shg-c#s-5fadd02c-438f-4c3b-a548-5fbdd2c49f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fadd02c-438f-4c3b-a548-5fbdd2c49f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fadd02c-438f-4c3b-a548-5fbdd2c49f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fadd02c-438f-4c3b-a548-5fbdd2c49f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fadd02c-438f-4c3b-a548-5fbdd2c49f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fadd02c-438f-4c3b-a548-5fbdd2c49f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fadd02c-438f-4c3b-a548-5fbdd2c49f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fadd02c-438f-4c3b-a548-5fbdd2c49f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fadd02c-438f-4c3b-a548-5fbdd2c49f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fadd02c-438f-4c3b-a548-5fbdd2c49f07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d567511b-3d3f-413a-a67c-2e6b94b628d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d567511b-3d3f-413a-a67c-2e6b94b628d6 .shg-product-title-component h3 {
  color: #000;
  
  font-family: Barlow;
  
  font-size: 18px;
  
  
  
}

#s-01a91945-9ecf-42d2-a610-ba275369d377 {
  text-align: center;
}

#s-01a91945-9ecf-42d2-a610-ba275369d377 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  font-family: Barlow;
  font-style:  normal ;
}

#s-01a91945-9ecf-42d2-a610-ba275369d377 .shg-product-price {
  color: #000;
  
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-01a91945-9ecf-42d2-a610-ba275369d377 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-12fcd33a-38a6-4c8f-816e-32607f88b09a {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
max-width: 90%;
}








#s-12fcd33a-38a6-4c8f-816e-32607f88b09a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12fcd33a-38a6-4c8f-816e-32607f88b09a.shg-box.shg-c {
  justify-content: center;
}

#s-8cb9fb42-43f7-4aec-b925-c2797a6e38ae {
  margin-top: 16px;
margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cb9fb42-43f7-4aec-b925-c2797a6e38ae .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: center;
}



#s-dadf8258-b0e8-4fdb-bc19-d725f7459938 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-dadf8258-b0e8-4fdb-bc19-d725f7459938 {
  display: none;
}
#s-dadf8258-b0e8-4fdb-bc19-d725f7459938, #wrap-s-dadf8258-b0e8-4fdb-bc19-d725f7459938 { display: none !important; }}@media (max-width: 767px){#s-dadf8258-b0e8-4fdb-bc19-d725f7459938 {
  display: none;
}
#s-dadf8258-b0e8-4fdb-bc19-d725f7459938, #wrap-s-dadf8258-b0e8-4fdb-bc19-d725f7459938 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dadf8258-b0e8-4fdb-bc19-d725f7459938"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dadf8258-b0e8-4fdb-bc19-d725f7459938"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-dadf8258-b0e8-4fdb-bc19-d725f7459938"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-dadf8258-b0e8-4fdb-bc19-d725f7459938"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-e0e4515c-de68-450a-98b7-6cf43e191d7f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}








#s-e0e4515c-de68-450a-98b7-6cf43e191d7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0e4515c-de68-450a-98b7-6cf43e191d7f {
  cursor: pointer;
}#s-e0e4515c-de68-450a-98b7-6cf43e191d7f.shg-box.shg-c {
  justify-content: center;
}

#s-cdb66466-3cbf-4c18-bc91-1e33af4989bf {
  min-height: 330px;
}








#s-cdb66466-3cbf-4c18-bc91-1e33af4989bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cdb66466-3cbf-4c18-bc91-1e33af4989bf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
  max-width: 810px;
aspect-ratio: 810/800;
text-align: center;
}



.shg-image-margin-container-s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
  
  
  
  
}

#s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shg-image-content-wrapper {
      aspect-ratio: 810/800;
      min-width: 100%;
      height: auto;
    }

    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shogun-image-link {
      aspect-ratio: 810/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 810px;
  }



  img.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image {
    
    
    
    max-height: 810px;
  }


.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shogun-image-content {
  
    align-items: center;
  
}

.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
      --shg-aspect-ratio: calc(810/800); 
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
      position: relative;
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 810px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
  
  
  
  
}

#s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shg-image-content-wrapper {
      aspect-ratio: 810/800;
      min-width: 100%;
      height: auto;
    }

    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shogun-image-link {
      aspect-ratio: 810/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 810px;
  }



  img.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image {
    
    
    
    max-height: 810px;
  }


.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shogun-image-content {
  
    align-items: center;
  
}

.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
      --shg-aspect-ratio: calc(810/800); 
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
      position: relative;
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 810px;
    }
  }

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

.shg-image-margin-container-s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
  
  
  
  
}

#s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shg-image-content-wrapper {
      aspect-ratio: 810/800;
      min-width: 100%;
      height: auto;
    }

    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shogun-image-link {
      aspect-ratio: 810/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 810px;
  }



  img.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image {
    
    
    
    max-height: 810px;
  }


.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shogun-image-content {
  
    align-items: center;
  
}

.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
      --shg-aspect-ratio: calc(810/800); 
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
      position: relative;
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 810px;
    }
  }

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

.shg-image-margin-container-s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
  
  
  
  
}

#s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shg-image-content-wrapper {
      aspect-ratio: 810/800;
      min-width: 100%;
      height: auto;
    }

    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shogun-image-link {
      aspect-ratio: 810/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 810px;
  }



  img.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image {
    
    
    
    max-height: 810px;
  }


.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shogun-image-content {
  
    align-items: center;
  
}

.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
      --shg-aspect-ratio: calc(810/800); 
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
      position: relative;
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 810px;
    }
  }

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

.shg-image-margin-container-s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
  
  
  
  
}

#s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shg-image-content-wrapper {
      aspect-ratio: 810/800;
      min-width: 100%;
      height: auto;
    }

    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shogun-image-link {
      aspect-ratio: 810/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 810px;
  }



  img.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image {
    
    
    
    max-height: 810px;
  }


.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 .shogun-image-content {
  
    align-items: center;
  
}

.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 {
      --shg-aspect-ratio: calc(810/800); 
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container {
      position: relative;
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8587d32d-678d-44a0-8ecc-55c6cb2b5c43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 810px;
    }
  }

}
#s-dc253d0a-39e5-4d3f-a624-277392cabdd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc253d0a-39e5-4d3f-a624-277392cabdd3 .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a30b87e8-4fb6-4677-b64a-77927b5024d9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-a30b87e8-4fb6-4677-b64a-77927b5024d9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWY2YjE1N2UtZmU3YS00NzYyLWFhMmYtZDQyYzM4OTU3M2Y0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZjZiMTU3ZS1mZTdhLTQ3NjItYWEyZi1kNDJjMzg5NTczZjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-a30b87e8-4fb6-4677-b64a-77927b5024d9:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a30b87e8-4fb6-4677-b64a-77927b5024d9-root {
    text-align: left;
  }


#s-a30b87e8-4fb6-4677-b64a-77927b5024d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a30b87e8-4fb6-4677-b64a-77927b5024d9-root {
    text-align: left;
  }


#s-a30b87e8-4fb6-4677-b64a-77927b5024d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a30b87e8-4fb6-4677-b64a-77927b5024d9-root {
    text-align: left;
  }


#s-a30b87e8-4fb6-4677-b64a-77927b5024d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a30b87e8-4fb6-4677-b64a-77927b5024d9-root {
    text-align: left;
  }


#s-a30b87e8-4fb6-4677-b64a-77927b5024d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a30b87e8-4fb6-4677-b64a-77927b5024d9-root {
    text-align: left;
  }


#s-a30b87e8-4fb6-4677-b64a-77927b5024d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-ce092ee0-35d2-4ac8-bd76-3784e6329733 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}








#s-ce092ee0-35d2-4ac8-bd76-3784e6329733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce092ee0-35d2-4ac8-bd76-3784e6329733 {
  cursor: pointer;
}#s-ce092ee0-35d2-4ac8-bd76-3784e6329733.shg-box.shg-c {
  justify-content: center;
}

#s-c423899a-524b-4f42-90cb-b6b67ba4d183 {
  min-height: 330px;
}








#s-c423899a-524b-4f42-90cb-b6b67ba4d183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c423899a-524b-4f42-90cb-b6b67ba4d183.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
  max-width: 640px;
aspect-ratio: 640/632;
text-align: center;
}



.shg-image-margin-container-s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
  
  
  
  
}

#s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shg-image-content-wrapper {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }

    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shogun-image-link {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
      --shg-aspect-ratio: calc(640/632); 
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
      position: relative;
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
  
  
  
  
}

#s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shg-image-content-wrapper {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }

    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shogun-image-link {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
      --shg-aspect-ratio: calc(640/632); 
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
      position: relative;
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
  
  
  
  
}

#s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shg-image-content-wrapper {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }

    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shogun-image-link {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
      --shg-aspect-ratio: calc(640/632); 
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
      position: relative;
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
  
  
  
  
}

#s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shg-image-content-wrapper {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }

    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shogun-image-link {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
      --shg-aspect-ratio: calc(640/632); 
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
      position: relative;
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
  
  
  
  
}

#s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shg-image-content-wrapper {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }

    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shogun-image-link {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 {
      --shg-aspect-ratio: calc(640/632); 
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container {
      position: relative;
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f0bcf92-66dc-4573-a4af-d264e0cd0b04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-dc644910-2abf-486f-b97b-6425edbf1799 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc644910-2abf-486f-b97b-6425edbf1799 .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e510b11e-677f-4b6c-9bf1-0a3572242125 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-e510b11e-677f-4b6c-9bf1-0a3572242125:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2FhNDEyOWYtMmYzZC00YmYxLWE2NWItMzViOTVlOWJiNGYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYWE0MTI5Zi0yZjNkLTRiZjEtYTY1Yi0zNWI5NWU5YmI0ZjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-e510b11e-677f-4b6c-9bf1-0a3572242125:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-e510b11e-677f-4b6c-9bf1-0a3572242125-root {
    text-align: left;
  }


#s-e510b11e-677f-4b6c-9bf1-0a3572242125.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e510b11e-677f-4b6c-9bf1-0a3572242125-root {
    text-align: left;
  }


#s-e510b11e-677f-4b6c-9bf1-0a3572242125.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e510b11e-677f-4b6c-9bf1-0a3572242125-root {
    text-align: left;
  }


#s-e510b11e-677f-4b6c-9bf1-0a3572242125.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e510b11e-677f-4b6c-9bf1-0a3572242125-root {
    text-align: left;
  }


#s-e510b11e-677f-4b6c-9bf1-0a3572242125.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e510b11e-677f-4b6c-9bf1-0a3572242125-root {
    text-align: left;
  }


#s-e510b11e-677f-4b6c-9bf1-0a3572242125.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-1fbab73c-7bf7-4d9b-8819-bf9299119c03 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}








#s-1fbab73c-7bf7-4d9b-8819-bf9299119c03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fbab73c-7bf7-4d9b-8819-bf9299119c03 {
  cursor: pointer;
}#s-1fbab73c-7bf7-4d9b-8819-bf9299119c03.shg-box.shg-c {
  justify-content: center;
}

#s-73a8c1b0-3386-4d6a-88cd-62749805f3c7 {
  min-height: 330px;
}








#s-73a8c1b0-3386-4d6a-88cd-62749805f3c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73a8c1b0-3386-4d6a-88cd-62749805f3c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-962919d6-d666-4fda-aab4-43deb82dc7a0 {
  text-align: center;
}



.shg-image-margin-container-s-962919d6-d666-4fda-aab4-43deb82dc7a0 {
  
  
  
  
}

#s-962919d6-d666-4fda-aab4-43deb82dc7a0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image {
    
    
    
    
  }


.s-962919d6-d666-4fda-aab4-43deb82dc7a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-962919d6-d666-4fda-aab4-43deb82dc7a0 {
  
  
  
  
}

#s-962919d6-d666-4fda-aab4-43deb82dc7a0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image {
    
    
    
    
  }


.s-962919d6-d666-4fda-aab4-43deb82dc7a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-962919d6-d666-4fda-aab4-43deb82dc7a0 {
  
  
  
  
}

#s-962919d6-d666-4fda-aab4-43deb82dc7a0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image {
    
    
    
    
  }


.s-962919d6-d666-4fda-aab4-43deb82dc7a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-962919d6-d666-4fda-aab4-43deb82dc7a0 {
  
  
  
  
}

#s-962919d6-d666-4fda-aab4-43deb82dc7a0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image {
    
    
    
    
  }


.s-962919d6-d666-4fda-aab4-43deb82dc7a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-962919d6-d666-4fda-aab4-43deb82dc7a0 {
  
  
  
  
}

#s-962919d6-d666-4fda-aab4-43deb82dc7a0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image {
    
    
    
    
  }


.s-962919d6-d666-4fda-aab4-43deb82dc7a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962919d6-d666-4fda-aab4-43deb82dc7a0.shogun-image {
  box-sizing: border-box;
}




}
#s-dea03068-a80d-464a-9af2-20669671199d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dea03068-a80d-464a-9af2-20669671199d .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGRkMWEzN2YtMjdiNS00MGQ2LWFkZDAtOGY0MTViZTVlZGU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZGQxYTM3Zi0yN2I1LTQwZDYtYWRkMC04ZjQxNWJlNWVkZTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770-root {
    text-align: left;
  }


#s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770-root {
    text-align: left;
  }


#s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770-root {
    text-align: left;
  }


#s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770-root {
    text-align: left;
  }


#s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770-root {
    text-align: left;
  }


#s-49bd1f8f-5c9a-42ee-ae96-e30e541fa770.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-870a445e-25d9-4d06-bfaf-9ddd25006720 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}








#s-870a445e-25d9-4d06-bfaf-9ddd25006720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-870a445e-25d9-4d06-bfaf-9ddd25006720 {
  cursor: pointer;
}#s-870a445e-25d9-4d06-bfaf-9ddd25006720.shg-box.shg-c {
  justify-content: center;
}

#s-d32c9e87-e6e8-4dc1-a04c-76e3d0effbd2 {
  min-height: 330px;
}








#s-d32c9e87-e6e8-4dc1-a04c-76e3d0effbd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d32c9e87-e6e8-4dc1-a04c-76e3d0effbd2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cb0f3893-7fac-4289-b573-9845fc427fe1 {
  text-align: center;
}



.shg-image-margin-container-s-cb0f3893-7fac-4289-b573-9845fc427fe1 {
  
  
  
  
}

#s-cb0f3893-7fac-4289-b573-9845fc427fe1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image {
    
    
    
    
  }


.s-cb0f3893-7fac-4289-b573-9845fc427fe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cb0f3893-7fac-4289-b573-9845fc427fe1 {
  
  
  
  
}

#s-cb0f3893-7fac-4289-b573-9845fc427fe1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image {
    
    
    
    
  }


.s-cb0f3893-7fac-4289-b573-9845fc427fe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb0f3893-7fac-4289-b573-9845fc427fe1 {
  
  
  
  
}

#s-cb0f3893-7fac-4289-b573-9845fc427fe1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image {
    
    
    
    
  }


.s-cb0f3893-7fac-4289-b573-9845fc427fe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb0f3893-7fac-4289-b573-9845fc427fe1 {
  
  
  
  
}

#s-cb0f3893-7fac-4289-b573-9845fc427fe1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image {
    
    
    
    
  }


.s-cb0f3893-7fac-4289-b573-9845fc427fe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb0f3893-7fac-4289-b573-9845fc427fe1 {
  
  
  
  
}

#s-cb0f3893-7fac-4289-b573-9845fc427fe1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image {
    
    
    
    
  }


.s-cb0f3893-7fac-4289-b573-9845fc427fe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb0f3893-7fac-4289-b573-9845fc427fe1.shogun-image {
  box-sizing: border-box;
}




}
#s-a5c6489a-79bf-41b3-ae21-08f9fa82238d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5c6489a-79bf-41b3-ae21-08f9fa82238d .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9bacac2d-44a2-41b6-8817-0e2672ad0070 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-9bacac2d-44a2-41b6-8817-0e2672ad0070:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGY1ZDZiMDYtMWEwYi00MjcxLTkzMTctNzc1ODM3MzZjY2I2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZjVkNmIwNi0xYTBiLTQyNzEtOTMxNy03NzU4MzczNmNjYjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-9bacac2d-44a2-41b6-8817-0e2672ad0070:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-9bacac2d-44a2-41b6-8817-0e2672ad0070-root {
    text-align: left;
  }


#s-9bacac2d-44a2-41b6-8817-0e2672ad0070.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9bacac2d-44a2-41b6-8817-0e2672ad0070-root {
    text-align: left;
  }


#s-9bacac2d-44a2-41b6-8817-0e2672ad0070.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bacac2d-44a2-41b6-8817-0e2672ad0070-root {
    text-align: left;
  }


#s-9bacac2d-44a2-41b6-8817-0e2672ad0070.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bacac2d-44a2-41b6-8817-0e2672ad0070-root {
    text-align: left;
  }


#s-9bacac2d-44a2-41b6-8817-0e2672ad0070.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9bacac2d-44a2-41b6-8817-0e2672ad0070-root {
    text-align: left;
  }


#s-9bacac2d-44a2-41b6-8817-0e2672ad0070.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-5170559b-be4e-47e8-8f3c-9f1495f24777 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}








#s-5170559b-be4e-47e8-8f3c-9f1495f24777 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5170559b-be4e-47e8-8f3c-9f1495f24777 {
  cursor: pointer;
}#s-5170559b-be4e-47e8-8f3c-9f1495f24777.shg-box.shg-c {
  justify-content: center;
}

#s-6d3aa616-cbd5-441c-b2df-505eeaa29558 {
  min-height: 330px;
}








#s-6d3aa616-cbd5-441c-b2df-505eeaa29558 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d3aa616-cbd5-441c-b2df-505eeaa29558.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
  max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
  
  
  
  
}

#s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shogun-image-content {
  
    align-items: center;
  
}

.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
      position: relative;
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
  
  
  
  
}

#s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shogun-image-content {
  
    align-items: center;
  
}

.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
      position: relative;
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
  
  
  
  
}

#s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shogun-image-content {
  
    align-items: center;
  
}

.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
      position: relative;
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
  
  
  
  
}

#s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shogun-image-content {
  
    align-items: center;
  
}

.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
      position: relative;
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
  
  
  
  
}

#s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e3956a8-001c-4a98-bfe8-0b6821eb244f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f .shogun-image-content {
  
    align-items: center;
  
}

.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container {
      position: relative;
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e3956a8-001c-4a98-bfe8-0b6821eb244f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-415c8b4c-a92a-4fc4-bbf6-5db4ee02d8d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-415c8b4c-a92a-4fc4-bbf6-5db4ee02d8d8 .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2da2869f-06f5-411a-bd12-cda34d6712d4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-2da2869f-06f5-411a-bd12-cda34d6712d4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTA4OTZiYWYtZWJmYy00MWFkLWFiNDEtNmNiYTkxYTUyNDRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MDg5NmJhZi1lYmZjLTQxYWQtYWI0MS02Y2JhOTFhNTI0NGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-2da2869f-06f5-411a-bd12-cda34d6712d4:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-2da2869f-06f5-411a-bd12-cda34d6712d4-root {
    text-align: left;
  }


#s-2da2869f-06f5-411a-bd12-cda34d6712d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2da2869f-06f5-411a-bd12-cda34d6712d4-root {
    text-align: left;
  }


#s-2da2869f-06f5-411a-bd12-cda34d6712d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2da2869f-06f5-411a-bd12-cda34d6712d4-root {
    text-align: left;
  }


#s-2da2869f-06f5-411a-bd12-cda34d6712d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2da2869f-06f5-411a-bd12-cda34d6712d4-root {
    text-align: left;
  }


#s-2da2869f-06f5-411a-bd12-cda34d6712d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2da2869f-06f5-411a-bd12-cda34d6712d4-root {
    text-align: left;
  }


#s-2da2869f-06f5-411a-bd12-cda34d6712d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-418243df-f03b-411a-a47f-fdb737851e08 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-418243df-f03b-411a-a47f-fdb737851e08 {
  display: none;
}
#s-418243df-f03b-411a-a47f-fdb737851e08, #wrap-s-418243df-f03b-411a-a47f-fdb737851e08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-418243df-f03b-411a-a47f-fdb737851e08 {
  display: none;
}
#s-418243df-f03b-411a-a47f-fdb737851e08, #wrap-s-418243df-f03b-411a-a47f-fdb737851e08 { display: none !important; }}
#s-418243df-f03b-411a-a47f-fdb737851e08 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-418243df-f03b-411a-a47f-fdb737851e08 .shg-sld-nav-button.shg-sld-left,
#s-418243df-f03b-411a-a47f-fdb737851e08 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-cbaf0717-3d41-4cee-8615-57af18179c9e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
min-height: 50px;
}








#s-cbaf0717-3d41-4cee-8615-57af18179c9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbaf0717-3d41-4cee-8615-57af18179c9e {
  cursor: pointer;
}#s-cbaf0717-3d41-4cee-8615-57af18179c9e.shg-box.shg-c {
  justify-content: center;
}

#s-7be2370a-de59-46f0-8c16-aaf9c7504b1d {
  min-height: 330px;
}








#s-7be2370a-de59-46f0-8c16-aaf9c7504b1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7be2370a-de59-46f0-8c16-aaf9c7504b1d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-776d8467-85cc-4ffb-8304-6a79210be1aa {
  text-align: center;
}



.shg-image-margin-container-s-776d8467-85cc-4ffb-8304-6a79210be1aa {
  
  
  
  
}

#s-776d8467-85cc-4ffb-8304-6a79210be1aa {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image {
    
    
    
    
  }


.s-776d8467-85cc-4ffb-8304-6a79210be1aa .shogun-image-content {
  
    align-items: center;
  
}

.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-776d8467-85cc-4ffb-8304-6a79210be1aa {
  
  
  
  
}

#s-776d8467-85cc-4ffb-8304-6a79210be1aa {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image {
    
    
    
    
  }


.s-776d8467-85cc-4ffb-8304-6a79210be1aa .shogun-image-content {
  
    align-items: center;
  
}

.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-776d8467-85cc-4ffb-8304-6a79210be1aa {
  
  
  
  
}

#s-776d8467-85cc-4ffb-8304-6a79210be1aa {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image {
    
    
    
    
  }


.s-776d8467-85cc-4ffb-8304-6a79210be1aa .shogun-image-content {
  
    align-items: center;
  
}

.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-776d8467-85cc-4ffb-8304-6a79210be1aa {
  
  
  
  
}

#s-776d8467-85cc-4ffb-8304-6a79210be1aa {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image {
    
    
    
    
  }


.s-776d8467-85cc-4ffb-8304-6a79210be1aa .shogun-image-content {
  
    align-items: center;
  
}

.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-776d8467-85cc-4ffb-8304-6a79210be1aa {
  
  
  
  
}

#s-776d8467-85cc-4ffb-8304-6a79210be1aa {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image {
    
    
    
    
  }


.s-776d8467-85cc-4ffb-8304-6a79210be1aa .shogun-image-content {
  
    align-items: center;
  
}

.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776d8467-85cc-4ffb-8304-6a79210be1aa.shogun-image {
  box-sizing: border-box;
}




}
#s-451bf81a-fad4-422a-83b6-7c492aab02cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-451bf81a-fad4-422a-83b6-7c492aab02cc .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2bbe574e-c0af-4994-ab9c-d061bd69221b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-2bbe574e-c0af-4994-ab9c-d061bd69221b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTZlZTM1M2MtNmFlNC00ZjZmLWFkZWEtOGUyYjAyZTE5MzA1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNmVlMzUzYy02YWU0LTRmNmYtYWRlYS04ZTJiMDJlMTkzMDUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-2bbe574e-c0af-4994-ab9c-d061bd69221b:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-2bbe574e-c0af-4994-ab9c-d061bd69221b-root {
    text-align: left;
  }


#s-2bbe574e-c0af-4994-ab9c-d061bd69221b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2bbe574e-c0af-4994-ab9c-d061bd69221b-root {
    text-align: left;
  }


#s-2bbe574e-c0af-4994-ab9c-d061bd69221b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bbe574e-c0af-4994-ab9c-d061bd69221b-root {
    text-align: left;
  }


#s-2bbe574e-c0af-4994-ab9c-d061bd69221b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bbe574e-c0af-4994-ab9c-d061bd69221b-root {
    text-align: left;
  }


#s-2bbe574e-c0af-4994-ab9c-d061bd69221b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2bbe574e-c0af-4994-ab9c-d061bd69221b-root {
    text-align: left;
  }


#s-2bbe574e-c0af-4994-ab9c-d061bd69221b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-34d5bbf8-9a0a-4128-82f5-2ca14194dd56 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
min-height: 50px;
}








#s-34d5bbf8-9a0a-4128-82f5-2ca14194dd56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34d5bbf8-9a0a-4128-82f5-2ca14194dd56 {
  cursor: pointer;
}#s-34d5bbf8-9a0a-4128-82f5-2ca14194dd56.shg-box.shg-c {
  justify-content: center;
}

#s-b57bb9c7-a4d3-4ee4-a291-1ff116299ec6 {
  min-height: 330px;
}








#s-b57bb9c7-a4d3-4ee4-a291-1ff116299ec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b57bb9c7-a4d3-4ee4-a291-1ff116299ec6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb {
  text-align: center;
}



.shg-image-margin-container-s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb {
  
  
  
  
}

#s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image {
    
    
    
    
  }


.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb {
  
  
  
  
}

#s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image {
    
    
    
    
  }


.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb {
  
  
  
  
}

#s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image {
    
    
    
    
  }


.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb {
  
  
  
  
}

#s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image {
    
    
    
    
  }


.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb {
  
  
  
  
}

#s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image {
    
    
    
    
  }


.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea1fcc7-cfb1-4509-a1f2-b030b28145bb.shogun-image {
  box-sizing: border-box;
}




}
#s-19ac5688-99c4-4e5b-8809-97a7d6bf55cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19ac5688-99c4-4e5b-8809-97a7d6bf55cc .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDQxNjE3ZjgtM2JkZi00ZGQ0LTg0ODAtMzYwZjY3MzhkYzM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NDE2MTdmOC0zYmRmLTRkZDQtODQ4MC0zNjBmNjczOGRjMzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0-root {
    text-align: left;
  }


#s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0-root {
    text-align: left;
  }


#s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0-root {
    text-align: left;
  }


#s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0-root {
    text-align: left;
  }


#s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0-root {
    text-align: left;
  }


#s-afe7d0a2-c0cc-4704-b47f-1a2aafa67db0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-f1d64124-436e-4814-aa2c-f0433b17e20c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
min-height: 50px;
}








#s-f1d64124-436e-4814-aa2c-f0433b17e20c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1d64124-436e-4814-aa2c-f0433b17e20c {
  cursor: pointer;
}#s-f1d64124-436e-4814-aa2c-f0433b17e20c.shg-box.shg-c {
  justify-content: center;
}

#s-3bde3149-985c-410e-8797-8b691c712d64 {
  min-height: 330px;
}








#s-3bde3149-985c-410e-8797-8b691c712d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bde3149-985c-410e-8797-8b691c712d64.shg-box.shg-c {
  justify-content: flex-start;
}

#s-03fa54c2-760f-437e-b086-2b358cbf80d3 {
  text-align: center;
}



.shg-image-margin-container-s-03fa54c2-760f-437e-b086-2b358cbf80d3 {
  
  
  
  
}

#s-03fa54c2-760f-437e-b086-2b358cbf80d3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image {
    
    
    
    
  }


.s-03fa54c2-760f-437e-b086-2b358cbf80d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-03fa54c2-760f-437e-b086-2b358cbf80d3 {
  
  
  
  
}

#s-03fa54c2-760f-437e-b086-2b358cbf80d3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image {
    
    
    
    
  }


.s-03fa54c2-760f-437e-b086-2b358cbf80d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-03fa54c2-760f-437e-b086-2b358cbf80d3 {
  
  
  
  
}

#s-03fa54c2-760f-437e-b086-2b358cbf80d3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image {
    
    
    
    
  }


.s-03fa54c2-760f-437e-b086-2b358cbf80d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-03fa54c2-760f-437e-b086-2b358cbf80d3 {
  
  
  
  
}

#s-03fa54c2-760f-437e-b086-2b358cbf80d3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image {
    
    
    
    
  }


.s-03fa54c2-760f-437e-b086-2b358cbf80d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-03fa54c2-760f-437e-b086-2b358cbf80d3 {
  
  
  
  
}

#s-03fa54c2-760f-437e-b086-2b358cbf80d3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image {
    
    
    
    
  }


.s-03fa54c2-760f-437e-b086-2b358cbf80d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03fa54c2-760f-437e-b086-2b358cbf80d3.shogun-image {
  box-sizing: border-box;
}




}
#s-b414578b-7dea-45f4-81b9-5d38426ef7e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b414578b-7dea-45f4-81b9-5d38426ef7e4 .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fcbc0375-5c30-47b8-942a-04dca0941c96 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-fcbc0375-5c30-47b8-942a-04dca0941c96:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmE3YmIzYmEtYmZjMS00MzlmLTg4NDUtZTEyNDBjZmJiZTBlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYTdiYjNiYS1iZmMxLTQzOWYtODg0NS1lMTI0MGNmYmJlMGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-fcbc0375-5c30-47b8-942a-04dca0941c96:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-fcbc0375-5c30-47b8-942a-04dca0941c96-root {
    text-align: left;
  }


#s-fcbc0375-5c30-47b8-942a-04dca0941c96.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fcbc0375-5c30-47b8-942a-04dca0941c96-root {
    text-align: left;
  }


#s-fcbc0375-5c30-47b8-942a-04dca0941c96.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcbc0375-5c30-47b8-942a-04dca0941c96-root {
    text-align: left;
  }


#s-fcbc0375-5c30-47b8-942a-04dca0941c96.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcbc0375-5c30-47b8-942a-04dca0941c96-root {
    text-align: left;
  }


#s-fcbc0375-5c30-47b8-942a-04dca0941c96.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fcbc0375-5c30-47b8-942a-04dca0941c96-root {
    text-align: left;
  }


#s-fcbc0375-5c30-47b8-942a-04dca0941c96.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-31ecb41f-8440-4078-b7fa-2fab9a9da604 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
min-height: 50px;
}








#s-31ecb41f-8440-4078-b7fa-2fab9a9da604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31ecb41f-8440-4078-b7fa-2fab9a9da604 {
  cursor: pointer;
}#s-31ecb41f-8440-4078-b7fa-2fab9a9da604.shg-box.shg-c {
  justify-content: center;
}

#s-601582de-0565-47f9-b910-a74eab1d99eb {
  min-height: 330px;
}








#s-601582de-0565-47f9-b910-a74eab1d99eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-601582de-0565-47f9-b910-a74eab1d99eb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 {
  text-align: center;
}



.shg-image-margin-container-s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 {
  
  
  
  
}

#s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image {
    
    
    
    
  }


.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 {
  
  
  
  
}

#s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image {
    
    
    
    
  }


.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 {
  
  
  
  
}

#s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image {
    
    
    
    
  }


.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 {
  
  
  
  
}

#s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image {
    
    
    
    
  }


.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 {
  
  
  
  
}

#s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image {
    
    
    
    
  }


.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1bba27-da41-4713-91a3-cbf8f3ad79f4.shogun-image {
  box-sizing: border-box;
}




}
#s-76226a22-f83e-4790-978b-17259b35a989 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76226a22-f83e-4790-978b-17259b35a989 .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-355e5f47-9a4d-473d-b823-730a4da4dd03 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-355e5f47-9a4d-473d-b823-730a4da4dd03:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDdjMmYwZDEtY2QxNy00OTdhLWE4MGItNjY2YjRjOTcxYTZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkN2MyZjBkMS1jZDE3LTQ5N2EtYTgwYi02NjZiNGM5NzFhNmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-355e5f47-9a4d-473d-b823-730a4da4dd03:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-355e5f47-9a4d-473d-b823-730a4da4dd03-root {
    text-align: left;
  }


#s-355e5f47-9a4d-473d-b823-730a4da4dd03.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-355e5f47-9a4d-473d-b823-730a4da4dd03-root {
    text-align: left;
  }


#s-355e5f47-9a4d-473d-b823-730a4da4dd03.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-355e5f47-9a4d-473d-b823-730a4da4dd03-root {
    text-align: left;
  }


#s-355e5f47-9a4d-473d-b823-730a4da4dd03.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-355e5f47-9a4d-473d-b823-730a4da4dd03-root {
    text-align: left;
  }


#s-355e5f47-9a4d-473d-b823-730a4da4dd03.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-355e5f47-9a4d-473d-b823-730a4da4dd03-root {
    text-align: left;
  }


#s-355e5f47-9a4d-473d-b823-730a4da4dd03.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-7d0902c2-eb74-4dfa-9012-c313b40d2aaf {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
min-height: 50px;
}








#s-7d0902c2-eb74-4dfa-9012-c313b40d2aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d0902c2-eb74-4dfa-9012-c313b40d2aaf {
  cursor: pointer;
}#s-7d0902c2-eb74-4dfa-9012-c313b40d2aaf.shg-box.shg-c {
  justify-content: center;
}

#s-d6009bb3-971d-4230-9472-d0119d8d1b5d {
  min-height: 330px;
}








#s-d6009bb3-971d-4230-9472-d0119d8d1b5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6009bb3-971d-4230-9472-d0119d8d1b5d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
  max-width: 640px;
aspect-ratio: 640/632;
text-align: center;
}



.shg-image-margin-container-s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
  
  
  
  
}

#s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shg-image-content-wrapper {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }

    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shogun-image-link {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
      --shg-aspect-ratio: calc(640/632); 
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
      position: relative;
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
  
  
  
  
}

#s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shg-image-content-wrapper {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }

    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shogun-image-link {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
      --shg-aspect-ratio: calc(640/632); 
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
      position: relative;
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
  
  
  
  
}

#s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shg-image-content-wrapper {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }

    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shogun-image-link {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
      --shg-aspect-ratio: calc(640/632); 
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
      position: relative;
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
  
  
  
  
}

#s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shg-image-content-wrapper {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }

    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shogun-image-link {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
      --shg-aspect-ratio: calc(640/632); 
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
      position: relative;
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
  
  
  
  
}

#s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shg-image-content-wrapper {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }

    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shogun-image-link {
      aspect-ratio: 640/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 {
      --shg-aspect-ratio: calc(640/632); 
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container {
      position: relative;
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c4bfecb-9770-45d1-9dc6-31c8e6052152 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-f712be1b-798e-42b9-bc8d-345067ec8a0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f712be1b-798e-42b9-bc8d-345067ec8a0e .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTZlZTM1M2MtNmFlNC00ZjZmLWFkZWEtOGUyYjAyZTE5MzA1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNmVlMzUzYy02YWU0LTRmNmYtYWRlYS04ZTJiMDJlMTkzMDUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd-root {
    text-align: left;
  }


#s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd-root {
    text-align: left;
  }


#s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd-root {
    text-align: left;
  }


#s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd-root {
    text-align: left;
  }


#s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd-root {
    text-align: left;
  }


#s-46c6f2a0-7cea-4d47-8b2b-45de8752c6cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-e29b45a3-f9fb-4030-a971-f916b6489581"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e29b45a3-f9fb-4030-a971-f916b6489581"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e29b45a3-f9fb-4030-a971-f916b6489581"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e29b45a3-f9fb-4030-a971-f916b6489581"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8fdb4f16-e48b-461b-8d8d-15256e298812 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
min-height: 50px;
}








#s-8fdb4f16-e48b-461b-8d8d-15256e298812 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fdb4f16-e48b-461b-8d8d-15256e298812 {
  cursor: pointer;
}#s-8fdb4f16-e48b-461b-8d8d-15256e298812.shg-box.shg-c {
  justify-content: center;
}

#s-73f74592-cf5d-4136-86ac-8a3fe471cf59 {
  min-height: 330px;
}








#s-73f74592-cf5d-4136-86ac-8a3fe471cf59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73f74592-cf5d-4136-86ac-8a3fe471cf59.shg-box.shg-c {
  justify-content: flex-start;
}

#s-81551e31-6d79-49b4-ba7a-d797cc252a83 {
  text-align: center;
}



.shg-image-margin-container-s-81551e31-6d79-49b4-ba7a-d797cc252a83 {
  
  
  
  
}

#s-81551e31-6d79-49b4-ba7a-d797cc252a83 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image {
    
    
    
    
  }


.s-81551e31-6d79-49b4-ba7a-d797cc252a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-81551e31-6d79-49b4-ba7a-d797cc252a83 {
  
  
  
  
}

#s-81551e31-6d79-49b4-ba7a-d797cc252a83 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image {
    
    
    
    
  }


.s-81551e31-6d79-49b4-ba7a-d797cc252a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81551e31-6d79-49b4-ba7a-d797cc252a83 {
  
  
  
  
}

#s-81551e31-6d79-49b4-ba7a-d797cc252a83 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image {
    
    
    
    
  }


.s-81551e31-6d79-49b4-ba7a-d797cc252a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81551e31-6d79-49b4-ba7a-d797cc252a83 {
  
  
  
  
}

#s-81551e31-6d79-49b4-ba7a-d797cc252a83 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image {
    
    
    
    
  }


.s-81551e31-6d79-49b4-ba7a-d797cc252a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81551e31-6d79-49b4-ba7a-d797cc252a83 {
  
  
  
  
}

#s-81551e31-6d79-49b4-ba7a-d797cc252a83 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image {
    
    
    
    
  }


.s-81551e31-6d79-49b4-ba7a-d797cc252a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81551e31-6d79-49b4-ba7a-d797cc252a83.shogun-image {
  box-sizing: border-box;
}




}
#s-5ee4c96c-6d63-4045-aade-c2090d7c1f1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ee4c96c-6d63-4045-aade-c2090d7c1f1f .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dd6e6199-8441-446a-81f1-408b582a4ac1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-dd6e6199-8441-446a-81f1-408b582a4ac1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTA5YmEwNzQtNTEwYy00OWQ2LWI2OWUtZjNkZGNlMmVjNjM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MDliYTA3NC01MTBjLTQ5ZDYtYjY5ZS1mM2RkY2UyZWM2MzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-dd6e6199-8441-446a-81f1-408b582a4ac1:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd6e6199-8441-446a-81f1-408b582a4ac1-root {
    text-align: left;
  }


#s-dd6e6199-8441-446a-81f1-408b582a4ac1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dd6e6199-8441-446a-81f1-408b582a4ac1-root {
    text-align: left;
  }


#s-dd6e6199-8441-446a-81f1-408b582a4ac1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd6e6199-8441-446a-81f1-408b582a4ac1-root {
    text-align: left;
  }


#s-dd6e6199-8441-446a-81f1-408b582a4ac1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd6e6199-8441-446a-81f1-408b582a4ac1-root {
    text-align: left;
  }


#s-dd6e6199-8441-446a-81f1-408b582a4ac1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dd6e6199-8441-446a-81f1-408b582a4ac1-root {
    text-align: left;
  }


#s-dd6e6199-8441-446a-81f1-408b582a4ac1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-b6b875c7-2afc-4c5f-895c-9ba1cd49c3d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6b875c7-2afc-4c5f-895c-9ba1cd49c3d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6b875c7-2afc-4c5f-895c-9ba1cd49c3d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6b875c7-2afc-4c5f-895c-9ba1cd49c3d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4ecaa12e-52a4-4ae6-a8ed-092d752786d2 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
min-height: 50px;
}








#s-4ecaa12e-52a4-4ae6-a8ed-092d752786d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ecaa12e-52a4-4ae6-a8ed-092d752786d2 {
  cursor: pointer;
}#s-4ecaa12e-52a4-4ae6-a8ed-092d752786d2.shg-box.shg-c {
  justify-content: center;
}

#s-53f666f3-46c2-449d-aba6-d8b8192ffc22 {
  min-height: 330px;
}








#s-53f666f3-46c2-449d-aba6-d8b8192ffc22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53f666f3-46c2-449d-aba6-d8b8192ffc22.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7f480617-8d5d-469b-a981-060c8ecf0320 {
  text-align: center;
}



.shg-image-margin-container-s-7f480617-8d5d-469b-a981-060c8ecf0320 {
  
  
  
  
}

#s-7f480617-8d5d-469b-a981-060c8ecf0320 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image {
    
    
    
    
  }


.s-7f480617-8d5d-469b-a981-060c8ecf0320 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f480617-8d5d-469b-a981-060c8ecf0320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7f480617-8d5d-469b-a981-060c8ecf0320 {
  
  
  
  
}

#s-7f480617-8d5d-469b-a981-060c8ecf0320 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image {
    
    
    
    
  }


.s-7f480617-8d5d-469b-a981-060c8ecf0320 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f480617-8d5d-469b-a981-060c8ecf0320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7f480617-8d5d-469b-a981-060c8ecf0320 {
  
  
  
  
}

#s-7f480617-8d5d-469b-a981-060c8ecf0320 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image {
    
    
    
    
  }


.s-7f480617-8d5d-469b-a981-060c8ecf0320 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f480617-8d5d-469b-a981-060c8ecf0320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7f480617-8d5d-469b-a981-060c8ecf0320 {
  
  
  
  
}

#s-7f480617-8d5d-469b-a981-060c8ecf0320 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image {
    
    
    
    
  }


.s-7f480617-8d5d-469b-a981-060c8ecf0320 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f480617-8d5d-469b-a981-060c8ecf0320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7f480617-8d5d-469b-a981-060c8ecf0320 {
  
  
  
  
}

#s-7f480617-8d5d-469b-a981-060c8ecf0320 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image {
    
    
    
    
  }


.s-7f480617-8d5d-469b-a981-060c8ecf0320 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f480617-8d5d-469b-a981-060c8ecf0320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f480617-8d5d-469b-a981-060c8ecf0320.shogun-image {
  box-sizing: border-box;
}




}
#s-2c316c98-6075-43bb-95a0-76a84d9eca3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c316c98-6075-43bb-95a0-76a84d9eca3d .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTA5YmEwNzQtNTEwYy00OWQ2LWI2OWUtZjNkZGNlMmVjNjM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MDliYTA3NC01MTBjLTQ5ZDYtYjY5ZS1mM2RkY2UyZWM2MzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0-root {
    text-align: left;
  }


#s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0-root {
    text-align: left;
  }


#s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0-root {
    text-align: left;
  }


#s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0-root {
    text-align: left;
  }


#s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0-root {
    text-align: left;
  }


#s-a6f2cc07-3582-4f6c-9e5b-b4fe7c4be9b0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-219526e1-9342-4c28-bd12-2dd0c3d8550f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
min-height: 50px;
}








#s-219526e1-9342-4c28-bd12-2dd0c3d8550f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-219526e1-9342-4c28-bd12-2dd0c3d8550f {
  cursor: pointer;
}#s-219526e1-9342-4c28-bd12-2dd0c3d8550f.shg-box.shg-c {
  justify-content: center;
}

#s-63568509-a7a2-4d5d-b6e7-db75d0e25d38 {
  min-height: 330px;
}








#s-63568509-a7a2-4d5d-b6e7-db75d0e25d38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63568509-a7a2-4d5d-b6e7-db75d0e25d38.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 {
  text-align: center;
}



.shg-image-margin-container-s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 {
  
  
  
  
}

#s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image {
    
    
    
    
  }


.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 {
  
  
  
  
}

#s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image {
    
    
    
    
  }


.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 {
  
  
  
  
}

#s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image {
    
    
    
    
  }


.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 {
  
  
  
  
}

#s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image {
    
    
    
    
  }


.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 {
  
  
  
  
}

#s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image {
    
    
    
    
  }


.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd99b6d-49d9-4039-98ef-c1bb56b4b0c1.shogun-image {
  box-sizing: border-box;
}




}
#s-377bc009-1ddc-4e3c-afbb-60fdf33659a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-377bc009-1ddc-4e3c-afbb-60fdf33659a4 .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTA5YmEwNzQtNTEwYy00OWQ2LWI2OWUtZjNkZGNlMmVjNjM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MDliYTA3NC01MTBjLTQ5ZDYtYjY5ZS1mM2RkY2UyZWM2MzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08-root {
    text-align: left;
  }


#s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08-root {
    text-align: left;
  }


#s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08-root {
    text-align: left;
  }


#s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08-root {
    text-align: left;
  }


#s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08-root {
    text-align: left;
  }


#s-0fb71cb5-cdb5-42ca-aa52-19f7c2fe3e08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-e4e5fa03-c25a-48b7-a669-6fb904edeee4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4e5fa03-c25a-48b7-a669-6fb904edeee4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4e5fa03-c25a-48b7-a669-6fb904edeee4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4e5fa03-c25a-48b7-a669-6fb904edeee4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0f24b607-fd9a-47e2-a160-0309db40173b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
min-height: 50px;
}








#s-0f24b607-fd9a-47e2-a160-0309db40173b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f24b607-fd9a-47e2-a160-0309db40173b {
  cursor: pointer;
}#s-0f24b607-fd9a-47e2-a160-0309db40173b.shg-box.shg-c {
  justify-content: center;
}

#s-31d4149b-6c84-465c-b0c7-3f0b2c309f37 {
  min-height: 330px;
}








#s-31d4149b-6c84-465c-b0c7-3f0b2c309f37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31d4149b-6c84-465c-b0c7-3f0b2c309f37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee {
  text-align: center;
}



.shg-image-margin-container-s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee {
  
  
  
  
}

#s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image {
    
    
    
    
  }


.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee .shogun-image-content {
  
    align-items: center;
  
}

.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee {
  
  
  
  
}

#s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image {
    
    
    
    
  }


.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee .shogun-image-content {
  
    align-items: center;
  
}

.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee {
  
  
  
  
}

#s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image {
    
    
    
    
  }


.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee .shogun-image-content {
  
    align-items: center;
  
}

.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee {
  
  
  
  
}

#s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image {
    
    
    
    
  }


.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee .shogun-image-content {
  
    align-items: center;
  
}

.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee {
  
  
  
  
}

#s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image {
    
    
    
    
  }


.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee .shogun-image-content {
  
    align-items: center;
  
}

.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dda0105-3a0f-488e-99b6-fa5bbfc95cee.shogun-image {
  box-sizing: border-box;
}




}
#s-c4b1d21a-1fda-484a-91f7-462bb722b4e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4b1d21a-1fda-484a-91f7-462bb722b4e4 .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTA5YmEwNzQtNTEwYy00OWQ2LWI2OWUtZjNkZGNlMmVjNjM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MDliYTA3NC01MTBjLTQ5ZDYtYjY5ZS1mM2RkY2UyZWM2MzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707-root {
    text-align: left;
  }


#s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707-root {
    text-align: left;
  }


#s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707-root {
    text-align: left;
  }


#s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707-root {
    text-align: left;
  }


#s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707-root {
    text-align: left;
  }


#s-49a6816b-4d5b-4e8e-bf14-1c7943ce3707.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-c6e69547-aedd-4288-902b-3b347a111a1c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
min-height: 50px;
}








#s-c6e69547-aedd-4288-902b-3b347a111a1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6e69547-aedd-4288-902b-3b347a111a1c {
  cursor: pointer;
}#s-c6e69547-aedd-4288-902b-3b347a111a1c.shg-box.shg-c {
  justify-content: center;
}

#s-bf7f7443-56e1-4eca-9392-d70930c7912b {
  min-height: 330px;
}








#s-bf7f7443-56e1-4eca-9392-d70930c7912b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf7f7443-56e1-4eca-9392-d70930c7912b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 {
  text-align: center;
}



.shg-image-margin-container-s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 {
  
  
  
  
}

#s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image {
    
    
    
    
  }


.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 {
  
  
  
  
}

#s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image {
    
    
    
    
  }


.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 {
  
  
  
  
}

#s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image {
    
    
    
    
  }


.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 {
  
  
  
  
}

#s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image {
    
    
    
    
  }


.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 {
  
  
  
  
}

#s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image {
    
    
    
    
  }


.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e8c3d2-88b6-4f86-b905-a02dc386cba1.shogun-image {
  box-sizing: border-box;
}




}
#s-d434d5ea-bf4b-493b-b467-6a23b271f592 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d434d5ea-bf4b-493b-b467-6a23b271f592 .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTA5YmEwNzQtNTEwYy00OWQ2LWI2OWUtZjNkZGNlMmVjNjM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MDliYTA3NC01MTBjLTQ5ZDYtYjY5ZS1mM2RkY2UyZWM2MzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2-root {
    text-align: left;
  }


#s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2-root {
    text-align: left;
  }


#s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2-root {
    text-align: left;
  }


#s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2-root {
    text-align: left;
  }


#s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2-root {
    text-align: left;
  }


#s-10151bdd-d8f0-4b8f-94e6-b31fa5c6d2a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-13416334-f8fa-4757-9ed7-3e64fab4fefa {
  background-attachment: fixed;
min-height: 0px;
background-color: rgba(249, 181, 47, 1);
}








#s-13416334-f8fa-4757-9ed7-3e64fab4fefa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13416334-f8fa-4757-9ed7-3e64fab4fefa.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f32091a7-7218-4d26-afaa-345d588e8de7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f32091a7-7218-4d26-afaa-345d588e8de7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f32091a7-7218-4d26-afaa-345d588e8de7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f32091a7-7218-4d26-afaa-345d588e8de7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f005f44a-6b51-4580-a489-3104bee26dbc {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 48px;
padding-right: 32px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-f005f44a-6b51-4580-a489-3104bee26dbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f005f44a-6b51-4580-a489-3104bee26dbc.shg-box.shg-c {
  justify-content: center;
}

#s-824339a0-bb20-4f3b-9cd8-2b6dac447fad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-824339a0-bb20-4f3b-9cd8-2b6dac447fad .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}



#s-60643808-ccb8-46ff-bae6-e53ec11b3f80 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU1Yzg0ODYtNDY3YS00ZGNjLWExZDYtNWM4YmRkNTc3ZTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4ZDVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTVjODQ4Ni00NjdhLTRkY2MtYTFkNi01YzhiZGQ1NzdlMzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff534d"}, {"id"=>3, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>2, "pos"=>1, "color"=>"#ff8d5f"}];
hover-type: gradient;
}
#s-60643808-ccb8-46ff-bae6-e53ec11b3f80:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDE3OGY2MTctZmQ1Yy00MzhmLWE0MjctYmExMzc5N2ZhMzM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1MzRkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMTc4ZjYxNy1mZDVjLTQzOGYtYTQyNy1iYTEzNzk3ZmEzMzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(75, 74, 82, 0.01) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff534d"}, {"id"=>1, "pos"=>1, "color"=>"#ff534d"}] !important;
hover-type: gradient !important;}#s-60643808-ccb8-46ff-bae6-e53ec11b3f80:active {border-style: solid !important;
border-color: rgba(48, 47, 51, 0.3) !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-60643808-ccb8-46ff-bae6-e53ec11b3f80-root {
    text-align: left;
  }


#s-60643808-ccb8-46ff-bae6-e53ec11b3f80.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60643808-ccb8-46ff-bae6-e53ec11b3f80-root {
    text-align: left;
  }


#s-60643808-ccb8-46ff-bae6-e53ec11b3f80.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60643808-ccb8-46ff-bae6-e53ec11b3f80-root {
    text-align: left;
  }


#s-60643808-ccb8-46ff-bae6-e53ec11b3f80.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60643808-ccb8-46ff-bae6-e53ec11b3f80-root {
    text-align: left;
  }


#s-60643808-ccb8-46ff-bae6-e53ec11b3f80.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60643808-ccb8-46ff-bae6-e53ec11b3f80-root {
    text-align: left;
  }


#s-60643808-ccb8-46ff-bae6-e53ec11b3f80.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-60f1b486-b3d3-45e3-9d66-e98560119b90 {
  text-align: center;
}



.shg-image-margin-container-s-60f1b486-b3d3-45e3-9d66-e98560119b90 {
  
  
  
  
}

#s-60f1b486-b3d3-45e3-9d66-e98560119b90 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image {
    
    
    
    
  }


.s-60f1b486-b3d3-45e3-9d66-e98560119b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-60f1b486-b3d3-45e3-9d66-e98560119b90 {
  
  
  
  
}

#s-60f1b486-b3d3-45e3-9d66-e98560119b90 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image {
    
    
    
    
  }


.s-60f1b486-b3d3-45e3-9d66-e98560119b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-60f1b486-b3d3-45e3-9d66-e98560119b90 {
  
  
  
  
}

#s-60f1b486-b3d3-45e3-9d66-e98560119b90 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image {
    
    
    
    
  }


.s-60f1b486-b3d3-45e3-9d66-e98560119b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-60f1b486-b3d3-45e3-9d66-e98560119b90 {
  
  
  
  
}

#s-60f1b486-b3d3-45e3-9d66-e98560119b90 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image {
    
    
    
    
  }


.s-60f1b486-b3d3-45e3-9d66-e98560119b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-60f1b486-b3d3-45e3-9d66-e98560119b90 {
  
  
  
  
}

#s-60f1b486-b3d3-45e3-9d66-e98560119b90 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image {
    
    
    
    
  }


.s-60f1b486-b3d3-45e3-9d66-e98560119b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f1b486-b3d3-45e3-9d66-e98560119b90.shogun-image {
  box-sizing: border-box;
}




}
#s-e0df1d87-5478-46b3-9341-843e8692f439 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 47px;
max-width: 100%;
background-color: rgba(248, 248, 248, 1);
background-attachment: scroll;
}








#s-e0df1d87-5478-46b3-9341-843e8692f439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0df1d87-5478-46b3-9341-843e8692f439.shg-box.shg-c {
  justify-content: center;
}

#s-6a68e451-9ba9-4e37-a1b7-720edb551e3b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 47px;
max-width: 100%;
background-color: rgba(248, 248, 248, 1);
background-attachment: scroll;
}








#s-6a68e451-9ba9-4e37-a1b7-720edb551e3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a68e451-9ba9-4e37-a1b7-720edb551e3b.shg-box.shg-c {
  justify-content: center;
}

#s-c56147d4-2e6e-4135-8ca9-cf102dde1710 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c56147d4-2e6e-4135-8ca9-cf102dde1710 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-5b330c6e-86ab-4e43-b03f-96126e80b511 {
  box-shadow:1px 1px 4px 1px rgba(141, 139, 139, 1);
margin-top: 4px;
margin-left: 4%;
margin-bottom: 4px;
margin-right: 4%;
padding-top: 14px;
padding-left: 3%;
padding-bottom: 14px;
padding-right: 3%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(102, 102, 102, 1);
border-style: none;
border-radius: 8px;
opacity: 1;
}
@media (max-width: 767px){#s-5b330c6e-86ab-4e43-b03f-96126e80b511 {
  display: none;
}
#s-5b330c6e-86ab-4e43-b03f-96126e80b511, #wrap-s-5b330c6e-86ab-4e43-b03f-96126e80b511 { display: none !important; }}
#s-5b330c6e-86ab-4e43-b03f-96126e80b511 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5b330c6e-86ab-4e43-b03f-96126e80b511 .shg-sld-nav-button.shg-sld-left,
#s-5b330c6e-86ab-4e43-b03f-96126e80b511 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-466f6e25-5df2-4c42-87af-8ec0104e522a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-466f6e25-5df2-4c42-87af-8ec0104e522a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-466f6e25-5df2-4c42-87af-8ec0104e522a.shg-box.shg-c {
  justify-content: center;
}

#s-16353440-c852-479a-a077-4e05a99cb7ed {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
aspect-ratio: 150/45;
text-align: center;
}



.shg-image-margin-container-s-16353440-c852-479a-a077-4e05a99cb7ed {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-16353440-c852-479a-a077-4e05a99cb7ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16353440-c852-479a-a077-4e05a99cb7ed .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-16353440-c852-479a-a077-4e05a99cb7ed .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16353440-c852-479a-a077-4e05a99cb7ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16353440-c852-479a-a077-4e05a99cb7ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-16353440-c852-479a-a077-4e05a99cb7ed .shogun-image-content {
  
    align-items: center;
  
}

.s-16353440-c852-479a-a077-4e05a99cb7ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16353440-c852-479a-a077-4e05a99cb7ed {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
      position: relative;
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-16353440-c852-479a-a077-4e05a99cb7ed {
  
  
  
  
}

#s-16353440-c852-479a-a077-4e05a99cb7ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16353440-c852-479a-a077-4e05a99cb7ed .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-16353440-c852-479a-a077-4e05a99cb7ed .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16353440-c852-479a-a077-4e05a99cb7ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16353440-c852-479a-a077-4e05a99cb7ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-16353440-c852-479a-a077-4e05a99cb7ed .shogun-image-content {
  
    align-items: center;
  
}

.s-16353440-c852-479a-a077-4e05a99cb7ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16353440-c852-479a-a077-4e05a99cb7ed {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
      position: relative;
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-16353440-c852-479a-a077-4e05a99cb7ed {
  
  
  
  
}

#s-16353440-c852-479a-a077-4e05a99cb7ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16353440-c852-479a-a077-4e05a99cb7ed .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-16353440-c852-479a-a077-4e05a99cb7ed .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16353440-c852-479a-a077-4e05a99cb7ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16353440-c852-479a-a077-4e05a99cb7ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-16353440-c852-479a-a077-4e05a99cb7ed .shogun-image-content {
  
    align-items: center;
  
}

.s-16353440-c852-479a-a077-4e05a99cb7ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16353440-c852-479a-a077-4e05a99cb7ed {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
      position: relative;
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-16353440-c852-479a-a077-4e05a99cb7ed {
  
  
  
  
}

#s-16353440-c852-479a-a077-4e05a99cb7ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16353440-c852-479a-a077-4e05a99cb7ed .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-16353440-c852-479a-a077-4e05a99cb7ed .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16353440-c852-479a-a077-4e05a99cb7ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16353440-c852-479a-a077-4e05a99cb7ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-16353440-c852-479a-a077-4e05a99cb7ed .shogun-image-content {
  
    align-items: center;
  
}

.s-16353440-c852-479a-a077-4e05a99cb7ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16353440-c852-479a-a077-4e05a99cb7ed {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
      position: relative;
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-16353440-c852-479a-a077-4e05a99cb7ed {
  
  
  
  
}

#s-16353440-c852-479a-a077-4e05a99cb7ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16353440-c852-479a-a077-4e05a99cb7ed .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-16353440-c852-479a-a077-4e05a99cb7ed .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16353440-c852-479a-a077-4e05a99cb7ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16353440-c852-479a-a077-4e05a99cb7ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-16353440-c852-479a-a077-4e05a99cb7ed .shogun-image-content {
  
    align-items: center;
  
}

.s-16353440-c852-479a-a077-4e05a99cb7ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16353440-c852-479a-a077-4e05a99cb7ed {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container {
      position: relative;
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16353440-c852-479a-a077-4e05a99cb7ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-a5f3c026-e499-4f82-827f-60941634aec9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5f3c026-e499-4f82-827f-60941634aec9 .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-36729742-02d3-4180-af9e-f003c0976489 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36729742-02d3-4180-af9e-f003c0976489 .shogun-heading-component h5 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-8936aedb-a1b9-4e7e-8437-545e63816289 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 600/552;
text-align: center;
}



.shg-image-margin-container-s-8936aedb-a1b9-4e7e-8437-545e63816289 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8936aedb-a1b9-4e7e-8437-545e63816289 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8936aedb-a1b9-4e7e-8437-545e63816289 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8936aedb-a1b9-4e7e-8437-545e63816289 .shogun-image-content {
  
    align-items: center;
  
}

.s-8936aedb-a1b9-4e7e-8437-545e63816289.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8936aedb-a1b9-4e7e-8437-545e63816289 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
      position: relative;
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289 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-8936aedb-a1b9-4e7e-8437-545e63816289 {
  
  
  
  
}

#s-8936aedb-a1b9-4e7e-8437-545e63816289 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8936aedb-a1b9-4e7e-8437-545e63816289 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8936aedb-a1b9-4e7e-8437-545e63816289 .shogun-image-content {
  
    align-items: center;
  
}

.s-8936aedb-a1b9-4e7e-8437-545e63816289.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8936aedb-a1b9-4e7e-8437-545e63816289 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
      position: relative;
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289 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-8936aedb-a1b9-4e7e-8437-545e63816289 {
  
  
  
  
}

#s-8936aedb-a1b9-4e7e-8437-545e63816289 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8936aedb-a1b9-4e7e-8437-545e63816289 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8936aedb-a1b9-4e7e-8437-545e63816289 .shogun-image-content {
  
    align-items: center;
  
}

.s-8936aedb-a1b9-4e7e-8437-545e63816289.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8936aedb-a1b9-4e7e-8437-545e63816289 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
      position: relative;
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289 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-8936aedb-a1b9-4e7e-8437-545e63816289 {
  
  
  
  
}

#s-8936aedb-a1b9-4e7e-8437-545e63816289 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8936aedb-a1b9-4e7e-8437-545e63816289 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8936aedb-a1b9-4e7e-8437-545e63816289 .shogun-image-content {
  
    align-items: center;
  
}

.s-8936aedb-a1b9-4e7e-8437-545e63816289.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8936aedb-a1b9-4e7e-8437-545e63816289 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
      position: relative;
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289 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-8936aedb-a1b9-4e7e-8437-545e63816289 {
  
  
  
  
}

#s-8936aedb-a1b9-4e7e-8437-545e63816289 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8936aedb-a1b9-4e7e-8437-545e63816289 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8936aedb-a1b9-4e7e-8437-545e63816289 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8936aedb-a1b9-4e7e-8437-545e63816289 .shogun-image-content {
  
    align-items: center;
  
}

.s-8936aedb-a1b9-4e7e-8437-545e63816289.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8936aedb-a1b9-4e7e-8437-545e63816289 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container {
      position: relative;
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8936aedb-a1b9-4e7e-8437-545e63816289 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-0b632239-88f8-4bce-bd28-b9dac1d00ff2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0b632239-88f8-4bce-bd28-b9dac1d00ff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b632239-88f8-4bce-bd28-b9dac1d00ff2.shg-box.shg-c {
  justify-content: center;
}

#s-59413eae-320f-459b-b6b0-f959dd81fcc7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-59413eae-320f-459b-b6b0-f959dd81fcc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59413eae-320f-459b-b6b0-f959dd81fcc7.shg-box.shg-c {
  justify-content: center;
}

#s-e2cf3724-b032-4135-a876-7b6a49927277 {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
aspect-ratio: 150/45;
text-align: center;
}



.shg-image-margin-container-s-e2cf3724-b032-4135-a876-7b6a49927277 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e2cf3724-b032-4135-a876-7b6a49927277 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2cf3724-b032-4135-a876-7b6a49927277 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e2cf3724-b032-4135-a876-7b6a49927277 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2cf3724-b032-4135-a876-7b6a49927277.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2cf3724-b032-4135-a876-7b6a49927277 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
      position: relative;
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e2cf3724-b032-4135-a876-7b6a49927277 {
  
  
  
  
}

#s-e2cf3724-b032-4135-a876-7b6a49927277 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2cf3724-b032-4135-a876-7b6a49927277 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e2cf3724-b032-4135-a876-7b6a49927277 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2cf3724-b032-4135-a876-7b6a49927277.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2cf3724-b032-4135-a876-7b6a49927277 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
      position: relative;
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-e2cf3724-b032-4135-a876-7b6a49927277 {
  
  
  
  
}

#s-e2cf3724-b032-4135-a876-7b6a49927277 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2cf3724-b032-4135-a876-7b6a49927277 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e2cf3724-b032-4135-a876-7b6a49927277 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2cf3724-b032-4135-a876-7b6a49927277.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2cf3724-b032-4135-a876-7b6a49927277 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
      position: relative;
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-e2cf3724-b032-4135-a876-7b6a49927277 {
  
  
  
  
}

#s-e2cf3724-b032-4135-a876-7b6a49927277 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2cf3724-b032-4135-a876-7b6a49927277 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e2cf3724-b032-4135-a876-7b6a49927277 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2cf3724-b032-4135-a876-7b6a49927277.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2cf3724-b032-4135-a876-7b6a49927277 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
      position: relative;
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-e2cf3724-b032-4135-a876-7b6a49927277 {
  
  
  
  
}

#s-e2cf3724-b032-4135-a876-7b6a49927277 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2cf3724-b032-4135-a876-7b6a49927277 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2cf3724-b032-4135-a876-7b6a49927277 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e2cf3724-b032-4135-a876-7b6a49927277 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2cf3724-b032-4135-a876-7b6a49927277.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2cf3724-b032-4135-a876-7b6a49927277 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container {
      position: relative;
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2cf3724-b032-4135-a876-7b6a49927277 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-ef8a1def-2937-40d7-be8e-cfd5629c194c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef8a1def-2937-40d7-be8e-cfd5629c194c .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-8cb8e698-a1ce-4540-9842-d7ac6cff4415 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cb8e698-a1ce-4540-9842-d7ac6cff4415 .shogun-heading-component h5 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-46316dd7-397f-499b-bf2f-423c48bc8052 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-46316dd7-397f-499b-bf2f-423c48bc8052 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-46316dd7-397f-499b-bf2f-423c48bc8052 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46316dd7-397f-499b-bf2f-423c48bc8052 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-46316dd7-397f-499b-bf2f-423c48bc8052 .shogun-image-content {
  
    align-items: center;
  
}

.s-46316dd7-397f-499b-bf2f-423c48bc8052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46316dd7-397f-499b-bf2f-423c48bc8052 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
      position: relative;
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052 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-46316dd7-397f-499b-bf2f-423c48bc8052 {
  
  
  
  
}

#s-46316dd7-397f-499b-bf2f-423c48bc8052 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46316dd7-397f-499b-bf2f-423c48bc8052 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-46316dd7-397f-499b-bf2f-423c48bc8052 .shogun-image-content {
  
    align-items: center;
  
}

.s-46316dd7-397f-499b-bf2f-423c48bc8052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46316dd7-397f-499b-bf2f-423c48bc8052 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
      position: relative;
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052 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-46316dd7-397f-499b-bf2f-423c48bc8052 {
  
  
  
  
}

#s-46316dd7-397f-499b-bf2f-423c48bc8052 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46316dd7-397f-499b-bf2f-423c48bc8052 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-46316dd7-397f-499b-bf2f-423c48bc8052 .shogun-image-content {
  
    align-items: center;
  
}

.s-46316dd7-397f-499b-bf2f-423c48bc8052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46316dd7-397f-499b-bf2f-423c48bc8052 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
      position: relative;
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052 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-46316dd7-397f-499b-bf2f-423c48bc8052 {
  
  
  
  
}

#s-46316dd7-397f-499b-bf2f-423c48bc8052 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46316dd7-397f-499b-bf2f-423c48bc8052 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-46316dd7-397f-499b-bf2f-423c48bc8052 .shogun-image-content {
  
    align-items: center;
  
}

.s-46316dd7-397f-499b-bf2f-423c48bc8052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46316dd7-397f-499b-bf2f-423c48bc8052 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
      position: relative;
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052 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-46316dd7-397f-499b-bf2f-423c48bc8052 {
  
  
  
  
}

#s-46316dd7-397f-499b-bf2f-423c48bc8052 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46316dd7-397f-499b-bf2f-423c48bc8052 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46316dd7-397f-499b-bf2f-423c48bc8052 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-46316dd7-397f-499b-bf2f-423c48bc8052 .shogun-image-content {
  
    align-items: center;
  
}

.s-46316dd7-397f-499b-bf2f-423c48bc8052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46316dd7-397f-499b-bf2f-423c48bc8052 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container {
      position: relative;
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46316dd7-397f-499b-bf2f-423c48bc8052 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-3416a4cf-c4f9-4473-bc07-1e4fa7c939c7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3416a4cf-c4f9-4473-bc07-1e4fa7c939c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3416a4cf-c4f9-4473-bc07-1e4fa7c939c7.shg-box.shg-c {
  justify-content: center;
}

#s-3f433c9c-3161-46ed-bff2-fbf1efec37e3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3f433c9c-3161-46ed-bff2-fbf1efec37e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f433c9c-3161-46ed-bff2-fbf1efec37e3.shg-box.shg-c {
  justify-content: center;
}

#s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
aspect-ratio: 100/30;
text-align: center;
}



.shg-image-margin-container-s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shg-image-content-wrapper {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }

    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shogun-image-link {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shogun-image-content {
  
    align-items: center;
  
}

.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
      --shg-aspect-ratio: calc(100/30); 
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
      position: relative;
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
  
  
  
  
}

#s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shg-image-content-wrapper {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }

    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shogun-image-link {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shogun-image-content {
  
    align-items: center;
  
}

.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
      --shg-aspect-ratio: calc(100/30); 
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
      position: relative;
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
  
  
  
  
}

#s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shg-image-content-wrapper {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }

    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shogun-image-link {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shogun-image-content {
  
    align-items: center;
  
}

.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
      --shg-aspect-ratio: calc(100/30); 
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
      position: relative;
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
  
  
  
  
}

#s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shg-image-content-wrapper {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }

    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shogun-image-link {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shogun-image-content {
  
    align-items: center;
  
}

.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
      --shg-aspect-ratio: calc(100/30); 
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
      position: relative;
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
  
  
  
  
}

#s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shg-image-content-wrapper {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }

    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shogun-image-link {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-302779cc-c1b2-44f8-aac7-465c07ea9f82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-302779cc-c1b2-44f8-aac7-465c07ea9f82 .shogun-image-content {
  
    align-items: center;
  
}

.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82 {
      --shg-aspect-ratio: calc(100/30); 
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container {
      position: relative;
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-302779cc-c1b2-44f8-aac7-465c07ea9f82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-1f7801fe-0289-4380-9981-02fe8a7d2306 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f7801fe-0289-4380-9981-02fe8a7d2306 .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-4a2d595b-5954-4d4c-9110-438bb21904aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a2d595b-5954-4d4c-9110-438bb21904aa .shogun-heading-component h5 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
      position: relative;
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 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-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
  
  
  
  
}

#s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
      position: relative;
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 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-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
  
  
  
  
}

#s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
      position: relative;
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 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-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
  
  
  
  
}

#s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
      position: relative;
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 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-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
  
  
  
  
}

#s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container {
      position: relative;
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f8de37-be5f-4ddc-afb0-9858197eb2f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-5197cb31-cef4-41f6-b863-0023726ad4d5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5197cb31-cef4-41f6-b863-0023726ad4d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5197cb31-cef4-41f6-b863-0023726ad4d5.shg-box.shg-c {
  justify-content: center;
}

#s-9a5f16d3-cf8d-4e47-bf66-d4f628d7a038 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9a5f16d3-cf8d-4e47-bf66-d4f628d7a038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a5f16d3-cf8d-4e47-bf66-d4f628d7a038.shg-box.shg-c {
  justify-content: center;
}

#s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
aspect-ratio: 150/45;
text-align: center;
}



.shg-image-margin-container-s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99c3ee-1bb4-4573-9257-5042f83901aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shogun-image-content {
  
    align-items: center;
  
}

.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
      position: relative;
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
  
  
  
  
}

#s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99c3ee-1bb4-4573-9257-5042f83901aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shogun-image-content {
  
    align-items: center;
  
}

.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
      position: relative;
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
  
  
  
  
}

#s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99c3ee-1bb4-4573-9257-5042f83901aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shogun-image-content {
  
    align-items: center;
  
}

.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
      position: relative;
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
  
  
  
  
}

#s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99c3ee-1bb4-4573-9257-5042f83901aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shogun-image-content {
  
    align-items: center;
  
}

.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
      position: relative;
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
  
  
  
  
}

#s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99c3ee-1bb4-4573-9257-5042f83901aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-3f99c3ee-1bb4-4573-9257-5042f83901aa .shogun-image-content {
  
    align-items: center;
  
}

.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container {
      position: relative;
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99c3ee-1bb4-4573-9257-5042f83901aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-baa895b4-9243-413a-af93-0ef8328cb97e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-baa895b4-9243-413a-af93-0ef8328cb97e .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-7b437059-3adc-41e3-b084-b239e751e8b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b437059-3adc-41e3-b084-b239e751e8b0 .shogun-heading-component h5 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-36500997-ee36-4bec-8ca2-c441cf2be468 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-36500997-ee36-4bec-8ca2-c441cf2be468 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-36500997-ee36-4bec-8ca2-c441cf2be468 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36500997-ee36-4bec-8ca2-c441cf2be468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-36500997-ee36-4bec-8ca2-c441cf2be468 .shogun-image-content {
  
    align-items: center;
  
}

.s-36500997-ee36-4bec-8ca2-c441cf2be468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36500997-ee36-4bec-8ca2-c441cf2be468 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
      position: relative;
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468 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-36500997-ee36-4bec-8ca2-c441cf2be468 {
  
  
  
  
}

#s-36500997-ee36-4bec-8ca2-c441cf2be468 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36500997-ee36-4bec-8ca2-c441cf2be468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-36500997-ee36-4bec-8ca2-c441cf2be468 .shogun-image-content {
  
    align-items: center;
  
}

.s-36500997-ee36-4bec-8ca2-c441cf2be468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36500997-ee36-4bec-8ca2-c441cf2be468 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
      position: relative;
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468 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-36500997-ee36-4bec-8ca2-c441cf2be468 {
  
  
  
  
}

#s-36500997-ee36-4bec-8ca2-c441cf2be468 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36500997-ee36-4bec-8ca2-c441cf2be468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-36500997-ee36-4bec-8ca2-c441cf2be468 .shogun-image-content {
  
    align-items: center;
  
}

.s-36500997-ee36-4bec-8ca2-c441cf2be468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36500997-ee36-4bec-8ca2-c441cf2be468 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
      position: relative;
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468 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-36500997-ee36-4bec-8ca2-c441cf2be468 {
  
  
  
  
}

#s-36500997-ee36-4bec-8ca2-c441cf2be468 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36500997-ee36-4bec-8ca2-c441cf2be468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-36500997-ee36-4bec-8ca2-c441cf2be468 .shogun-image-content {
  
    align-items: center;
  
}

.s-36500997-ee36-4bec-8ca2-c441cf2be468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36500997-ee36-4bec-8ca2-c441cf2be468 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
      position: relative;
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468 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-36500997-ee36-4bec-8ca2-c441cf2be468 {
  
  
  
  
}

#s-36500997-ee36-4bec-8ca2-c441cf2be468 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36500997-ee36-4bec-8ca2-c441cf2be468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36500997-ee36-4bec-8ca2-c441cf2be468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-36500997-ee36-4bec-8ca2-c441cf2be468 .shogun-image-content {
  
    align-items: center;
  
}

.s-36500997-ee36-4bec-8ca2-c441cf2be468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36500997-ee36-4bec-8ca2-c441cf2be468 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container {
      position: relative;
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36500997-ee36-4bec-8ca2-c441cf2be468 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-c96c9c42-3fa7-4a72-bcba-674792026556 {
  box-shadow:1px 1px 4px 1px rgba(141, 139, 139, 1);
margin-top: 3px;
margin-left: 6%;
margin-bottom: 3px;
margin-right: 6%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(102, 102, 102, 1);
border-style: none;
border-radius: 8px;
opacity: 1;
}
@media (min-width: 1200px){#s-c96c9c42-3fa7-4a72-bcba-674792026556 {
  display: none;
}
#s-c96c9c42-3fa7-4a72-bcba-674792026556, #wrap-s-c96c9c42-3fa7-4a72-bcba-674792026556 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c96c9c42-3fa7-4a72-bcba-674792026556 {
  display: none;
}
#s-c96c9c42-3fa7-4a72-bcba-674792026556, #wrap-s-c96c9c42-3fa7-4a72-bcba-674792026556 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c96c9c42-3fa7-4a72-bcba-674792026556 {
  display: none;
}
#s-c96c9c42-3fa7-4a72-bcba-674792026556, #wrap-s-c96c9c42-3fa7-4a72-bcba-674792026556 { display: none !important; }}
#s-c96c9c42-3fa7-4a72-bcba-674792026556 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c96c9c42-3fa7-4a72-bcba-674792026556 .shg-sld-nav-button.shg-sld-left,
#s-c96c9c42-3fa7-4a72-bcba-674792026556 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fdb10d8d-1444-4118-bd96-84f343618eeb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fdb10d8d-1444-4118-bd96-84f343618eeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdb10d8d-1444-4118-bd96-84f343618eeb.shg-box.shg-c {
  justify-content: center;
}

#s-4d718bf2-de10-43d9-b242-4985426bdca0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4d718bf2-de10-43d9-b242-4985426bdca0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d718bf2-de10-43d9-b242-4985426bdca0.shg-box.shg-c {
  justify-content: center;
}

#s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
aspect-ratio: 150/45;
text-align: center;
}



.shg-image-margin-container-s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shogun-image-content {
  
    align-items: center;
  
}

.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
      position: relative;
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
  
  
  
  
}

#s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shogun-image-content {
  
    align-items: center;
  
}

.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
      position: relative;
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
  
  
  
  
}

#s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shogun-image-content {
  
    align-items: center;
  
}

.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
      position: relative;
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
  
  
  
  
}

#s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shogun-image-content {
  
    align-items: center;
  
}

.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
      position: relative;
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
  
  
  
  
}

#s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-971beeaa-52d6-42cd-98c5-42f62a9f7736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-971beeaa-52d6-42cd-98c5-42f62a9f7736 .shogun-image-content {
  
    align-items: center;
  
}

.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container {
      position: relative;
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-971beeaa-52d6-42cd-98c5-42f62a9f7736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-18f85009-47ad-4c25-8a4f-bb10eef6b6f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18f85009-47ad-4c25-8a4f-bb10eef6b6f8 .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-4f9145fa-d543-4b06-9cfa-0b3826676959 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f9145fa-d543-4b06-9cfa-0b3826676959 .shogun-heading-component h5 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1167/1152;
text-align: center;
}



.shg-image-margin-container-s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
      position: relative;
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 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-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
  
  
  
  
}

#s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
      position: relative;
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 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-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
  
  
  
  
}

#s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
      position: relative;
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 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-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
  
  
  
  
}

#s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
      position: relative;
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 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-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
  
  
  
  
}

#s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shg-image-content-wrapper {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }

    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shogun-image-link {
      aspect-ratio: 1116/1164;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 {
      --shg-aspect-ratio: calc(1116/1164); 
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container {
      position: relative;
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b038ad8-a62c-4b79-98ea-29f348bcfb07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-f1a401a8-f33c-429f-8aec-5808f1fb745e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f1a401a8-f33c-429f-8aec-5808f1fb745e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1a401a8-f33c-429f-8aec-5808f1fb745e.shg-box.shg-c {
  justify-content: center;
}

#s-743b03cf-b7ae-42f1-af4c-91c21fd67acf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-743b03cf-b7ae-42f1-af4c-91c21fd67acf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-743b03cf-b7ae-42f1-af4c-91c21fd67acf.shg-box.shg-c {
  justify-content: center;
}

#s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
aspect-ratio: 100/30;
text-align: center;
}



.shg-image-margin-container-s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shg-image-content-wrapper {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }

    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shogun-image-link {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
      --shg-aspect-ratio: calc(100/30); 
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
      position: relative;
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
  
  
  
  
}

#s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shg-image-content-wrapper {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }

    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shogun-image-link {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
      --shg-aspect-ratio: calc(100/30); 
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
      position: relative;
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
  
  
  
  
}

#s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shg-image-content-wrapper {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }

    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shogun-image-link {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
      --shg-aspect-ratio: calc(100/30); 
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
      position: relative;
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
  
  
  
  
}

#s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shg-image-content-wrapper {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }

    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shogun-image-link {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
      --shg-aspect-ratio: calc(100/30); 
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
      position: relative;
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
  
  
  
  
}

#s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shg-image-content-wrapper {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }

    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shogun-image-link {
      aspect-ratio: 100/30;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d66f00e0-6d5c-4be7-847c-60ece12255b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d66f00e0-6d5c-4be7-847c-60ece12255b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8 {
      --shg-aspect-ratio: calc(100/30); 
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container {
      position: relative;
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d66f00e0-6d5c-4be7-847c-60ece12255b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-4c6a2b89-a7c4-4398-94c7-125876a4ad95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c6a2b89-a7c4-4398-94c7-125876a4ad95 .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-d4f5a609-ad8c-47d2-a74b-dd741e1259e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4f5a609-ad8c-47d2-a74b-dd741e1259e7 .shogun-heading-component h5 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1127/1092;
text-align: center;
}



.shg-image-margin-container-s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shg-image-content-wrapper {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }

    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shogun-image-link {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
      --shg-aspect-ratio: calc(1127/1092); 
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
      position: relative;
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76 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-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
  
  
  
  
}

#s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shg-image-content-wrapper {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }

    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shogun-image-link {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
      --shg-aspect-ratio: calc(1127/1092); 
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
      position: relative;
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76 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-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
  
  
  
  
}

#s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shg-image-content-wrapper {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }

    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shogun-image-link {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
      --shg-aspect-ratio: calc(1127/1092); 
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
      position: relative;
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76 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-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
  
  
  
  
}

#s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shg-image-content-wrapper {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }

    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shogun-image-link {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
      --shg-aspect-ratio: calc(1127/1092); 
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
      position: relative;
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76 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-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
  
  
  
  
}

#s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shg-image-content-wrapper {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }

    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shogun-image-link {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fa494c7-f01c-4d62-81b2-25c35094fd76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0fa494c7-f01c-4d62-81b2-25c35094fd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76 {
      --shg-aspect-ratio: calc(1127/1092); 
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container {
      position: relative;
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fa494c7-f01c-4d62-81b2-25c35094fd76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-ea0e4996-784e-49cd-a96e-27cf7cf1d147 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ea0e4996-784e-49cd-a96e-27cf7cf1d147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea0e4996-784e-49cd-a96e-27cf7cf1d147.shg-box.shg-c {
  justify-content: center;
}

#s-560a40d7-0333-401b-a044-f0f2b6b4476f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-560a40d7-0333-401b-a044-f0f2b6b4476f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-560a40d7-0333-401b-a044-f0f2b6b4476f.shg-box.shg-c {
  justify-content: center;
}

#s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
aspect-ratio: 150/45;
text-align: center;
}



.shg-image-margin-container-s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shogun-image-content {
  
    align-items: center;
  
}

.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
      position: relative;
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
  
  
  
  
}

#s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shogun-image-content {
  
    align-items: center;
  
}

.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
      position: relative;
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
  
  
  
  
}

#s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shogun-image-content {
  
    align-items: center;
  
}

.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
      position: relative;
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
  
  
  
  
}

#s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shogun-image-content {
  
    align-items: center;
  
}

.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
      position: relative;
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

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

.shg-image-margin-container-s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
  
  
  
  
}

#s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shg-image-content-wrapper {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }

    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shogun-image-link {
      aspect-ratio: 150/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 .shogun-image-content {
  
    align-items: center;
  
}

.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 {
      --shg-aspect-ratio: calc(150/45); 
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container {
      position: relative;
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d52e7070-ad2d-49a9-b9c8-9051fdb57143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-61e46372-1bee-40c4-a030-9201420c7d8f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61e46372-1bee-40c4-a030-9201420c7d8f .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-fe5f6d8f-0db0-45b7-a6b5-f31d20c97209 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe5f6d8f-0db0-45b7-a6b5-f31d20c97209 .shogun-heading-component h5 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-c35163af-b360-4c1b-bc55-54dff486a175 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1127/1092;
text-align: center;
}



.shg-image-margin-container-s-c35163af-b360-4c1b-bc55-54dff486a175 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c35163af-b360-4c1b-bc55-54dff486a175 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shg-image-content-wrapper {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }

    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shogun-image-link {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c35163af-b360-4c1b-bc55-54dff486a175 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c35163af-b360-4c1b-bc55-54dff486a175 .shogun-image-content {
  
    align-items: center;
  
}

.s-c35163af-b360-4c1b-bc55-54dff486a175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c35163af-b360-4c1b-bc55-54dff486a175 {
      --shg-aspect-ratio: calc(1127/1092); 
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
      position: relative;
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175 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-c35163af-b360-4c1b-bc55-54dff486a175 {
  
  
  
  
}

#s-c35163af-b360-4c1b-bc55-54dff486a175 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shg-image-content-wrapper {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }

    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shogun-image-link {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c35163af-b360-4c1b-bc55-54dff486a175 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c35163af-b360-4c1b-bc55-54dff486a175 .shogun-image-content {
  
    align-items: center;
  
}

.s-c35163af-b360-4c1b-bc55-54dff486a175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c35163af-b360-4c1b-bc55-54dff486a175 {
      --shg-aspect-ratio: calc(1127/1092); 
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
      position: relative;
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175 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-c35163af-b360-4c1b-bc55-54dff486a175 {
  
  
  
  
}

#s-c35163af-b360-4c1b-bc55-54dff486a175 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shg-image-content-wrapper {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }

    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shogun-image-link {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c35163af-b360-4c1b-bc55-54dff486a175 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c35163af-b360-4c1b-bc55-54dff486a175 .shogun-image-content {
  
    align-items: center;
  
}

.s-c35163af-b360-4c1b-bc55-54dff486a175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c35163af-b360-4c1b-bc55-54dff486a175 {
      --shg-aspect-ratio: calc(1127/1092); 
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
      position: relative;
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175 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-c35163af-b360-4c1b-bc55-54dff486a175 {
  
  
  
  
}

#s-c35163af-b360-4c1b-bc55-54dff486a175 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shg-image-content-wrapper {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }

    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shogun-image-link {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c35163af-b360-4c1b-bc55-54dff486a175 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c35163af-b360-4c1b-bc55-54dff486a175 .shogun-image-content {
  
    align-items: center;
  
}

.s-c35163af-b360-4c1b-bc55-54dff486a175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c35163af-b360-4c1b-bc55-54dff486a175 {
      --shg-aspect-ratio: calc(1127/1092); 
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
      position: relative;
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175 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-c35163af-b360-4c1b-bc55-54dff486a175 {
  
  
  
  
}

#s-c35163af-b360-4c1b-bc55-54dff486a175 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shg-image-content-wrapper {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }

    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shogun-image-link {
      aspect-ratio: 1127/1092;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c35163af-b360-4c1b-bc55-54dff486a175 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c35163af-b360-4c1b-bc55-54dff486a175 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c35163af-b360-4c1b-bc55-54dff486a175 .shogun-image-content {
  
    align-items: center;
  
}

.s-c35163af-b360-4c1b-bc55-54dff486a175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c35163af-b360-4c1b-bc55-54dff486a175 {
      --shg-aspect-ratio: calc(1127/1092); 
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container {
      position: relative;
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c35163af-b360-4c1b-bc55-54dff486a175 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-06060a57-1489-4140-b70f-42719f5bcd8a {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 1200px;
max-width: 90%;
}








#s-06060a57-1489-4140-b70f-42719f5bcd8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06060a57-1489-4140-b70f-42719f5bcd8a.shg-box.shg-c {
  justify-content: center;
}

#s-817ae5cb-2ccb-42c6-b7e9-35d1a221c9d3 {
  margin-top: 16px;
margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-817ae5cb-2ccb-42c6-b7e9-35d1a221c9d3 .shogun-heading-component h2 {
  color: rgba(45, 42, 38, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: center;
}



#s-ed9bdada-62b4-46ac-921f-261794b361d2 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-ed9bdada-62b4-46ac-921f-261794b361d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed9bdada-62b4-46ac-921f-261794b361d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed9bdada-62b4-46ac-921f-261794b361d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed9bdada-62b4-46ac-921f-261794b361d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5fb5ada6-f0b9-41df-bbd0-c73a6fe1f6d2 {
  margin-top: 0px;
margin-bottom: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-5fb5ada6-f0b9-41df-bbd0-c73a6fe1f6d2 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fb5ada6-f0b9-41df-bbd0-c73a6fe1f6d2 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fb5ada6-f0b9-41df-bbd0-c73a6fe1f6d2 {
  margin-bottom: 0px;
}
}







#s-5fb5ada6-f0b9-41df-bbd0-c73a6fe1f6d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fb5ada6-f0b9-41df-bbd0-c73a6fe1f6d2 {
  cursor: pointer;
}#s-5fb5ada6-f0b9-41df-bbd0-c73a6fe1f6d2.shg-box.shg-c {
  justify-content: center;
}

#s-486dfe57-2cae-4d1a-9332-ade670099c0f {
  padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
text-align: center;
}



.shg-image-margin-container-s-486dfe57-2cae-4d1a-9332-ade670099c0f {
  
  
  
  
}

#s-486dfe57-2cae-4d1a-9332-ade670099c0f {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image {
    
    
    
    
  }


.s-486dfe57-2cae-4d1a-9332-ade670099c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-486dfe57-2cae-4d1a-9332-ade670099c0f {
  
  
  
  
}

#s-486dfe57-2cae-4d1a-9332-ade670099c0f {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image {
    
    
    
    
  }


.s-486dfe57-2cae-4d1a-9332-ade670099c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-486dfe57-2cae-4d1a-9332-ade670099c0f {
  
  
  
  
}

#s-486dfe57-2cae-4d1a-9332-ade670099c0f {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image {
    
    
    
    
  }


.s-486dfe57-2cae-4d1a-9332-ade670099c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-486dfe57-2cae-4d1a-9332-ade670099c0f {
  
  
  
  
}

#s-486dfe57-2cae-4d1a-9332-ade670099c0f {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image {
    
    
    
    
  }


.s-486dfe57-2cae-4d1a-9332-ade670099c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-486dfe57-2cae-4d1a-9332-ade670099c0f {
  
  
  
  
}

#s-486dfe57-2cae-4d1a-9332-ade670099c0f {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image {
    
    
    
    
  }


.s-486dfe57-2cae-4d1a-9332-ade670099c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-486dfe57-2cae-4d1a-9332-ade670099c0f.shogun-image {
  box-sizing: border-box;
}




}
#s-201c881e-6506-4e6f-b89b-c85fbb643a5f {
  padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
min-height: 280px;
}








#s-201c881e-6506-4e6f-b89b-c85fbb643a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-201c881e-6506-4e6f-b89b-c85fbb643a5f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9c102636-dff1-45c1-9a11-6a0d4aace43e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c102636-dff1-45c1-9a11-6a0d4aace43e .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-1e8ca114-c88f-4b25-889c-8b35b86942fa {
  margin-bottom: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-1e8ca114-c88f-4b25-889c-8b35b86942fa {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e8ca114-c88f-4b25-889c-8b35b86942fa {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e8ca114-c88f-4b25-889c-8b35b86942fa {
  margin-bottom: 0px;
}
}







#s-1e8ca114-c88f-4b25-889c-8b35b86942fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e8ca114-c88f-4b25-889c-8b35b86942fa {
  cursor: pointer;
}#s-1e8ca114-c88f-4b25-889c-8b35b86942fa.shg-box.shg-c {
  justify-content: center;
}

#s-d40738bc-2d82-424d-85f1-7ec2a37d08ca {
  padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
text-align: center;
}



.shg-image-margin-container-s-d40738bc-2d82-424d-85f1-7ec2a37d08ca {
  
  
  
  
}

#s-d40738bc-2d82-424d-85f1-7ec2a37d08ca {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image {
    
    
    
    
  }


.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca .shogun-image-content {
  
    align-items: center;
  
}

.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d40738bc-2d82-424d-85f1-7ec2a37d08ca {
  
  
  
  
}

#s-d40738bc-2d82-424d-85f1-7ec2a37d08ca {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image {
    
    
    
    
  }


.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca .shogun-image-content {
  
    align-items: center;
  
}

.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d40738bc-2d82-424d-85f1-7ec2a37d08ca {
  
  
  
  
}

#s-d40738bc-2d82-424d-85f1-7ec2a37d08ca {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image {
    
    
    
    
  }


.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca .shogun-image-content {
  
    align-items: center;
  
}

.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d40738bc-2d82-424d-85f1-7ec2a37d08ca {
  
  
  
  
}

#s-d40738bc-2d82-424d-85f1-7ec2a37d08ca {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image {
    
    
    
    
  }


.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca .shogun-image-content {
  
    align-items: center;
  
}

.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d40738bc-2d82-424d-85f1-7ec2a37d08ca {
  
  
  
  
}

#s-d40738bc-2d82-424d-85f1-7ec2a37d08ca {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image {
    
    
    
    
  }


.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca .shogun-image-content {
  
    align-items: center;
  
}

.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d40738bc-2d82-424d-85f1-7ec2a37d08ca.shogun-image {
  box-sizing: border-box;
}




}
#s-2b304bc7-53f8-4fa0-91ec-435f4dc77d81 {
  padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
min-height: 280px;
}








#s-2b304bc7-53f8-4fa0-91ec-435f4dc77d81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b304bc7-53f8-4fa0-91ec-435f4dc77d81.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e07dfdba-30c5-4cd8-a98f-b20254515f72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e07dfdba-30c5-4cd8-a98f-b20254515f72 .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-807407b5-711e-45f1-883d-b52840f74400 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}








#s-807407b5-711e-45f1-883d-b52840f74400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-807407b5-711e-45f1-883d-b52840f74400 {
  cursor: pointer;
}#s-807407b5-711e-45f1-883d-b52840f74400.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
text-align: center;
}



.shg-image-margin-container-s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c {
  
  
  margin-top: 2px;
  margin-bottom: 2px;
}

#s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image {
    
    
    
    
  }


.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c .shogun-image-content {
  
    align-items: center;
  
}

.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c {
  
  
  
  
}

#s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image {
    
    
    
    
  }


.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c .shogun-image-content {
  
    align-items: center;
  
}

.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c {
  
  
  
  
}

#s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image {
    
    
    
    
  }


.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c .shogun-image-content {
  
    align-items: center;
  
}

.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c {
  
  
  
  
}

#s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image {
    
    
    
    
  }


.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c .shogun-image-content {
  
    align-items: center;
  
}

.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c {
  
  
  
  
}

#s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image {
    
    
    
    
  }


.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c .shogun-image-content {
  
    align-items: center;
  
}

.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c60a4b3-70fb-43f2-90b6-8313ff07ac7c.shogun-image {
  box-sizing: border-box;
}




}
#s-f20b89a2-4f64-4d12-a5bf-d875b34467cc {
  padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
min-height: 280px;
}








#s-f20b89a2-4f64-4d12-a5bf-d875b34467cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f20b89a2-4f64-4d12-a5bf-d875b34467cc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-338691f8-0420-4c5c-9980-ceaa80e29038 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-338691f8-0420-4c5c-9980-ceaa80e29038 .shogun-heading-component h3 {
  color: rgba(45, 42, 38, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

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