.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-c7a584bc-f7c7-45f4-a56a-4d90a0bb3fa1 {
  min-height: 50px;
}








#s-c7a584bc-f7c7-45f4-a56a-4d90a0bb3fa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7a584bc-f7c7-45f4-a56a-4d90a0bb3fa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e385095-b33a-4646-9501-97ad7df6a02a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e385095-b33a-4646-9501-97ad7df6a02a {
  margin-left: 15px;
margin-right: 15px;
display: none;
}
#s-3e385095-b33a-4646-9501-97ad7df6a02a, #wrap-s-3e385095-b33a-4646-9501-97ad7df6a02a { display:none !important; }}@media (max-width: 767px){#s-3e385095-b33a-4646-9501-97ad7df6a02a {
  display: none;
}
#s-3e385095-b33a-4646-9501-97ad7df6a02a, #wrap-s-3e385095-b33a-4646-9501-97ad7df6a02a { display:none !important; }}







#s-3e385095-b33a-4646-9501-97ad7df6a02a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e385095-b33a-4646-9501-97ad7df6a02a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-ed3a4aab-c2ae-4b0d-aa23-572df7297487 {
  margin-top: 25px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ed3a4aab-c2ae-4b0d-aa23-572df7297487 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-ed3a4aab-c2ae-4b0d-aa23-572df7297487 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "&#39;Messina Sans Web Bold&#39;";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

@media (max-width: 767px){#s-2d454ae6-1e32-4dc0-a4e4-fa424a58018b {
  margin-left: 10px;
margin-right: 10px;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-5d9804ef-d833-47c6-9af2-ecf00175d444 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d9804ef-d833-47c6-9af2-ecf00175d444 {
  display: none;
}
#s-5d9804ef-d833-47c6-9af2-ecf00175d444, #wrap-s-5d9804ef-d833-47c6-9af2-ecf00175d444 { display:none !important; }}@media (max-width: 767px){#s-5d9804ef-d833-47c6-9af2-ecf00175d444 {
  display: none;
}
#s-5d9804ef-d833-47c6-9af2-ecf00175d444, #wrap-s-5d9804ef-d833-47c6-9af2-ecf00175d444 { display:none !important; }}
#s-5d9804ef-d833-47c6-9af2-ecf00175d444 .shg-sld-dot {
  background-color: rgba(20, 20, 20, 1);
}

#s-5d9804ef-d833-47c6-9af2-ecf00175d444 .shg-sld-nav-button.shg-sld-left,
#s-5d9804ef-d833-47c6-9af2-ecf00175d444 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(20, 20, 20, 1);
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

@media (min-width: 0px) {
[id="s-55e45161-c825-47c0-888c-3a0096de30cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-55e45161-c825-47c0-888c-3a0096de30cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-55e45161-c825-47c0-888c-3a0096de30cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-55e45161-c825-47c0-888c-3a0096de30cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 0px) {
[id="s-d280c7b1-5d65-4fce-8ffa-6878c5921c6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d280c7b1-5d65-4fce-8ffa-6878c5921c6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d280c7b1-5d65-4fce-8ffa-6878c5921c6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d280c7b1-5d65-4fce-8ffa-6878c5921c6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 0px) {
[id="s-4d93fd56-151e-46bc-a5d3-547bffc4b2c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d93fd56-151e-46bc-a5d3-547bffc4b2c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4d93fd56-151e-46bc-a5d3-547bffc4b2c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d93fd56-151e-46bc-a5d3-547bffc4b2c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "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-f8605c0d-4326-479b-9daa-0c87748ba223 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-f8605c0d-4326-479b-9daa-0c87748ba223:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-f8605c0d-4326-479b-9daa-0c87748ba223 img.shogun-image {
    

    
    
    
  }


#s-f8605c0d-4326-479b-9daa-0c87748ba223 .shogun-image-content {
  
    align-items: flex-end;
  
}

.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 {
  font-weight: ;
  font-family: ;
}

.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-e6521a10-b084-4de2-872f-4c4d2f278908 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-e6521a10-b084-4de2-872f-4c4d2f278908:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e6521a10-b084-4de2-872f-4c4d2f278908:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-e6521a10-b084-4de2-872f-4c4d2f278908-root {
    text-align: center;
  }


#s-e6521a10-b084-4de2-872f-4c4d2f278908.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e6521a10-b084-4de2-872f-4c4d2f278908-root {
    text-align: center;
  }


#s-e6521a10-b084-4de2-872f-4c4d2f278908.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6521a10-b084-4de2-872f-4c4d2f278908-root {
    text-align: center;
  }


#s-e6521a10-b084-4de2-872f-4c4d2f278908.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6521a10-b084-4de2-872f-4c4d2f278908-root {
    text-align: center;
  }


#s-e6521a10-b084-4de2-872f-4c4d2f278908.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e6521a10-b084-4de2-872f-4c4d2f278908-root {
    text-align: center;
  }


#s-e6521a10-b084-4de2-872f-4c4d2f278908.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-3a40a9f1-5ad8-4211-ad2f-65413ef5d628 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
#s-3a40a9f1-5ad8-4211-ad2f-65413ef5d628:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-3a40a9f1-5ad8-4211-ad2f-65413ef5d628 img.shogun-image {
    

    
    
    
  }


#s-3a40a9f1-5ad8-4211-ad2f-65413ef5d628 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9db869e3-333d-4fa4-9fda-32ace307a397 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-9db869e3-333d-4fa4-9fda-32ace307a397:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9db869e3-333d-4fa4-9fda-32ace307a397:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-9db869e3-333d-4fa4-9fda-32ace307a397-root {
    text-align: center;
  }


#s-9db869e3-333d-4fa4-9fda-32ace307a397.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9db869e3-333d-4fa4-9fda-32ace307a397-root {
    text-align: center;
  }


#s-9db869e3-333d-4fa4-9fda-32ace307a397.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9db869e3-333d-4fa4-9fda-32ace307a397-root {
    text-align: center;
  }


#s-9db869e3-333d-4fa4-9fda-32ace307a397.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9db869e3-333d-4fa4-9fda-32ace307a397-root {
    text-align: center;
  }


#s-9db869e3-333d-4fa4-9fda-32ace307a397.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9db869e3-333d-4fa4-9fda-32ace307a397-root {
    text-align: center;
  }


#s-9db869e3-333d-4fa4-9fda-32ace307a397.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-422bee05-705c-4b90-93c8-205b779b250f {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
#s-422bee05-705c-4b90-93c8-205b779b250f:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-422bee05-705c-4b90-93c8-205b779b250f img.shogun-image {
    

    
    
    
  }


#s-422bee05-705c-4b90-93c8-205b779b250f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8935a2b1-3894-49c5-8300-4bc189050d60 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-8935a2b1-3894-49c5-8300-4bc189050d60:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8935a2b1-3894-49c5-8300-4bc189050d60:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-8935a2b1-3894-49c5-8300-4bc189050d60-root {
    text-align: center;
  }


#s-8935a2b1-3894-49c5-8300-4bc189050d60.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8935a2b1-3894-49c5-8300-4bc189050d60-root {
    text-align: center;
  }


#s-8935a2b1-3894-49c5-8300-4bc189050d60.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8935a2b1-3894-49c5-8300-4bc189050d60-root {
    text-align: center;
  }


#s-8935a2b1-3894-49c5-8300-4bc189050d60.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8935a2b1-3894-49c5-8300-4bc189050d60-root {
    text-align: center;
  }


#s-8935a2b1-3894-49c5-8300-4bc189050d60.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8935a2b1-3894-49c5-8300-4bc189050d60-root {
    text-align: center;
  }


#s-8935a2b1-3894-49c5-8300-4bc189050d60.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-19d9e86a-ddf9-4e13-9b5b-a659cecf4f87 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-19d9e86a-ddf9-4e13-9b5b-a659cecf4f87:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-19d9e86a-ddf9-4e13-9b5b-a659cecf4f87 img.shogun-image {
    

    
    
    
  }


#s-19d9e86a-ddf9-4e13-9b5b-a659cecf4f87 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-be508bef-b771-46c6-af4b-cf83ae9c22ad {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-be508bef-b771-46c6-af4b-cf83ae9c22ad:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-be508bef-b771-46c6-af4b-cf83ae9c22ad:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-be508bef-b771-46c6-af4b-cf83ae9c22ad-root {
    text-align: center;
  }


#s-be508bef-b771-46c6-af4b-cf83ae9c22ad.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-be508bef-b771-46c6-af4b-cf83ae9c22ad-root {
    text-align: center;
  }


#s-be508bef-b771-46c6-af4b-cf83ae9c22ad.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be508bef-b771-46c6-af4b-cf83ae9c22ad-root {
    text-align: center;
  }


#s-be508bef-b771-46c6-af4b-cf83ae9c22ad.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be508bef-b771-46c6-af4b-cf83ae9c22ad-root {
    text-align: center;
  }


#s-be508bef-b771-46c6-af4b-cf83ae9c22ad.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-be508bef-b771-46c6-af4b-cf83ae9c22ad-root {
    text-align: center;
  }


#s-be508bef-b771-46c6-af4b-cf83ae9c22ad.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-d503843a-f43f-4a21-bf68-12428084d520"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d503843a-f43f-4a21-bf68-12428084d520"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d503843a-f43f-4a21-bf68-12428084d520"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d503843a-f43f-4a21-bf68-12428084d520"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-5ad71761-7711-4f4a-9a36-06e26d77f936 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
#s-5ad71761-7711-4f4a-9a36-06e26d77f936:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-5ad71761-7711-4f4a-9a36-06e26d77f936 img.shogun-image {
    

    
    
    
  }


#s-5ad71761-7711-4f4a-9a36-06e26d77f936 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb-root {
    text-align: center;
  }


#s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb-root {
    text-align: center;
  }


#s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb-root {
    text-align: center;
  }


#s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb-root {
    text-align: center;
  }


#s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb-root {
    text-align: center;
  }


#s-9ee1ecf6-0a3a-41d9-a1a9-c69143d544cb.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-0707a8f1-cc9b-4116-b95e-8925739fe7bc {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
border-style: solid;
text-align: center;
}
#s-0707a8f1-cc9b-4116-b95e-8925739fe7bc:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-0707a8f1-cc9b-4116-b95e-8925739fe7bc img.shogun-image {
    

    
    
    
  }


#s-0707a8f1-cc9b-4116-b95e-8925739fe7bc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6ed25574-0523-4750-baab-bde0e46e0ea2 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-6ed25574-0523-4750-baab-bde0e46e0ea2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6ed25574-0523-4750-baab-bde0e46e0ea2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-6ed25574-0523-4750-baab-bde0e46e0ea2-root {
    text-align: center;
  }


#s-6ed25574-0523-4750-baab-bde0e46e0ea2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ed25574-0523-4750-baab-bde0e46e0ea2-root {
    text-align: center;
  }


#s-6ed25574-0523-4750-baab-bde0e46e0ea2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ed25574-0523-4750-baab-bde0e46e0ea2-root {
    text-align: center;
  }


#s-6ed25574-0523-4750-baab-bde0e46e0ea2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ed25574-0523-4750-baab-bde0e46e0ea2-root {
    text-align: center;
  }


#s-6ed25574-0523-4750-baab-bde0e46e0ea2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ed25574-0523-4750-baab-bde0e46e0ea2-root {
    text-align: center;
  }


#s-6ed25574-0523-4750-baab-bde0e46e0ea2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-7104a41b-c21a-4aff-aa86-d975b94cd2c4 {
  margin-top: 30px;
margin-bottom: 30px;
background-color: rgba(239, 230, 224, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7104a41b-c21a-4aff-aa86-d975b94cd2c4 {
  display: none;
}
#s-7104a41b-c21a-4aff-aa86-d975b94cd2c4, #wrap-s-7104a41b-c21a-4aff-aa86-d975b94cd2c4 { display:none !important; }}@media (max-width: 767px){#s-7104a41b-c21a-4aff-aa86-d975b94cd2c4 {
  display: none;
}
#s-7104a41b-c21a-4aff-aa86-d975b94cd2c4, #wrap-s-7104a41b-c21a-4aff-aa86-d975b94cd2c4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7104a41b-c21a-4aff-aa86-d975b94cd2c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7104a41b-c21a-4aff-aa86-d975b94cd2c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7104a41b-c21a-4aff-aa86-d975b94cd2c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7104a41b-c21a-4aff-aa86-d975b94cd2c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7104a41b-c21a-4aff-aa86-d975b94cd2c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7104a41b-c21a-4aff-aa86-d975b94cd2c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7104a41b-c21a-4aff-aa86-d975b94cd2c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-9f3c5a78-3f95-4800-80d2-4371562fa33a {
  text-align: center;
}







  #s-9f3c5a78-3f95-4800-80d2-4371562fa33a img.shogun-image {
    

    
    
    
  }


#s-9f3c5a78-3f95-4800-80d2-4371562fa33a .shogun-image-content {
  
    align-items: center;
  
}

#s-74f942f9-bfe8-4962-aae3-9947bb0edc77 {
  margin-left: 70px;
margin-right: 45px;
min-height: 555px;
}

#s-74f942f9-bfe8-4962-aae3-9947bb0edc77 {
  background-image: url();
}








#s-74f942f9-bfe8-4962-aae3-9947bb0edc77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74f942f9-bfe8-4962-aae3-9947bb0edc77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76e87ae6-203b-49d8-9836-fae8c8e96443 {
  max-width: 130px;
text-align: center;
}







  #s-76e87ae6-203b-49d8-9836-fae8c8e96443 img.shogun-image {
    

    
    
    
  }


#s-76e87ae6-203b-49d8-9836-fae8c8e96443 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ff6407f-2d3a-460e-94fc-5c6b26370ca2 {
  max-width: 70%;
}

#s-d765240a-ead5-47d5-8b35-a9e57f92066d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d765240a-ead5-47d5-8b35-a9e57f92066d {
  display: none;
}
#s-d765240a-ead5-47d5-8b35-a9e57f92066d, #wrap-s-d765240a-ead5-47d5-8b35-a9e57f92066d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d765240a-ead5-47d5-8b35-a9e57f92066d {
  display: none;
}
#s-d765240a-ead5-47d5-8b35-a9e57f92066d, #wrap-s-d765240a-ead5-47d5-8b35-a9e57f92066d { display:none !important; }}







#s-d765240a-ead5-47d5-8b35-a9e57f92066d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d765240a-ead5-47d5-8b35-a9e57f92066d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce0cadfc-6b06-4bf3-8c87-10f2504b78fe {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ce0cadfc-6b06-4bf3-8c87-10f2504b78fe {
  display: none;
}
#s-ce0cadfc-6b06-4bf3-8c87-10f2504b78fe, #wrap-s-ce0cadfc-6b06-4bf3-8c87-10f2504b78fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce0cadfc-6b06-4bf3-8c87-10f2504b78fe {
  display: none;
}
#s-ce0cadfc-6b06-4bf3-8c87-10f2504b78fe, #wrap-s-ce0cadfc-6b06-4bf3-8c87-10f2504b78fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce0cadfc-6b06-4bf3-8c87-10f2504b78fe {
  margin-left: 15px;
margin-right: 15px;
}
}







#s-ce0cadfc-6b06-4bf3-8c87-10f2504b78fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce0cadfc-6b06-4bf3-8c87-10f2504b78fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66d72301-a722-4c21-b3cf-623a8d508a98 {
  margin-top: 28px;
margin-left: 28px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-66d72301-a722-4c21-b3cf-623a8d508a98 {
  margin-right: 10px;
}
}
#s-66d72301-a722-4c21-b3cf-623a8d508a98 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "&#39;Messina Sans Web Bold&#39;";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-963d4ed4-f941-4c20-99a8-21871cf3b0b2 {
  margin-left: 28px;
margin-right: 28px;
}

#s-80a41a36-d2a7-4e12-a83f-cd0c5fc08d5f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-80a41a36-d2a7-4e12-a83f-cd0c5fc08d5f {
  display: none;
}
#s-80a41a36-d2a7-4e12-a83f-cd0c5fc08d5f, #wrap-s-80a41a36-d2a7-4e12-a83f-cd0c5fc08d5f { display:none !important; }}@media (max-width: 767px){#s-80a41a36-d2a7-4e12-a83f-cd0c5fc08d5f {
  display: none;
}
#s-80a41a36-d2a7-4e12-a83f-cd0c5fc08d5f, #wrap-s-80a41a36-d2a7-4e12-a83f-cd0c5fc08d5f { display:none !important; }}
#s-80a41a36-d2a7-4e12-a83f-cd0c5fc08d5f .shg-sld-dot {
  background-color: rgba(20, 20, 20, 1);
}

#s-80a41a36-d2a7-4e12-a83f-cd0c5fc08d5f .shg-sld-nav-button.shg-sld-left,
#s-80a41a36-d2a7-4e12-a83f-cd0c5fc08d5f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(20, 20, 20, 1);
}

@media (min-width: 0px) {
[id="s-4787ece2-582e-425a-bf88-c83cc6c46d2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4787ece2-582e-425a-bf88-c83cc6c46d2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4787ece2-582e-425a-bf88-c83cc6c46d2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4787ece2-582e-425a-bf88-c83cc6c46d2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 0px) {
[id="s-200f2900-34c2-49f4-97ba-5c77e29d853e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-200f2900-34c2-49f4-97ba-5c77e29d853e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-200f2900-34c2-49f4-97ba-5c77e29d853e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-200f2900-34c2-49f4-97ba-5c77e29d853e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 0px) {
[id="s-8853889f-c0d6-40c8-870e-b3a645737b5a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8853889f-c0d6-40c8-870e-b3a645737b5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8853889f-c0d6-40c8-870e-b3a645737b5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8853889f-c0d6-40c8-870e-b3a645737b5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-5028494c-91b5-4b33-b4df-cfd5fddea7ce {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
#s-5028494c-91b5-4b33-b4df-cfd5fddea7ce:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-5028494c-91b5-4b33-b4df-cfd5fddea7ce img.shogun-image {
    

    
    
    
  }


#s-5028494c-91b5-4b33-b4df-cfd5fddea7ce .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a3534de6-b205-41e5-b0c5-4729c2db7d87 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-a3534de6-b205-41e5-b0c5-4729c2db7d87:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a3534de6-b205-41e5-b0c5-4729c2db7d87:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-a3534de6-b205-41e5-b0c5-4729c2db7d87-root {
    text-align: center;
  }


#s-a3534de6-b205-41e5-b0c5-4729c2db7d87.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a3534de6-b205-41e5-b0c5-4729c2db7d87-root {
    text-align: center;
  }


#s-a3534de6-b205-41e5-b0c5-4729c2db7d87.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3534de6-b205-41e5-b0c5-4729c2db7d87-root {
    text-align: center;
  }


#s-a3534de6-b205-41e5-b0c5-4729c2db7d87.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3534de6-b205-41e5-b0c5-4729c2db7d87-root {
    text-align: center;
  }


#s-a3534de6-b205-41e5-b0c5-4729c2db7d87.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a3534de6-b205-41e5-b0c5-4729c2db7d87-root {
    text-align: center;
  }


#s-a3534de6-b205-41e5-b0c5-4729c2db7d87.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-28b02e3e-8b27-4dcd-af8b-763c6200fa34 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
#s-28b02e3e-8b27-4dcd-af8b-763c6200fa34:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-28b02e3e-8b27-4dcd-af8b-763c6200fa34 img.shogun-image {
    

    
    
    
  }


#s-28b02e3e-8b27-4dcd-af8b-763c6200fa34 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40-root {
    text-align: center;
  }


#s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40-root {
    text-align: center;
  }


#s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40-root {
    text-align: center;
  }


#s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40-root {
    text-align: center;
  }


#s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40-root {
    text-align: center;
  }


#s-a12f9cd7-76b8-4f85-b655-93f4a3c01f40.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-b1b9ddc9-84dc-4619-89e1-d27b927f3e25 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-b1b9ddc9-84dc-4619-89e1-d27b927f3e25:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-b1b9ddc9-84dc-4619-89e1-d27b927f3e25 img.shogun-image {
    

    
    
    
  }


#s-b1b9ddc9-84dc-4619-89e1-d27b927f3e25 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-753bb43b-5368-4574-8bec-c17286be52dc {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-753bb43b-5368-4574-8bec-c17286be52dc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-753bb43b-5368-4574-8bec-c17286be52dc:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-753bb43b-5368-4574-8bec-c17286be52dc-root {
    text-align: center;
  }


#s-753bb43b-5368-4574-8bec-c17286be52dc.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-753bb43b-5368-4574-8bec-c17286be52dc-root {
    text-align: center;
  }


#s-753bb43b-5368-4574-8bec-c17286be52dc.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-753bb43b-5368-4574-8bec-c17286be52dc-root {
    text-align: center;
  }


#s-753bb43b-5368-4574-8bec-c17286be52dc.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-753bb43b-5368-4574-8bec-c17286be52dc-root {
    text-align: center;
  }


#s-753bb43b-5368-4574-8bec-c17286be52dc.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-753bb43b-5368-4574-8bec-c17286be52dc-root {
    text-align: center;
  }


#s-753bb43b-5368-4574-8bec-c17286be52dc.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-8ab7407e-bb86-4566-a047-14c50e2a729f {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-8ab7407e-bb86-4566-a047-14c50e2a729f:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-8ab7407e-bb86-4566-a047-14c50e2a729f img.shogun-image {
    

    
    
    
  }


#s-8ab7407e-bb86-4566-a047-14c50e2a729f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28-root {
    text-align: center;
  }


#s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28-root {
    text-align: center;
  }


#s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28-root {
    text-align: center;
  }


#s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28-root {
    text-align: center;
  }


#s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28-root {
    text-align: center;
  }


#s-42c7cbae-9713-4ec0-a64e-b1839f7a9c28.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-efb0e54a-6204-4884-a6ba-7a9232cee321"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-efb0e54a-6204-4884-a6ba-7a9232cee321"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-efb0e54a-6204-4884-a6ba-7a9232cee321"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-efb0e54a-6204-4884-a6ba-7a9232cee321"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-f2a2c36d-7859-49a2-8a7c-d130f44af034 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
#s-f2a2c36d-7859-49a2-8a7c-d130f44af034:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-f2a2c36d-7859-49a2-8a7c-d130f44af034 img.shogun-image {
    

    
    
    
  }


#s-f2a2c36d-7859-49a2-8a7c-d130f44af034 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-bc8b6d45-cebf-462a-876f-efdc8a4afc92 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-bc8b6d45-cebf-462a-876f-efdc8a4afc92:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bc8b6d45-cebf-462a-876f-efdc8a4afc92:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-bc8b6d45-cebf-462a-876f-efdc8a4afc92-root {
    text-align: center;
  }


#s-bc8b6d45-cebf-462a-876f-efdc8a4afc92.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bc8b6d45-cebf-462a-876f-efdc8a4afc92-root {
    text-align: center;
  }


#s-bc8b6d45-cebf-462a-876f-efdc8a4afc92.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc8b6d45-cebf-462a-876f-efdc8a4afc92-root {
    text-align: center;
  }


#s-bc8b6d45-cebf-462a-876f-efdc8a4afc92.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc8b6d45-cebf-462a-876f-efdc8a4afc92-root {
    text-align: center;
  }


#s-bc8b6d45-cebf-462a-876f-efdc8a4afc92.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bc8b6d45-cebf-462a-876f-efdc8a4afc92-root {
    text-align: center;
  }


#s-bc8b6d45-cebf-462a-876f-efdc8a4afc92.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-2836d83c-c7b2-47f5-b70a-e6b999b3f9f1 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
border-style: solid;
text-align: center;
}
#s-2836d83c-c7b2-47f5-b70a-e6b999b3f9f1:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-2836d83c-c7b2-47f5-b70a-e6b999b3f9f1 img.shogun-image {
    

    
    
    
  }


#s-2836d83c-c7b2-47f5-b70a-e6b999b3f9f1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-92cf7807-364e-4999-905a-60853869eab4 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 130px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-92cf7807-364e-4999-905a-60853869eab4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-92cf7807-364e-4999-905a-60853869eab4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}

  #s-92cf7807-364e-4999-905a-60853869eab4-root {
    text-align: center;
  }


#s-92cf7807-364e-4999-905a-60853869eab4.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-92cf7807-364e-4999-905a-60853869eab4-root {
    text-align: center;
  }


#s-92cf7807-364e-4999-905a-60853869eab4.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92cf7807-364e-4999-905a-60853869eab4-root {
    text-align: center;
  }


#s-92cf7807-364e-4999-905a-60853869eab4.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92cf7807-364e-4999-905a-60853869eab4-root {
    text-align: center;
  }


#s-92cf7807-364e-4999-905a-60853869eab4.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-92cf7807-364e-4999-905a-60853869eab4-root {
    text-align: center;
  }


#s-92cf7807-364e-4999-905a-60853869eab4.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-685e81c6-592e-41a5-a1d1-56d50aca372d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-685e81c6-592e-41a5-a1d1-56d50aca372d .shg-sld-dot {
  background-color: rgba(20, 20, 20, 1);
}

#s-685e81c6-592e-41a5-a1d1-56d50aca372d .shg-sld-nav-button.shg-sld-left,
#s-685e81c6-592e-41a5-a1d1-56d50aca372d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(20, 20, 20, 1);
}

@media (min-width: 0px) {
[id="s-d9f3fd2a-5385-4259-83b7-2c1e55b18a07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-d9f3fd2a-5385-4259-83b7-2c1e55b18a07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d9f3fd2a-5385-4259-83b7-2c1e55b18a07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d9f3fd2a-5385-4259-83b7-2c1e55b18a07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-9e1e603f-d23d-4fab-82c7-a8f050faee4e {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-9e1e603f-d23d-4fab-82c7-a8f050faee4e:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-9e1e603f-d23d-4fab-82c7-a8f050faee4e img.shogun-image {
    

    
    
    
  }


#s-9e1e603f-d23d-4fab-82c7-a8f050faee4e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-624d8af5-4b05-4121-8686-889a0934a37d {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-624d8af5-4b05-4121-8686-889a0934a37d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-624d8af5-4b05-4121-8686-889a0934a37d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-624d8af5-4b05-4121-8686-889a0934a37d {
  margin-left: 5px;
margin-right: 5px;
max-width: 400px;
}
}

  #s-624d8af5-4b05-4121-8686-889a0934a37d-root {
    text-align: center;
  }


#s-624d8af5-4b05-4121-8686-889a0934a37d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-624d8af5-4b05-4121-8686-889a0934a37d-root {
    text-align: center;
  }


#s-624d8af5-4b05-4121-8686-889a0934a37d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-624d8af5-4b05-4121-8686-889a0934a37d-root {
    text-align: center;
  }


#s-624d8af5-4b05-4121-8686-889a0934a37d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-624d8af5-4b05-4121-8686-889a0934a37d-root {
    text-align: center;
  }


#s-624d8af5-4b05-4121-8686-889a0934a37d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-624d8af5-4b05-4121-8686-889a0934a37d-root {
    text-align: center;
  }


#s-624d8af5-4b05-4121-8686-889a0934a37d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-7594468e-c766-4ed1-8939-6364e0268897 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-7594468e-c766-4ed1-8939-6364e0268897:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-7594468e-c766-4ed1-8939-6364e0268897 img.shogun-image {
    

    
    
    
  }


#s-7594468e-c766-4ed1-8939-6364e0268897 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97 {
  margin-left: 5px;
margin-right: 5px;
max-width: 400px;
}
}

  #s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97-root {
    text-align: center;
  }


#s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97-root {
    text-align: center;
  }


#s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97-root {
    text-align: center;
  }


#s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97-root {
    text-align: center;
  }


#s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97-root {
    text-align: center;
  }


#s-3d8b0b39-8fa5-41ed-a2ef-268582c71d97.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-8bc51cd7-975c-4ec1-a993-ef48e47afe60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8bc51cd7-975c-4ec1-a993-ef48e47afe60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8bc51cd7-975c-4ec1-a993-ef48e47afe60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8bc51cd7-975c-4ec1-a993-ef48e47afe60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 0px) {
[id="s-6e67b26c-9b16-4964-9ed3-53fb5cb50e2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-6e67b26c-9b16-4964-9ed3-53fb5cb50e2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6e67b26c-9b16-4964-9ed3-53fb5cb50e2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e67b26c-9b16-4964-9ed3-53fb5cb50e2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 0px) {
[id="s-c3e5ed7f-62a5-425d-827d-7596e5ea9321"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-c3e5ed7f-62a5-425d-827d-7596e5ea9321"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c3e5ed7f-62a5-425d-827d-7596e5ea9321"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c3e5ed7f-62a5-425d-827d-7596e5ea9321"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 0px) {
[id="s-1f2a5119-c19f-4394-8b4c-b9bf5ddd74e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-1f2a5119-c19f-4394-8b4c-b9bf5ddd74e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1f2a5119-c19f-4394-8b4c-b9bf5ddd74e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f2a5119-c19f-4394-8b4c-b9bf5ddd74e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-88d85e16-9fec-46dd-80ec-d81f917fc473 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-88d85e16-9fec-46dd-80ec-d81f917fc473"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-88d85e16-9fec-46dd-80ec-d81f917fc473"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-88d85e16-9fec-46dd-80ec-d81f917fc473"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-88d85e16-9fec-46dd-80ec-d81f917fc473"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 0px) {
[id="s-c0e7bf16-6c20-4b9a-9cf8-24e05c3aa604"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-c0e7bf16-6c20-4b9a-9cf8-24e05c3aa604"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c0e7bf16-6c20-4b9a-9cf8-24e05c3aa604"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c0e7bf16-6c20-4b9a-9cf8-24e05c3aa604"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-48407915-28f4-46c1-be2a-3edc8bce4fb5 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 232, 237, 1);
text-align: center;
}
#s-48407915-28f4-46c1-be2a-3edc8bce4fb5:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-48407915-28f4-46c1-be2a-3edc8bce4fb5 img.shogun-image {
    

    
    
    
  }


#s-48407915-28f4-46c1-be2a-3edc8bce4fb5 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-06307f78-7d48-4be6-b355-17463f6492ed {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-06307f78-7d48-4be6-b355-17463f6492ed:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-06307f78-7d48-4be6-b355-17463f6492ed:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-06307f78-7d48-4be6-b355-17463f6492ed {
  margin-left: 5px;
margin-right: 5px;
max-width: 400px;
}
}

  #s-06307f78-7d48-4be6-b355-17463f6492ed-root {
    text-align: center;
  }


#s-06307f78-7d48-4be6-b355-17463f6492ed.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-06307f78-7d48-4be6-b355-17463f6492ed-root {
    text-align: center;
  }


#s-06307f78-7d48-4be6-b355-17463f6492ed.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06307f78-7d48-4be6-b355-17463f6492ed-root {
    text-align: center;
  }


#s-06307f78-7d48-4be6-b355-17463f6492ed.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06307f78-7d48-4be6-b355-17463f6492ed-root {
    text-align: center;
  }


#s-06307f78-7d48-4be6-b355-17463f6492ed.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-06307f78-7d48-4be6-b355-17463f6492ed-root {
    text-align: center;
  }


#s-06307f78-7d48-4be6-b355-17463f6492ed.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-073317b4-9c42-4102-92d3-dceec910c69f {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
#s-073317b4-9c42-4102-92d3-dceec910c69f:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(252, 232, 237, 1) !important;}






  #s-073317b4-9c42-4102-92d3-dceec910c69f img.shogun-image {
    

    
    
    
  }


#s-073317b4-9c42-4102-92d3-dceec910c69f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5850c4ee-8e70-4ec8-974c-6d41473d06cd {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(20, 20, 20, 1);
background-image: none;
hover-type: color;
}
#s-5850c4ee-8e70-4ec8-974c-6d41473d06cd:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(20, 20, 20, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5850c4ee-8e70-4ec8-974c-6d41473d06cd:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(20, 20, 20, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-5850c4ee-8e70-4ec8-974c-6d41473d06cd {
  margin-left: 5px;
margin-right: 5px;
max-width: 400px;
}
}

  #s-5850c4ee-8e70-4ec8-974c-6d41473d06cd-root {
    text-align: center;
  }


#s-5850c4ee-8e70-4ec8-974c-6d41473d06cd.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5850c4ee-8e70-4ec8-974c-6d41473d06cd-root {
    text-align: center;
  }


#s-5850c4ee-8e70-4ec8-974c-6d41473d06cd.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5850c4ee-8e70-4ec8-974c-6d41473d06cd-root {
    text-align: center;
  }


#s-5850c4ee-8e70-4ec8-974c-6d41473d06cd.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5850c4ee-8e70-4ec8-974c-6d41473d06cd-root {
    text-align: center;
  }


#s-5850c4ee-8e70-4ec8-974c-6d41473d06cd.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5850c4ee-8e70-4ec8-974c-6d41473d06cd-root {
    text-align: center;
  }


#s-5850c4ee-8e70-4ec8-974c-6d41473d06cd.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 11px;
  
  
  font-family: Messina Sans Web Bold;
  display:  block ;
}
}
#s-8b59f300-f184-4f89-b4a2-208204b76958 {
  margin-top: 30px;
margin-bottom: 30px;
background-color: rgba(239, 230, 224, 1);
}
@media (min-width: 1200px){#s-8b59f300-f184-4f89-b4a2-208204b76958 {
  display: none;
}
#s-8b59f300-f184-4f89-b4a2-208204b76958, #wrap-s-8b59f300-f184-4f89-b4a2-208204b76958 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b59f300-f184-4f89-b4a2-208204b76958 {
  display: none;
}
#s-8b59f300-f184-4f89-b4a2-208204b76958, #wrap-s-8b59f300-f184-4f89-b4a2-208204b76958 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8b59f300-f184-4f89-b4a2-208204b76958"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b59f300-f184-4f89-b4a2-208204b76958"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b59f300-f184-4f89-b4a2-208204b76958"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b59f300-f184-4f89-b4a2-208204b76958"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b59f300-f184-4f89-b4a2-208204b76958"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b59f300-f184-4f89-b4a2-208204b76958"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b59f300-f184-4f89-b4a2-208204b76958"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-fde1e101-0aa2-49b4-856d-320ae40adf22 {
  text-align: center;
}







  #s-fde1e101-0aa2-49b4-856d-320ae40adf22 img.shogun-image {
    

    
    
    
  }


#s-fde1e101-0aa2-49b4-856d-320ae40adf22 .shogun-image-content {
  
    align-items: center;
  
}

#s-5801ab0e-620f-4eac-865e-35c0e7d835a4 {
  margin-left: auto;
margin-right: auto;
padding-left: 28px;
padding-right: 28px;
min-height: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5801ab0e-620f-4eac-865e-35c0e7d835a4 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-5801ab0e-620f-4eac-865e-35c0e7d835a4 {
  min-height: 300px;
}
}
#s-5801ab0e-620f-4eac-865e-35c0e7d835a4 {
  background-image: url();
}








#s-5801ab0e-620f-4eac-865e-35c0e7d835a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5801ab0e-620f-4eac-865e-35c0e7d835a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ce59b22-260d-43da-b09b-b9c9ee315ffe {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
text-align: center;
}







  #s-6ce59b22-260d-43da-b09b-b9c9ee315ffe img.shogun-image {
    

    
    
    
  }


#s-6ce59b22-260d-43da-b09b-b9c9ee315ffe .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

#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;
  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-lazyload-bg-image {
  display: none;
}

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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}}#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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.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}