.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-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  display: none;
}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-content-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 { display: none !important; }}@media (max-width: 767px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  display: none;
}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-content-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 { display: none !important; }}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  background-image: url(https://i.shgcdn.com/c55c589e-e71d-483f-adfb-30c529ba89fb/);
}








#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3.shg-box.shg-c {
  justify-content: center;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-54618ab2-7090-4f74-9b52-c7364d3adb79 {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-54618ab2-7090-4f74-9b52-c7364d3adb79 {
  display: none;
}
#s-54618ab2-7090-4f74-9b52-c7364d3adb79, #wrap-s-54618ab2-7090-4f74-9b52-c7364d3adb79, #wrap-content-s-54618ab2-7090-4f74-9b52-c7364d3adb79 { display: none !important; }}@media (max-width: 767px){#s-54618ab2-7090-4f74-9b52-c7364d3adb79 {
  display: none;
}
#s-54618ab2-7090-4f74-9b52-c7364d3adb79, #wrap-s-54618ab2-7090-4f74-9b52-c7364d3adb79, #wrap-content-s-54618ab2-7090-4f74-9b52-c7364d3adb79 { display: none !important; }}
@media (min-width: 0px) {
[id="s-54618ab2-7090-4f74-9b52-c7364d3adb79"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-54618ab2-7090-4f74-9b52-c7364d3adb79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54618ab2-7090-4f74-9b52-c7364d3adb79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54618ab2-7090-4f74-9b52-c7364d3adb79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-bdb13f4c-8735-47d7-a66b-f228e3f2dd0c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdb13f4c-8735-47d7-a66b-f228e3f2dd0c {
  
}
}@media (max-width: 767px){#s-bdb13f4c-8735-47d7-a66b-f228e3f2dd0c {
  display: none;
}
#s-bdb13f4c-8735-47d7-a66b-f228e3f2dd0c, #wrap-s-bdb13f4c-8735-47d7-a66b-f228e3f2dd0c, #wrap-content-s-bdb13f4c-8735-47d7-a66b-f228e3f2dd0c { display: none !important; }}







#s-bdb13f4c-8735-47d7-a66b-f228e3f2dd0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdb13f4c-8735-47d7-a66b-f228e3f2dd0c.shg-box.shg-c {
  justify-content: flex-end;
}

#s-4c5a8c91-b8ff-4c74-be93-6f364408c635 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c5a8c91-b8ff-4c74-be93-6f364408c635 {
  display: none;
}
#s-4c5a8c91-b8ff-4c74-be93-6f364408c635, #wrap-s-4c5a8c91-b8ff-4c74-be93-6f364408c635, #wrap-content-s-4c5a8c91-b8ff-4c74-be93-6f364408c635 { display: none !important; }}@media (max-width: 767px){#s-4c5a8c91-b8ff-4c74-be93-6f364408c635 {
  display: none;
}
#s-4c5a8c91-b8ff-4c74-be93-6f364408c635, #wrap-s-4c5a8c91-b8ff-4c74-be93-6f364408c635, #wrap-content-s-4c5a8c91-b8ff-4c74-be93-6f364408c635 { display: none !important; }}







#s-4c5a8c91-b8ff-4c74-be93-6f364408c635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c5a8c91-b8ff-4c74-be93-6f364408c635.shg-box.shg-c {
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bb17fd64-e3ce-46d1-bb5c-c8099f7a1a2c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 2364px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-bb17fd64-e3ce-46d1-bb5c-c8099f7a1a2c {
  overflow: hidden;
  
  
      max-width: 2364px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-bb17fd64-e3ce-46d1-bb5c-c8099f7a1a2c .shogun-image-content {
  
    justify-content: center;
  
}

.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-2cdca637-32c4-4013-b043-e89c29b0dafc {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 45, 42, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2cdca637-32c4-4013-b043-e89c29b0dafc:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjYzY0OGYtZDk1NS00NjExLTg2NmItMWQyYTg5YzRlODAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk3MzAyODU2NDQ1MzEyNSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC45ODM3MjM1ODg0MjMyOTU0IiBzdHlsZT0ic3RvcC1jb2xvcjojZTExZjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTcxODhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmNjNjQ4Zi1kOTU1LTQ2MTEtODY2Yi0xZDJhODljNGU4MDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee2d2a"}, {"id"=>5, "pos"=>0.973028564453125, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.9837235884232954, "color"=>"#e11f8f"}, {"id"=>4, "pos"=>1, "color"=>"#e7188f"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2cdca637-32c4-4013-b043-e89c29b0dafc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2cdca637-32c4-4013-b043-e89c29b0dafc-root {
    text-align: left;
  }


#s-2cdca637-32c4-4013-b043-e89c29b0dafc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2cdca637-32c4-4013-b043-e89c29b0dafc-root {
    text-align: left;
  }


#s-2cdca637-32c4-4013-b043-e89c29b0dafc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cdca637-32c4-4013-b043-e89c29b0dafc-root {
    text-align: left;
  }


#s-2cdca637-32c4-4013-b043-e89c29b0dafc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2cdca637-32c4-4013-b043-e89c29b0dafc-root {
    text-align: left;
  }


#s-2cdca637-32c4-4013-b043-e89c29b0dafc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2cdca637-32c4-4013-b043-e89c29b0dafc-root {
    text-align: left;
  }


#s-2cdca637-32c4-4013-b043-e89c29b0dafc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9f6b3a11-762a-40a9-87eb-2c2b9a7be9a6 {
  margin-left: 11px;
margin-right: 15px;
}

#s-9f6b3a11-762a-40a9-87eb-2c2b9a7be9a6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9f6b3a11-762a-40a9-87eb-2c2b9a7be9a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9f6b3a11-762a-40a9-87eb-2c2b9a7be9a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9f6b3a11-762a-40a9-87eb-2c2b9a7be9a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9f6b3a11-762a-40a9-87eb-2c2b9a7be9a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-9f6b3a11-762a-40a9-87eb-2c2b9a7be9a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-4e173aba-2fc1-4104-aac4-238c78215426 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-4e173aba-2fc1-4104-aac4-238c78215426:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTBmMzhjYjktZTc0MC00M2YzLTg0ZmMtMmMzNzBiNzliODZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk3NDA5ODM0NDI4MjY3MDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTg5MDcxMzc3ODQwOTA5IiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjM3MDIxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMGYzOGNiOS1lNzQwLTQzZjMtODRmYy0yYzM3MGI3OWI4NmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee2d2a"}, {"id"=>4, "pos"=>0.9740983442826705, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-4e173aba-2fc1-4104-aac4-238c78215426:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e173aba-2fc1-4104-aac4-238c78215426-root {
    text-align: left;
  }


#s-4e173aba-2fc1-4104-aac4-238c78215426.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4e173aba-2fc1-4104-aac4-238c78215426-root {
    text-align: left;
  }


#s-4e173aba-2fc1-4104-aac4-238c78215426.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e173aba-2fc1-4104-aac4-238c78215426-root {
    text-align: left;
  }


#s-4e173aba-2fc1-4104-aac4-238c78215426.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e173aba-2fc1-4104-aac4-238c78215426-root {
    text-align: left;
  }


#s-4e173aba-2fc1-4104-aac4-238c78215426.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4e173aba-2fc1-4104-aac4-238c78215426-root {
    text-align: left;
  }


#s-4e173aba-2fc1-4104-aac4-238c78215426.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmIxNWQ5ZmItYTExZC00NTc1LThlNDItMGExMGZkNjc1YTIyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YjE1ZDlmYi1hMTFkLTQ1NzUtOGU0Mi0wYTEwZmQ2NzVhMjIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093-root {
    text-align: left;
  }


#s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093-root {
    text-align: left;
  }


#s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093-root {
    text-align: left;
  }


#s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093-root {
    text-align: left;
  }


#s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093-root {
    text-align: left;
  }


#s-46f8072f-2cc7-42c4-8f9a-5e3e68bd1093.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-38c4f7e2-d346-4c04-9944-44fee5b0730b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-38c4f7e2-d346-4c04-9944-44fee5b0730b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU4Y2U3YjgtZTc2Yy00ZDE1LTk5NjctZTA1YzYxNDU4NzRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZThjZTdiOC1lNzZjLTRkMTUtOTk2Ny1lMDVjNjE0NTg3NGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-38c4f7e2-d346-4c04-9944-44fee5b0730b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-38c4f7e2-d346-4c04-9944-44fee5b0730b-root {
    text-align: left;
  }


#s-38c4f7e2-d346-4c04-9944-44fee5b0730b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-38c4f7e2-d346-4c04-9944-44fee5b0730b-root {
    text-align: left;
  }


#s-38c4f7e2-d346-4c04-9944-44fee5b0730b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38c4f7e2-d346-4c04-9944-44fee5b0730b-root {
    text-align: left;
  }


#s-38c4f7e2-d346-4c04-9944-44fee5b0730b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38c4f7e2-d346-4c04-9944-44fee5b0730b-root {
    text-align: left;
  }


#s-38c4f7e2-d346-4c04-9944-44fee5b0730b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-38c4f7e2-d346-4c04-9944-44fee5b0730b-root {
    text-align: left;
  }


#s-38c4f7e2-d346-4c04-9944-44fee5b0730b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ea5e6ad6-6e8b-4d68-a283-4b105a201757 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ea5e6ad6-6e8b-4d68-a283-4b105a201757:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODBiODk3NWYtZTcwNC00ZTFiLTkyMzctYjRmODI5OWFhMTExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MGI4OTc1Zi1lNzA0LTRlMWItOTIzNy1iNGY4Mjk5YWExMTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ea5e6ad6-6e8b-4d68-a283-4b105a201757:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea5e6ad6-6e8b-4d68-a283-4b105a201757-root {
    text-align: left;
  }


#s-ea5e6ad6-6e8b-4d68-a283-4b105a201757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ea5e6ad6-6e8b-4d68-a283-4b105a201757-root {
    text-align: left;
  }


#s-ea5e6ad6-6e8b-4d68-a283-4b105a201757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea5e6ad6-6e8b-4d68-a283-4b105a201757-root {
    text-align: left;
  }


#s-ea5e6ad6-6e8b-4d68-a283-4b105a201757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea5e6ad6-6e8b-4d68-a283-4b105a201757-root {
    text-align: left;
  }


#s-ea5e6ad6-6e8b-4d68-a283-4b105a201757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ea5e6ad6-6e8b-4d68-a283-4b105a201757-root {
    text-align: left;
  }


#s-ea5e6ad6-6e8b-4d68-a283-4b105a201757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzA4MzZkZWItYWMyMC00OWYyLWE2NGYtZDg3OGFiYTM5Njg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMDgzNmRlYi1hYzIwLTQ5ZjItYTY0Zi1kODc4YWJhMzk2ODUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb-root {
    text-align: left;
  }


#s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb-root {
    text-align: left;
  }


#s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb-root {
    text-align: left;
  }


#s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb-root {
    text-align: left;
  }


#s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb-root {
    text-align: left;
  }


#s-fb23ac78-3e62-47e5-a831-6aaeb9ec8dfb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-250e1381-a95b-4770-92c3-110f4693f17e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
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(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-250e1381-a95b-4770-92c3-110f4693f17e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODFiM2Y1YmMtNjM3Ni00YzMwLTg1YWQtZmVkM2E5ZDhhZDBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MWIzZjViYy02Mzc2LTRjMzAtODVhZC1mZWQzYTlkOGFkMGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-250e1381-a95b-4770-92c3-110f4693f17e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-250e1381-a95b-4770-92c3-110f4693f17e-root {
    text-align: left;
  }


#s-250e1381-a95b-4770-92c3-110f4693f17e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-250e1381-a95b-4770-92c3-110f4693f17e-root {
    text-align: left;
  }


#s-250e1381-a95b-4770-92c3-110f4693f17e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-250e1381-a95b-4770-92c3-110f4693f17e-root {
    text-align: left;
  }


#s-250e1381-a95b-4770-92c3-110f4693f17e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-250e1381-a95b-4770-92c3-110f4693f17e-root {
    text-align: left;
  }


#s-250e1381-a95b-4770-92c3-110f4693f17e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-250e1381-a95b-4770-92c3-110f4693f17e-root {
    text-align: left;
  }


#s-250e1381-a95b-4770-92c3-110f4693f17e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-288d8824-2217-4b94-9452-739e759a8120 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
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(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-288d8824-2217-4b94-9452-739e759a8120:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzUxYjRiOWUtYTZiYy00NzNiLTg3YjItMWM5OTBiMTNmOGI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNTFiNGI5ZS1hNmJjLTQ3M2ItODdiMi0xYzk5MGIxM2Y4YjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-288d8824-2217-4b94-9452-739e759a8120:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-288d8824-2217-4b94-9452-739e759a8120-root {
    text-align: left;
  }


#s-288d8824-2217-4b94-9452-739e759a8120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-288d8824-2217-4b94-9452-739e759a8120-root {
    text-align: left;
  }


#s-288d8824-2217-4b94-9452-739e759a8120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-288d8824-2217-4b94-9452-739e759a8120-root {
    text-align: left;
  }


#s-288d8824-2217-4b94-9452-739e759a8120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-288d8824-2217-4b94-9452-739e759a8120-root {
    text-align: left;
  }


#s-288d8824-2217-4b94-9452-739e759a8120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-288d8824-2217-4b94-9452-739e759a8120-root {
    text-align: left;
  }


#s-288d8824-2217-4b94-9452-739e759a8120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e67932e8-b9b4-45e7-abee-3275353651d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e67932e8-b9b4-45e7-abee-3275353651d9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTQzNDg5Y2MtOWI4MS00NjBlLWI3NjItZTIwNmJlOWNiZTc1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NDM0ODljYy05YjgxLTQ2MGUtYjc2Mi1lMjA2YmU5Y2JlNzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e67932e8-b9b4-45e7-abee-3275353651d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e67932e8-b9b4-45e7-abee-3275353651d9-root {
    text-align: left;
  }


#s-e67932e8-b9b4-45e7-abee-3275353651d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e67932e8-b9b4-45e7-abee-3275353651d9-root {
    text-align: left;
  }


#s-e67932e8-b9b4-45e7-abee-3275353651d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e67932e8-b9b4-45e7-abee-3275353651d9-root {
    text-align: left;
  }


#s-e67932e8-b9b4-45e7-abee-3275353651d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e67932e8-b9b4-45e7-abee-3275353651d9-root {
    text-align: left;
  }


#s-e67932e8-b9b4-45e7-abee-3275353651d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e67932e8-b9b4-45e7-abee-3275353651d9-root {
    text-align: left;
  }


#s-e67932e8-b9b4-45e7-abee-3275353651d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0a728386-9229-476e-ac96-b121d1cb3ac3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0a728386-9229-476e-ac96-b121d1cb3ac3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2ZmNTliYjAtYjE0OS00YTM0LWIwYjUtNDM2MGQzMjAxM2RiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk3NDA5ODM0NDI4MjY3MDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTg5MDcxMzc3ODQwOTA5IiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjM3MDIxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZmY1OWJiMC1iMTQ5LTRhMzQtYjBiNS00MzYwZDMyMDEzZGIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee2d2a"}, {"id"=>4, "pos"=>0.9740983442826705, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-0a728386-9229-476e-ac96-b121d1cb3ac3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a728386-9229-476e-ac96-b121d1cb3ac3-root {
    text-align: left;
  }


#s-0a728386-9229-476e-ac96-b121d1cb3ac3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a728386-9229-476e-ac96-b121d1cb3ac3-root {
    text-align: left;
  }


#s-0a728386-9229-476e-ac96-b121d1cb3ac3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a728386-9229-476e-ac96-b121d1cb3ac3-root {
    text-align: left;
  }


#s-0a728386-9229-476e-ac96-b121d1cb3ac3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a728386-9229-476e-ac96-b121d1cb3ac3-root {
    text-align: left;
  }


#s-0a728386-9229-476e-ac96-b121d1cb3ac3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a728386-9229-476e-ac96-b121d1cb3ac3-root {
    text-align: left;
  }


#s-0a728386-9229-476e-ac96-b121d1cb3ac3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0772a8a4-3e19-497d-93cf-21b2830c3291 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzg0ZWJkZTktMTYxYi00YWVmLWIxYjUtMWRmZjgwNGQ5YzRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ODRlYmRlOS0xNjFiLTRhZWYtYjFiNS0xZGZmODA0ZDljNGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0772a8a4-3e19-497d-93cf-21b2830c3291:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjNlZWM1ZmYtYWU3Mi00ZGI2LTlhNGQtOWZlMzJlYTg5YzZkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4MjExOTQ3MzU0NDAzNDEiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTg5MDcxMzc3ODQwOTA5IiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjM3MDIxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmM2VlYzVmZi1hZTcyLTRkYjYtOWE0ZC05ZmUzMmVhODljNmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee2d2a"}, {"id"=>4, "pos"=>0.9821194735440341, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-0772a8a4-3e19-497d-93cf-21b2830c3291:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0772a8a4-3e19-497d-93cf-21b2830c3291-root {
    text-align: left;
  }


#s-0772a8a4-3e19-497d-93cf-21b2830c3291.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0772a8a4-3e19-497d-93cf-21b2830c3291-root {
    text-align: left;
  }


#s-0772a8a4-3e19-497d-93cf-21b2830c3291.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0772a8a4-3e19-497d-93cf-21b2830c3291-root {
    text-align: left;
  }


#s-0772a8a4-3e19-497d-93cf-21b2830c3291.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0772a8a4-3e19-497d-93cf-21b2830c3291-root {
    text-align: left;
  }


#s-0772a8a4-3e19-497d-93cf-21b2830c3291.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0772a8a4-3e19-497d-93cf-21b2830c3291-root {
    text-align: left;
  }


#s-0772a8a4-3e19-497d-93cf-21b2830c3291.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-70083742-d550-4786-b6af-c9f602df3d96 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-70083742-d550-4786-b6af-c9f602df3d96:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWQ4N2E3Y2ItMGNkNy00YWUzLWE2OGYtYTc5ZTkzYmYyMmY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk4MjExOTQ3MzU0NDAzNDEiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTk1NDU0NTQ1NDU0NTQ1NSIgc3R5bGU9InN0b3AtY29sb3I6I2IzOGJiZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjOWQ4N2E3Y2ItMGNkNy00YWUzLWE2OGYtYTc5ZTkzYmYyMmY2KSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>4, "pos"=>0.9821194735440341, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-70083742-d550-4786-b6af-c9f602df3d96:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70083742-d550-4786-b6af-c9f602df3d96-root {
    text-align: left;
  }


#s-70083742-d550-4786-b6af-c9f602df3d96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-70083742-d550-4786-b6af-c9f602df3d96-root {
    text-align: left;
  }


#s-70083742-d550-4786-b6af-c9f602df3d96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70083742-d550-4786-b6af-c9f602df3d96-root {
    text-align: left;
  }


#s-70083742-d550-4786-b6af-c9f602df3d96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70083742-d550-4786-b6af-c9f602df3d96-root {
    text-align: left;
  }


#s-70083742-d550-4786-b6af-c9f602df3d96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-70083742-d550-4786-b6af-c9f602df3d96-root {
    text-align: left;
  }


#s-70083742-d550-4786-b6af-c9f602df3d96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d5eb47aa-099a-40ed-bc1a-2296b976569a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d5eb47aa-099a-40ed-bc1a-2296b976569a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzhjZTM2MGUtNmQ3MC00NGYyLWJjYmItYjE2ZmUyOTQzMGE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjU3MzAyODU2NDQ1MzEyNSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC45NzMwMjg1NjQ0NTMxMjUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTk1NDU0NTQ1NDU0NTQ1NSIgc3R5bGU9InN0b3AtY29sb3I6I2IzOGJiZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYzhjZTM2MGUtNmQ3MC00NGYyLWJjYmItYjE2ZmUyOTQzMGE1KSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>4, "pos"=>0.573028564453125, "color"=>"#ee2d2a"}, {"id"=>5, "pos"=>0.973028564453125, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d5eb47aa-099a-40ed-bc1a-2296b976569a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5eb47aa-099a-40ed-bc1a-2296b976569a-root {
    text-align: left;
  }


#s-d5eb47aa-099a-40ed-bc1a-2296b976569a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d5eb47aa-099a-40ed-bc1a-2296b976569a-root {
    text-align: left;
  }


#s-d5eb47aa-099a-40ed-bc1a-2296b976569a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5eb47aa-099a-40ed-bc1a-2296b976569a-root {
    text-align: left;
  }


#s-d5eb47aa-099a-40ed-bc1a-2296b976569a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5eb47aa-099a-40ed-bc1a-2296b976569a-root {
    text-align: left;
  }


#s-d5eb47aa-099a-40ed-bc1a-2296b976569a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d5eb47aa-099a-40ed-bc1a-2296b976569a-root {
    text-align: left;
  }


#s-d5eb47aa-099a-40ed-bc1a-2296b976569a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-00658a8e-d054-49da-8351-6ed72126fd2c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-00658a8e-d054-49da-8351-6ed72126fd2c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmUxYzZjMGQtYWI3NC00MWI3LTg1ZGEtNDgzYTUxMWVkMjU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk3NzU3NDAxODk5ODU3OTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTc3NTc0MDE4OTk4NTc5NSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC45OTU0NTQ1NDU0NTQ1NDU1IiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZTFjNmMwZC1hYjc0LTQxYjctODVkYS00ODNhNTExZWQyNTgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>4, "pos"=>0.9775740189985795, "color"=>"#ee2d2a"}, {"id"=>8, "pos"=>0.9775740189985795, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>6, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>7, "pos"=>1, "color"=>"#ee2d2a"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-00658a8e-d054-49da-8351-6ed72126fd2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00658a8e-d054-49da-8351-6ed72126fd2c-root {
    text-align: left;
  }


#s-00658a8e-d054-49da-8351-6ed72126fd2c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-00658a8e-d054-49da-8351-6ed72126fd2c-root {
    text-align: left;
  }


#s-00658a8e-d054-49da-8351-6ed72126fd2c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00658a8e-d054-49da-8351-6ed72126fd2c-root {
    text-align: left;
  }


#s-00658a8e-d054-49da-8351-6ed72126fd2c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00658a8e-d054-49da-8351-6ed72126fd2c-root {
    text-align: left;
  }


#s-00658a8e-d054-49da-8351-6ed72126fd2c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-00658a8e-d054-49da-8351-6ed72126fd2c-root {
    text-align: left;
  }


#s-00658a8e-d054-49da-8351-6ed72126fd2c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWViYjA1OTctNmFiZi00NTM0LTgzN2MtZWQ1ZDA1NjgzYWU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5MTIxMDM4MjYzNDk0MzIiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTk1NDU0NTQ1NDU0NTQ1NSIgc3R5bGU9InN0b3AtY29sb3I6I2IzOGJiZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNWViYjA1OTctNmFiZi00NTM0LTgzN2MtZWQ1ZDA1NjgzYWU2KSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>4, "pos"=>0.9912103826349432, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a-root {
    text-align: left;
  }


#s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a-root {
    text-align: left;
  }


#s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a-root {
    text-align: left;
  }


#s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a-root {
    text-align: left;
  }


#s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a-root {
    text-align: left;
  }


#s-c50e0e9d-7a7d-49c0-bb6a-d7eb570e935a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c150be71-6617-4c79-90ce-a8894b5f6189 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTA3MGRjY2UtYzk3ZC00NDBlLTgzYmQtOTgxMTgwNDhhZmI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMDcwZGNjZS1jOTdkLTQ0MGUtODNiZC05ODExODA0OGFmYjgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-c150be71-6617-4c79-90ce-a8894b5f6189:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGJjMjRhNWMtMTJkZC00YzYxLTk4ZjctMDQzNDVmODAyYmU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk4MjExOTQ3MzU0NDAzNDEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTk1NDU0NTQ1NDU0NTQ1NSIgc3R5bGU9InN0b3AtY29sb3I6I2IzOGJiZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMGJjMjRhNWMtMTJkZC00YzYxLTk4ZjctMDQzNDVmODAyYmU2KSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>4, "pos"=>0.9821194735440341, "color"=>"#000000"}, {"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}] !important;
hover-type: gradient !important;}#s-c150be71-6617-4c79-90ce-a8894b5f6189:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c150be71-6617-4c79-90ce-a8894b5f6189-root {
    text-align: center;
  }


#s-c150be71-6617-4c79-90ce-a8894b5f6189.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c150be71-6617-4c79-90ce-a8894b5f6189-root {
    text-align: center;
  }


#s-c150be71-6617-4c79-90ce-a8894b5f6189.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c150be71-6617-4c79-90ce-a8894b5f6189-root {
    text-align: center;
  }


#s-c150be71-6617-4c79-90ce-a8894b5f6189.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c150be71-6617-4c79-90ce-a8894b5f6189-root {
    text-align: center;
  }


#s-c150be71-6617-4c79-90ce-a8894b5f6189.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c150be71-6617-4c79-90ce-a8894b5f6189-root {
    text-align: center;
  }


#s-c150be71-6617-4c79-90ce-a8894b5f6189.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b402b23f-27c3-463b-a8ba-18aded08427c {
  margin-top: 50px;
margin-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 0px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-b402b23f-27c3-463b-a8ba-18aded08427c {
  display: none;
}
#s-b402b23f-27c3-463b-a8ba-18aded08427c, #wrap-s-b402b23f-27c3-463b-a8ba-18aded08427c, #wrap-content-s-b402b23f-27c3-463b-a8ba-18aded08427c { display: none !important; }}







#s-b402b23f-27c3-463b-a8ba-18aded08427c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b402b23f-27c3-463b-a8ba-18aded08427c.shg-box.shg-c {
  justify-content: flex-end;
}

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

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

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  margin-left: 0%;
margin-right: 0%;
max-width: 1250px;
text-align: center;
}
@media (min-width: 1200px){#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  display: none;
}
#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d, #wrap-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d, #wrap-content-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  display: none;
}
#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d, #wrap-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d, #wrap-content-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d { display: none !important; }}
#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  margin: 0 !important;
  overflow: visible;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  /* Add background color handling */
  
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shogun-image {
  box-sizing: border-box;
}



.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  
}


@media (min-width: 1200px){#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  margin: 0 !important;
  overflow: visible;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  /* Add background color handling */
  
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shogun-image {
  box-sizing: border-box;
}



.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  margin: 0 !important;
  overflow: visible;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  /* Add background color handling */
  
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shogun-image {
  box-sizing: border-box;
}



.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  margin: 0 !important;
  overflow: visible;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  /* Add background color handling */
  
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shogun-image {
  box-sizing: border-box;
}



.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  
}


}@media (max-width: 767px){#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  margin: 0 !important;
  overflow: visible;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63d58d74-cbb0-4b5c-9c6e-d282c791836d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  /* Add background color handling */
  
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d58d74-cbb0-4b5c-9c6e-d282c791836d.shogun-image {
  box-sizing: border-box;
}



.s-63d58d74-cbb0-4b5c-9c6e-d282c791836d img.shogun-image {
  
}


}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  display: none;
}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-content-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  display: none;
}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-content-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d { display: none !important; }}







#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d.shg-box.shg-c {
  justify-content: center;
}

#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 {
  max-width: 3984px;
text-align: center;
}

#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 {
  overflow: hidden;
  
  
      max-width: 3984px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-content-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-content-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-content-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (max-width: 767px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-content-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}







#s-bca27ead-8b4b-4350-ad9e-94e696d22715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bca27ead-8b4b-4350-ad9e-94e696d22715.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-d80cff43-6db4-4b23-b480-60e36474c5a7 {
  display: none;
}
#s-d80cff43-6db4-4b23-b480-60e36474c5a7, #wrap-s-d80cff43-6db4-4b23-b480-60e36474c5a7, #wrap-content-s-d80cff43-6db4-4b23-b480-60e36474c5a7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d80cff43-6db4-4b23-b480-60e36474c5a7 {
  display: none;
}
#s-d80cff43-6db4-4b23-b480-60e36474c5a7, #wrap-s-d80cff43-6db4-4b23-b480-60e36474c5a7, #wrap-content-s-d80cff43-6db4-4b23-b480-60e36474c5a7 { display: none !important; }}
#s-d80cff43-6db4-4b23-b480-60e36474c5a7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d80cff43-6db4-4b23-b480-60e36474c5a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-d80cff43-6db4-4b23-b480-60e36474c5a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d80cff43-6db4-4b23-b480-60e36474c5a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d80cff43-6db4-4b23-b480-60e36474c5a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 16px;
}

#s-d80cff43-6db4-4b23-b480-60e36474c5a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-05a69a36-755f-4f52-a035-48cfda103d17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-05a69a36-755f-4f52-a035-48cfda103d17:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDg2NDE4OTQtZWExMC00NjNjLWFkOGEtMjU5Y2IwN2IzNmI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ODY0MTg5NC1lYTEwLTQ2M2MtYWQ4YS0yNTljYjA3YjM2YjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-05a69a36-755f-4f52-a035-48cfda103d17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-05a69a36-755f-4f52-a035-48cfda103d17-root {
    text-align: center;
  }


#s-05a69a36-755f-4f52-a035-48cfda103d17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-05a69a36-755f-4f52-a035-48cfda103d17-root {
    text-align: center;
  }


#s-05a69a36-755f-4f52-a035-48cfda103d17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05a69a36-755f-4f52-a035-48cfda103d17-root {
    text-align: center;
  }


#s-05a69a36-755f-4f52-a035-48cfda103d17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05a69a36-755f-4f52-a035-48cfda103d17-root {
    text-align: center;
  }


#s-05a69a36-755f-4f52-a035-48cfda103d17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-05a69a36-755f-4f52-a035-48cfda103d17-root {
    text-align: center;
  }


#s-05a69a36-755f-4f52-a035-48cfda103d17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjRiMjFlYzItNTdjNS00NDJlLWEyYTctZGUzMjZmMGMwMTgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNGIyMWVjMi01N2M1LTQ0MmUtYTJhNy1kZTMyNmYwYzAxODEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9-root {
    text-align: center;
  }


#s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9-root {
    text-align: center;
  }


#s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9-root {
    text-align: center;
  }


#s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9-root {
    text-align: center;
  }


#s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9-root {
    text-align: center;
  }


#s-40aadd9c-58cb-42cf-9a91-6d12927bdfe9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d2cb3456-cbe3-4425-9222-75bf8091c152 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d2cb3456-cbe3-4425-9222-75bf8091c152:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2VlODQyMjEtZDEyZS00NTZhLTgyZDItOTU2ZjRjYmY4MjA3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZWU4NDIyMS1kMTJlLTQ1NmEtODJkMi05NTZmNGNiZjgyMDcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d2cb3456-cbe3-4425-9222-75bf8091c152:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2cb3456-cbe3-4425-9222-75bf8091c152-root {
    text-align: center;
  }


#s-d2cb3456-cbe3-4425-9222-75bf8091c152.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d2cb3456-cbe3-4425-9222-75bf8091c152-root {
    text-align: center;
  }


#s-d2cb3456-cbe3-4425-9222-75bf8091c152.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2cb3456-cbe3-4425-9222-75bf8091c152-root {
    text-align: center;
  }


#s-d2cb3456-cbe3-4425-9222-75bf8091c152.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2cb3456-cbe3-4425-9222-75bf8091c152-root {
    text-align: center;
  }


#s-d2cb3456-cbe3-4425-9222-75bf8091c152.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d2cb3456-cbe3-4425-9222-75bf8091c152-root {
    text-align: center;
  }


#s-d2cb3456-cbe3-4425-9222-75bf8091c152.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1ebe6219-da98-4100-b9d6-37c6161ad152 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1ebe6219-da98-4100-b9d6-37c6161ad152:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjNiZmM3ZTItYmZlYS00ZmZkLWIzN2ItZDJjNDIxNmU1ZGVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiM2JmYzdlMi1iZmVhLTRmZmQtYjM3Yi1kMmM0MjE2ZTVkZWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-1ebe6219-da98-4100-b9d6-37c6161ad152:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1ebe6219-da98-4100-b9d6-37c6161ad152 {
  
}
#s-1ebe6219-da98-4100-b9d6-37c6161ad152:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDk5MmFhZWItN2U2NC00NzdmLTg1MzItYzc3NWExZDk1NDk0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwOTkyYWFlYi03ZTY0LTQ3N2YtODUzMi1jNzc1YTFkOTU0OTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-1ebe6219-da98-4100-b9d6-37c6161ad152-root {
    text-align: center;
  }


#s-1ebe6219-da98-4100-b9d6-37c6161ad152.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1ebe6219-da98-4100-b9d6-37c6161ad152-root {
    text-align: center;
  }


#s-1ebe6219-da98-4100-b9d6-37c6161ad152.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ebe6219-da98-4100-b9d6-37c6161ad152-root {
    text-align: center;
  }


#s-1ebe6219-da98-4100-b9d6-37c6161ad152.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ebe6219-da98-4100-b9d6-37c6161ad152-root {
    text-align: center;
  }


#s-1ebe6219-da98-4100-b9d6-37c6161ad152.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1ebe6219-da98-4100-b9d6-37c6161ad152-root {
    text-align: center;
  }


#s-1ebe6219-da98-4100-b9d6-37c6161ad152.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3d46658d-b38e-41e1-935c-ce59e1491c7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3d46658d-b38e-41e1-935c-ce59e1491c7e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDNlNjc1Y2QtYmVhZC00NTM1LWFhYTktMjY2YjgzZjYwYWJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwM2U2NzVjZC1iZWFkLTQ1MzUtYWFhOS0yNjZiODNmNjBhYmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-3d46658d-b38e-41e1-935c-ce59e1491c7e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3d46658d-b38e-41e1-935c-ce59e1491c7e {
  
}
#s-3d46658d-b38e-41e1-935c-ce59e1491c7e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGRjMWE4NmEtNDQwZi00MmI2LWJiNGYtNGZlNjRkZTBiNjYwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZGMxYTg2YS00NDBmLTQyYjYtYmI0Zi00ZmU2NGRlMGI2NjApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-3d46658d-b38e-41e1-935c-ce59e1491c7e-root {
    text-align: center;
  }


#s-3d46658d-b38e-41e1-935c-ce59e1491c7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d46658d-b38e-41e1-935c-ce59e1491c7e-root {
    text-align: center;
  }


#s-3d46658d-b38e-41e1-935c-ce59e1491c7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d46658d-b38e-41e1-935c-ce59e1491c7e-root {
    text-align: center;
  }


#s-3d46658d-b38e-41e1-935c-ce59e1491c7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d46658d-b38e-41e1-935c-ce59e1491c7e-root {
    text-align: center;
  }


#s-3d46658d-b38e-41e1-935c-ce59e1491c7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d46658d-b38e-41e1-935c-ce59e1491c7e-root {
    text-align: center;
  }


#s-3d46658d-b38e-41e1-935c-ce59e1491c7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2E2M2E0NzEtMjNlYS00MjNhLTkzNDgtN2I0YzgzZmFkNzI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYTYzYTQ3MS0yM2VhLTQyM2EtOTM0OC03YjRjODNmYWQ3MjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea {
  
}
#s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJiMjcyN2UtMDNiYS00NmViLThhYWYtNDU5YmQ2MTU3ZWU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YmIyNzI3ZS0wM2JhLTQ2ZWItOGFhZi00NTliZDYxNTdlZTYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea-root {
    text-align: center;
  }


#s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea-root {
    text-align: center;
  }


#s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea-root {
    text-align: center;
  }


#s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea-root {
    text-align: center;
  }


#s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea-root {
    text-align: center;
  }


#s-d3c819ec-9c8f-4b8e-b51a-f42ea1a26eea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7a644be0-8527-4125-9a47-58f6e65f6bcf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-7a644be0-8527-4125-9a47-58f6e65f6bcf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmM0MGZhZTEtYzUwMy00OWJiLWE0NDItZDI0N2MxMWZhZDdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYzQwZmFlMS1jNTAzLTQ5YmItYTQ0Mi1kMjQ3YzExZmFkN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-7a644be0-8527-4125-9a47-58f6e65f6bcf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a644be0-8527-4125-9a47-58f6e65f6bcf-root {
    text-align: center;
  }


#s-7a644be0-8527-4125-9a47-58f6e65f6bcf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7a644be0-8527-4125-9a47-58f6e65f6bcf-root {
    text-align: center;
  }


#s-7a644be0-8527-4125-9a47-58f6e65f6bcf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a644be0-8527-4125-9a47-58f6e65f6bcf-root {
    text-align: center;
  }


#s-7a644be0-8527-4125-9a47-58f6e65f6bcf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a644be0-8527-4125-9a47-58f6e65f6bcf-root {
    text-align: center;
  }


#s-7a644be0-8527-4125-9a47-58f6e65f6bcf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7a644be0-8527-4125-9a47-58f6e65f6bcf-root {
    text-align: center;
  }


#s-7a644be0-8527-4125-9a47-58f6e65f6bcf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8bb25340-e118-4db5-b2de-63d991600c9f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8bb25340-e118-4db5-b2de-63d991600c9f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjI5ZjljN2MtNWEwNS00MzM2LWI1NmUtOWI3ZTBlYjQyODg0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMjlmOWM3Yy01YTA1LTQzMzYtYjU2ZS05YjdlMGViNDI4ODQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-8bb25340-e118-4db5-b2de-63d991600c9f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8bb25340-e118-4db5-b2de-63d991600c9f-root {
    text-align: center;
  }


#s-8bb25340-e118-4db5-b2de-63d991600c9f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8bb25340-e118-4db5-b2de-63d991600c9f-root {
    text-align: center;
  }


#s-8bb25340-e118-4db5-b2de-63d991600c9f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bb25340-e118-4db5-b2de-63d991600c9f-root {
    text-align: center;
  }


#s-8bb25340-e118-4db5-b2de-63d991600c9f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bb25340-e118-4db5-b2de-63d991600c9f-root {
    text-align: center;
  }


#s-8bb25340-e118-4db5-b2de-63d991600c9f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8bb25340-e118-4db5-b2de-63d991600c9f-root {
    text-align: center;
  }


#s-8bb25340-e118-4db5-b2de-63d991600c9f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f42ec9d2-752e-43b4-8a16-667a35b7790a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f42ec9d2-752e-43b4-8a16-667a35b7790a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGY1ODI0ZTgtNjY1OS00ZTZiLWI4NjItZDUzOTRlMmExYmJlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZjU4MjRlOC02NjU5LTRlNmItYjg2Mi1kNTM5NGUyYTFiYmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f42ec9d2-752e-43b4-8a16-667a35b7790a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f42ec9d2-752e-43b4-8a16-667a35b7790a {
  
}
#s-f42ec9d2-752e-43b4-8a16-667a35b7790a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjc5MzJkMzMtN2Q5MC00NGIxLTg5NDItNWI2MzU2MDM0NWExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NzkzMmQzMy03ZDkwLTQ0YjEtODk0Mi01YjYzNTYwMzQ1YTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-f42ec9d2-752e-43b4-8a16-667a35b7790a-root {
    text-align: center;
  }


#s-f42ec9d2-752e-43b4-8a16-667a35b7790a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f42ec9d2-752e-43b4-8a16-667a35b7790a-root {
    text-align: center;
  }


#s-f42ec9d2-752e-43b4-8a16-667a35b7790a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f42ec9d2-752e-43b4-8a16-667a35b7790a-root {
    text-align: center;
  }


#s-f42ec9d2-752e-43b4-8a16-667a35b7790a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f42ec9d2-752e-43b4-8a16-667a35b7790a-root {
    text-align: center;
  }


#s-f42ec9d2-752e-43b4-8a16-667a35b7790a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f42ec9d2-752e-43b4-8a16-667a35b7790a-root {
    text-align: center;
  }


#s-f42ec9d2-752e-43b4-8a16-667a35b7790a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-094e7b41-c00c-4ddf-9827-bfaa610a8da8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-094e7b41-c00c-4ddf-9827-bfaa610a8da8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGY1ODI0ZTgtNjY1OS00ZTZiLWI4NjItZDUzOTRlMmExYmJlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZjU4MjRlOC02NjU5LTRlNmItYjg2Mi1kNTM5NGUyYTFiYmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-094e7b41-c00c-4ddf-9827-bfaa610a8da8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-094e7b41-c00c-4ddf-9827-bfaa610a8da8 {
  
}
#s-094e7b41-c00c-4ddf-9827-bfaa610a8da8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDA4Mjg0ZWQtNjk2Yy00MzJiLThiZDQtY2QwN2NmZDYxZDJiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMDgyODRlZC02OTZjLTQzMmItOGJkNC1jZDA3Y2ZkNjFkMmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-094e7b41-c00c-4ddf-9827-bfaa610a8da8-root {
    text-align: center;
  }


#s-094e7b41-c00c-4ddf-9827-bfaa610a8da8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-094e7b41-c00c-4ddf-9827-bfaa610a8da8-root {
    text-align: center;
  }


#s-094e7b41-c00c-4ddf-9827-bfaa610a8da8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-094e7b41-c00c-4ddf-9827-bfaa610a8da8-root {
    text-align: center;
  }


#s-094e7b41-c00c-4ddf-9827-bfaa610a8da8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-094e7b41-c00c-4ddf-9827-bfaa610a8da8-root {
    text-align: center;
  }


#s-094e7b41-c00c-4ddf-9827-bfaa610a8da8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-094e7b41-c00c-4ddf-9827-bfaa610a8da8-root {
    text-align: center;
  }


#s-094e7b41-c00c-4ddf-9827-bfaa610a8da8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDVhMjVmYzYtNTYwZS00MTMyLTk5MzEtZDlmYTQ1MTUyMzJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NWEyNWZjNi01NjBlLTQxMzItOTkzMS1kOWZhNDUxNTIzMmMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d-root {
    text-align: center;
  }


#s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d-root {
    text-align: center;
  }


#s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d-root {
    text-align: center;
  }


#s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d-root {
    text-align: center;
  }


#s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d-root {
    text-align: center;
  }


#s-ca7aa294-0e77-44cd-90dc-967ca1fc6c2d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c268c328-a41c-4c1a-ba9a-8c5090185127 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c268c328-a41c-4c1a-ba9a-8c5090185127:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzhkNjRjZjMtZjIzZC00NjU5LWI2MTAtMTE2NmU3YjljZDZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OGQ2NGNmMy1mMjNkLTQ2NTktYjYxMC0xMTY2ZTdiOWNkNmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c268c328-a41c-4c1a-ba9a-8c5090185127:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c268c328-a41c-4c1a-ba9a-8c5090185127-root {
    text-align: center;
  }


#s-c268c328-a41c-4c1a-ba9a-8c5090185127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c268c328-a41c-4c1a-ba9a-8c5090185127-root {
    text-align: center;
  }


#s-c268c328-a41c-4c1a-ba9a-8c5090185127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c268c328-a41c-4c1a-ba9a-8c5090185127-root {
    text-align: center;
  }


#s-c268c328-a41c-4c1a-ba9a-8c5090185127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c268c328-a41c-4c1a-ba9a-8c5090185127-root {
    text-align: center;
  }


#s-c268c328-a41c-4c1a-ba9a-8c5090185127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c268c328-a41c-4c1a-ba9a-8c5090185127-root {
    text-align: center;
  }


#s-c268c328-a41c-4c1a-ba9a-8c5090185127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ece8dcaa-43dc-449d-a64a-503de8124636 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ece8dcaa-43dc-449d-a64a-503de8124636:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWJjNDIwMmQtZDI4Mi00YjQ4LThkMDItNGEyZDFlMzM5YzFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYmM0MjAyZC1kMjgyLTRiNDgtOGQwMi00YTJkMWUzMzljMWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ece8dcaa-43dc-449d-a64a-503de8124636:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ece8dcaa-43dc-449d-a64a-503de8124636 {
  
}
#s-ece8dcaa-43dc-449d-a64a-503de8124636:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWMyNzIxMmMtMzg0MC00YTRjLWEyNTQtMTJlMzY0YTYwZjg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYzI3MjEyYy0zODQwLTRhNGMtYTI1NC0xMmUzNjRhNjBmODkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-ece8dcaa-43dc-449d-a64a-503de8124636-root {
    text-align: center;
  }


#s-ece8dcaa-43dc-449d-a64a-503de8124636.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ece8dcaa-43dc-449d-a64a-503de8124636-root {
    text-align: center;
  }


#s-ece8dcaa-43dc-449d-a64a-503de8124636.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ece8dcaa-43dc-449d-a64a-503de8124636-root {
    text-align: center;
  }


#s-ece8dcaa-43dc-449d-a64a-503de8124636.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ece8dcaa-43dc-449d-a64a-503de8124636-root {
    text-align: center;
  }


#s-ece8dcaa-43dc-449d-a64a-503de8124636.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ece8dcaa-43dc-449d-a64a-503de8124636-root {
    text-align: center;
  }


#s-ece8dcaa-43dc-449d-a64a-503de8124636.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3ae1678f-fb1e-4278-93ce-a8aeda93e893 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3ae1678f-fb1e-4278-93ce-a8aeda93e893:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDU3MDYwNzItMzE4My00MWI3LWE5ZGEtNDE2ZWU3MjQ1YTBkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNTcwNjA3Mi0zMTgzLTQxYjctYTlkYS00MTZlZTcyNDVhMGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-3ae1678f-fb1e-4278-93ce-a8aeda93e893:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ae1678f-fb1e-4278-93ce-a8aeda93e893-root {
    text-align: center;
  }


#s-3ae1678f-fb1e-4278-93ce-a8aeda93e893.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ae1678f-fb1e-4278-93ce-a8aeda93e893-root {
    text-align: center;
  }


#s-3ae1678f-fb1e-4278-93ce-a8aeda93e893.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ae1678f-fb1e-4278-93ce-a8aeda93e893-root {
    text-align: center;
  }


#s-3ae1678f-fb1e-4278-93ce-a8aeda93e893.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ae1678f-fb1e-4278-93ce-a8aeda93e893-root {
    text-align: center;
  }


#s-3ae1678f-fb1e-4278-93ce-a8aeda93e893.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ae1678f-fb1e-4278-93ce-a8aeda93e893-root {
    text-align: center;
  }


#s-3ae1678f-fb1e-4278-93ce-a8aeda93e893.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-87681deb-62f1-4287-96d3-f852038da9cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-87681deb-62f1-4287-96d3-f852038da9cd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIyYzExMDYtYmE3Yi00MjUzLThlNDItNGUyNjMwYjg3ZTRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjJjMTEwNi1iYTdiLTQyNTMtOGU0Mi00ZTI2MzBiODdlNGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-87681deb-62f1-4287-96d3-f852038da9cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87681deb-62f1-4287-96d3-f852038da9cd-root {
    text-align: center;
  }


#s-87681deb-62f1-4287-96d3-f852038da9cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-87681deb-62f1-4287-96d3-f852038da9cd-root {
    text-align: center;
  }


#s-87681deb-62f1-4287-96d3-f852038da9cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87681deb-62f1-4287-96d3-f852038da9cd-root {
    text-align: center;
  }


#s-87681deb-62f1-4287-96d3-f852038da9cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87681deb-62f1-4287-96d3-f852038da9cd-root {
    text-align: center;
  }


#s-87681deb-62f1-4287-96d3-f852038da9cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-87681deb-62f1-4287-96d3-f852038da9cd-root {
    text-align: center;
  }


#s-87681deb-62f1-4287-96d3-f852038da9cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzkxYmVmMDEtZmFlYS00OGZjLWJiN2MtZWFkZmVjMTdhMWNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOTFiZWYwMS1mYWVhLTQ4ZmMtYmI3Yy1lYWRmZWMxN2ExY2QpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4 {
  
}
#s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2RkNzgwODAtMDkwMC00M2RlLThiODYtOTJmNTRmMzg0Y2I3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZGQ3ODA4MC0wOTAwLTQzZGUtOGI4Ni05MmY1NGYzODRjYjcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4-root {
    text-align: center;
  }


#s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4-root {
    text-align: center;
  }


#s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4-root {
    text-align: center;
  }


#s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4-root {
    text-align: center;
  }


#s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4-root {
    text-align: center;
  }


#s-d3fc2b9b-d40e-48b3-9f1f-b72028226ab4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e {
  min-height: 50px;
}








#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-35fd072d-2d90-4301-a97a-f2831d8d84bd {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-c9303616-da40-4181-bbbf-9e80dfdad7e0 {
  margin-left: 10%;
margin-right: 10%;
}

#s-c9303616-da40-4181-bbbf-9e80dfdad7e0 .shg-proportional-font-size,
#s-c9303616-da40-4181-bbbf-9e80dfdad7e0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-89fa437e-bb5f-40a9-a136-4f58810b7831 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-89fa437e-bb5f-40a9-a136-4f58810b7831 .shogun-countdown span, #s-89fa437e-bb5f-40a9-a136-4f58810b7831 .shogun-countdown label {
  color: rgba(238, 45, 42, 1);
}
#s-24db8f1d-49e1-4222-b997-05600640b58e {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-24db8f1d-49e1-4222-b997-05600640b58e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24db8f1d-49e1-4222-b997-05600640b58e.shg-box.shg-c {
  justify-content: center;
}

#s-cfe9537a-1395-4b0e-b380-f5a0502bdf24 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-978bd12f-3210-41d6-9571-6861f870cbdd {
  margin-top: 2px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-d7c043f3-55c6-4030-ab19-75e65056fe94 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7c043f3-55c6-4030-ab19-75e65056fe94 {
  display: none;
}
#s-d7c043f3-55c6-4030-ab19-75e65056fe94, #wrap-s-d7c043f3-55c6-4030-ab19-75e65056fe94, #wrap-content-s-d7c043f3-55c6-4030-ab19-75e65056fe94 { display: none !important; }}@media (max-width: 767px){#s-d7c043f3-55c6-4030-ab19-75e65056fe94 {
  display: none;
}
#s-d7c043f3-55c6-4030-ab19-75e65056fe94, #wrap-s-d7c043f3-55c6-4030-ab19-75e65056fe94, #wrap-content-s-d7c043f3-55c6-4030-ab19-75e65056fe94 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d7c043f3-55c6-4030-ab19-75e65056fe94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7c043f3-55c6-4030-ab19-75e65056fe94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7c043f3-55c6-4030-ab19-75e65056fe94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7c043f3-55c6-4030-ab19-75e65056fe94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-182d7243-71f1-4449-93a8-63e4b3323a54 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(238, 45, 42, 1);
}








#s-182d7243-71f1-4449-93a8-63e4b3323a54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-182d7243-71f1-4449-93a8-63e4b3323a54.shg-box.shg-c {
  justify-content: center;
}

#s-edef6538-b1b8-4ede-b0b3-1d40922d02b5 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-e3180972-e965-412d-a63a-37e188141f33 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e3180972-e965-412d-a63a-37e188141f33:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(238, 45, 42, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e3180972-e965-412d-a63a-37e188141f33:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e3180972-e965-412d-a63a-37e188141f33 {
  background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
}
}

  #s-e3180972-e965-412d-a63a-37e188141f33-root {
    text-align: center;
  }


#s-e3180972-e965-412d-a63a-37e188141f33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e3180972-e965-412d-a63a-37e188141f33-root {
    text-align: center;
  }


#s-e3180972-e965-412d-a63a-37e188141f33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3180972-e965-412d-a63a-37e188141f33-root {
    text-align: center;
  }


#s-e3180972-e965-412d-a63a-37e188141f33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3180972-e965-412d-a63a-37e188141f33-root {
    text-align: center;
  }


#s-e3180972-e965-412d-a63a-37e188141f33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e3180972-e965-412d-a63a-37e188141f33-root {
    text-align: center;
  }


#s-e3180972-e965-412d-a63a-37e188141f33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-96b5f3bc-ac93-4d5e-9f9a-3a946c1f0493 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-96b5f3bc-ac93-4d5e-9f9a-3a946c1f0493 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96b5f3bc-ac93-4d5e-9f9a-3a946c1f0493.shg-box.shg-c {
  justify-content: center;
}

#s-bfc996c0-f5d1-42ba-a7b6-1c31ab43badc {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-0a296e91-9cb2-4ad1-a9ba-60270de01b60 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(238, 45, 42, 1);
}
@media (min-width: 1200px){#s-0a296e91-9cb2-4ad1-a9ba-60270de01b60 {
  display: none;
}
#s-0a296e91-9cb2-4ad1-a9ba-60270de01b60, #wrap-s-0a296e91-9cb2-4ad1-a9ba-60270de01b60, #wrap-content-s-0a296e91-9cb2-4ad1-a9ba-60270de01b60 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a296e91-9cb2-4ad1-a9ba-60270de01b60 {
  display: none;
}
#s-0a296e91-9cb2-4ad1-a9ba-60270de01b60, #wrap-s-0a296e91-9cb2-4ad1-a9ba-60270de01b60, #wrap-content-s-0a296e91-9cb2-4ad1-a9ba-60270de01b60 { display: none !important; }}@media (max-width: 767px){#s-0a296e91-9cb2-4ad1-a9ba-60270de01b60 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-0a296e91-9cb2-4ad1-a9ba-60270de01b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a296e91-9cb2-4ad1-a9ba-60270de01b60.shg-box.shg-c {
  justify-content: center;
}

#s-2e81dfbf-958e-4f26-a3b7-df4b9c4f6331 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-6c6ff9e9-4852-4182-9ece-c80b97467ff2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(238, 45, 42, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6c6ff9e9-4852-4182-9ece-c80b97467ff2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(238, 45, 42, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6c6ff9e9-4852-4182-9ece-c80b97467ff2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6c6ff9e9-4852-4182-9ece-c80b97467ff2 {
  background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
}
}

  #s-6c6ff9e9-4852-4182-9ece-c80b97467ff2-root {
    text-align: center;
  }


#s-6c6ff9e9-4852-4182-9ece-c80b97467ff2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c6ff9e9-4852-4182-9ece-c80b97467ff2-root {
    text-align: center;
  }


#s-6c6ff9e9-4852-4182-9ece-c80b97467ff2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c6ff9e9-4852-4182-9ece-c80b97467ff2-root {
    text-align: center;
  }


#s-6c6ff9e9-4852-4182-9ece-c80b97467ff2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c6ff9e9-4852-4182-9ece-c80b97467ff2-root {
    text-align: center;
  }


#s-6c6ff9e9-4852-4182-9ece-c80b97467ff2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c6ff9e9-4852-4182-9ece-c80b97467ff2-root {
    text-align: center;
  }


#s-6c6ff9e9-4852-4182-9ece-c80b97467ff2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-933f8965-8210-483f-810d-15f0cd6c55eb {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-933f8965-8210-483f-810d-15f0cd6c55eb {
  display: none;
}
#s-933f8965-8210-483f-810d-15f0cd6c55eb, #wrap-s-933f8965-8210-483f-810d-15f0cd6c55eb, #wrap-content-s-933f8965-8210-483f-810d-15f0cd6c55eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-933f8965-8210-483f-810d-15f0cd6c55eb {
  display: none;
}
#s-933f8965-8210-483f-810d-15f0cd6c55eb, #wrap-s-933f8965-8210-483f-810d-15f0cd6c55eb, #wrap-content-s-933f8965-8210-483f-810d-15f0cd6c55eb { display: none !important; }}@media (max-width: 767px){#s-933f8965-8210-483f-810d-15f0cd6c55eb {
  margin-top: 10px;
margin-bottom: 30px;
}
}







#s-933f8965-8210-483f-810d-15f0cd6c55eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-933f8965-8210-483f-810d-15f0cd6c55eb.shg-box.shg-c {
  justify-content: center;
}

#s-6f227fa2-ca71-429e-91f7-7374cae7de15 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-dafe99c7-4742-4ae1-b4f1-42503279925b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dafe99c7-4742-4ae1-b4f1-42503279925b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dafe99c7-4742-4ae1-b4f1-42503279925b.shg-box.shg-c {
  justify-content: center;
}

#s-e1dcd521-09f2-4e4a-b6c1-252b62dd01b9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e1dcd521-09f2-4e4a-b6c1-252b62dd01b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1dcd521-09f2-4e4a-b6c1-252b62dd01b9.shg-box.shg-c {
  justify-content: center;
}

#s-f993dbea-a7cf-4c19-8d92-f86f256c373e {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-dd448198-5090-47f5-b8d8-057d52df5b67 {
  margin-top: 2px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}

#s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce {
  display: none;
}
#s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce, #wrap-s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce, #wrap-content-s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce { display: none !important; }}@media (max-width: 767px){#s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce {
  display: none;
}
#s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce, #wrap-s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce, #wrap-content-s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce { display: none !important; }}
@media (min-width: 0px) {
[id="s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffcc7cde-cb3f-4248-a8c7-2e44149b00ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9ee9afc2-82c5-4461-bb5f-ceb363a815eb {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(238, 45, 42, 1);
}








#s-9ee9afc2-82c5-4461-bb5f-ceb363a815eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ee9afc2-82c5-4461-bb5f-ceb363a815eb.shg-box.shg-c {
  justify-content: center;
}

#s-f524042b-7ed1-40dc-b96d-b1f83b362202 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-6f7beb48-0af4-439f-82bd-99968c5020fe {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6f7beb48-0af4-439f-82bd-99968c5020fe:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(238, 45, 42, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6f7beb48-0af4-439f-82bd-99968c5020fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f7beb48-0af4-439f-82bd-99968c5020fe-root {
    text-align: center;
  }


#s-6f7beb48-0af4-439f-82bd-99968c5020fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f7beb48-0af4-439f-82bd-99968c5020fe-root {
    text-align: center;
  }


#s-6f7beb48-0af4-439f-82bd-99968c5020fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f7beb48-0af4-439f-82bd-99968c5020fe-root {
    text-align: center;
  }


#s-6f7beb48-0af4-439f-82bd-99968c5020fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f7beb48-0af4-439f-82bd-99968c5020fe-root {
    text-align: center;
  }


#s-6f7beb48-0af4-439f-82bd-99968c5020fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f7beb48-0af4-439f-82bd-99968c5020fe-root {
    text-align: center;
  }


#s-6f7beb48-0af4-439f-82bd-99968c5020fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-be5a30e9-c36c-4b40-b723-9d502fc2bd73 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-be5a30e9-c36c-4b40-b723-9d502fc2bd73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be5a30e9-c36c-4b40-b723-9d502fc2bd73.shg-box.shg-c {
  justify-content: center;
}

#s-2bc53b5d-6a36-4f24-9613-8d9e3d7eb076 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-968fa465-9a59-4d46-b8dd-06faac21a3c0 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(238, 45, 42, 1);
}
@media (min-width: 1200px){#s-968fa465-9a59-4d46-b8dd-06faac21a3c0 {
  display: none;
}
#s-968fa465-9a59-4d46-b8dd-06faac21a3c0, #wrap-s-968fa465-9a59-4d46-b8dd-06faac21a3c0, #wrap-content-s-968fa465-9a59-4d46-b8dd-06faac21a3c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-968fa465-9a59-4d46-b8dd-06faac21a3c0 {
  display: none;
}
#s-968fa465-9a59-4d46-b8dd-06faac21a3c0, #wrap-s-968fa465-9a59-4d46-b8dd-06faac21a3c0, #wrap-content-s-968fa465-9a59-4d46-b8dd-06faac21a3c0 { display: none !important; }}@media (max-width: 767px){#s-968fa465-9a59-4d46-b8dd-06faac21a3c0 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-968fa465-9a59-4d46-b8dd-06faac21a3c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-968fa465-9a59-4d46-b8dd-06faac21a3c0.shg-box.shg-c {
  justify-content: center;
}

#s-a20efc3b-9224-44c0-bd93-1f1123a1ffef {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-cfd2a940-3f07-47c5-8014-d8e6ebb45145 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-cfd2a940-3f07-47c5-8014-d8e6ebb45145:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(238, 45, 42, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cfd2a940-3f07-47c5-8014-d8e6ebb45145:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfd2a940-3f07-47c5-8014-d8e6ebb45145-root {
    text-align: center;
  }


#s-cfd2a940-3f07-47c5-8014-d8e6ebb45145.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfd2a940-3f07-47c5-8014-d8e6ebb45145-root {
    text-align: center;
  }


#s-cfd2a940-3f07-47c5-8014-d8e6ebb45145.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfd2a940-3f07-47c5-8014-d8e6ebb45145-root {
    text-align: center;
  }


#s-cfd2a940-3f07-47c5-8014-d8e6ebb45145.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfd2a940-3f07-47c5-8014-d8e6ebb45145-root {
    text-align: center;
  }


#s-cfd2a940-3f07-47c5-8014-d8e6ebb45145.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfd2a940-3f07-47c5-8014-d8e6ebb45145-root {
    text-align: center;
  }


#s-cfd2a940-3f07-47c5-8014-d8e6ebb45145.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-68e2f567-637f-4d24-8cea-c45f9344aa7b {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-68e2f567-637f-4d24-8cea-c45f9344aa7b {
  display: none;
}
#s-68e2f567-637f-4d24-8cea-c45f9344aa7b, #wrap-s-68e2f567-637f-4d24-8cea-c45f9344aa7b, #wrap-content-s-68e2f567-637f-4d24-8cea-c45f9344aa7b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68e2f567-637f-4d24-8cea-c45f9344aa7b {
  display: none;
}
#s-68e2f567-637f-4d24-8cea-c45f9344aa7b, #wrap-s-68e2f567-637f-4d24-8cea-c45f9344aa7b, #wrap-content-s-68e2f567-637f-4d24-8cea-c45f9344aa7b { display: none !important; }}@media (max-width: 767px){#s-68e2f567-637f-4d24-8cea-c45f9344aa7b {
  margin-top: 10px;
margin-bottom: 30px;
}
}







#s-68e2f567-637f-4d24-8cea-c45f9344aa7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68e2f567-637f-4d24-8cea-c45f9344aa7b.shg-box.shg-c {
  justify-content: center;
}

#s-bf8c4ad9-c151-4695-bc2f-89e490e1eb15 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-754de04f-a1f3-4a8e-b1fa-27cb76dd2e79 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-754de04f-a1f3-4a8e-b1fa-27cb76dd2e79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-754de04f-a1f3-4a8e-b1fa-27cb76dd2e79.shg-box.shg-c {
  justify-content: center;
}

#s-ead701dd-7657-43ae-b77d-b2a3a5e89fa8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-ead701dd-7657-43ae-b77d-b2a3a5e89fa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ead701dd-7657-43ae-b77d-b2a3a5e89fa8.shg-box.shg-c {
  justify-content: center;
}

#s-94e99237-3ac3-4f91-8b41-9294d490b8a5 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-ed44d13c-6879-428d-a8b0-a3716f560d75 {
  margin-top: 2px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}

#s-2460219d-c8b0-44cb-9a00-b343d0a3214c {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2460219d-c8b0-44cb-9a00-b343d0a3214c {
  display: none;
}
#s-2460219d-c8b0-44cb-9a00-b343d0a3214c, #wrap-s-2460219d-c8b0-44cb-9a00-b343d0a3214c, #wrap-content-s-2460219d-c8b0-44cb-9a00-b343d0a3214c { display: none !important; }}@media (max-width: 767px){#s-2460219d-c8b0-44cb-9a00-b343d0a3214c {
  display: none;
}
#s-2460219d-c8b0-44cb-9a00-b343d0a3214c, #wrap-s-2460219d-c8b0-44cb-9a00-b343d0a3214c, #wrap-content-s-2460219d-c8b0-44cb-9a00-b343d0a3214c { display: none !important; }}
@media (min-width: 0px) {
[id="s-2460219d-c8b0-44cb-9a00-b343d0a3214c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2460219d-c8b0-44cb-9a00-b343d0a3214c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2460219d-c8b0-44cb-9a00-b343d0a3214c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2460219d-c8b0-44cb-9a00-b343d0a3214c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5aaa45e8-400c-41e2-9275-16462bcc2800 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(238, 45, 42, 1);
}








#s-5aaa45e8-400c-41e2-9275-16462bcc2800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5aaa45e8-400c-41e2-9275-16462bcc2800.shg-box.shg-c {
  justify-content: center;
}

#s-95dde5ef-4bd3-4cb3-981e-697c7be94880 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-f17bfd28-de41-4a3e-88ba-87bbfb560783 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f17bfd28-de41-4a3e-88ba-87bbfb560783:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(238, 45, 42, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f17bfd28-de41-4a3e-88ba-87bbfb560783:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f17bfd28-de41-4a3e-88ba-87bbfb560783-root {
    text-align: center;
  }


#s-f17bfd28-de41-4a3e-88ba-87bbfb560783.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f17bfd28-de41-4a3e-88ba-87bbfb560783-root {
    text-align: center;
  }


#s-f17bfd28-de41-4a3e-88ba-87bbfb560783.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f17bfd28-de41-4a3e-88ba-87bbfb560783-root {
    text-align: center;
  }


#s-f17bfd28-de41-4a3e-88ba-87bbfb560783.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f17bfd28-de41-4a3e-88ba-87bbfb560783-root {
    text-align: center;
  }


#s-f17bfd28-de41-4a3e-88ba-87bbfb560783.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f17bfd28-de41-4a3e-88ba-87bbfb560783-root {
    text-align: center;
  }


#s-f17bfd28-de41-4a3e-88ba-87bbfb560783.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-007786b5-a00c-4f14-8730-a09e7d7f4945 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-007786b5-a00c-4f14-8730-a09e7d7f4945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-007786b5-a00c-4f14-8730-a09e7d7f4945.shg-box.shg-c {
  justify-content: center;
}

#s-1cd082d3-7bd9-4573-8be7-2c67b3362dcb {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(238, 45, 42, 1);
}
@media (min-width: 1200px){#s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a {
  display: none;
}
#s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a, #wrap-s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a, #wrap-content-s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a {
  display: none;
}
#s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a, #wrap-s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a, #wrap-content-s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a { display: none !important; }}@media (max-width: 767px){#s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7fa3d01-c7e4-4a4b-a566-36ee46fc838a.shg-box.shg-c {
  justify-content: center;
}

#s-8d0425f7-25c4-4172-a6a6-17dab8d27d3a {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-66d25fdc-3b67-403c-9e98-c61d74b6e72b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-66d25fdc-3b67-403c-9e98-c61d74b6e72b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(238, 45, 42, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-66d25fdc-3b67-403c-9e98-c61d74b6e72b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66d25fdc-3b67-403c-9e98-c61d74b6e72b-root {
    text-align: center;
  }


#s-66d25fdc-3b67-403c-9e98-c61d74b6e72b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66d25fdc-3b67-403c-9e98-c61d74b6e72b-root {
    text-align: center;
  }


#s-66d25fdc-3b67-403c-9e98-c61d74b6e72b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66d25fdc-3b67-403c-9e98-c61d74b6e72b-root {
    text-align: center;
  }


#s-66d25fdc-3b67-403c-9e98-c61d74b6e72b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66d25fdc-3b67-403c-9e98-c61d74b6e72b-root {
    text-align: center;
  }


#s-66d25fdc-3b67-403c-9e98-c61d74b6e72b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66d25fdc-3b67-403c-9e98-c61d74b6e72b-root {
    text-align: center;
  }


#s-66d25fdc-3b67-403c-9e98-c61d74b6e72b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-fb083a26-48b7-4937-8935-bd16fd88807f {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fb083a26-48b7-4937-8935-bd16fd88807f {
  display: none;
}
#s-fb083a26-48b7-4937-8935-bd16fd88807f, #wrap-s-fb083a26-48b7-4937-8935-bd16fd88807f, #wrap-content-s-fb083a26-48b7-4937-8935-bd16fd88807f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb083a26-48b7-4937-8935-bd16fd88807f {
  display: none;
}
#s-fb083a26-48b7-4937-8935-bd16fd88807f, #wrap-s-fb083a26-48b7-4937-8935-bd16fd88807f, #wrap-content-s-fb083a26-48b7-4937-8935-bd16fd88807f { display: none !important; }}@media (max-width: 767px){#s-fb083a26-48b7-4937-8935-bd16fd88807f {
  margin-top: 10px;
margin-bottom: 30px;
}
}







#s-fb083a26-48b7-4937-8935-bd16fd88807f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb083a26-48b7-4937-8935-bd16fd88807f.shg-box.shg-c {
  justify-content: center;
}

#s-88f27970-e136-4b9c-972a-191866327936 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-596d5b56-faa2-4650-9fe5-d033fcd3b138 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-596d5b56-faa2-4650-9fe5-d033fcd3b138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-596d5b56-faa2-4650-9fe5-d033fcd3b138.shg-box.shg-c {
  justify-content: center;
}

#s-f67cebb1-f602-466c-8d4e-d5079598e43f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-f67cebb1-f602-466c-8d4e-d5079598e43f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f67cebb1-f602-466c-8d4e-d5079598e43f.shg-box.shg-c {
  justify-content: center;
}

#s-a75e90c5-6430-484a-873b-25f0f6f809a0 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-e161781d-613d-4ab8-b00f-53cdf25ef915 {
  margin-top: 2px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}

#s-c1153136-c046-4285-949b-665e8e683524 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1153136-c046-4285-949b-665e8e683524 {
  display: none;
}
#s-c1153136-c046-4285-949b-665e8e683524, #wrap-s-c1153136-c046-4285-949b-665e8e683524, #wrap-content-s-c1153136-c046-4285-949b-665e8e683524 { display: none !important; }}@media (max-width: 767px){#s-c1153136-c046-4285-949b-665e8e683524 {
  display: none;
}
#s-c1153136-c046-4285-949b-665e8e683524, #wrap-s-c1153136-c046-4285-949b-665e8e683524, #wrap-content-s-c1153136-c046-4285-949b-665e8e683524 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c1153136-c046-4285-949b-665e8e683524"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1153136-c046-4285-949b-665e8e683524"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1153136-c046-4285-949b-665e8e683524"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1153136-c046-4285-949b-665e8e683524"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b75050c4-d4ab-4b0d-b7ff-69fc59094c80 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(238, 45, 42, 1);
}








#s-b75050c4-d4ab-4b0d-b7ff-69fc59094c80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b75050c4-d4ab-4b0d-b7ff-69fc59094c80.shg-box.shg-c {
  justify-content: center;
}

#s-31833f72-24c6-4f50-a1c3-e6ae4dc2ef7f {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-69a4c717-4979-4a22-8787-a16dd6e7ac1b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-69a4c717-4979-4a22-8787-a16dd6e7ac1b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(238, 45, 42, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69a4c717-4979-4a22-8787-a16dd6e7ac1b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69a4c717-4979-4a22-8787-a16dd6e7ac1b-root {
    text-align: center;
  }


#s-69a4c717-4979-4a22-8787-a16dd6e7ac1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69a4c717-4979-4a22-8787-a16dd6e7ac1b-root {
    text-align: center;
  }


#s-69a4c717-4979-4a22-8787-a16dd6e7ac1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69a4c717-4979-4a22-8787-a16dd6e7ac1b-root {
    text-align: center;
  }


#s-69a4c717-4979-4a22-8787-a16dd6e7ac1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69a4c717-4979-4a22-8787-a16dd6e7ac1b-root {
    text-align: center;
  }


#s-69a4c717-4979-4a22-8787-a16dd6e7ac1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69a4c717-4979-4a22-8787-a16dd6e7ac1b-root {
    text-align: center;
  }


#s-69a4c717-4979-4a22-8787-a16dd6e7ac1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-e4e6b0d1-d6b8-4ca6-ae28-47c83d961dd8 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-e4e6b0d1-d6b8-4ca6-ae28-47c83d961dd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4e6b0d1-d6b8-4ca6-ae28-47c83d961dd8.shg-box.shg-c {
  justify-content: center;
}

#s-c738087b-9a4c-4127-adcf-88d61c3028fb {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-c5c45710-6f41-4c79-b711-07ba3915c264 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(238, 45, 42, 1);
}
@media (min-width: 1200px){#s-c5c45710-6f41-4c79-b711-07ba3915c264 {
  display: none;
}
#s-c5c45710-6f41-4c79-b711-07ba3915c264, #wrap-s-c5c45710-6f41-4c79-b711-07ba3915c264, #wrap-content-s-c5c45710-6f41-4c79-b711-07ba3915c264 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5c45710-6f41-4c79-b711-07ba3915c264 {
  display: none;
}
#s-c5c45710-6f41-4c79-b711-07ba3915c264, #wrap-s-c5c45710-6f41-4c79-b711-07ba3915c264, #wrap-content-s-c5c45710-6f41-4c79-b711-07ba3915c264 { display: none !important; }}@media (max-width: 767px){#s-c5c45710-6f41-4c79-b711-07ba3915c264 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-c5c45710-6f41-4c79-b711-07ba3915c264 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5c45710-6f41-4c79-b711-07ba3915c264.shg-box.shg-c {
  justify-content: center;
}

#s-9ad862d8-7d62-4600-896d-b8bc246a45e2 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(238, 45, 42, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed-root {
    text-align: center;
  }


#s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed-root {
    text-align: center;
  }


#s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed-root {
    text-align: center;
  }


#s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed-root {
    text-align: center;
  }


#s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed-root {
    text-align: center;
  }


#s-ae70ac5a-c2c1-40e2-a7c4-d3cb1f6b5aed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-3f5f717c-4627-4c48-8d75-d7ef4ec15080 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3f5f717c-4627-4c48-8d75-d7ef4ec15080 {
  display: none;
}
#s-3f5f717c-4627-4c48-8d75-d7ef4ec15080, #wrap-s-3f5f717c-4627-4c48-8d75-d7ef4ec15080, #wrap-content-s-3f5f717c-4627-4c48-8d75-d7ef4ec15080 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f5f717c-4627-4c48-8d75-d7ef4ec15080 {
  display: none;
}
#s-3f5f717c-4627-4c48-8d75-d7ef4ec15080, #wrap-s-3f5f717c-4627-4c48-8d75-d7ef4ec15080, #wrap-content-s-3f5f717c-4627-4c48-8d75-d7ef4ec15080 { display: none !important; }}@media (max-width: 767px){#s-3f5f717c-4627-4c48-8d75-d7ef4ec15080 {
  margin-top: 10px;
margin-bottom: 30px;
}
}







#s-3f5f717c-4627-4c48-8d75-d7ef4ec15080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f5f717c-4627-4c48-8d75-d7ef4ec15080.shg-box.shg-c {
  justify-content: center;
}

#s-1d2c9ef1-a693-4794-94fa-f33923a30278 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-6bea8694-0e6a-4a5e-8cfe-90861b8f657c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6bea8694-0e6a-4a5e-8cfe-90861b8f657c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6bea8694-0e6a-4a5e-8cfe-90861b8f657c.shg-box.shg-c {
  justify-content: center;
}

#s-bd3eb7da-5e59-406a-b4d1-768fbaf40b33 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-bd3eb7da-5e59-406a-b4d1-768fbaf40b33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd3eb7da-5e59-406a-b4d1-768fbaf40b33.shg-box.shg-c {
  justify-content: center;
}

#s-04f7f95f-0c5e-4afc-b3c7-9572972f836c {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-6dc2c250-795b-402f-8966-91ae17e90388 {
  margin-top: 2px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-1819a895-5b3e-4f30-9c28-f2eca70fab69 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1819a895-5b3e-4f30-9c28-f2eca70fab69 {
  display: none;
}
#s-1819a895-5b3e-4f30-9c28-f2eca70fab69, #wrap-s-1819a895-5b3e-4f30-9c28-f2eca70fab69, #wrap-content-s-1819a895-5b3e-4f30-9c28-f2eca70fab69 { display: none !important; }}@media (max-width: 767px){#s-1819a895-5b3e-4f30-9c28-f2eca70fab69 {
  display: none;
}
#s-1819a895-5b3e-4f30-9c28-f2eca70fab69, #wrap-s-1819a895-5b3e-4f30-9c28-f2eca70fab69, #wrap-content-s-1819a895-5b3e-4f30-9c28-f2eca70fab69 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1819a895-5b3e-4f30-9c28-f2eca70fab69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1819a895-5b3e-4f30-9c28-f2eca70fab69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1819a895-5b3e-4f30-9c28-f2eca70fab69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1819a895-5b3e-4f30-9c28-f2eca70fab69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-96664551-2e84-49e7-a3a2-ef336cde93d5 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(238, 45, 42, 1);
}








#s-96664551-2e84-49e7-a3a2-ef336cde93d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96664551-2e84-49e7-a3a2-ef336cde93d5.shg-box.shg-c {
  justify-content: center;
}

#s-19bcc4da-c329-447d-8b95-3c1a0d06f664 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-e1256b79-8714-4523-abda-0fb8bd6f1f4a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e1256b79-8714-4523-abda-0fb8bd6f1f4a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(238, 45, 42, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1256b79-8714-4523-abda-0fb8bd6f1f4a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e1256b79-8714-4523-abda-0fb8bd6f1f4a {
  background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
}
}

  #s-e1256b79-8714-4523-abda-0fb8bd6f1f4a-root {
    text-align: center;
  }


#s-e1256b79-8714-4523-abda-0fb8bd6f1f4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1256b79-8714-4523-abda-0fb8bd6f1f4a-root {
    text-align: center;
  }


#s-e1256b79-8714-4523-abda-0fb8bd6f1f4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1256b79-8714-4523-abda-0fb8bd6f1f4a-root {
    text-align: center;
  }


#s-e1256b79-8714-4523-abda-0fb8bd6f1f4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1256b79-8714-4523-abda-0fb8bd6f1f4a-root {
    text-align: center;
  }


#s-e1256b79-8714-4523-abda-0fb8bd6f1f4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1256b79-8714-4523-abda-0fb8bd6f1f4a-root {
    text-align: center;
  }


#s-e1256b79-8714-4523-abda-0fb8bd6f1f4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-55761aba-cc37-4d43-9f21-ec592d03f4bd {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-55761aba-cc37-4d43-9f21-ec592d03f4bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55761aba-cc37-4d43-9f21-ec592d03f4bd.shg-box.shg-c {
  justify-content: center;
}

#s-b50be2ad-616d-4e44-a881-fd4361c67f8a {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-31eb4660-4469-49ab-855a-044f62afd05d {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(238, 45, 42, 1);
}
@media (min-width: 1200px){#s-31eb4660-4469-49ab-855a-044f62afd05d {
  display: none;
}
#s-31eb4660-4469-49ab-855a-044f62afd05d, #wrap-s-31eb4660-4469-49ab-855a-044f62afd05d, #wrap-content-s-31eb4660-4469-49ab-855a-044f62afd05d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31eb4660-4469-49ab-855a-044f62afd05d {
  display: none;
}
#s-31eb4660-4469-49ab-855a-044f62afd05d, #wrap-s-31eb4660-4469-49ab-855a-044f62afd05d, #wrap-content-s-31eb4660-4469-49ab-855a-044f62afd05d { display: none !important; }}@media (max-width: 767px){#s-31eb4660-4469-49ab-855a-044f62afd05d {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-31eb4660-4469-49ab-855a-044f62afd05d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31eb4660-4469-49ab-855a-044f62afd05d.shg-box.shg-c {
  justify-content: center;
}

#s-928ff310-77b3-4410-8683-7d88ccdc7736 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-d93dffe6-3952-4406-a1f7-1b89abbeb10c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(238, 45, 42, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d93dffe6-3952-4406-a1f7-1b89abbeb10c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(238, 45, 42, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d93dffe6-3952-4406-a1f7-1b89abbeb10c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d93dffe6-3952-4406-a1f7-1b89abbeb10c {
  background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
}
}

  #s-d93dffe6-3952-4406-a1f7-1b89abbeb10c-root {
    text-align: center;
  }


#s-d93dffe6-3952-4406-a1f7-1b89abbeb10c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d93dffe6-3952-4406-a1f7-1b89abbeb10c-root {
    text-align: center;
  }


#s-d93dffe6-3952-4406-a1f7-1b89abbeb10c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d93dffe6-3952-4406-a1f7-1b89abbeb10c-root {
    text-align: center;
  }


#s-d93dffe6-3952-4406-a1f7-1b89abbeb10c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d93dffe6-3952-4406-a1f7-1b89abbeb10c-root {
    text-align: center;
  }


#s-d93dffe6-3952-4406-a1f7-1b89abbeb10c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d93dffe6-3952-4406-a1f7-1b89abbeb10c-root {
    text-align: center;
  }


#s-d93dffe6-3952-4406-a1f7-1b89abbeb10c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-5232df5d-7ad4-420d-b35e-b9e174963a6d {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5232df5d-7ad4-420d-b35e-b9e174963a6d {
  display: none;
}
#s-5232df5d-7ad4-420d-b35e-b9e174963a6d, #wrap-s-5232df5d-7ad4-420d-b35e-b9e174963a6d, #wrap-content-s-5232df5d-7ad4-420d-b35e-b9e174963a6d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5232df5d-7ad4-420d-b35e-b9e174963a6d {
  display: none;
}
#s-5232df5d-7ad4-420d-b35e-b9e174963a6d, #wrap-s-5232df5d-7ad4-420d-b35e-b9e174963a6d, #wrap-content-s-5232df5d-7ad4-420d-b35e-b9e174963a6d { display: none !important; }}@media (max-width: 767px){#s-5232df5d-7ad4-420d-b35e-b9e174963a6d {
  margin-top: 10px;
margin-bottom: 30px;
}
}







#s-5232df5d-7ad4-420d-b35e-b9e174963a6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5232df5d-7ad4-420d-b35e-b9e174963a6d.shg-box.shg-c {
  justify-content: center;
}

#s-46e76cbc-d88a-4e8e-bc31-1f2505af8768 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-fe3b68fe-5353-4a36-9f51-53ad998030eb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-fe3b68fe-5353-4a36-9f51-53ad998030eb {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-fe3b68fe-5353-4a36-9f51-53ad998030eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe3b68fe-5353-4a36-9f51-53ad998030eb.shg-box.shg-c {
  justify-content: center;
}

#s-7edf3ff1-5056-4e29-baf2-a8ff9005b9c8 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

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

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

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

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

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

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

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

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

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

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 {
  display: none;
}
#s-5c339bfb-53d4-4a7a-9273-d98b15f5b569, #wrap-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569, #wrap-content-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 { display: none !important; }}@media (max-width: 767px){#s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 {
  display: none;
}
#s-5c339bfb-53d4-4a7a-9273-d98b15f5b569, #wrap-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569, #wrap-content-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-prev,
#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-next {
  
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-prev svg,
#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-5e1fde92-15a1-47d0-9961-1b079cc7a835 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-5e1fde92-15a1-47d0-9961-1b079cc7a835 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-5e1fde92-15a1-47d0-9961-1b079cc7a835"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5e1fde92-15a1-47d0-9961-1b079cc7a835"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-5e1fde92-15a1-47d0-9961-1b079cc7a835"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e1fde92-15a1-47d0-9961-1b079cc7a835"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image {
  box-sizing: border-box;
}



.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  
}


@media (min-width: 1200px){#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image {
  box-sizing: border-box;
}



.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image {
  box-sizing: border-box;
}



.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image {
  box-sizing: border-box;
}



.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  
}


}@media (max-width: 767px){#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image {
  box-sizing: border-box;
}



.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  
}


}
#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image {
  box-sizing: border-box;
}



.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  
}


@media (min-width: 1200px){#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image {
  box-sizing: border-box;
}



.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image {
  box-sizing: border-box;
}



.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image {
  box-sizing: border-box;
}



.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  
}


}@media (max-width: 767px){#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image {
  box-sizing: border-box;
}



.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  
}


}
#s-8fb2d9e2-2f7b-459e-ab27-9db59336a43b {
  max-width: 400px;
text-align: center;
}

#s-8fb2d9e2-2f7b-459e-ab27-9db59336a43b {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8fb2d9e2-2f7b-459e-ab27-9db59336a43b .shogun-image-content {
  
    justify-content: center;
  
}

#s-1ed03d37-337e-4cd0-8bcc-220734b1a9d0 {
  max-width: 400px;
text-align: center;
}

#s-1ed03d37-337e-4cd0-8bcc-220734b1a9d0 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1ed03d37-337e-4cd0-8bcc-220734b1a9d0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8aa715b2-172a-425c-bf4e-d05a34a6188b {
  max-width: 400px;
text-align: center;
}

#s-8aa715b2-172a-425c-bf4e-d05a34a6188b {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8aa715b2-172a-425c-bf4e-d05a34a6188b .shogun-image-content {
  
    justify-content: center;
  
}

#s-b6a31fa2-55fe-4de1-addc-6ec1d428099e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-b6a31fa2-55fe-4de1-addc-6ec1d428099e {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-b6a31fa2-55fe-4de1-addc-6ec1d428099e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b6a31fa2-55fe-4de1-addc-6ec1d428099e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b6a31fa2-55fe-4de1-addc-6ec1d428099e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6a31fa2-55fe-4de1-addc-6ec1d428099e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-a9e408f2-5485-440c-af6c-37f3f0182608 {
  max-width: 400px;
text-align: center;
}

#s-a9e408f2-5485-440c-af6c-37f3f0182608 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a9e408f2-5485-440c-af6c-37f3f0182608 .shogun-image-content {
  
    justify-content: center;
  
}

#s-41157d90-66be-4796-b31b-0e9a5ffb52f3 {
  max-width: 400px;
text-align: center;
}

#s-41157d90-66be-4796-b31b-0e9a5ffb52f3 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-41157d90-66be-4796-b31b-0e9a5ffb52f3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a3c1e900-079b-4eea-91ef-3258a049c4af {
  min-height: 0px;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-a3c1e900-079b-4eea-91ef-3258a049c4af {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-a3c1e900-079b-4eea-91ef-3258a049c4af {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a3c1e900-079b-4eea-91ef-3258a049c4af .shogun-image-content {
  
    justify-content: center;
  
}

#s-f1a67fdd-b7f8-42c3-bff1-bb744bb60aa1 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 400px;
text-align: center;
}

#s-f1a67fdd-b7f8-42c3-bff1-bb744bb60aa1 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f1a67fdd-b7f8-42c3-bff1-bb744bb60aa1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-63e81c3e-5674-43e5-8e05-dbe960307083 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-63e81c3e-5674-43e5-8e05-dbe960307083 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-63e81c3e-5674-43e5-8e05-dbe960307083"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-63e81c3e-5674-43e5-8e05-dbe960307083"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-63e81c3e-5674-43e5-8e05-dbe960307083"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-63e81c3e-5674-43e5-8e05-dbe960307083"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-5059720c-276a-4bd3-b926-2e9f4855e09b {
  max-width: 400px;
text-align: center;
}

#s-5059720c-276a-4bd3-b926-2e9f4855e09b {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5059720c-276a-4bd3-b926-2e9f4855e09b .shogun-image-content {
  
    justify-content: center;
  
}

#s-b05af6e3-55c5-4c65-ab82-55283eac300f {
  max-width: 400px;
text-align: center;
}

#s-b05af6e3-55c5-4c65-ab82-55283eac300f {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b05af6e3-55c5-4c65-ab82-55283eac300f .shogun-image-content {
  
    justify-content: center;
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  max-width: 400px;
text-align: center;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image {
  box-sizing: border-box;
}



.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image {
  box-sizing: border-box;
}



.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image {
  box-sizing: border-box;
}



.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image {
  box-sizing: border-box;
}



.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image {
  box-sizing: border-box;
}



.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  
}


}
#s-1b4e54a7-4bec-4402-89b1-6ef942734996 {
  max-width: 400px;
text-align: center;
}

#s-1b4e54a7-4bec-4402-89b1-6ef942734996 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1b4e54a7-4bec-4402-89b1-6ef942734996 .shogun-image-content {
  
    justify-content: center;
  
}

#s-62a5c391-bad1-4855-9660-689d6768984d {
  max-width: 400px;
text-align: center;
}

#s-62a5c391-bad1-4855-9660-689d6768984d {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-62a5c391-bad1-4855-9660-689d6768984d .shogun-image-content {
  
    justify-content: center;
  
}

#s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  display: none;
}
#s-22b62e97-ee2b-4479-b5b0-ef718cc10493, #wrap-s-22b62e97-ee2b-4479-b5b0-ef718cc10493, #wrap-content-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  display: none;
}
#s-22b62e97-ee2b-4479-b5b0-ef718cc10493, #wrap-s-22b62e97-ee2b-4479-b5b0-ef718cc10493, #wrap-content-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 { display: none !important; }}@media (max-width: 767px){#s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  margin-left: 2%;
margin-right: 2%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev svg,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 768px) and (max-width: 991px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev svg,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev svg,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-57e7f37b-a104-4fad-9610-e6f1942bbe85 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-57e7f37b-a104-4fad-9610-e6f1942bbe85"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-57e7f37b-a104-4fad-9610-e6f1942bbe85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-57e7f37b-a104-4fad-9610-e6f1942bbe85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-57e7f37b-a104-4fad-9610-e6f1942bbe85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a3160d26-5539-4bec-be8f-65a7ef5a2a0a {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 400px;
text-align: center;
}

#s-a3160d26-5539-4bec-be8f-65a7ef5a2a0a {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a3160d26-5539-4bec-be8f-65a7ef5a2a0a .shogun-image-content {
  
    justify-content: center;
  
}

#s-22475bc7-a81a-4676-8556-c44d2a4a63a7 {
  max-width: 400px;
text-align: center;
}

#s-22475bc7-a81a-4676-8556-c44d2a4a63a7 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-22475bc7-a81a-4676-8556-c44d2a4a63a7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d00323a2-fff5-4378-9f2b-26cf49403423 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d00323a2-fff5-4378-9f2b-26cf49403423"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d00323a2-fff5-4378-9f2b-26cf49403423"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d00323a2-fff5-4378-9f2b-26cf49403423"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d00323a2-fff5-4378-9f2b-26cf49403423"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-41862c42-480f-4998-b11e-1801586a0905 {
  max-width: 400px;
text-align: center;
}

#s-41862c42-480f-4998-b11e-1801586a0905 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-41862c42-480f-4998-b11e-1801586a0905 .shogun-image-content {
  
    justify-content: center;
  
}

#s-47ace5ac-5850-491b-b6a6-97ed4c37bc1c {
  max-width: 400px;
text-align: center;
}

#s-47ace5ac-5850-491b-b6a6-97ed4c37bc1c {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-47ace5ac-5850-491b-b6a6-97ed4c37bc1c .shogun-image-content {
  
    justify-content: center;
  
}

#s-48e13134-d5ea-4977-ba67-f0777b8fc410 {
  margin-top: 19px;
margin-bottom: 19px;
min-height: 0px;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-48e13134-d5ea-4977-ba67-f0777b8fc410 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-48e13134-d5ea-4977-ba67-f0777b8fc410 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-48e13134-d5ea-4977-ba67-f0777b8fc410 .shogun-image-content {
  
    justify-content: center;
  
}

#s-01b3429e-4299-4b5b-ab39-c48822c7e10e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-01b3429e-4299-4b5b-ab39-c48822c7e10e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-01b3429e-4299-4b5b-ab39-c48822c7e10e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01b3429e-4299-4b5b-ab39-c48822c7e10e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01b3429e-4299-4b5b-ab39-c48822c7e10e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e548a9a9-70f9-4805-897f-2294873f4ec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image {
  box-sizing: border-box;
}



.s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e548a9a9-70f9-4805-897f-2294873f4ec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image {
  box-sizing: border-box;
}



.s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e548a9a9-70f9-4805-897f-2294873f4ec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image {
  box-sizing: border-box;
}



.s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e548a9a9-70f9-4805-897f-2294873f4ec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image {
  box-sizing: border-box;
}



.s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e548a9a9-70f9-4805-897f-2294873f4ec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image {
  box-sizing: border-box;
}



.s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  
}


}
#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab693eff-b051-4d77-9c34-c11fc9227a19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image {
  box-sizing: border-box;
}



.s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab693eff-b051-4d77-9c34-c11fc9227a19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image {
  box-sizing: border-box;
}



.s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab693eff-b051-4d77-9c34-c11fc9227a19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image {
  box-sizing: border-box;
}



.s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab693eff-b051-4d77-9c34-c11fc9227a19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image {
  box-sizing: border-box;
}



.s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab693eff-b051-4d77-9c34-c11fc9227a19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image {
  box-sizing: border-box;
}



.s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  
}


}
#s-41833db5-089e-40be-84ad-99405a539506 {
  max-width: 400px;
text-align: center;
}

#s-41833db5-089e-40be-84ad-99405a539506 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-41833db5-089e-40be-84ad-99405a539506 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0ba3815e-987e-44f6-8f67-7f25b47cf714 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0ba3815e-987e-44f6-8f67-7f25b47cf714"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0ba3815e-987e-44f6-8f67-7f25b47cf714"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0ba3815e-987e-44f6-8f67-7f25b47cf714"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ba3815e-987e-44f6-8f67-7f25b47cf714"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f4259ba5-a8a6-4261-96c8-1689a51a668b {
  max-width: 400px;
text-align: center;
}

#s-f4259ba5-a8a6-4261-96c8-1689a51a668b {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f4259ba5-a8a6-4261-96c8-1689a51a668b .shogun-image-content {
  
    justify-content: center;
  
}

#s-8bc9c9c2-7c7e-4847-a796-77b6a62216c4 {
  max-width: 400px;
text-align: center;
}

#s-8bc9c9c2-7c7e-4847-a796-77b6a62216c4 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8bc9c9c2-7c7e-4847-a796-77b6a62216c4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-316f7bf2-7780-4c2c-82a4-5a0a2c9eea57 {
  max-width: 400px;
text-align: center;
}

#s-316f7bf2-7780-4c2c-82a4-5a0a2c9eea57 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-316f7bf2-7780-4c2c-82a4-5a0a2c9eea57 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f7b0774-d5ed-4008-aa91-342421489bba {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2f7b0774-d5ed-4008-aa91-342421489bba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2f7b0774-d5ed-4008-aa91-342421489bba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f7b0774-d5ed-4008-aa91-342421489bba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f7b0774-d5ed-4008-aa91-342421489bba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aae81ab0-95fd-4657-b4b1-fbb38ed5aafb {
  max-width: 400px;
text-align: center;
}

#s-aae81ab0-95fd-4657-b4b1-fbb38ed5aafb {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-aae81ab0-95fd-4657-b4b1-fbb38ed5aafb .shogun-image-content {
  
    justify-content: center;
  
}

#s-7dca832c-07f7-457d-b0bd-a229ac1d33d6 {
  max-width: 400px;
text-align: center;
}

#s-7dca832c-07f7-457d-b0bd-a229ac1d33d6 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-7dca832c-07f7-457d-b0bd-a229ac1d33d6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  max-width: 400px;
text-align: center;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-542affb6-e53b-4875-a202-2e3477a628c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image {
  box-sizing: border-box;
}



.s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-542affb6-e53b-4875-a202-2e3477a628c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image {
  box-sizing: border-box;
}



.s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-542affb6-e53b-4875-a202-2e3477a628c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image {
  box-sizing: border-box;
}



.s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-542affb6-e53b-4875-a202-2e3477a628c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image {
  box-sizing: border-box;
}



.s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-542affb6-e53b-4875-a202-2e3477a628c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image {
  box-sizing: border-box;
}



.s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  
}


}
#s-0f6725c5-951d-418b-9e31-cb8cb9a76334 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyZmM0ZTEtNzQ0MC00ZWIyLWFmODItNWQ2ODdhYzFjMjNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNjJmYzRlMS03NDQwLTRlYjItYWY4Mi01ZDY4N2FjMWMyM2QpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-0f6725c5-951d-418b-9e31-cb8cb9a76334:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f6725c5-951d-418b-9e31-cb8cb9a76334:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-0f6725c5-951d-418b-9e31-cb8cb9a76334 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTY1OGU1MmQtYTZkMC00ZDM0LWI1NTEtMjdmMDgzMTMzOGQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNjU4ZTUyZC1hNmQwLTRkMzQtYjU1MS0yN2YwODMxMzM4ZDkpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
}
}

  #s-0f6725c5-951d-418b-9e31-cb8cb9a76334-root {
    text-align: center;
  }


#s-0f6725c5-951d-418b-9e31-cb8cb9a76334.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f6725c5-951d-418b-9e31-cb8cb9a76334-root {
    text-align: center;
  }


#s-0f6725c5-951d-418b-9e31-cb8cb9a76334.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f6725c5-951d-418b-9e31-cb8cb9a76334-root {
    text-align: center;
  }


#s-0f6725c5-951d-418b-9e31-cb8cb9a76334.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f6725c5-951d-418b-9e31-cb8cb9a76334-root {
    text-align: center;
  }


#s-0f6725c5-951d-418b-9e31-cb8cb9a76334.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f6725c5-951d-418b-9e31-cb8cb9a76334-root {
    text-align: center;
  }


#s-0f6725c5-951d-418b-9e31-cb8cb9a76334.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}