.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-0fa280ea-8fe4-474d-8f4a-52d44969d32f {
  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 top;
}
@media (min-width: 1200px){#s-0fa280ea-8fe4-474d-8f4a-52d44969d32f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fa280ea-8fe4-474d-8f4a-52d44969d32f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fa280ea-8fe4-474d-8f4a-52d44969d32f {
  display: none;
}
#s-0fa280ea-8fe4-474d-8f4a-52d44969d32f, #wrap-s-0fa280ea-8fe4-474d-8f4a-52d44969d32f { display: none !important; }}@media (max-width: 767px){#s-0fa280ea-8fe4-474d-8f4a-52d44969d32f {
  display: none;
}
#s-0fa280ea-8fe4-474d-8f4a-52d44969d32f, #wrap-s-0fa280ea-8fe4-474d-8f4a-52d44969d32f { display: none !important; }}
#s-0fa280ea-8fe4-474d-8f4a-52d44969d32f {
  background-image: url(https://i.shgcdn.com/141f1c5c-038d-4712-9104-946ec7375b33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0fa280ea-8fe4-474d-8f4a-52d44969d32f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-0fa280ea-8fe4-474d-8f4a-52d44969d32f.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-7fea9f03-a65b-4302-89c5-72cc4a4476a0 {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-7fea9f03-a65b-4302-89c5-72cc4a4476a0 {
  display: none;
}
#s-7fea9f03-a65b-4302-89c5-72cc4a4476a0, #wrap-s-7fea9f03-a65b-4302-89c5-72cc4a4476a0 { display: none !important; }}@media (max-width: 767px){#s-7fea9f03-a65b-4302-89c5-72cc4a4476a0 {
  display: none;
}
#s-7fea9f03-a65b-4302-89c5-72cc4a4476a0, #wrap-s-7fea9f03-a65b-4302-89c5-72cc4a4476a0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7fea9f03-a65b-4302-89c5-72cc4a4476a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7fea9f03-a65b-4302-89c5-72cc4a4476a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7fea9f03-a65b-4302-89c5-72cc4a4476a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fea9f03-a65b-4302-89c5-72cc4a4476a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-708359ef-a736-4c54-bb51-808f7477c67e {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-708359ef-a736-4c54-bb51-808f7477c67e {
  display: none;
}
#s-708359ef-a736-4c54-bb51-808f7477c67e, #wrap-s-708359ef-a736-4c54-bb51-808f7477c67e { display: none !important; }}@media (max-width: 767px){#s-708359ef-a736-4c54-bb51-808f7477c67e {
  display: none;
}
#s-708359ef-a736-4c54-bb51-808f7477c67e, #wrap-s-708359ef-a736-4c54-bb51-808f7477c67e { display: none !important; }}







#s-708359ef-a736-4c54-bb51-808f7477c67e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-708359ef-a736-4c54-bb51-808f7477c67e.shg-box.shg-c {
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-334b9529-e576-4437-b759-b5ac27493d83 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1122px;
aspect-ratio: 2048/1462;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-334b9529-e576-4437-b759-b5ac27493d83 img.shogun-image,
  #s-334b9529-e576-4437-b759-b5ac27493d83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-334b9529-e576-4437-b759-b5ac27493d83 {
    width: 100%;
    height: auto;
  }



  #s-334b9529-e576-4437-b759-b5ac27493d83 img.shogun-image {
    

    
    
    
  }


#s-334b9529-e576-4437-b759-b5ac27493d83 .shogun-image-content {
  
    align-items: 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-d37ee316-d826-4e12-bdbb-02bbde349d7b {
  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(0, 197, 191, 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-d37ee316-d826-4e12-bdbb-02bbde349d7b:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d37ee316-d826-4e12-bdbb-02bbde349d7b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d37ee316-d826-4e12-bdbb-02bbde349d7b-root {
    text-align: left;
  }


#s-d37ee316-d826-4e12-bdbb-02bbde349d7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d37ee316-d826-4e12-bdbb-02bbde349d7b-root {
    text-align: left;
  }


#s-d37ee316-d826-4e12-bdbb-02bbde349d7b.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-d37ee316-d826-4e12-bdbb-02bbde349d7b-root {
    text-align: left;
  }


#s-d37ee316-d826-4e12-bdbb-02bbde349d7b.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-d37ee316-d826-4e12-bdbb-02bbde349d7b-root {
    text-align: left;
  }


#s-d37ee316-d826-4e12-bdbb-02bbde349d7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d37ee316-d826-4e12-bdbb-02bbde349d7b-root {
    text-align: left;
  }


#s-d37ee316-d826-4e12-bdbb-02bbde349d7b.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-9cbdd675-2d9d-4435-9941-689c2347e13d {
  margin-left: 11px;
margin-right: 50px;
}

#s-9cbdd675-2d9d-4435-9941-689c2347e13d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9cbdd675-2d9d-4435-9941-689c2347e13d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9cbdd675-2d9d-4435-9941-689c2347e13d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9cbdd675-2d9d-4435-9941-689c2347e13d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9cbdd675-2d9d-4435-9941-689c2347e13d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-9cbdd675-2d9d-4435-9941-689c2347e13d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-843c1b44-279f-4adc-8f24-215c29d015bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-843c1b44-279f-4adc-8f24-215c29d015bd:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-843c1b44-279f-4adc-8f24-215c29d015bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-843c1b44-279f-4adc-8f24-215c29d015bd-root {
    text-align: left;
  }


#s-843c1b44-279f-4adc-8f24-215c29d015bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-843c1b44-279f-4adc-8f24-215c29d015bd-root {
    text-align: left;
  }


#s-843c1b44-279f-4adc-8f24-215c29d015bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-843c1b44-279f-4adc-8f24-215c29d015bd-root {
    text-align: left;
  }


#s-843c1b44-279f-4adc-8f24-215c29d015bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-843c1b44-279f-4adc-8f24-215c29d015bd-root {
    text-align: left;
  }


#s-843c1b44-279f-4adc-8f24-215c29d015bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-843c1b44-279f-4adc-8f24-215c29d015bd-root {
    text-align: left;
  }


#s-843c1b44-279f-4adc-8f24-215c29d015bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fa12cbdd-6951-4342-8b50-af9709e52415 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-fa12cbdd-6951-4342-8b50-af9709e52415:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fa12cbdd-6951-4342-8b50-af9709e52415:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa12cbdd-6951-4342-8b50-af9709e52415-root {
    text-align: left;
  }


#s-fa12cbdd-6951-4342-8b50-af9709e52415.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fa12cbdd-6951-4342-8b50-af9709e52415-root {
    text-align: left;
  }


#s-fa12cbdd-6951-4342-8b50-af9709e52415.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa12cbdd-6951-4342-8b50-af9709e52415-root {
    text-align: left;
  }


#s-fa12cbdd-6951-4342-8b50-af9709e52415.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa12cbdd-6951-4342-8b50-af9709e52415-root {
    text-align: left;
  }


#s-fa12cbdd-6951-4342-8b50-af9709e52415.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fa12cbdd-6951-4342-8b50-af9709e52415-root {
    text-align: left;
  }


#s-fa12cbdd-6951-4342-8b50-af9709e52415.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-10c7f19d-539f-4a22-b125-e4bed5952879 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-10c7f19d-539f-4a22-b125-e4bed5952879:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-10c7f19d-539f-4a22-b125-e4bed5952879:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10c7f19d-539f-4a22-b125-e4bed5952879-root {
    text-align: left;
  }


#s-10c7f19d-539f-4a22-b125-e4bed5952879.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-10c7f19d-539f-4a22-b125-e4bed5952879-root {
    text-align: left;
  }


#s-10c7f19d-539f-4a22-b125-e4bed5952879.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10c7f19d-539f-4a22-b125-e4bed5952879-root {
    text-align: left;
  }


#s-10c7f19d-539f-4a22-b125-e4bed5952879.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10c7f19d-539f-4a22-b125-e4bed5952879-root {
    text-align: left;
  }


#s-10c7f19d-539f-4a22-b125-e4bed5952879.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-10c7f19d-539f-4a22-b125-e4bed5952879-root {
    text-align: left;
  }


#s-10c7f19d-539f-4a22-b125-e4bed5952879.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dd612ff7-8bd7-44cb-9282-35e4db63fe73 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-dd612ff7-8bd7-44cb-9282-35e4db63fe73:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dd612ff7-8bd7-44cb-9282-35e4db63fe73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd612ff7-8bd7-44cb-9282-35e4db63fe73-root {
    text-align: left;
  }


#s-dd612ff7-8bd7-44cb-9282-35e4db63fe73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dd612ff7-8bd7-44cb-9282-35e4db63fe73-root {
    text-align: left;
  }


#s-dd612ff7-8bd7-44cb-9282-35e4db63fe73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd612ff7-8bd7-44cb-9282-35e4db63fe73-root {
    text-align: left;
  }


#s-dd612ff7-8bd7-44cb-9282-35e4db63fe73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd612ff7-8bd7-44cb-9282-35e4db63fe73-root {
    text-align: left;
  }


#s-dd612ff7-8bd7-44cb-9282-35e4db63fe73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dd612ff7-8bd7-44cb-9282-35e4db63fe73-root {
    text-align: left;
  }


#s-dd612ff7-8bd7-44cb-9282-35e4db63fe73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f6a866c9-b3c4-4d6c-9221-5017e476e011 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f6a866c9-b3c4-4d6c-9221-5017e476e011:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f6a866c9-b3c4-4d6c-9221-5017e476e011:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6a866c9-b3c4-4d6c-9221-5017e476e011-root {
    text-align: left;
  }


#s-f6a866c9-b3c4-4d6c-9221-5017e476e011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f6a866c9-b3c4-4d6c-9221-5017e476e011-root {
    text-align: left;
  }


#s-f6a866c9-b3c4-4d6c-9221-5017e476e011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6a866c9-b3c4-4d6c-9221-5017e476e011-root {
    text-align: left;
  }


#s-f6a866c9-b3c4-4d6c-9221-5017e476e011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6a866c9-b3c4-4d6c-9221-5017e476e011-root {
    text-align: left;
  }


#s-f6a866c9-b3c4-4d6c-9221-5017e476e011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f6a866c9-b3c4-4d6c-9221-5017e476e011-root {
    text-align: left;
  }


#s-f6a866c9-b3c4-4d6c-9221-5017e476e011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb-root {
    text-align: left;
  }


#s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb-root {
    text-align: left;
  }


#s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb-root {
    text-align: left;
  }


#s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb-root {
    text-align: left;
  }


#s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb-root {
    text-align: left;
  }


#s-3abf4af0-fa8b-4afe-8a66-b9c2c6b0aacb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c13900c2-2d24-469a-a267-c434bbd4a1eb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c13900c2-2d24-469a-a267-c434bbd4a1eb:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c13900c2-2d24-469a-a267-c434bbd4a1eb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c13900c2-2d24-469a-a267-c434bbd4a1eb-root {
    text-align: left;
  }


#s-c13900c2-2d24-469a-a267-c434bbd4a1eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c13900c2-2d24-469a-a267-c434bbd4a1eb-root {
    text-align: left;
  }


#s-c13900c2-2d24-469a-a267-c434bbd4a1eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c13900c2-2d24-469a-a267-c434bbd4a1eb-root {
    text-align: left;
  }


#s-c13900c2-2d24-469a-a267-c434bbd4a1eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c13900c2-2d24-469a-a267-c434bbd4a1eb-root {
    text-align: left;
  }


#s-c13900c2-2d24-469a-a267-c434bbd4a1eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c13900c2-2d24-469a-a267-c434bbd4a1eb-root {
    text-align: left;
  }


#s-c13900c2-2d24-469a-a267-c434bbd4a1eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b-root {
    text-align: left;
  }


#s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b-root {
    text-align: left;
  }


#s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b-root {
    text-align: left;
  }


#s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b-root {
    text-align: left;
  }


#s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b-root {
    text-align: left;
  }


#s-5ba193bf-597d-4f1d-9f4c-15a93ad3242b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a686a3b5-31f3-449c-a5d1-e425e1e6526d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a686a3b5-31f3-449c-a5d1-e425e1e6526d:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a686a3b5-31f3-449c-a5d1-e425e1e6526d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a686a3b5-31f3-449c-a5d1-e425e1e6526d-root {
    text-align: left;
  }


#s-a686a3b5-31f3-449c-a5d1-e425e1e6526d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a686a3b5-31f3-449c-a5d1-e425e1e6526d-root {
    text-align: left;
  }


#s-a686a3b5-31f3-449c-a5d1-e425e1e6526d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a686a3b5-31f3-449c-a5d1-e425e1e6526d-root {
    text-align: left;
  }


#s-a686a3b5-31f3-449c-a5d1-e425e1e6526d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a686a3b5-31f3-449c-a5d1-e425e1e6526d-root {
    text-align: left;
  }


#s-a686a3b5-31f3-449c-a5d1-e425e1e6526d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a686a3b5-31f3-449c-a5d1-e425e1e6526d-root {
    text-align: left;
  }


#s-a686a3b5-31f3-449c-a5d1-e425e1e6526d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dae042ee-89a6-44e9-b973-d7ead2ba9dea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-dae042ee-89a6-44e9-b973-d7ead2ba9dea:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dae042ee-89a6-44e9-b973-d7ead2ba9dea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dae042ee-89a6-44e9-b973-d7ead2ba9dea-root {
    text-align: left;
  }


#s-dae042ee-89a6-44e9-b973-d7ead2ba9dea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dae042ee-89a6-44e9-b973-d7ead2ba9dea-root {
    text-align: left;
  }


#s-dae042ee-89a6-44e9-b973-d7ead2ba9dea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dae042ee-89a6-44e9-b973-d7ead2ba9dea-root {
    text-align: left;
  }


#s-dae042ee-89a6-44e9-b973-d7ead2ba9dea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dae042ee-89a6-44e9-b973-d7ead2ba9dea-root {
    text-align: left;
  }


#s-dae042ee-89a6-44e9-b973-d7ead2ba9dea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dae042ee-89a6-44e9-b973-d7ead2ba9dea-root {
    text-align: left;
  }


#s-dae042ee-89a6-44e9-b973-d7ead2ba9dea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-95558bb0-63a7-4358-95e8-6f6f2f7f237d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-95558bb0-63a7-4358-95e8-6f6f2f7f237d:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-95558bb0-63a7-4358-95e8-6f6f2f7f237d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-95558bb0-63a7-4358-95e8-6f6f2f7f237d-root {
    text-align: left;
  }


#s-95558bb0-63a7-4358-95e8-6f6f2f7f237d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-95558bb0-63a7-4358-95e8-6f6f2f7f237d-root {
    text-align: left;
  }


#s-95558bb0-63a7-4358-95e8-6f6f2f7f237d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95558bb0-63a7-4358-95e8-6f6f2f7f237d-root {
    text-align: left;
  }


#s-95558bb0-63a7-4358-95e8-6f6f2f7f237d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95558bb0-63a7-4358-95e8-6f6f2f7f237d-root {
    text-align: left;
  }


#s-95558bb0-63a7-4358-95e8-6f6f2f7f237d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-95558bb0-63a7-4358-95e8-6f6f2f7f237d-root {
    text-align: left;
  }


#s-95558bb0-63a7-4358-95e8-6f6f2f7f237d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ab90da9d-f32b-473f-a8d9-38b88f74885a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-ab90da9d-f32b-473f-a8d9-38b88f74885a:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ab90da9d-f32b-473f-a8d9-38b88f74885a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ab90da9d-f32b-473f-a8d9-38b88f74885a-root {
    text-align: center;
  }


#s-ab90da9d-f32b-473f-a8d9-38b88f74885a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ab90da9d-f32b-473f-a8d9-38b88f74885a-root {
    text-align: center;
  }


#s-ab90da9d-f32b-473f-a8d9-38b88f74885a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab90da9d-f32b-473f-a8d9-38b88f74885a-root {
    text-align: center;
  }


#s-ab90da9d-f32b-473f-a8d9-38b88f74885a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab90da9d-f32b-473f-a8d9-38b88f74885a-root {
    text-align: center;
  }


#s-ab90da9d-f32b-473f-a8d9-38b88f74885a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ab90da9d-f32b-473f-a8d9-38b88f74885a-root {
    text-align: center;
  }


#s-ab90da9d-f32b-473f-a8d9-38b88f74885a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9d15ad65-211a-46cd-82b9-8cc670ce5bb4 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-9d15ad65-211a-46cd-82b9-8cc670ce5bb4 {
  display: none;
}
#s-9d15ad65-211a-46cd-82b9-8cc670ce5bb4, #wrap-s-9d15ad65-211a-46cd-82b9-8cc670ce5bb4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d15ad65-211a-46cd-82b9-8cc670ce5bb4 {
  display: none;
}
#s-9d15ad65-211a-46cd-82b9-8cc670ce5bb4, #wrap-s-9d15ad65-211a-46cd-82b9-8cc670ce5bb4 { display: none !important; }}







#s-9d15ad65-211a-46cd-82b9-8cc670ce5bb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d15ad65-211a-46cd-82b9-8cc670ce5bb4.shg-box.shg-c {
  justify-content: flex-end;
}

#s-e227e779-653b-43b4-9c9b-3816cb606736 {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-e227e779-653b-43b4-9c9b-3816cb606736 img.shogun-image {
    

    
    
    
  }


#s-e227e779-653b-43b4-9c9b-3816cb606736 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7e7cc50-f985-492e-80b7-08e81ca21862 {
  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, 25, 35, 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-e7e7cc50-f985-492e-80b7-08e81ca21862:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e7e7cc50-f985-492e-80b7-08e81ca21862:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7e7cc50-f985-492e-80b7-08e81ca21862-root {
    text-align: left;
  }


#s-e7e7cc50-f985-492e-80b7-08e81ca21862.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e7e7cc50-f985-492e-80b7-08e81ca21862-root {
    text-align: left;
  }


#s-e7e7cc50-f985-492e-80b7-08e81ca21862.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-e7e7cc50-f985-492e-80b7-08e81ca21862-root {
    text-align: left;
  }


#s-e7e7cc50-f985-492e-80b7-08e81ca21862.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-e7e7cc50-f985-492e-80b7-08e81ca21862-root {
    text-align: left;
  }


#s-e7e7cc50-f985-492e-80b7-08e81ca21862.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e7e7cc50-f985-492e-80b7-08e81ca21862-root {
    text-align: left;
  }


#s-e7e7cc50-f985-492e-80b7-08e81ca21862.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-50dce96a-d228-405b-9f21-b81e416126fb {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-50dce96a-d228-405b-9f21-b81e416126fb {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-50dce96a-d228-405b-9f21-b81e416126fb {
  margin-right: 0px;
}
}
#s-50dce96a-d228-405b-9f21-b81e416126fb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-50dce96a-d228-405b-9f21-b81e416126fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-50dce96a-d228-405b-9f21-b81e416126fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-50dce96a-d228-405b-9f21-b81e416126fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-50dce96a-d228-405b-9f21-b81e416126fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-50dce96a-d228-405b-9f21-b81e416126fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70-root {
    text-align: left;
  }


#s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70-root {
    text-align: left;
  }


#s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70-root {
    text-align: left;
  }


#s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70-root {
    text-align: left;
  }


#s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70-root {
    text-align: left;
  }


#s-4c6e8c63-d096-4f8f-b30c-f882b5cf2d70.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-89464443-e1c3-4974-a0a4-3d10433b5b66 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-89464443-e1c3-4974-a0a4-3d10433b5b66:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-89464443-e1c3-4974-a0a4-3d10433b5b66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-89464443-e1c3-4974-a0a4-3d10433b5b66-root {
    text-align: left;
  }


#s-89464443-e1c3-4974-a0a4-3d10433b5b66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-89464443-e1c3-4974-a0a4-3d10433b5b66-root {
    text-align: left;
  }


#s-89464443-e1c3-4974-a0a4-3d10433b5b66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89464443-e1c3-4974-a0a4-3d10433b5b66-root {
    text-align: left;
  }


#s-89464443-e1c3-4974-a0a4-3d10433b5b66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89464443-e1c3-4974-a0a4-3d10433b5b66-root {
    text-align: left;
  }


#s-89464443-e1c3-4974-a0a4-3d10433b5b66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-89464443-e1c3-4974-a0a4-3d10433b5b66-root {
    text-align: left;
  }


#s-89464443-e1c3-4974-a0a4-3d10433b5b66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-801fb1db-17de-426a-8bf7-02214b6c2b50 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-801fb1db-17de-426a-8bf7-02214b6c2b50:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-801fb1db-17de-426a-8bf7-02214b6c2b50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-801fb1db-17de-426a-8bf7-02214b6c2b50-root {
    text-align: left;
  }


#s-801fb1db-17de-426a-8bf7-02214b6c2b50.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-801fb1db-17de-426a-8bf7-02214b6c2b50-root {
    text-align: left;
  }


#s-801fb1db-17de-426a-8bf7-02214b6c2b50.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-801fb1db-17de-426a-8bf7-02214b6c2b50-root {
    text-align: left;
  }


#s-801fb1db-17de-426a-8bf7-02214b6c2b50.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-801fb1db-17de-426a-8bf7-02214b6c2b50-root {
    text-align: left;
  }


#s-801fb1db-17de-426a-8bf7-02214b6c2b50.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-801fb1db-17de-426a-8bf7-02214b6c2b50-root {
    text-align: left;
  }


#s-801fb1db-17de-426a-8bf7-02214b6c2b50.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a0e86bb3-a84a-462c-905a-e175cb4900f8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a0e86bb3-a84a-462c-905a-e175cb4900f8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0e86bb3-a84a-462c-905a-e175cb4900f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0e86bb3-a84a-462c-905a-e175cb4900f8-root {
    text-align: left;
  }


#s-a0e86bb3-a84a-462c-905a-e175cb4900f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0e86bb3-a84a-462c-905a-e175cb4900f8-root {
    text-align: left;
  }


#s-a0e86bb3-a84a-462c-905a-e175cb4900f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0e86bb3-a84a-462c-905a-e175cb4900f8-root {
    text-align: left;
  }


#s-a0e86bb3-a84a-462c-905a-e175cb4900f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0e86bb3-a84a-462c-905a-e175cb4900f8-root {
    text-align: left;
  }


#s-a0e86bb3-a84a-462c-905a-e175cb4900f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0e86bb3-a84a-462c-905a-e175cb4900f8-root {
    text-align: left;
  }


#s-a0e86bb3-a84a-462c-905a-e175cb4900f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07-root {
    text-align: left;
  }


#s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07-root {
    text-align: left;
  }


#s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07-root {
    text-align: left;
  }


#s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07-root {
    text-align: left;
  }


#s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07-root {
    text-align: left;
  }


#s-f9966f7d-4aac-41f0-bf56-ab6ca0730f07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c92ac637-1528-4fe6-b902-6470239aaf8b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c92ac637-1528-4fe6-b902-6470239aaf8b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c92ac637-1528-4fe6-b902-6470239aaf8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c92ac637-1528-4fe6-b902-6470239aaf8b-root {
    text-align: left;
  }


#s-c92ac637-1528-4fe6-b902-6470239aaf8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c92ac637-1528-4fe6-b902-6470239aaf8b-root {
    text-align: left;
  }


#s-c92ac637-1528-4fe6-b902-6470239aaf8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c92ac637-1528-4fe6-b902-6470239aaf8b-root {
    text-align: left;
  }


#s-c92ac637-1528-4fe6-b902-6470239aaf8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c92ac637-1528-4fe6-b902-6470239aaf8b-root {
    text-align: left;
  }


#s-c92ac637-1528-4fe6-b902-6470239aaf8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c92ac637-1528-4fe6-b902-6470239aaf8b-root {
    text-align: left;
  }


#s-c92ac637-1528-4fe6-b902-6470239aaf8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30-root {
    text-align: left;
  }


#s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30-root {
    text-align: left;
  }


#s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30-root {
    text-align: left;
  }


#s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30-root {
    text-align: left;
  }


#s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30-root {
    text-align: left;
  }


#s-5ba6fa4e-dc15-43a2-8029-8a417ee08e30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a-root {
    text-align: left;
  }


#s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a-root {
    text-align: left;
  }


#s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a-root {
    text-align: left;
  }


#s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a-root {
    text-align: left;
  }


#s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a-root {
    text-align: left;
  }


#s-6ac606f0-f0b3-4b8d-87df-5a33dee8970a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d7c71c37-d907-4d30-8f4a-e61388c09c0d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d7c71c37-d907-4d30-8f4a-e61388c09c0d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d7c71c37-d907-4d30-8f4a-e61388c09c0d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7c71c37-d907-4d30-8f4a-e61388c09c0d-root {
    text-align: left;
  }


#s-d7c71c37-d907-4d30-8f4a-e61388c09c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d7c71c37-d907-4d30-8f4a-e61388c09c0d-root {
    text-align: left;
  }


#s-d7c71c37-d907-4d30-8f4a-e61388c09c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7c71c37-d907-4d30-8f4a-e61388c09c0d-root {
    text-align: left;
  }


#s-d7c71c37-d907-4d30-8f4a-e61388c09c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7c71c37-d907-4d30-8f4a-e61388c09c0d-root {
    text-align: left;
  }


#s-d7c71c37-d907-4d30-8f4a-e61388c09c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d7c71c37-d907-4d30-8f4a-e61388c09c0d-root {
    text-align: left;
  }


#s-d7c71c37-d907-4d30-8f4a-e61388c09c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c-root {
    text-align: center;
  }


#s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c-root {
    text-align: center;
  }


#s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c-root {
    text-align: center;
  }


#s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c-root {
    text-align: center;
  }


#s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c-root {
    text-align: center;
  }


#s-6fcbe7a8-ff2e-49d5-a084-53fb4e891a3c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-984e0d81-8d10-4622-b708-4f81ca976d38 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-984e0d81-8d10-4622-b708-4f81ca976d38 {
  display: none;
}
#s-984e0d81-8d10-4622-b708-4f81ca976d38, #wrap-s-984e0d81-8d10-4622-b708-4f81ca976d38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-984e0d81-8d10-4622-b708-4f81ca976d38 {
  display: none;
}
#s-984e0d81-8d10-4622-b708-4f81ca976d38, #wrap-s-984e0d81-8d10-4622-b708-4f81ca976d38 { display: none !important; }}







#s-984e0d81-8d10-4622-b708-4f81ca976d38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-984e0d81-8d10-4622-b708-4f81ca976d38.shg-box.shg-c {
  justify-content: flex-end;
}

#s-10062146-6240-4471-b243-8c3085eb6115 {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-10062146-6240-4471-b243-8c3085eb6115 img.shogun-image {
    

    
    
    
  }


#s-10062146-6240-4471-b243-8c3085eb6115 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf {
  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, 25, 35, 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-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf-root {
    text-align: left;
  }


#s-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf-root {
    text-align: left;
  }


#s-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf.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-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf-root {
    text-align: left;
  }


#s-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf.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-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf-root {
    text-align: left;
  }


#s-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf-root {
    text-align: left;
  }


#s-1a9c012c-ea1c-476e-8af6-b69bb6ce8daf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-88581b22-1d7b-4892-9e7b-1063a91f9dc8 {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-88581b22-1d7b-4892-9e7b-1063a91f9dc8 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-88581b22-1d7b-4892-9e7b-1063a91f9dc8 {
  margin-right: 0px;
}
}
#s-88581b22-1d7b-4892-9e7b-1063a91f9dc8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-88581b22-1d7b-4892-9e7b-1063a91f9dc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-88581b22-1d7b-4892-9e7b-1063a91f9dc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-88581b22-1d7b-4892-9e7b-1063a91f9dc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-88581b22-1d7b-4892-9e7b-1063a91f9dc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-88581b22-1d7b-4892-9e7b-1063a91f9dc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-80f54eeb-d917-46bf-8405-81d83c768911 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-80f54eeb-d917-46bf-8405-81d83c768911:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-80f54eeb-d917-46bf-8405-81d83c768911:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-80f54eeb-d917-46bf-8405-81d83c768911-root {
    text-align: left;
  }


#s-80f54eeb-d917-46bf-8405-81d83c768911.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-80f54eeb-d917-46bf-8405-81d83c768911-root {
    text-align: left;
  }


#s-80f54eeb-d917-46bf-8405-81d83c768911.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80f54eeb-d917-46bf-8405-81d83c768911-root {
    text-align: left;
  }


#s-80f54eeb-d917-46bf-8405-81d83c768911.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80f54eeb-d917-46bf-8405-81d83c768911-root {
    text-align: left;
  }


#s-80f54eeb-d917-46bf-8405-81d83c768911.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-80f54eeb-d917-46bf-8405-81d83c768911-root {
    text-align: left;
  }


#s-80f54eeb-d917-46bf-8405-81d83c768911.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2acf4253-ea55-474b-8eda-4a32c7155df0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2acf4253-ea55-474b-8eda-4a32c7155df0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2acf4253-ea55-474b-8eda-4a32c7155df0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2acf4253-ea55-474b-8eda-4a32c7155df0-root {
    text-align: left;
  }


#s-2acf4253-ea55-474b-8eda-4a32c7155df0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2acf4253-ea55-474b-8eda-4a32c7155df0-root {
    text-align: left;
  }


#s-2acf4253-ea55-474b-8eda-4a32c7155df0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2acf4253-ea55-474b-8eda-4a32c7155df0-root {
    text-align: left;
  }


#s-2acf4253-ea55-474b-8eda-4a32c7155df0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2acf4253-ea55-474b-8eda-4a32c7155df0-root {
    text-align: left;
  }


#s-2acf4253-ea55-474b-8eda-4a32c7155df0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2acf4253-ea55-474b-8eda-4a32c7155df0-root {
    text-align: left;
  }


#s-2acf4253-ea55-474b-8eda-4a32c7155df0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d-root {
    text-align: left;
  }


#s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d-root {
    text-align: left;
  }


#s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d-root {
    text-align: left;
  }


#s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d-root {
    text-align: left;
  }


#s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d-root {
    text-align: left;
  }


#s-df83d16a-4e61-4fca-8ef7-d9568ee6f05d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5b5f45a9-fe65-4589-96f0-c2dd13878059 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-5b5f45a9-fe65-4589-96f0-c2dd13878059:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-5b5f45a9-fe65-4589-96f0-c2dd13878059:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b5f45a9-fe65-4589-96f0-c2dd13878059-root {
    text-align: left;
  }


#s-5b5f45a9-fe65-4589-96f0-c2dd13878059.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5b5f45a9-fe65-4589-96f0-c2dd13878059-root {
    text-align: left;
  }


#s-5b5f45a9-fe65-4589-96f0-c2dd13878059.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b5f45a9-fe65-4589-96f0-c2dd13878059-root {
    text-align: left;
  }


#s-5b5f45a9-fe65-4589-96f0-c2dd13878059.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b5f45a9-fe65-4589-96f0-c2dd13878059-root {
    text-align: left;
  }


#s-5b5f45a9-fe65-4589-96f0-c2dd13878059.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5b5f45a9-fe65-4589-96f0-c2dd13878059-root {
    text-align: left;
  }


#s-5b5f45a9-fe65-4589-96f0-c2dd13878059.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-04357360-98b1-43a2-8853-eab4fd4aa4dd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-04357360-98b1-43a2-8853-eab4fd4aa4dd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-04357360-98b1-43a2-8853-eab4fd4aa4dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-04357360-98b1-43a2-8853-eab4fd4aa4dd-root {
    text-align: left;
  }


#s-04357360-98b1-43a2-8853-eab4fd4aa4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04357360-98b1-43a2-8853-eab4fd4aa4dd-root {
    text-align: left;
  }


#s-04357360-98b1-43a2-8853-eab4fd4aa4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04357360-98b1-43a2-8853-eab4fd4aa4dd-root {
    text-align: left;
  }


#s-04357360-98b1-43a2-8853-eab4fd4aa4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04357360-98b1-43a2-8853-eab4fd4aa4dd-root {
    text-align: left;
  }


#s-04357360-98b1-43a2-8853-eab4fd4aa4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04357360-98b1-43a2-8853-eab4fd4aa4dd-root {
    text-align: left;
  }


#s-04357360-98b1-43a2-8853-eab4fd4aa4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7603b300-7631-44ad-90f8-2d647e9e86aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-7603b300-7631-44ad-90f8-2d647e9e86aa:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-7603b300-7631-44ad-90f8-2d647e9e86aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7603b300-7631-44ad-90f8-2d647e9e86aa-root {
    text-align: left;
  }


#s-7603b300-7631-44ad-90f8-2d647e9e86aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7603b300-7631-44ad-90f8-2d647e9e86aa-root {
    text-align: left;
  }


#s-7603b300-7631-44ad-90f8-2d647e9e86aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7603b300-7631-44ad-90f8-2d647e9e86aa-root {
    text-align: left;
  }


#s-7603b300-7631-44ad-90f8-2d647e9e86aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7603b300-7631-44ad-90f8-2d647e9e86aa-root {
    text-align: left;
  }


#s-7603b300-7631-44ad-90f8-2d647e9e86aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7603b300-7631-44ad-90f8-2d647e9e86aa-root {
    text-align: left;
  }


#s-7603b300-7631-44ad-90f8-2d647e9e86aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ac43af8e-0dbc-485f-88b0-6b41f0b37078 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ac43af8e-0dbc-485f-88b0-6b41f0b37078:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ac43af8e-0dbc-485f-88b0-6b41f0b37078:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac43af8e-0dbc-485f-88b0-6b41f0b37078-root {
    text-align: left;
  }


#s-ac43af8e-0dbc-485f-88b0-6b41f0b37078.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ac43af8e-0dbc-485f-88b0-6b41f0b37078-root {
    text-align: left;
  }


#s-ac43af8e-0dbc-485f-88b0-6b41f0b37078.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac43af8e-0dbc-485f-88b0-6b41f0b37078-root {
    text-align: left;
  }


#s-ac43af8e-0dbc-485f-88b0-6b41f0b37078.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac43af8e-0dbc-485f-88b0-6b41f0b37078-root {
    text-align: left;
  }


#s-ac43af8e-0dbc-485f-88b0-6b41f0b37078.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ac43af8e-0dbc-485f-88b0-6b41f0b37078-root {
    text-align: left;
  }


#s-ac43af8e-0dbc-485f-88b0-6b41f0b37078.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe-root {
    text-align: left;
  }


#s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe-root {
    text-align: left;
  }


#s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe-root {
    text-align: left;
  }


#s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe-root {
    text-align: left;
  }


#s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe-root {
    text-align: left;
  }


#s-d44e7523-2152-4aab-bcb9-3fbc8cc85fbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8320ea77-1c3f-4565-90d7-b398466508aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8320ea77-1c3f-4565-90d7-b398466508aa:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-8320ea77-1c3f-4565-90d7-b398466508aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8320ea77-1c3f-4565-90d7-b398466508aa-root {
    text-align: left;
  }


#s-8320ea77-1c3f-4565-90d7-b398466508aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8320ea77-1c3f-4565-90d7-b398466508aa-root {
    text-align: left;
  }


#s-8320ea77-1c3f-4565-90d7-b398466508aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8320ea77-1c3f-4565-90d7-b398466508aa-root {
    text-align: left;
  }


#s-8320ea77-1c3f-4565-90d7-b398466508aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8320ea77-1c3f-4565-90d7-b398466508aa-root {
    text-align: left;
  }


#s-8320ea77-1c3f-4565-90d7-b398466508aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8320ea77-1c3f-4565-90d7-b398466508aa-root {
    text-align: left;
  }


#s-8320ea77-1c3f-4565-90d7-b398466508aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-32323649-3839-4ccc-b0b5-c1c53bf83291 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-32323649-3839-4ccc-b0b5-c1c53bf83291:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-32323649-3839-4ccc-b0b5-c1c53bf83291:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-32323649-3839-4ccc-b0b5-c1c53bf83291-root {
    text-align: center;
  }


#s-32323649-3839-4ccc-b0b5-c1c53bf83291.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-32323649-3839-4ccc-b0b5-c1c53bf83291-root {
    text-align: center;
  }


#s-32323649-3839-4ccc-b0b5-c1c53bf83291.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32323649-3839-4ccc-b0b5-c1c53bf83291-root {
    text-align: center;
  }


#s-32323649-3839-4ccc-b0b5-c1c53bf83291.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32323649-3839-4ccc-b0b5-c1c53bf83291-root {
    text-align: center;
  }


#s-32323649-3839-4ccc-b0b5-c1c53bf83291.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-32323649-3839-4ccc-b0b5-c1c53bf83291-root {
    text-align: center;
  }


#s-32323649-3839-4ccc-b0b5-c1c53bf83291.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  margin-left: auto;
margin-right: auto;
max-width: 2734px;
aspect-ratio: 2734/434;
text-align: center;
}
@media (min-width: 1200px){#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  display: none;
}
#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5, #wrap-s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  display: none;
}
#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5, #wrap-s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 { display: none !important; }}


.shg-image-margin-container-s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
      position: relative;
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  
  
  
  
}

#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
      position: relative;
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

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

.shg-image-margin-container-s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  
  
  
  
}

#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
      position: relative;
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

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

.shg-image-margin-container-s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  
  
  
  
}

#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
      position: relative;
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

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

.shg-image-margin-container-s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  
  
  
  
}

#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container {
      position: relative;
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bb65f1b-c96a-4d05-80f8-bd2b5b4985a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

}
#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  margin-left: auto;
margin-right: auto;
max-width: 2736px;
aspect-ratio: 2048/1364;
text-align: center;
}
@media (min-width: 1200px){#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  display: none;
}
#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0, #wrap-s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  display: none;
}
#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0, #wrap-s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 { display: none !important; }}


.shg-image-margin-container-s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shg-image-content-wrapper {
      aspect-ratio: 2048/1364;
      min-width: 100%;
      height: auto;
    }

    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shogun-image-link {
      aspect-ratio: 2048/1364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2736px;
  }



  img.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image {
    
    
    
    max-height: 2736px;
  }


.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
      --shg-aspect-ratio: calc(2048/1364); 
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
      position: relative;
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2736px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  
  
  
  
}

#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shg-image-content-wrapper {
      aspect-ratio: 2048/1364;
      min-width: 100%;
      height: auto;
    }

    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shogun-image-link {
      aspect-ratio: 2048/1364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2736px;
  }



  img.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image {
    
    
    
    max-height: 2736px;
  }


.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
      --shg-aspect-ratio: calc(2048/1364); 
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
      position: relative;
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2736px;
    }
  }

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

.shg-image-margin-container-s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  
  
  
  
}

#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shg-image-content-wrapper {
      aspect-ratio: 2048/1364;
      min-width: 100%;
      height: auto;
    }

    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shogun-image-link {
      aspect-ratio: 2048/1364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2736px;
  }



  img.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image {
    
    
    
    max-height: 2736px;
  }


.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
      --shg-aspect-ratio: calc(2048/1364); 
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
      position: relative;
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2736px;
    }
  }

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

.shg-image-margin-container-s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  
  
  
  
}

#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shg-image-content-wrapper {
      aspect-ratio: 2048/1364;
      min-width: 100%;
      height: auto;
    }

    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shogun-image-link {
      aspect-ratio: 2048/1364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2736px;
  }



  img.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image {
    
    
    
    max-height: 2736px;
  }


.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
      --shg-aspect-ratio: calc(2048/1364); 
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
      position: relative;
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2736px;
    }
  }

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

.shg-image-margin-container-s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  
  
  
  
}

#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shg-image-content-wrapper {
      aspect-ratio: 2048/1364;
      min-width: 100%;
      height: auto;
    }

    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shogun-image-link {
      aspect-ratio: 2048/1364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2736px;
  }



  img.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image {
    
    
    
    max-height: 2736px;
  }


.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 {
      --shg-aspect-ratio: calc(2048/1364); 
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container {
      position: relative;
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cac3fb99-17fd-4bac-8cae-8fa943289fc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2736px;
    }
  }

}
#s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8 {
  display: none;
}
#s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8, #wrap-s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8 {
  display: none;
}
#s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8, #wrap-s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8 { display: none !important; }}
#s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-910a8bcd-6e6e-4134-862e-6f4e7a59f4a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-8822bb94-c722-42c6-8cc0-df4f3a65c901 {
  padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
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(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8822bb94-c722-42c6-8cc0-df4f3a65c901:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8822bb94-c722-42c6-8cc0-df4f3a65c901:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8822bb94-c722-42c6-8cc0-df4f3a65c901-root {
    text-align: center;
  }


#s-8822bb94-c722-42c6-8cc0-df4f3a65c901.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8822bb94-c722-42c6-8cc0-df4f3a65c901-root {
    text-align: center;
  }


#s-8822bb94-c722-42c6-8cc0-df4f3a65c901.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8822bb94-c722-42c6-8cc0-df4f3a65c901-root {
    text-align: center;
  }


#s-8822bb94-c722-42c6-8cc0-df4f3a65c901.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8822bb94-c722-42c6-8cc0-df4f3a65c901-root {
    text-align: center;
  }


#s-8822bb94-c722-42c6-8cc0-df4f3a65c901.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8822bb94-c722-42c6-8cc0-df4f3a65c901-root {
    text-align: center;
  }


#s-8822bb94-c722-42c6-8cc0-df4f3a65c901.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ee64a493-bcf8-4764-9138-3f0cefaec07d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ee64a493-bcf8-4764-9138-3f0cefaec07d:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ee64a493-bcf8-4764-9138-3f0cefaec07d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee64a493-bcf8-4764-9138-3f0cefaec07d-root {
    text-align: center;
  }


#s-ee64a493-bcf8-4764-9138-3f0cefaec07d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee64a493-bcf8-4764-9138-3f0cefaec07d-root {
    text-align: center;
  }


#s-ee64a493-bcf8-4764-9138-3f0cefaec07d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee64a493-bcf8-4764-9138-3f0cefaec07d-root {
    text-align: center;
  }


#s-ee64a493-bcf8-4764-9138-3f0cefaec07d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee64a493-bcf8-4764-9138-3f0cefaec07d-root {
    text-align: center;
  }


#s-ee64a493-bcf8-4764-9138-3f0cefaec07d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee64a493-bcf8-4764-9138-3f0cefaec07d-root {
    text-align: center;
  }


#s-ee64a493-bcf8-4764-9138-3f0cefaec07d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a6a41088-a94d-4449-839e-dff864e81872 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a6a41088-a94d-4449-839e-dff864e81872:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a6a41088-a94d-4449-839e-dff864e81872:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6a41088-a94d-4449-839e-dff864e81872-root {
    text-align: center;
  }


#s-a6a41088-a94d-4449-839e-dff864e81872.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a6a41088-a94d-4449-839e-dff864e81872-root {
    text-align: center;
  }


#s-a6a41088-a94d-4449-839e-dff864e81872.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6a41088-a94d-4449-839e-dff864e81872-root {
    text-align: center;
  }


#s-a6a41088-a94d-4449-839e-dff864e81872.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6a41088-a94d-4449-839e-dff864e81872-root {
    text-align: center;
  }


#s-a6a41088-a94d-4449-839e-dff864e81872.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a6a41088-a94d-4449-839e-dff864e81872-root {
    text-align: center;
  }


#s-a6a41088-a94d-4449-839e-dff864e81872.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8ed519ae-d46a-4afe-9835-3829a50dbc42 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8ed519ae-d46a-4afe-9835-3829a50dbc42:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8ed519ae-d46a-4afe-9835-3829a50dbc42:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ed519ae-d46a-4afe-9835-3829a50dbc42-root {
    text-align: center;
  }


#s-8ed519ae-d46a-4afe-9835-3829a50dbc42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ed519ae-d46a-4afe-9835-3829a50dbc42-root {
    text-align: center;
  }


#s-8ed519ae-d46a-4afe-9835-3829a50dbc42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ed519ae-d46a-4afe-9835-3829a50dbc42-root {
    text-align: center;
  }


#s-8ed519ae-d46a-4afe-9835-3829a50dbc42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ed519ae-d46a-4afe-9835-3829a50dbc42-root {
    text-align: center;
  }


#s-8ed519ae-d46a-4afe-9835-3829a50dbc42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ed519ae-d46a-4afe-9835-3829a50dbc42-root {
    text-align: center;
  }


#s-8ed519ae-d46a-4afe-9835-3829a50dbc42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-290bc779-b8d3-4acc-9987-201dc4e07272 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-290bc779-b8d3-4acc-9987-201dc4e07272:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-290bc779-b8d3-4acc-9987-201dc4e07272:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-290bc779-b8d3-4acc-9987-201dc4e07272-root {
    text-align: center;
  }


#s-290bc779-b8d3-4acc-9987-201dc4e07272.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-290bc779-b8d3-4acc-9987-201dc4e07272-root {
    text-align: center;
  }


#s-290bc779-b8d3-4acc-9987-201dc4e07272.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-290bc779-b8d3-4acc-9987-201dc4e07272-root {
    text-align: center;
  }


#s-290bc779-b8d3-4acc-9987-201dc4e07272.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-290bc779-b8d3-4acc-9987-201dc4e07272-root {
    text-align: center;
  }


#s-290bc779-b8d3-4acc-9987-201dc4e07272.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-290bc779-b8d3-4acc-9987-201dc4e07272-root {
    text-align: center;
  }


#s-290bc779-b8d3-4acc-9987-201dc4e07272.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c60c8d8f-a604-42f1-bf09-60c88f09eb44 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c60c8d8f-a604-42f1-bf09-60c88f09eb44:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c60c8d8f-a604-42f1-bf09-60c88f09eb44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c60c8d8f-a604-42f1-bf09-60c88f09eb44-root {
    text-align: center;
  }


#s-c60c8d8f-a604-42f1-bf09-60c88f09eb44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c60c8d8f-a604-42f1-bf09-60c88f09eb44-root {
    text-align: center;
  }


#s-c60c8d8f-a604-42f1-bf09-60c88f09eb44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c60c8d8f-a604-42f1-bf09-60c88f09eb44-root {
    text-align: center;
  }


#s-c60c8d8f-a604-42f1-bf09-60c88f09eb44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c60c8d8f-a604-42f1-bf09-60c88f09eb44-root {
    text-align: center;
  }


#s-c60c8d8f-a604-42f1-bf09-60c88f09eb44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c60c8d8f-a604-42f1-bf09-60c88f09eb44-root {
    text-align: center;
  }


#s-c60c8d8f-a604-42f1-bf09-60c88f09eb44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9-root {
    text-align: center;
  }


#s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9-root {
    text-align: center;
  }


#s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9-root {
    text-align: center;
  }


#s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9-root {
    text-align: center;
  }


#s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9-root {
    text-align: center;
  }


#s-bb9ac8d2-699b-4f7a-a5ae-3979e2f62cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f1de8118-8a01-4d75-a49f-01b6121a36fb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f1de8118-8a01-4d75-a49f-01b6121a36fb:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f1de8118-8a01-4d75-a49f-01b6121a36fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f1de8118-8a01-4d75-a49f-01b6121a36fb-root {
    text-align: center;
  }


#s-f1de8118-8a01-4d75-a49f-01b6121a36fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f1de8118-8a01-4d75-a49f-01b6121a36fb-root {
    text-align: center;
  }


#s-f1de8118-8a01-4d75-a49f-01b6121a36fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1de8118-8a01-4d75-a49f-01b6121a36fb-root {
    text-align: center;
  }


#s-f1de8118-8a01-4d75-a49f-01b6121a36fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1de8118-8a01-4d75-a49f-01b6121a36fb-root {
    text-align: center;
  }


#s-f1de8118-8a01-4d75-a49f-01b6121a36fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f1de8118-8a01-4d75-a49f-01b6121a36fb-root {
    text-align: center;
  }


#s-f1de8118-8a01-4d75-a49f-01b6121a36fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3d542239-a674-4e20-a55a-f8ec6bd928bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3d542239-a674-4e20-a55a-f8ec6bd928bd:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3d542239-a674-4e20-a55a-f8ec6bd928bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d542239-a674-4e20-a55a-f8ec6bd928bd-root {
    text-align: center;
  }


#s-3d542239-a674-4e20-a55a-f8ec6bd928bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d542239-a674-4e20-a55a-f8ec6bd928bd-root {
    text-align: center;
  }


#s-3d542239-a674-4e20-a55a-f8ec6bd928bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d542239-a674-4e20-a55a-f8ec6bd928bd-root {
    text-align: center;
  }


#s-3d542239-a674-4e20-a55a-f8ec6bd928bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d542239-a674-4e20-a55a-f8ec6bd928bd-root {
    text-align: center;
  }


#s-3d542239-a674-4e20-a55a-f8ec6bd928bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d542239-a674-4e20-a55a-f8ec6bd928bd-root {
    text-align: center;
  }


#s-3d542239-a674-4e20-a55a-f8ec6bd928bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7275053b-f8a7-429a-a2fe-e2bcee57761f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-7275053b-f8a7-429a-a2fe-e2bcee57761f:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7275053b-f8a7-429a-a2fe-e2bcee57761f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7275053b-f8a7-429a-a2fe-e2bcee57761f-root {
    text-align: center;
  }


#s-7275053b-f8a7-429a-a2fe-e2bcee57761f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7275053b-f8a7-429a-a2fe-e2bcee57761f-root {
    text-align: center;
  }


#s-7275053b-f8a7-429a-a2fe-e2bcee57761f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7275053b-f8a7-429a-a2fe-e2bcee57761f-root {
    text-align: center;
  }


#s-7275053b-f8a7-429a-a2fe-e2bcee57761f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7275053b-f8a7-429a-a2fe-e2bcee57761f-root {
    text-align: center;
  }


#s-7275053b-f8a7-429a-a2fe-e2bcee57761f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7275053b-f8a7-429a-a2fe-e2bcee57761f-root {
    text-align: center;
  }


#s-7275053b-f8a7-429a-a2fe-e2bcee57761f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-79512b15-2464-44d7-9b0d-478d85b60743 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-79512b15-2464-44d7-9b0d-478d85b60743:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-79512b15-2464-44d7-9b0d-478d85b60743:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79512b15-2464-44d7-9b0d-478d85b60743-root {
    text-align: center;
  }


#s-79512b15-2464-44d7-9b0d-478d85b60743.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-79512b15-2464-44d7-9b0d-478d85b60743-root {
    text-align: center;
  }


#s-79512b15-2464-44d7-9b0d-478d85b60743.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79512b15-2464-44d7-9b0d-478d85b60743-root {
    text-align: center;
  }


#s-79512b15-2464-44d7-9b0d-478d85b60743.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79512b15-2464-44d7-9b0d-478d85b60743-root {
    text-align: center;
  }


#s-79512b15-2464-44d7-9b0d-478d85b60743.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-79512b15-2464-44d7-9b0d-478d85b60743-root {
    text-align: center;
  }


#s-79512b15-2464-44d7-9b0d-478d85b60743.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a0c5bddd-1bb3-4136-b14c-74385a9372d8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a0c5bddd-1bb3-4136-b14c-74385a9372d8:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0c5bddd-1bb3-4136-b14c-74385a9372d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0c5bddd-1bb3-4136-b14c-74385a9372d8-root {
    text-align: center;
  }


#s-a0c5bddd-1bb3-4136-b14c-74385a9372d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0c5bddd-1bb3-4136-b14c-74385a9372d8-root {
    text-align: center;
  }


#s-a0c5bddd-1bb3-4136-b14c-74385a9372d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0c5bddd-1bb3-4136-b14c-74385a9372d8-root {
    text-align: center;
  }


#s-a0c5bddd-1bb3-4136-b14c-74385a9372d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0c5bddd-1bb3-4136-b14c-74385a9372d8-root {
    text-align: center;
  }


#s-a0c5bddd-1bb3-4136-b14c-74385a9372d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0c5bddd-1bb3-4136-b14c-74385a9372d8-root {
    text-align: center;
  }


#s-a0c5bddd-1bb3-4136-b14c-74385a9372d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ef1789cd-104e-4263-ad15-8925d99b0fa2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ef1789cd-104e-4263-ad15-8925d99b0fa2:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ef1789cd-104e-4263-ad15-8925d99b0fa2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef1789cd-104e-4263-ad15-8925d99b0fa2-root {
    text-align: center;
  }


#s-ef1789cd-104e-4263-ad15-8925d99b0fa2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef1789cd-104e-4263-ad15-8925d99b0fa2-root {
    text-align: center;
  }


#s-ef1789cd-104e-4263-ad15-8925d99b0fa2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef1789cd-104e-4263-ad15-8925d99b0fa2-root {
    text-align: center;
  }


#s-ef1789cd-104e-4263-ad15-8925d99b0fa2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef1789cd-104e-4263-ad15-8925d99b0fa2-root {
    text-align: center;
  }


#s-ef1789cd-104e-4263-ad15-8925d99b0fa2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef1789cd-104e-4263-ad15-8925d99b0fa2-root {
    text-align: center;
  }


#s-ef1789cd-104e-4263-ad15-8925d99b0fa2.shg-btn {
  color: rgba(0, 0, 0, 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-d15921da-bc72-4237-930a-7395347cff62 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-9e9c5117-9102-4091-b415-91d5889269df {
  margin-top: 35px;
margin-bottom: 35px;
min-height: 50px;
}








#s-9e9c5117-9102-4091-b415-91d5889269df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e9c5117-9102-4091-b415-91d5889269df.shg-box.shg-c {
  justify-content: center;
}

#s-07f37613-6b5c-41bb-8d11-9dce8954d97b {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-07f37613-6b5c-41bb-8d11-9dce8954d97b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07f37613-6b5c-41bb-8d11-9dce8954d97b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07f37613-6b5c-41bb-8d11-9dce8954d97b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07f37613-6b5c-41bb-8d11-9dce8954d97b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb6c145b-4d9c-44d1-940e-87815a964179 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-13d9ad88-92fc-4c97-81a1-1c812b708dbf {
  margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
}

#s-54d7ff31-2190-4051-bdaf-8f030fd9b4b3 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-54cd0a1e-058f-4b2f-aefa-cbc5c8ab8276 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9e4e6808-f58a-4100-83c1-68b92c8ed720 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-45b31408-dd0a-49aa-8a84-4b51ed69aadf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-45b31408-dd0a-49aa-8a84-4b51ed69aadf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-45b31408-dd0a-49aa-8a84-4b51ed69aadf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-45b31408-dd0a-49aa-8a84-4b51ed69aadf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-45b31408-dd0a-49aa-8a84-4b51ed69aadf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-45b31408-dd0a-49aa-8a84-4b51ed69aadf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-64dabedc-4569-45a8-94d5-071fd0f360e1 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-84980564-54ca-439b-b49e-47bc309e912f {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-28f271a4-8784-45d2-a0a9-4917c105ac95 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d7e8603a-a012-4ec8-8d43-506ef0358569 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-096cd0f6-a21d-4e5e-9583-69c9d238719d {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-41293447-318a-4acc-8cff-d4af129a3ce9 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-83e2e8c0-0610-4b96-b4ba-89c4c0051ca6 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-b22669df-d7b5-48a8-82a0-005b0be52fb8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b22669df-d7b5-48a8-82a0-005b0be52fb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b22669df-d7b5-48a8-82a0-005b0be52fb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-b22669df-d7b5-48a8-82a0-005b0be52fb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b22669df-d7b5-48a8-82a0-005b0be52fb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-b22669df-d7b5-48a8-82a0-005b0be52fb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-18c57cb3-4a44-4c11-9e21-87d4b391bcdb {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-6b6e8bec-e603-4af0-bd35-2d3f3f8f1375 {
  margin-top: 30px;
margin-bottom: 10px;
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-abd9a8f6-3abe-424d-b338-e615f24df822 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-98acf633-4d81-43a6-86f6-0877e10019ac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-98acf633-4d81-43a6-86f6-0877e10019ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-98acf633-4d81-43a6-86f6-0877e10019ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-98acf633-4d81-43a6-86f6-0877e10019ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-98acf633-4d81-43a6-86f6-0877e10019ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-98acf633-4d81-43a6-86f6-0877e10019ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-835511c4-7da4-45a6-8c8d-714064885431 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-2ae8f42a-c640-4029-9cc5-243275bbfb8c {
  margin-top: 30px;
margin-bottom: 10px;
}

#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 12px;
}

#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6a0cb48f-9152-496a-9f3e-94c787239619 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b842953e-292d-4c46-93ec-76e7b9449f8b {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-85a904d5-9fbd-4bac-83ad-f7fc661b7d0d {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 {
  margin-bottom: 30px;
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e5f6c7d1-c1d3-41e3-941d-c6c2a1eec641 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-d3a71e0b-c42b-4c35-9f22-2690b1ce3a6a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a05f3fe7-4323-4495-bff3-4b358b1ffd8d {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-87a1b05a-c5f1-4ecb-9e4a-0b51a93711ed > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-87a1b05a-c5f1-4ecb-9e4a-0b51a93711ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-87a1b05a-c5f1-4ecb-9e4a-0b51a93711ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-87a1b05a-c5f1-4ecb-9e4a-0b51a93711ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-87a1b05a-c5f1-4ecb-9e4a-0b51a93711ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-87a1b05a-c5f1-4ecb-9e4a-0b51a93711ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-34abca16-fae5-417c-8c84-22db0c40f40d {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9c297cf3-a41b-41b0-865a-40976564e566 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-021f820c-fd90-44c7-b949-ed2b0aafd8a6 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7cbabeef-4eea-49ac-aea2-7c92e2422b69 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-216719aa-d0bd-4cc8-b1cd-c2e9c03d2c1c {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6bb5dcf6-66df-4430-ac08-316853b0d693 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5ecf1bb9-5a04-46ee-bb50-e9e0c81e6d88 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-1e236463-201e-4a56-b402-acbae4e96688 {
  margin-top: 30px;
margin-bottom: 10px;
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3a92eb01-ef53-4ef5-aa62-5f566be8de84 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-32e757a6-c4b3-4ad9-8559-44717b647024 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-32e757a6-c4b3-4ad9-8559-44717b647024 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-32e757a6-c4b3-4ad9-8559-44717b647024 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-32e757a6-c4b3-4ad9-8559-44717b647024 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-32e757a6-c4b3-4ad9-8559-44717b647024 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-32e757a6-c4b3-4ad9-8559-44717b647024 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0a8cdb73-9a7a-41f3-81d1-601aa653f076 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-b3ea8c18-9bab-43bb-aab8-821fd5677cd8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b3ea8c18-9bab-43bb-aab8-821fd5677cd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b3ea8c18-9bab-43bb-aab8-821fd5677cd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-b3ea8c18-9bab-43bb-aab8-821fd5677cd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b3ea8c18-9bab-43bb-aab8-821fd5677cd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-b3ea8c18-9bab-43bb-aab8-821fd5677cd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e8d69bf1-7c30-4c10-aaaa-731b3f5f490c {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-d0c2a263-3f4d-4ad1-9ff5-208f6f32ad0c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d0c2a263-3f4d-4ad1-9ff5-208f6f32ad0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d0c2a263-3f4d-4ad1-9ff5-208f6f32ad0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-d0c2a263-3f4d-4ad1-9ff5-208f6f32ad0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d0c2a263-3f4d-4ad1-9ff5-208f6f32ad0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-d0c2a263-3f4d-4ad1-9ff5-208f6f32ad0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-20478d50-041c-4df8-9e6f-8bf1b95159eb {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0cd8295e-782c-4a22-a3da-cdec21cd27d5 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-a9ebfbd4-0210-4822-a4d9-45f1eeb3fe86 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a9ebfbd4-0210-4822-a4d9-45f1eeb3fe86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a9ebfbd4-0210-4822-a4d9-45f1eeb3fe86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-a9ebfbd4-0210-4822-a4d9-45f1eeb3fe86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a9ebfbd4-0210-4822-a4d9-45f1eeb3fe86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-a9ebfbd4-0210-4822-a4d9-45f1eeb3fe86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c41a2ae9-1a6a-4ea4-9dcc-643196dcdf56 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-c2b361ce-0573-409e-bda8-e21a3d2adc3e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c2b361ce-0573-409e-bda8-e21a3d2adc3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c2b361ce-0573-409e-bda8-e21a3d2adc3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-c2b361ce-0573-409e-bda8-e21a3d2adc3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c2b361ce-0573-409e-bda8-e21a3d2adc3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-c2b361ce-0573-409e-bda8-e21a3d2adc3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d4d9cddd-7859-4b9b-8e84-f1a6ac5213f7 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-ff3ae319-3d00-4a24-9786-67c094a30c74 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ff3ae319-3d00-4a24-9786-67c094a30c74 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ff3ae319-3d00-4a24-9786-67c094a30c74 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 51, 54, 1);
}

#s-ff3ae319-3d00-4a24-9786-67c094a30c74 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ff3ae319-3d00-4a24-9786-67c094a30c74 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 51, 54, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-ff3ae319-3d00-4a24-9786-67c094a30c74 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-261e3711-f72e-42a6-995c-b7d397a00ded {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-89bcb55b-7603-4320-9447-ad6e403d952c {
  min-height: 50px;
}








#s-89bcb55b-7603-4320-9447-ad6e403d952c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89bcb55b-7603-4320-9447-ad6e403d952c.shg-box.shg-c {
  justify-content: center;
}

#s-ca5c7fb3-da58-47a0-ac29-2152c3d38d92 {
  min-height: 50px;
background-color: rgba(0, 197, 191, 1);
}








#s-ca5c7fb3-da58-47a0-ac29-2152c3d38d92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca5c7fb3-da58-47a0-ac29-2152c3d38d92.shg-box.shg-c {
  justify-content: center;
}

#s-a59192ac-b3df-4077-8162-24f80fd435fa {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-da36dfd3-a73c-49a9-8983-4498982dcf4e {
  padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(46, 51, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-da36dfd3-a73c-49a9-8983-4498982dcf4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da36dfd3-a73c-49a9-8983-4498982dcf4e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-da36dfd3-a73c-49a9-8983-4498982dcf4e-root {
    text-align: center;
  }


#s-da36dfd3-a73c-49a9-8983-4498982dcf4e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da36dfd3-a73c-49a9-8983-4498982dcf4e-root {
    text-align: center;
  }


#s-da36dfd3-a73c-49a9-8983-4498982dcf4e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da36dfd3-a73c-49a9-8983-4498982dcf4e-root {
    text-align: center;
  }


#s-da36dfd3-a73c-49a9-8983-4498982dcf4e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da36dfd3-a73c-49a9-8983-4498982dcf4e-root {
    text-align: center;
  }


#s-da36dfd3-a73c-49a9-8983-4498982dcf4e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da36dfd3-a73c-49a9-8983-4498982dcf4e-root {
    text-align: center;
  }


#s-da36dfd3-a73c-49a9-8983-4498982dcf4e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-db8d2922-994f-4a0a-aee9-9ea3029363aa {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-676257c3-e831-44e0-a0d4-59400805ce4e {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-676257c3-e831-44e0-a0d4-59400805ce4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-676257c3-e831-44e0-a0d4-59400805ce4e.shg-box.shg-c {
  justify-content: center;
}

#s-b2081210-4963-4c77-b2ae-9c3c6d58e04f {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-c50844e5-6fb8-485c-a6fd-0762b7b977f5 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-c50844e5-6fb8-485c-a6fd-0762b7b977f5 {
  display: none;
}
#s-c50844e5-6fb8-485c-a6fd-0762b7b977f5, #wrap-s-c50844e5-6fb8-485c-a6fd-0762b7b977f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c50844e5-6fb8-485c-a6fd-0762b7b977f5 {
  display: none;
}
#s-c50844e5-6fb8-485c-a6fd-0762b7b977f5, #wrap-s-c50844e5-6fb8-485c-a6fd-0762b7b977f5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c50844e5-6fb8-485c-a6fd-0762b7b977f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c50844e5-6fb8-485c-a6fd-0762b7b977f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c50844e5-6fb8-485c-a6fd-0762b7b977f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c50844e5-6fb8-485c-a6fd-0762b7b977f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-926c9507-5aea-4a97-9ace-685f32883d61 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-926c9507-5aea-4a97-9ace-685f32883d61 img.shogun-image,
  #s-926c9507-5aea-4a97-9ace-685f32883d61 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-926c9507-5aea-4a97-9ace-685f32883d61 {
    width: 100%;
    height: auto;
  }



  #s-926c9507-5aea-4a97-9ace-685f32883d61 img.shogun-image {
    

    
    
    
  }


#s-926c9507-5aea-4a97-9ace-685f32883d61 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}



.shg-image-margin-container-s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shogun-image-content {
  
    align-items: center;
  
}

.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
      position: relative;
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
  
  
  
  
}

#s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shogun-image-content {
  
    align-items: center;
  
}

.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
      position: relative;
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
  
  
  
  
}

#s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shogun-image-content {
  
    align-items: center;
  
}

.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
      position: relative;
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
  
  
  
  
}

#s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shogun-image-content {
  
    align-items: center;
  
}

.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
      position: relative;
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
  
  
  
  
}

#s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea .shogun-image-content {
  
    align-items: center;
  
}

.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container {
      position: relative;
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1c95e51-4482-41e1-9ef4-b4ece818a2ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-cdc5dbf7-ff0c-4eba-8354-328c63970a2e {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-cdc5dbf7-ff0c-4eba-8354-328c63970a2e img.shogun-image,
  #s-cdc5dbf7-ff0c-4eba-8354-328c63970a2e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdc5dbf7-ff0c-4eba-8354-328c63970a2e {
    width: 100%;
    height: auto;
  }



  #s-cdc5dbf7-ff0c-4eba-8354-328c63970a2e img.shogun-image {
    

    
    
    
  }


#s-cdc5dbf7-ff0c-4eba-8354-328c63970a2e .shogun-image-content {
  
    align-items: center;
  
}

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

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

.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 {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-f006784a-3089-466a-b4ba-b93e402c126e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-f006784a-3089-466a-b4ba-b93e402c126e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f006784a-3089-466a-b4ba-b93e402c126e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-f006784a-3089-466a-b4ba-b93e402c126e img.shogun-image {
  width: 100%;

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




.s-f006784a-3089-466a-b4ba-b93e402c126e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f006784a-3089-466a-b4ba-b93e402c126e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f006784a-3089-466a-b4ba-b93e402c126e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f006784a-3089-466a-b4ba-b93e402c126e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-f006784a-3089-466a-b4ba-b93e402c126e {
  
  
  
  
}

#s-f006784a-3089-466a-b4ba-b93e402c126e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-f006784a-3089-466a-b4ba-b93e402c126e img.shogun-image {
  width: 100%;

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




.s-f006784a-3089-466a-b4ba-b93e402c126e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f006784a-3089-466a-b4ba-b93e402c126e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f006784a-3089-466a-b4ba-b93e402c126e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f006784a-3089-466a-b4ba-b93e402c126e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-f006784a-3089-466a-b4ba-b93e402c126e {
  
  
  
  
}

#s-f006784a-3089-466a-b4ba-b93e402c126e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-f006784a-3089-466a-b4ba-b93e402c126e img.shogun-image {
  width: 100%;

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




.s-f006784a-3089-466a-b4ba-b93e402c126e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f006784a-3089-466a-b4ba-b93e402c126e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f006784a-3089-466a-b4ba-b93e402c126e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f006784a-3089-466a-b4ba-b93e402c126e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-f006784a-3089-466a-b4ba-b93e402c126e {
  
  
  
  
}

#s-f006784a-3089-466a-b4ba-b93e402c126e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-f006784a-3089-466a-b4ba-b93e402c126e img.shogun-image {
  width: 100%;

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




.s-f006784a-3089-466a-b4ba-b93e402c126e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f006784a-3089-466a-b4ba-b93e402c126e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f006784a-3089-466a-b4ba-b93e402c126e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f006784a-3089-466a-b4ba-b93e402c126e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-f006784a-3089-466a-b4ba-b93e402c126e {
  
  
  
  
}

#s-f006784a-3089-466a-b4ba-b93e402c126e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-f006784a-3089-466a-b4ba-b93e402c126e img.shogun-image {
  width: 100%;

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




.s-f006784a-3089-466a-b4ba-b93e402c126e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f006784a-3089-466a-b4ba-b93e402c126e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f006784a-3089-466a-b4ba-b93e402c126e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f006784a-3089-466a-b4ba-b93e402c126e.shogun-image {
  box-sizing: border-box;
}




}
#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 img.shogun-image {
  width: 100%;

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




.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 {
  
  
  
  
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 img.shogun-image {
  width: 100%;

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




.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 {
  
  
  
  
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 img.shogun-image {
  width: 100%;

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




.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 {
  
  
  
  
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 img.shogun-image {
  width: 100%;

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




.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 {
  
  
  
  
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 img.shogun-image {
  width: 100%;

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




.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367ff816-8c5c-47c3-9dd7-c7f8773212a6.shogun-image {
  box-sizing: border-box;
}




}
#s-48138fcb-c55d-4b80-bdc4-c5a37af00822 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-48138fcb-c55d-4b80-bdc4-c5a37af00822 img.shogun-image,
  #s-48138fcb-c55d-4b80-bdc4-c5a37af00822 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48138fcb-c55d-4b80-bdc4-c5a37af00822 {
    width: 100%;
    height: auto;
  }



  #s-48138fcb-c55d-4b80-bdc4-c5a37af00822 img.shogun-image {
    

    
    
    
  }


#s-48138fcb-c55d-4b80-bdc4-c5a37af00822 .shogun-image-content {
  
    align-items: center;
  
}

#s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45 {
  display: none;
}
#s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45, #wrap-s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45 { display: none !important; }}@media (max-width: 767px){#s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45 {
  display: none;
}
#s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45, #wrap-s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-e550e06a-a9e5-4f02-9d47-9d1d1280fb45"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-559afc55-07d7-446b-a23f-3a0862fb0add {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-559afc55-07d7-446b-a23f-3a0862fb0add img.shogun-image,
  #s-559afc55-07d7-446b-a23f-3a0862fb0add .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-559afc55-07d7-446b-a23f-3a0862fb0add {
    width: 100%;
    height: auto;
  }



  #s-559afc55-07d7-446b-a23f-3a0862fb0add img.shogun-image {
    

    
    
    
  }


#s-559afc55-07d7-446b-a23f-3a0862fb0add .shogun-image-content {
  
    align-items: center;
  
}

#s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}



.shg-image-margin-container-s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48b9bfdd-6084-4a44-9dca-e9177db1817e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shogun-image-content {
  
    align-items: center;
  
}

.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
      position: relative;
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
  
  
  
  
}

#s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48b9bfdd-6084-4a44-9dca-e9177db1817e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shogun-image-content {
  
    align-items: center;
  
}

.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
      position: relative;
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
  
  
  
  
}

#s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48b9bfdd-6084-4a44-9dca-e9177db1817e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shogun-image-content {
  
    align-items: center;
  
}

.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
      position: relative;
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
  
  
  
  
}

#s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48b9bfdd-6084-4a44-9dca-e9177db1817e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shogun-image-content {
  
    align-items: center;
  
}

.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
      position: relative;
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
  
  
  
  
}

#s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48b9bfdd-6084-4a44-9dca-e9177db1817e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-48b9bfdd-6084-4a44-9dca-e9177db1817e .shogun-image-content {
  
    align-items: center;
  
}

.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container {
      position: relative;
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48b9bfdd-6084-4a44-9dca-e9177db1817e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-b4c1ae0b-d4af-449c-9eca-77a7a806ae6e {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-b4c1ae0b-d4af-449c-9eca-77a7a806ae6e img.shogun-image,
  #s-b4c1ae0b-d4af-449c-9eca-77a7a806ae6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b4c1ae0b-d4af-449c-9eca-77a7a806ae6e {
    width: 100%;
    height: auto;
  }



  #s-b4c1ae0b-d4af-449c-9eca-77a7a806ae6e img.shogun-image {
    

    
    
    
  }


#s-b4c1ae0b-d4af-449c-9eca-77a7a806ae6e .shogun-image-content {
  
    align-items: center;
  
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca img.shogun-image {
  width: 100%;

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




.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca {
  
  
  
  
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca img.shogun-image {
  width: 100%;

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




.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca {
  
  
  
  
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca img.shogun-image {
  width: 100%;

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




.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca {
  
  
  
  
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca img.shogun-image {
  width: 100%;

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




.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca {
  
  
  
  
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca img.shogun-image {
  width: 100%;

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




.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c4f7f7-6cd5-4e34-bac4-2b0b9b5f67ca.shogun-image {
  box-sizing: border-box;
}




}
#s-461c8524-baa0-42ed-92f1-1041c0a602e9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-461c8524-baa0-42ed-92f1-1041c0a602e9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9 img.shogun-image {
  width: 100%;

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




.s-461c8524-baa0-42ed-92f1-1041c0a602e9 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-461c8524-baa0-42ed-92f1-1041c0a602e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-461c8524-baa0-42ed-92f1-1041c0a602e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-461c8524-baa0-42ed-92f1-1041c0a602e9 {
  
  
  
  
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9 img.shogun-image {
  width: 100%;

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




.s-461c8524-baa0-42ed-92f1-1041c0a602e9 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-461c8524-baa0-42ed-92f1-1041c0a602e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-461c8524-baa0-42ed-92f1-1041c0a602e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-461c8524-baa0-42ed-92f1-1041c0a602e9 {
  
  
  
  
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9 img.shogun-image {
  width: 100%;

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




.s-461c8524-baa0-42ed-92f1-1041c0a602e9 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-461c8524-baa0-42ed-92f1-1041c0a602e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-461c8524-baa0-42ed-92f1-1041c0a602e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-461c8524-baa0-42ed-92f1-1041c0a602e9 {
  
  
  
  
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9 img.shogun-image {
  width: 100%;

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




.s-461c8524-baa0-42ed-92f1-1041c0a602e9 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-461c8524-baa0-42ed-92f1-1041c0a602e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-461c8524-baa0-42ed-92f1-1041c0a602e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-461c8524-baa0-42ed-92f1-1041c0a602e9 {
  
  
  
  
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9 img.shogun-image {
  width: 100%;

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




.s-461c8524-baa0-42ed-92f1-1041c0a602e9 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-461c8524-baa0-42ed-92f1-1041c0a602e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-461c8524-baa0-42ed-92f1-1041c0a602e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-461c8524-baa0-42ed-92f1-1041c0a602e9.shogun-image {
  box-sizing: border-box;
}




}
#s-d509f12f-0a95-45b9-8446-53615ec31996 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-d509f12f-0a95-45b9-8446-53615ec31996 {
  display: none;
}
#s-d509f12f-0a95-45b9-8446-53615ec31996, #wrap-s-d509f12f-0a95-45b9-8446-53615ec31996 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d509f12f-0a95-45b9-8446-53615ec31996 {
  display: none;
}
#s-d509f12f-0a95-45b9-8446-53615ec31996, #wrap-s-d509f12f-0a95-45b9-8446-53615ec31996 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d509f12f-0a95-45b9-8446-53615ec31996"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d509f12f-0a95-45b9-8446-53615ec31996"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d509f12f-0a95-45b9-8446-53615ec31996"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d509f12f-0a95-45b9-8446-53615ec31996"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}



.shg-image-margin-container-s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shogun-image-content {
  
    align-items: center;
  
}

.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
      position: relative;
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
  
  
  
  
}

#s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shogun-image-content {
  
    align-items: center;
  
}

.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
      position: relative;
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
  
  
  
  
}

#s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shogun-image-content {
  
    align-items: center;
  
}

.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
      position: relative;
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
  
  
  
  
}

#s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shogun-image-content {
  
    align-items: center;
  
}

.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
      position: relative;
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
  
  
  
  
}

#s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d1be7c1-cf72-401a-9b0c-409aaa12faea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea .shogun-image-content {
  
    align-items: center;
  
}

.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container {
      position: relative;
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d1be7c1-cf72-401a-9b0c-409aaa12faea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-5ed46a68-3535-4829-8cbc-370cbd736ed3 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-5ed46a68-3535-4829-8cbc-370cbd736ed3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ed46a68-3535-4829-8cbc-370cbd736ed3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ed46a68-3535-4829-8cbc-370cbd736ed3 {
  display: none;
}
#s-5ed46a68-3535-4829-8cbc-370cbd736ed3, #wrap-s-5ed46a68-3535-4829-8cbc-370cbd736ed3 { display: none !important; }}@media (max-width: 767px){#s-5ed46a68-3535-4829-8cbc-370cbd736ed3 {
  display: none;
}
#s-5ed46a68-3535-4829-8cbc-370cbd736ed3, #wrap-s-5ed46a68-3535-4829-8cbc-370cbd736ed3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5ed46a68-3535-4829-8cbc-370cbd736ed3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-5ed46a68-3535-4829-8cbc-370cbd736ed3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5ed46a68-3535-4829-8cbc-370cbd736ed3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ed46a68-3535-4829-8cbc-370cbd736ed3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-7a5a0c7e-099c-485b-8bef-fff28a6eff29 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-7a5a0c7e-099c-485b-8bef-fff28a6eff29 img.shogun-image,
  #s-7a5a0c7e-099c-485b-8bef-fff28a6eff29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a5a0c7e-099c-485b-8bef-fff28a6eff29 {
    width: 100%;
    height: auto;
  }



  #s-7a5a0c7e-099c-485b-8bef-fff28a6eff29 img.shogun-image {
    

    
    
    
  }


#s-7a5a0c7e-099c-485b-8bef-fff28a6eff29 .shogun-image-content {
  
    align-items: center;
  
}

#s-0548930b-672e-45f4-abc4-17f2730c4a2a {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}



.shg-image-margin-container-s-0548930b-672e-45f4-abc4-17f2730c4a2a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0548930b-672e-45f4-abc4-17f2730c4a2a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0548930b-672e-45f4-abc4-17f2730c4a2a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-0548930b-672e-45f4-abc4-17f2730c4a2a .shogun-image-content {
  
    align-items: center;
  
}

.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0548930b-672e-45f4-abc4-17f2730c4a2a {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
      position: relative;
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0548930b-672e-45f4-abc4-17f2730c4a2a {
  
  
  
  
}

#s-0548930b-672e-45f4-abc4-17f2730c4a2a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0548930b-672e-45f4-abc4-17f2730c4a2a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-0548930b-672e-45f4-abc4-17f2730c4a2a .shogun-image-content {
  
    align-items: center;
  
}

.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0548930b-672e-45f4-abc4-17f2730c4a2a {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
      position: relative;
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-0548930b-672e-45f4-abc4-17f2730c4a2a {
  
  
  
  
}

#s-0548930b-672e-45f4-abc4-17f2730c4a2a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0548930b-672e-45f4-abc4-17f2730c4a2a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-0548930b-672e-45f4-abc4-17f2730c4a2a .shogun-image-content {
  
    align-items: center;
  
}

.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0548930b-672e-45f4-abc4-17f2730c4a2a {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
      position: relative;
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-0548930b-672e-45f4-abc4-17f2730c4a2a {
  
  
  
  
}

#s-0548930b-672e-45f4-abc4-17f2730c4a2a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0548930b-672e-45f4-abc4-17f2730c4a2a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-0548930b-672e-45f4-abc4-17f2730c4a2a .shogun-image-content {
  
    align-items: center;
  
}

.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0548930b-672e-45f4-abc4-17f2730c4a2a {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
      position: relative;
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-0548930b-672e-45f4-abc4-17f2730c4a2a {
  
  
  
  
}

#s-0548930b-672e-45f4-abc4-17f2730c4a2a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0548930b-672e-45f4-abc4-17f2730c4a2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0548930b-672e-45f4-abc4-17f2730c4a2a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-0548930b-672e-45f4-abc4-17f2730c4a2a .shogun-image-content {
  
    align-items: center;
  
}

.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0548930b-672e-45f4-abc4-17f2730c4a2a {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container {
      position: relative;
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0548930b-672e-45f4-abc4-17f2730c4a2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
