.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-b153b544-de03-4573-86a8-08228ebc5320 {
  min-height: 50px;
background-color: rgba(15, 117, 188, 1);
}
@media (min-width: 1200px){#s-b153b544-de03-4573-86a8-08228ebc5320 {
  display: none;
}
#s-b153b544-de03-4573-86a8-08228ebc5320, #wrap-s-b153b544-de03-4573-86a8-08228ebc5320, #wrap-content-s-b153b544-de03-4573-86a8-08228ebc5320 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b153b544-de03-4573-86a8-08228ebc5320 {
  display: none;
}
#s-b153b544-de03-4573-86a8-08228ebc5320, #wrap-s-b153b544-de03-4573-86a8-08228ebc5320, #wrap-content-s-b153b544-de03-4573-86a8-08228ebc5320 { display: none !important; }}







#s-b153b544-de03-4573-86a8-08228ebc5320 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b153b544-de03-4573-86a8-08228ebc5320.shg-box.shg-c {
  justify-content: center;
}

.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-ab7fda3c-b86b-458a-9e62-fe52bf385d9a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 2734px;
text-align: center;
}
@media (min-width: 1200px){#s-ab7fda3c-b86b-458a-9e62-fe52bf385d9a {
  display: none;
}
#s-ab7fda3c-b86b-458a-9e62-fe52bf385d9a, #wrap-s-ab7fda3c-b86b-458a-9e62-fe52bf385d9a, #wrap-content-s-ab7fda3c-b86b-458a-9e62-fe52bf385d9a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab7fda3c-b86b-458a-9e62-fe52bf385d9a {
  display: none;
}
#s-ab7fda3c-b86b-458a-9e62-fe52bf385d9a, #wrap-s-ab7fda3c-b86b-458a-9e62-fe52bf385d9a, #wrap-content-s-ab7fda3c-b86b-458a-9e62-fe52bf385d9a { display: none !important; }}
#s-ab7fda3c-b86b-458a-9e62-fe52bf385d9a {
  overflow: hidden;
  
  
      max-width: 2734px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-ab7fda3c-b86b-458a-9e62-fe52bf385d9a .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  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-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  display: none;
}
#s-86c5257e-88a6-438c-b6ba-0a79065cf80c, #wrap-s-86c5257e-88a6-438c-b6ba-0a79065cf80c, #wrap-content-s-86c5257e-88a6-438c-b6ba-0a79065cf80c { display: none !important; }}@media (max-width: 767px){#s-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  display: none;
}
#s-86c5257e-88a6-438c-b6ba-0a79065cf80c, #wrap-s-86c5257e-88a6-438c-b6ba-0a79065cf80c, #wrap-content-s-86c5257e-88a6-438c-b6ba-0a79065cf80c { display: none !important; }}
#s-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  background-image: url(https://i.shgcdn.com/1405dec8-acbb-4673-a959-2a22f54e92e5/);
}








#s-86c5257e-88a6-438c-b6ba-0a79065cf80c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-86c5257e-88a6-438c-b6ba-0a79065cf80c.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-86c5257e-88a6-438c-b6ba-0a79065cf80c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-86c5257e-88a6-438c-b6ba-0a79065cf80c.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-b1892f00-e520-4525-b095-849645ee7b25 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(16, 117, 190, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 {
  
}
}@media (max-width: 767px){#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 {
  
}
}







#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068.shg-box.shg-c {
  justify-content: flex-end;
}

#s-922cb494-45a1-4755-995c-9297867e8075 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1182px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-922cb494-45a1-4755-995c-9297867e8075 {
  overflow: hidden;
  
  
      max-width: 1182px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-922cb494-45a1-4755-995c-9297867e8075 .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-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00 {
  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(235, 38, 46, 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-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00:hover {background-color: rgba(238, 90, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.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-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.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-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.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-34bc61a3-41c9-4896-8c8a-b608b53d0780 {
  margin-left: 0px;
margin-right: 0%;
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.8);
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
}
#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c952e000-ca43-4af4-b93b-ea2577e06bfc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
}
#s-c952e000-ca43-4af4-b93b-ea2577e06bfc:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c952e000-ca43-4af4-b93b-ea2577e06bfc:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
}
#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-96e48a51-361b-491f-9e83-63b718053390 {
  margin-left: 0px;
margin-right: 0%;
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.8);
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-c28d3efc-2e3f-42c2-895f-929b3850b07b {
  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, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-c28d3efc-2e3f-42c2-895f-929b3850b07b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGQ0YWI0MzUtMmNhOS00MTg1LTg3MWQtMGQ0NjBmMWQ5MmYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZDRhYjQzNS0yY2E5LTQxODUtODcxZC0wZDQ2MGYxZDkyZjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c28d3efc-2e3f-42c2-895f-929b3850b07b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-567ff1db-50c3-4c1f-8030-6fadadfaf178 {
  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, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-567ff1db-50c3-4c1f-8030-6fadadfaf178:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzNjYWQ2MGEtNWQ4NS00MGJhLThkNzgtYWRkMzk0YzE3Y2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjM2NhZDYwYS01ZDg1LTQwYmEtOGQ3OC1hZGQzOTRjMTdjYTYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-567ff1db-50c3-4c1f-8030-6fadadfaf178:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b {
  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, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDQ2ZmVlNjQtMjFjZi00OTU0LWE5MDctOTFlMTQyNTVhMTcwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NDZmZWU2NC0yMWNmLTQ5NTQtYTkwNy05MWUxNDI1NWExNzApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb {
  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, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDI0YWYyNWYtZWU2ZS00YjE5LWI4ZTYtZmNjMzU3MDk1YTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMjRhZjI1Zi1lZTZlLTRiMTktYjhlNi1mY2MzNTcwOTVhMzEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b8eed75c-abcf-461d-872b-66fcac07f505 {
  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, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-b8eed75c-abcf-461d-872b-66fcac07f505:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjJhMDEwMjktNzViMC00NThlLTg2ZDItNzcxNjBhNmI3YmU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MmEwMTAyOS03NWIwLTQ1OGUtODZkMi03NzE2MGE2YjdiZTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b8eed75c-abcf-461d-872b-66fcac07f505:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-06523507-ddc6-46e8-a510-27ff54c00a1a {
  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, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-06523507-ddc6-46e8-a510-27ff54c00a1a:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-06523507-ddc6-46e8-a510-27ff54c00a1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d03ff358-0e61-4694-914d-95eae04afe30 {
  margin-left: 0%;
margin-right: 0%;
max-width: 2048px;
text-align: center;
}
@media (min-width: 1200px){#s-d03ff358-0e61-4694-914d-95eae04afe30 {
  display: none;
}
#s-d03ff358-0e61-4694-914d-95eae04afe30, #wrap-s-d03ff358-0e61-4694-914d-95eae04afe30, #wrap-content-s-d03ff358-0e61-4694-914d-95eae04afe30 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d03ff358-0e61-4694-914d-95eae04afe30 {
  display: none;
}
#s-d03ff358-0e61-4694-914d-95eae04afe30, #wrap-s-d03ff358-0e61-4694-914d-95eae04afe30, #wrap-content-s-d03ff358-0e61-4694-914d-95eae04afe30 { display: none !important; }}
#s-d03ff358-0e61-4694-914d-95eae04afe30 {
  overflow: hidden;
  
  
      max-width: 2048px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-d03ff358-0e61-4694-914d-95eae04afe30 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

@media (min-width: 1200px){#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d {
  display: none;
}
#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-content-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d {
  display: none;
}
#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-content-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d { display: none !important; }}
#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 16px;
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0916cb16-01d1-42f5-93bb-94444405f168 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0916cb16-01d1-42f5-93bb-94444405f168:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0916cb16-01d1-42f5-93bb-94444405f168:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-291a11f0-186b-4e5b-83a5-9b2d097d9570 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-291a11f0-186b-4e5b-83a5-9b2d097d9570:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-291a11f0-186b-4e5b-83a5-9b2d097d9570:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-de5303dd-940d-44cd-9521-650950e28156 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-de5303dd-940d-44cd-9521-650950e28156:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-de5303dd-940d-44cd-9521-650950e28156:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-032ea694-9854-4d34-bc2a-cc9536ae59cd {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-032ea694-9854-4d34-bc2a-cc9536ae59cd:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-032ea694-9854-4d34-bc2a-cc9536ae59cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3501b990-28c1-4dcc-a988-d8fb274168dd {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3501b990-28c1-4dcc-a988-d8fb274168dd:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3501b990-28c1-4dcc-a988-d8fb274168dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-61585741-8fb8-4d46-88a2-3bfad07601ff {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-61585741-8fb8-4d46-88a2-3bfad07601ff:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-61585741-8fb8-4d46-88a2-3bfad07601ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c796cba5-c811-4578-bc40-9bb84b6e6755 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c796cba5-c811-4578-bc40-9bb84b6e6755:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c796cba5-c811-4578-bc40-9bb84b6e6755:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.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-f7c5ad67-d49f-413c-a3b3-e8caaaa30370 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-f7c5ad67-d49f-413c-a3b3-e8caaaa30370 .shg-proportional-font-size,
#s-f7c5ad67-d49f-413c-a3b3-e8caaaa30370 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-11f41d67-949f-439a-9aed-d1e41636039a {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-11f41d67-949f-439a-9aed-d1e41636039a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-11f41d67-949f-439a-9aed-d1e41636039a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-11f41d67-949f-439a-9aed-d1e41636039a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-11f41d67-949f-439a-9aed-d1e41636039a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b568a47a-80ce-4876-9a77-2932ade4c320 .shogun-icon-wrapper {
  text-align: center;
}


#s-b568a47a-80ce-4876-9a77-2932ade4c320 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(245, 210, 72, 1);
}

.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-334f1072-431d-4b61-a2a7-8caebf0fb742 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a0de0c77-5ddb-4f48-8b92-17697fbab0b5 .shogun-icon-wrapper {
  text-align: center;
}


#s-a0de0c77-5ddb-4f48-8b92-17697fbab0b5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(245, 210, 72, 1);
}

#s-ce773bc1-5bd0-4440-9901-305b6ae6b520 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e87bf381-b8a3-47cb-b701-9b94f15b272f .shogun-icon-wrapper {
  text-align: center;
}


#s-e87bf381-b8a3-47cb-b701-9b94f15b272f .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(245, 210, 72, 1);
}

#s-127bbabb-c0f3-4dd5-8d37-ff71471e51a4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3be25013-1e3b-4ddc-9948-fc8836fff0f0 {
  margin-bottom: 10px;
}

#s-3be25013-1e3b-4ddc-9948-fc8836fff0f0 .shogun-icon-wrapper {
  text-align: center;
}


#s-3be25013-1e3b-4ddc-9948-fc8836fff0f0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(245, 210, 72, 1);
}

#s-df8b6e9a-e869-4f21-84c9-5dad7ec39996 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2b40726b-b733-474f-a934-ddc064a0e440 {
  margin-left: 10%;
margin-right: 10%;
}

#s-2b40726b-b733-474f-a934-ddc064a0e440 .shg-proportional-font-size,
#s-2b40726b-b733-474f-a934-ddc064a0e440 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-42d30a9b-7838-4e63-9bf6-4b54383984a1 {
  margin-top: 30px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
padding-top: 25px;
padding-left: 40px;
padding-bottom: 25px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(238, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-42d30a9b-7838-4e63-9bf6-4b54383984a1:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-42d30a9b-7838-4e63-9bf6-4b54383984a1:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-42d30a9b-7838-4e63-9bf6-4b54383984a1-root {
    text-align: center;
  }


#s-42d30a9b-7838-4e63-9bf6-4b54383984a1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42d30a9b-7838-4e63-9bf6-4b54383984a1-root {
    text-align: center;
  }


#s-42d30a9b-7838-4e63-9bf6-4b54383984a1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42d30a9b-7838-4e63-9bf6-4b54383984a1-root {
    text-align: center;
  }


#s-42d30a9b-7838-4e63-9bf6-4b54383984a1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42d30a9b-7838-4e63-9bf6-4b54383984a1-root {
    text-align: center;
  }


#s-42d30a9b-7838-4e63-9bf6-4b54383984a1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42d30a9b-7838-4e63-9bf6-4b54383984a1-root {
    text-align: center;
  }


#s-42d30a9b-7838-4e63-9bf6-4b54383984a1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-a35bb4c5-d1af-417d-8275-bf0029ce8eaf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-a35bb4c5-d1af-417d-8275-bf0029ce8eaf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a35bb4c5-d1af-417d-8275-bf0029ce8eaf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a35bb4c5-d1af-417d-8275-bf0029ce8eaf {
  
}
}@media (max-width: 767px){#s-a35bb4c5-d1af-417d-8275-bf0029ce8eaf {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 0px;
}
}







#s-a35bb4c5-d1af-417d-8275-bf0029ce8eaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a35bb4c5-d1af-417d-8275-bf0029ce8eaf.shg-box.shg-c {
  justify-content: center;
}

#s-f49cedd9-b74e-43f6-9142-6582ecff227d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f49cedd9-b74e-43f6-9142-6582ecff227d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f49cedd9-b74e-43f6-9142-6582ecff227d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f49cedd9-b74e-43f6-9142-6582ecff227d {
  
}
}@media (max-width: 767px){#s-f49cedd9-b74e-43f6-9142-6582ecff227d {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 0px;
}
}







#s-f49cedd9-b74e-43f6-9142-6582ecff227d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f49cedd9-b74e-43f6-9142-6582ecff227d.shg-box.shg-c {
  justify-content: center;
}

#s-add5ce8b-7302-416d-8782-6377b53b5116 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-add5ce8b-7302-416d-8782-6377b53b5116 .shg-proportional-font-size,
#s-add5ce8b-7302-416d-8782-6377b53b5116 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6f4ff3cb-b2b6-4759-b1bc-d28c5abf9eb2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6f4ff3cb-b2b6-4759-b1bc-d28c5abf9eb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f4ff3cb-b2b6-4759-b1bc-d28c5abf9eb2.shg-box.shg-c {
  justify-content: center;
}

#s-492a8c02-f067-4a2e-addb-e0d8f36dab2d {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (max-width: 767px){#s-492a8c02-f067-4a2e-addb-e0d8f36dab2d {
  margin-left: 10%;
margin-right: 10%;
}
}
.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-079ef748-6086-4d8f-9403-c124252d2173 {
  margin-left: auto;
margin-right: auto;
}

#s-079ef748-6086-4d8f-9403-c124252d2173 .shogun-countdown span, #s-079ef748-6086-4d8f-9403-c124252d2173 .shogun-countdown label {
  color: rgba(17, 116, 188, 1);
}
#s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
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(17, 116, 188, 1);
}
@media (min-width: 1200px){#s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d {
  display: none;
}
#s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d, #wrap-s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d, #wrap-content-s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d {
  display: none;
}
#s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d, #wrap-s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d, #wrap-content-s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d { display: none !important; }}







#s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d {
  cursor: pointer;
}#s-c32175b4-9f6f-4d59-9129-7fe708c4bd0d.shg-box.shg-c {
  justify-content: center;
}

#s-47f540d3-5817-4d57-b711-e6d940badd10 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d:hover {background-color: rgba(238, 90, 53, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d-root {
    text-align: center;
  }


#s-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d-root {
    text-align: center;
  }


#s-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d.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-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d-root {
    text-align: center;
  }


#s-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d.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-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d-root {
    text-align: center;
  }


#s-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d-root {
    text-align: center;
  }


#s-6ec31cc4-87ce-41d2-9c78-8c1ede43ec6d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 51px;
margin-right: 5%;
min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b {
  display: none;
}
#s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b, #wrap-s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b, #wrap-content-s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b { display: none !important; }}@media (max-width: 767px){#s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b {
  display: none;
}
#s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b, #wrap-s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b, #wrap-content-s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b { display: none !important; }}
@media (min-width: 0px) {
[id="s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11ffd683-0cba-4eea-8b5a-5f24fa93a09b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5479ec0b-7271-47c5-972a-480d22e44167 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
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(17, 116, 188, 1);
}








#s-5479ec0b-7271-47c5-972a-480d22e44167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5479ec0b-7271-47c5-972a-480d22e44167 {
  cursor: pointer;
}#s-5479ec0b-7271-47c5-972a-480d22e44167.shg-box.shg-c {
  justify-content: center;
}

#s-78502dc0-6354-4fc7-9333-d75e7c2ca36a {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-a83beb5b-f3bf-4e86-a878-6478349344e4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a83beb5b-f3bf-4e86-a878-6478349344e4:hover {background-color: rgba(238, 90, 53, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a83beb5b-f3bf-4e86-a878-6478349344e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a83beb5b-f3bf-4e86-a878-6478349344e4-root {
    text-align: center;
  }


#s-a83beb5b-f3bf-4e86-a878-6478349344e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a83beb5b-f3bf-4e86-a878-6478349344e4-root {
    text-align: center;
  }


#s-a83beb5b-f3bf-4e86-a878-6478349344e4.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-a83beb5b-f3bf-4e86-a878-6478349344e4-root {
    text-align: center;
  }


#s-a83beb5b-f3bf-4e86-a878-6478349344e4.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-a83beb5b-f3bf-4e86-a878-6478349344e4-root {
    text-align: center;
  }


#s-a83beb5b-f3bf-4e86-a878-6478349344e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a83beb5b-f3bf-4e86-a878-6478349344e4-root {
    text-align: center;
  }


#s-a83beb5b-f3bf-4e86-a878-6478349344e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-7214c369-fcf8-43f9-b726-2e12cf0f1d54 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7214c369-fcf8-43f9-b726-2e12cf0f1d54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7214c369-fcf8-43f9-b726-2e12cf0f1d54.shg-box.shg-c {
  justify-content: center;
}

#s-65174dbe-569e-4970-97d8-4f6b26a495e1 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
@media (max-width: 767px){#s-65174dbe-569e-4970-97d8-4f6b26a495e1 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
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(245, 210, 72, 1);
}
@media (min-width: 1200px){#s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a {
  display: none;
}
#s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a, #wrap-s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a, #wrap-content-s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a {
  display: none;
}
#s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a, #wrap-s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a, #wrap-content-s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a { display: none !important; }}







#s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a {
  cursor: pointer;
}#s-bf52ae5a-5931-433b-9a29-f3a82c48ba3a.shg-box.shg-c {
  justify-content: center;
}

#s-cd10ed8c-26e8-4cfd-868d-bd6989959b20 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa {
  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, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa:hover {background-color: rgba(17, 116, 188, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa-root {
    text-align: center;
  }


#s-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa-root {
    text-align: center;
  }


#s-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa.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-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa-root {
    text-align: center;
  }


#s-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa.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-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa-root {
    text-align: center;
  }


#s-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa-root {
    text-align: center;
  }


#s-d3a16c12-9b7d-4220-a7ea-fc5bce1c2faa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-256c5e27-f2ed-4e8c-a548-3a4737195bc9 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 51px;
margin-right: 20px;
min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-256c5e27-f2ed-4e8c-a548-3a4737195bc9 {
  display: none;
}
#s-256c5e27-f2ed-4e8c-a548-3a4737195bc9, #wrap-s-256c5e27-f2ed-4e8c-a548-3a4737195bc9, #wrap-content-s-256c5e27-f2ed-4e8c-a548-3a4737195bc9 { display: none !important; }}@media (max-width: 767px){#s-256c5e27-f2ed-4e8c-a548-3a4737195bc9 {
  display: none;
}
#s-256c5e27-f2ed-4e8c-a548-3a4737195bc9, #wrap-s-256c5e27-f2ed-4e8c-a548-3a4737195bc9, #wrap-content-s-256c5e27-f2ed-4e8c-a548-3a4737195bc9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-256c5e27-f2ed-4e8c-a548-3a4737195bc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-256c5e27-f2ed-4e8c-a548-3a4737195bc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-256c5e27-f2ed-4e8c-a548-3a4737195bc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-256c5e27-f2ed-4e8c-a548-3a4737195bc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-798fff11-89c1-4b8f-84b1-e99b46f44044 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
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(245, 210, 72, 1);
}








#s-798fff11-89c1-4b8f-84b1-e99b46f44044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-798fff11-89c1-4b8f-84b1-e99b46f44044 {
  cursor: pointer;
}#s-798fff11-89c1-4b8f-84b1-e99b46f44044.shg-box.shg-c {
  justify-content: center;
}

#s-21e1b402-e1e0-4d8e-92b3-4993f2273cae {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-2ea1752e-b745-4dfb-981d-fa2935b06005 {
  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, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2ea1752e-b745-4dfb-981d-fa2935b06005:hover {background-color: rgba(17, 116, 188, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2ea1752e-b745-4dfb-981d-fa2935b06005:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ea1752e-b745-4dfb-981d-fa2935b06005-root {
    text-align: center;
  }


#s-2ea1752e-b745-4dfb-981d-fa2935b06005.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ea1752e-b745-4dfb-981d-fa2935b06005-root {
    text-align: center;
  }


#s-2ea1752e-b745-4dfb-981d-fa2935b06005.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-2ea1752e-b745-4dfb-981d-fa2935b06005-root {
    text-align: center;
  }


#s-2ea1752e-b745-4dfb-981d-fa2935b06005.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-2ea1752e-b745-4dfb-981d-fa2935b06005-root {
    text-align: center;
  }


#s-2ea1752e-b745-4dfb-981d-fa2935b06005.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ea1752e-b745-4dfb-981d-fa2935b06005-root {
    text-align: center;
  }


#s-2ea1752e-b745-4dfb-981d-fa2935b06005.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-ad6c7fce-9af2-4d3d-9478-971828f3ef46 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ad6c7fce-9af2-4d3d-9478-971828f3ef46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad6c7fce-9af2-4d3d-9478-971828f3ef46.shg-box.shg-c {
  justify-content: center;
}

#s-1d7565fe-7d91-4471-ae98-6d9e572817db {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-1d7565fe-7d91-4471-ae98-6d9e572817db .shg-proportional-font-size,
#s-1d7565fe-7d91-4471-ae98-6d9e572817db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2 {
  
}
}@media (max-width: 767px){#s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2 {
  
}
}
@media (min-width: 0px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  
}
}@media (max-width: 767px){#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  
}
}
#s-f005d70a-d671-4921-b9d2-be111ef0f98b .shogun-icon-wrapper {
  text-align: center;
}


#s-f005d70a-d671-4921-b9d2-be111ef0f98b .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(238, 90, 53, 1);
}

#s-21a92dcf-4d4b-4abf-8163-b79d59696ddb {
  margin-left: auto;
margin-right: auto;
}

#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 {
  
}
}@media (max-width: 767px){#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 {
  
}
}
#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 .shogun-icon-wrapper {
  text-align: center;
}


#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(238, 90, 53, 1);
}

#s-2f9cc74d-cca1-4dea-9f0c-3b32c1316b6d {
  margin-left: auto;
margin-right: auto;
}

#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 {
  
}
}@media (max-width: 767px){#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 {
  
}
}
#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 .shogun-icon-wrapper {
  text-align: center;
}


#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(238, 90, 53, 1);
}

#s-261fba4d-ff5d-4164-8b3c-e330fe4d0520 {
  margin-left: auto;
margin-right: auto;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin-left: 20%;
margin-bottom: 40px;
margin-right: 20%;
max-width: 1400px;
text-align: center;
}
@media (max-width: 767px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  
  margin-bottom: 40px;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3a6022e9-5789-432c-9676-bace5f8a084f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3a6022e9-5789-432c-9676-bace5f8a084f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a6022e9-5789-432c-9676-bace5f8a084f.shg-box.shg-c {
  justify-content: center;
}

#s-71d76167-33aa-4dad-b6bf-94aca48fb76a {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-71d76167-33aa-4dad-b6bf-94aca48fb76a .shg-proportional-font-size,
#s-71d76167-33aa-4dad-b6bf-94aca48fb76a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-a2b288f7-f498-4e8b-af01-2b38515d6837 {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}

#s-a2b288f7-f498-4e8b-af01-2b38515d6837 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(245, 210, 72, 1);
  border-radius: 15px;
}

#s-a2b288f7-f498-4e8b-af01-2b38515d6837 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a2b288f7-f498-4e8b-af01-2b38515d6837 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  
  font-size: 16px;
  
  
  
  
  
}

#s-a2b288f7-f498-4e8b-af01-2b38515d6837 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a2b288f7-f498-4e8b-af01-2b38515d6837 td.shogun-table-column, #s-a2b288f7-f498-4e8b-af01-2b38515d6837 td.shogun-table-row {
  border: 2px solid rgba(245, 210, 72, 1);
}

#s-ba488ffc-b210-4ef5-8a5b-815594819cf4 {
  margin-left: auto;
margin-right: auto;
}

#s-22550d31-b260-49cd-82b6-b2a033d42498 {
  margin-left: auto;
margin-right: auto;
}

#s-7784c63e-1465-4d72-bf02-bd20ff85922b {
  margin-left: auto;
margin-right: auto;
}

#s-462096ad-a26f-4ddb-ba4b-7e819bd8f58b {
  margin-left: auto;
margin-right: auto;
}

#s-a0eff453-e934-4f6d-baf2-8e1062618ad1 {
  margin-left: auto;
margin-right: auto;
}

#s-8feec960-f039-45c8-9c3e-3560ed17f7e3 {
  margin-left: auto;
margin-right: auto;
}

#s-6cfe53ec-ca4c-4173-b712-171de4bf54c9 {
  margin-left: auto;
margin-right: auto;
}

#s-9a6655e4-71ef-464e-8ccc-2b89fde76887 {
  margin-left: auto;
margin-right: auto;
}

#s-4c687ade-80f9-4c5e-a7d2-b89b2325af32 {
  margin-left: auto;
margin-right: auto;
}

#s-13a59967-bb7f-4f39-887f-e3ac20c70a4c {
  margin-left: auto;
margin-right: auto;
}

#s-8f83e81b-e7ef-4a5d-88e1-a8c253e41c87 {
  margin-left: auto;
margin-right: auto;
}

#s-4294cd8d-f04b-4ed2-aa11-83619ff6667f {
  margin-left: auto;
margin-right: auto;
}

#s-45409632-728a-4d8d-8ff3-bb1c8d5ad73c {
  margin-left: auto;
margin-right: auto;
}

#s-d7565330-edd3-4bd8-9ba8-bf18cf7f1cc0 {
  margin-left: auto;
margin-right: auto;
}

#s-c9a082f7-258a-4f17-bd51-2d144df1588f {
  margin-left: 0%;
margin-right: 0%;
}

#s-1c00f0bf-7e33-4c6f-b9ca-ac4a15531e10 {
  margin-left: auto;
margin-right: auto;
}

#s-2bd4721d-27f7-46a1-a17c-64117ec33ea0 {
  margin-left: 0%;
margin-right: 0%;
}

#s-6aea1a7e-fedf-4426-bacc-58fc906b2fbc {
  margin-left: auto;
margin-right: auto;
}

#s-230e5df2-dfcf-431a-8985-46e54fc189f9 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-230e5df2-dfcf-431a-8985-46e54fc189f9 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-230e5df2-dfcf-431a-8985-46e54fc189f9.shg-box.shg-c {
  justify-content: center;
}

#s-b7424db1-a61d-434e-af00-239598010baa {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-b7424db1-a61d-434e-af00-239598010baa .shg-proportional-font-size,
#s-b7424db1-a61d-434e-af00-239598010baa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 {
  margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
max-width: 1700px;
aspect-ratio: 1700/1613;
text-align: center;
}

#s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 {
  overflow: hidden;
  
  
      max-width: 1700px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 img.shogun-image,
  #s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 {
    width: 100%;
    height: auto;
  }



  #s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 img.shogun-image {
    

    
    
    
  }


#s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f2ed2f92-0f62-4bab-ab33-a7a11484bea1 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

#s-fe55e5ee-d7d5-4fcc-a975-8a4fd0d2f727 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe55e5ee-d7d5-4fcc-a975-8a4fd0d2f727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe55e5ee-d7d5-4fcc-a975-8a4fd0d2f727.shg-box.shg-c {
  justify-content: center;
}

#s-a4b270a4-65fc-4f6f-86c9-7be02a945da9 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-a4b270a4-65fc-4f6f-86c9-7be02a945da9 .shg-proportional-font-size,
#s-a4b270a4-65fc-4f6f-86c9-7be02a945da9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

@media (min-width: 0px) {
[id="s-71cdb750-d0a5-4ed0-a78f-d74e148f42a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71cdb750-d0a5-4ed0-a78f-d74e148f42a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71cdb750-d0a5-4ed0-a78f-d74e148f42a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71cdb750-d0a5-4ed0-a78f-d74e148f42a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8e829085-a88f-48f6-b7e2-03dbcf10760a {
  padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(235, 38, 46, 1);
}








#s-8e829085-a88f-48f6-b7e2-03dbcf10760a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e829085-a88f-48f6-b7e2-03dbcf10760a.shg-box.shg-c {
  justify-content: center;
}

#s-2309342a-830c-4778-a43d-80d0fbe271c2 {
  margin-bottom: 10px;
text-align: center;
}

#s-2309342a-830c-4778-a43d-80d0fbe271c2 {
  overflow: hidden;
  
  
}







  #s-2309342a-830c-4778-a43d-80d0fbe271c2 img.shogun-image {
    

    
    
    
  }


#s-2309342a-830c-4778-a43d-80d0fbe271c2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-49959f39-d512-41b0-8e15-ead210cc1d5b {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-3f3b8125-009b-4605-a2b0-a919a43fb583 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(238, 90, 53, 1);
}
@media (max-width: 767px){#s-3f3b8125-009b-4605-a2b0-a919a43fb583 {
  padding-top: 10px;
padding-bottom: 10px;
}
}







#s-3f3b8125-009b-4605-a2b0-a919a43fb583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f3b8125-009b-4605-a2b0-a919a43fb583.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ce828f51-23d5-4621-bae9-0f9fd25ebdbd {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ce828f51-23d5-4621-bae9-0f9fd25ebdbd {
  overflow: hidden;
  
  
}







  #s-ce828f51-23d5-4621-bae9-0f9fd25ebdbd img.shogun-image {
    

    
    
    
  }


#s-ce828f51-23d5-4621-bae9-0f9fd25ebdbd .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-99e3990d-99c5-4a04-92fe-bdbf48f02981 {
  margin-left: 2%;
margin-right: 2%;
}
@media (max-width: 767px){#s-99e3990d-99c5-4a04-92fe-bdbf48f02981 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-22c4c385-7148-44eb-9343-0c0204af18d7 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(245, 210, 72, 1);
}








#s-22c4c385-7148-44eb-9343-0c0204af18d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22c4c385-7148-44eb-9343-0c0204af18d7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-97e76b45-d0b2-40cb-8a94-bce1cd88acba {
  margin-bottom: 10px;
text-align: center;
}

#s-97e76b45-d0b2-40cb-8a94-bce1cd88acba {
  overflow: hidden;
  
  
}







  #s-97e76b45-d0b2-40cb-8a94-bce1cd88acba img.shogun-image {
    

    
    
    
  }


#s-97e76b45-d0b2-40cb-8a94-bce1cd88acba .shogun-image-content {
  
    justify-content: center;
  
}

#s-f2458e3b-17ed-4c55-a51d-9f5f6943709a {
  margin-left: 5%;
margin-right: 5%;
}

#s-00ab7dba-4b8a-4b3c-9149-d483abf93042 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-00ab7dba-4b8a-4b3c-9149-d483abf93042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00ab7dba-4b8a-4b3c-9149-d483abf93042.shg-box.shg-c {
  justify-content: center;
}

#s-e06eb4a1-7e3c-40bc-9c3c-5aac54c7c280 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-e06eb4a1-7e3c-40bc-9c3c-5aac54c7c280 .shg-proportional-font-size,
#s-e06eb4a1-7e3c-40bc-9c3c-5aac54c7c280 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cd519e26-c4a0-44a0-88be-614059e5bd66 {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-cd519e26-c4a0-44a0-88be-614059e5bd66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd519e26-c4a0-44a0-88be-614059e5bd66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd519e26-c4a0-44a0-88be-614059e5bd66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd519e26-c4a0-44a0-88be-614059e5bd66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0521356a-634f-4250-9c80-819652ad7a07 {
  margin-bottom: 20px;
}

#s-5db4f880-62dc-41b0-ac79-e4407bee77cb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 48px;
background-color: rgba(235, 38, 46, 1);
}








#s-5db4f880-62dc-41b0-ac79-e4407bee77cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5db4f880-62dc-41b0-ac79-e4407bee77cb.shg-box.shg-c {
  justify-content: center;
}

#s-df53b499-fe48-48b8-b70a-818825775cb2 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-df53b499-fe48-48b8-b70a-818825775cb2 .shogun-countdown span, #s-df53b499-fe48-48b8-b70a-818825775cb2 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb {
  
}
}@media (max-width: 767px){#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb {
  
}
}







#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb.shg-box.shg-c {
  justify-content: center;
}

#s-3dfcb5a4-dfd8-4f1d-9763-5d57f5233a07 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-3dfcb5a4-dfd8-4f1d-9763-5d57f5233a07 .shg-proportional-font-size,
#s-3dfcb5a4-dfd8-4f1d-9763-5d57f5233a07 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  display: none;
}
#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-content-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 { display: none !important; }}@media (max-width: 767px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  display: none;
}
#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-content-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-646760d1-969c-4bba-9efa-192aef1ee500 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-646760d1-969c-4bba-9efa-192aef1ee500 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-646760d1-969c-4bba-9efa-192aef1ee500 img.shogun-image,
  #s-646760d1-969c-4bba-9efa-192aef1ee500 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-646760d1-969c-4bba-9efa-192aef1ee500 {
    width: 100%;
    height: auto;
  }



  #s-646760d1-969c-4bba-9efa-192aef1ee500 img.shogun-image {
    

    
    
    
  }


#s-646760d1-969c-4bba-9efa-192aef1ee500 .shogun-image-content {
  
    justify-content: center;
  
}

.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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 img.shogun-image,
  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 {
    width: 100%;
    height: auto;
  }



  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 img.shogun-image {
    

    
    
    
  }


#s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f6cc895d-62e9-477b-b95c-8bab70a6fbec {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-f6cc895d-62e9-477b-b95c-8bab70a6fbec {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec img.shogun-image,
  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec {
    width: 100%;
    height: auto;
  }



  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec img.shogun-image {
    

    
    
    
  }


#s-f6cc895d-62e9-477b-b95c-8bab70a6fbec .shogun-image-content {
  
    justify-content: center;
  
}

#s-40ed762a-3b17-40f7-b0e6-733b737ce404 {
  max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-40ed762a-3b17-40f7-b0e6-733b737ce404 {
  overflow: hidden;
  
  
      max-width: 406px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 img.shogun-image,
  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 {
    width: 100%;
    height: auto;
  }



  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 img.shogun-image {
    

    
    
    
  }


#s-40ed762a-3b17-40f7-b0e6-733b737ce404 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  display: none;
}
#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-content-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  display: none;
}
#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-content-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  
}
}@media (max-width: 767px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-52279029-ab7a-4931-b685-0a766ea445a5 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-52279029-ab7a-4931-b685-0a766ea445a5 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-52279029-ab7a-4931-b685-0a766ea445a5 img.shogun-image,
  #s-52279029-ab7a-4931-b685-0a766ea445a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52279029-ab7a-4931-b685-0a766ea445a5 {
    width: 100%;
    height: auto;
  }



  #s-52279029-ab7a-4931-b685-0a766ea445a5 img.shogun-image {
    

    
    
    
  }


#s-52279029-ab7a-4931-b685-0a766ea445a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-7675b0e2-f954-4120-929e-4cb98b8490cd {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-7675b0e2-f954-4120-929e-4cb98b8490cd {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7675b0e2-f954-4120-929e-4cb98b8490cd img.shogun-image,
  #s-7675b0e2-f954-4120-929e-4cb98b8490cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7675b0e2-f954-4120-929e-4cb98b8490cd {
    width: 100%;
    height: auto;
  }



  #s-7675b0e2-f954-4120-929e-4cb98b8490cd img.shogun-image {
    

    
    
    
  }


#s-7675b0e2-f954-4120-929e-4cb98b8490cd .shogun-image-content {
  
    justify-content: center;
  
}

#s-6c34facf-176b-476c-9bcf-21b60a9cbd83 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-6c34facf-176b-476c-9bcf-21b60a9cbd83 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 img.shogun-image,
  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 {
    width: 100%;
    height: auto;
  }



  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 img.shogun-image {
    

    
    
    
  }


#s-6c34facf-176b-476c-9bcf-21b60a9cbd83 .shogun-image-content {
  
    justify-content: center;
  
}

#s-843c39c8-e6e0-4e76-8a0a-948f1237c30f {
  max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-843c39c8-e6e0-4e76-8a0a-948f1237c30f {
  overflow: hidden;
  
  
      max-width: 406px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f img.shogun-image,
  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f {
    width: 100%;
    height: auto;
  }



  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f img.shogun-image {
    

    
    
    
  }


#s-843c39c8-e6e0-4e76-8a0a-948f1237c30f .shogun-image-content {
  
    justify-content: center;
  
}

/*
  $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;
}
