.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-20d8204b-e754-4d66-bab6-9965de9b751e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-20d8204b-e754-4d66-bab6-9965de9b751e .shg-sld-dot {
  background-color: rgba(0, 58, 112, 1);
}

#s-20d8204b-e754-4d66-bab6-9965de9b751e .shg-sld-nav-button.shg-sld-left,
#s-20d8204b-e754-4d66-bab6-9965de9b751e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 58, 112, 1);
}

.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-789202a1-ff93-4d1a-a0f3-129bd12b9d4f {
  min-height: 50px;
}








#s-789202a1-ff93-4d1a-a0f3-129bd12b9d4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-789202a1-ff93-4d1a-a0f3-129bd12b9d4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-f3c04a5e-8f02-42ee-b438-64fce96f166d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3c04a5e-8f02-42ee-b438-64fce96f166d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3c04a5e-8f02-42ee-b438-64fce96f166d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3c04a5e-8f02-42ee-b438-64fce96f166d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.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;
}
#s-20734e2d-5fdf-4cc0-b766-38f22ca05467 {
  text-align: right;
}







  #s-20734e2d-5fdf-4cc0-b766-38f22ca05467 img.shogun-image {
    

    
    
    
  }


#s-20734e2d-5fdf-4cc0-b766-38f22ca05467 .shogun-image-content {
  
    align-items: center;
  
}

#s-76ebfd38-5a67-4be0-a9c6-7f152f1447d8 {
  text-align: left;
}







  #s-76ebfd38-5a67-4be0-a9c6-7f152f1447d8 img.shogun-image {
    

    
    
    
  }


#s-76ebfd38-5a67-4be0-a9c6-7f152f1447d8 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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: ;
}

#s-fa14c69a-8262-45d2-8ef4-1c467be84e87 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-fa14c69a-8262-45d2-8ef4-1c467be84e87 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa14c69a-8262-45d2-8ef4-1c467be84e87 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa14c69a-8262-45d2-8ef4-1c467be84e87 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-fa14c69a-8262-45d2-8ef4-1c467be84e87 {
  margin-left: 2%;
margin-right: 2%;
}
}
.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-bdfc8bf0-5902-4666-a6f5-796cd26ea763 {
  border-style: solid;
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, 85, 0, 1);
border-radius: 2px;
background-color: rgba(255, 85, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bdfc8bf0-5902-4666-a6f5-796cd26ea763:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 85, 0, 1) !important;}#s-bdfc8bf0-5902-4666-a6f5-796cd26ea763:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bdfc8bf0-5902-4666-a6f5-796cd26ea763-root {
    text-align: center;
  }


#s-bdfc8bf0-5902-4666-a6f5-796cd26ea763.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bdfc8bf0-5902-4666-a6f5-796cd26ea763-root {
    text-align: center;
  }


#s-bdfc8bf0-5902-4666-a6f5-796cd26ea763.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdfc8bf0-5902-4666-a6f5-796cd26ea763-root {
    text-align: center;
  }


#s-bdfc8bf0-5902-4666-a6f5-796cd26ea763.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdfc8bf0-5902-4666-a6f5-796cd26ea763-root {
    text-align: center;
  }


#s-bdfc8bf0-5902-4666-a6f5-796cd26ea763.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bdfc8bf0-5902-4666-a6f5-796cd26ea763-root {
    text-align: center;
  }


#s-bdfc8bf0-5902-4666-a6f5-796cd26ea763.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-acc0a839-82e6-4bdb-ad0a-e6f18e76acd5 {
  min-height: 50px;
}








#s-acc0a839-82e6-4bdb-ad0a-e6f18e76acd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acc0a839-82e6-4bdb-ad0a-e6f18e76acd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33b3b604-7eab-4fe9-abef-52571e5bce31 {
  min-height: 50px;
}








#s-33b3b604-7eab-4fe9-abef-52571e5bce31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33b3b604-7eab-4fe9-abef-52571e5bce31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5896554b-41d3-4597-9d61-a24db4d72970"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5896554b-41d3-4597-9d61-a24db4d72970"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5896554b-41d3-4597-9d61-a24db4d72970"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5896554b-41d3-4597-9d61-a24db4d72970"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5896554b-41d3-4597-9d61-a24db4d72970"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-86b52ffd-822c-4fd6-81de-c38a1f2a127c {
  text-align: right;
}







  #s-86b52ffd-822c-4fd6-81de-c38a1f2a127c img.shogun-image {
    

    
    
    
  }


#s-86b52ffd-822c-4fd6-81de-c38a1f2a127c .shogun-image-content {
  
    align-items: 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-b48d8d4e-f7dc-4694-b555-4f8da20b1383 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-b48d8d4e-f7dc-4694-b555-4f8da20b1383 .shogun-heading-component h1 {
  color: rgba(255, 85, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fe9c5fff-07c0-44bc-8a41-9fdf82462b5c {
  padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-fe9c5fff-07c0-44bc-8a41-9fdf82462b5c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-c41e59f0-d79a-4ecb-98e3-676678e6e7a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c41e59f0-d79a-4ecb-98e3-676678e6e7a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c41e59f0-d79a-4ecb-98e3-676678e6e7a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c41e59f0-d79a-4ecb-98e3-676678e6e7a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2269a5d4-d683-4917-b884-f981b5f3d7d4 {
  border-style: solid;
margin-left: 40%;
margin-right: 0%;
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-radius: 2px;
background-color: rgba(27, 48, 69, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-2269a5d4-d683-4917-b884-f981b5f3d7d4:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 85, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2269a5d4-d683-4917-b884-f981b5f3d7d4:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 85, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 58, 112, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2269a5d4-d683-4917-b884-f981b5f3d7d4 {
  margin-left: 55%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2269a5d4-d683-4917-b884-f981b5f3d7d4 {
  margin-left: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2269a5d4-d683-4917-b884-f981b5f3d7d4 {
  margin-left: 18%;
}
}@media (max-width: 767px){#s-2269a5d4-d683-4917-b884-f981b5f3d7d4 {
  margin-left: 5%;
text-align: center;
background-position: custom custom;
}
}

  #s-2269a5d4-d683-4917-b884-f981b5f3d7d4-root {
    text-align: center;
  }


#s-2269a5d4-d683-4917-b884-f981b5f3d7d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2269a5d4-d683-4917-b884-f981b5f3d7d4-root {
    text-align: center;
  }


#s-2269a5d4-d683-4917-b884-f981b5f3d7d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2269a5d4-d683-4917-b884-f981b5f3d7d4-root {
    text-align: center;
  }


#s-2269a5d4-d683-4917-b884-f981b5f3d7d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2269a5d4-d683-4917-b884-f981b5f3d7d4-root {
    text-align: center;
  }


#s-2269a5d4-d683-4917-b884-f981b5f3d7d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2269a5d4-d683-4917-b884-f981b5f3d7d4-root {
    text-align: center;
  }


#s-2269a5d4-d683-4917-b884-f981b5f3d7d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
#s-db62935f-91e4-458c-b2e4-99fd9192e8f7 {
  border-style: solid;
margin-right: 40%;
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-radius: 2px;
background-color: rgba(27, 48, 69, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-db62935f-91e4-458c-b2e4-99fd9192e8f7:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 85, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-db62935f-91e4-458c-b2e4-99fd9192e8f7:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 85, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 58, 112, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-db62935f-91e4-458c-b2e4-99fd9192e8f7 {
  margin-right: 55%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db62935f-91e4-458c-b2e4-99fd9192e8f7 {
  margin-right: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-db62935f-91e4-458c-b2e4-99fd9192e8f7 {
  margin-right: 18%;
}
}@media (max-width: 767px){#s-db62935f-91e4-458c-b2e4-99fd9192e8f7 {
  margin-right: 5%;
}
}

  #s-db62935f-91e4-458c-b2e4-99fd9192e8f7-root {
    text-align: center;
  }


#s-db62935f-91e4-458c-b2e4-99fd9192e8f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-db62935f-91e4-458c-b2e4-99fd9192e8f7-root {
    text-align: center;
  }


#s-db62935f-91e4-458c-b2e4-99fd9192e8f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db62935f-91e4-458c-b2e4-99fd9192e8f7-root {
    text-align: center;
  }


#s-db62935f-91e4-458c-b2e4-99fd9192e8f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db62935f-91e4-458c-b2e4-99fd9192e8f7-root {
    text-align: center;
  }


#s-db62935f-91e4-458c-b2e4-99fd9192e8f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-db62935f-91e4-458c-b2e4-99fd9192e8f7-root {
    text-align: center;
  }


#s-db62935f-91e4-458c-b2e4-99fd9192e8f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
#s-59e52065-342c-49b7-87d9-ad59302cee8a {
  text-align: left;
}







  #s-59e52065-342c-49b7-87d9-ad59302cee8a img.shogun-image {
    

    
    
    
  }


#s-59e52065-342c-49b7-87d9-ad59302cee8a .shogun-image-content {
  
    align-items: center;
  
}

#s-c7089fbc-33c1-4a1f-a05f-ccb078e9d1e8 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-c7089fbc-33c1-4a1f-a05f-ccb078e9d1e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7089fbc-33c1-4a1f-a05f-ccb078e9d1e8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7089fbc-33c1-4a1f-a05f-ccb078e9d1e8 {
  
}
}@media (max-width: 767px){#s-c7089fbc-33c1-4a1f-a05f-ccb078e9d1e8 {
  
}
}
@media (min-width: 0px) {
[id="s-c7089fbc-33c1-4a1f-a05f-ccb078e9d1e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7089fbc-33c1-4a1f-a05f-ccb078e9d1e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c7089fbc-33c1-4a1f-a05f-ccb078e9d1e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c7089fbc-33c1-4a1f-a05f-ccb078e9d1e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-d802e0cb-6fc1-4abc-9719-787e682c6c19 {
  margin-bottom: 20px;
text-align: center;
}







  #s-d802e0cb-6fc1-4abc-9719-787e682c6c19 img.shogun-image {
    

    
    
    
  }


#s-d802e0cb-6fc1-4abc-9719-787e682c6c19 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-03f3b65a-e96e-4678-aeaf-2fb9930b2583 {
  padding-left: 0%;
}

#s-d99caafb-d989-4607-9e68-2f544d89ed89 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 5px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d99caafb-d989-4607-9e68-2f544d89ed89 {
  display: none;
}
#s-d99caafb-d989-4607-9e68-2f544d89ed89, #wrap-s-d99caafb-d989-4607-9e68-2f544d89ed89 { display:none !important; }}
#s-d99caafb-d989-4607-9e68-2f544d89ed89 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d99caafb-d989-4607-9e68-2f544d89ed89 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  text-align: left;
}


}
#s-ac9321c4-63c0-4d52-89ba-2f6c729f3005 {
  margin-bottom: 20px;
padding-left: 0%;
text-align: center;
}







  #s-ac9321c4-63c0-4d52-89ba-2f6c729f3005 img.shogun-image {
    

    
    
    
  }


#s-ac9321c4-63c0-4d52-89ba-2f6c729f3005 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2a1dae47-a3f5-4e48-b2ad-abbbdd04a3bc {
  padding-left: 0%;
}

#s-d1a11bef-41e3-47ca-b460-5dbf8d0df20b {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 5px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1a11bef-41e3-47ca-b460-5dbf8d0df20b {
  display: none;
}
#s-d1a11bef-41e3-47ca-b460-5dbf8d0df20b, #wrap-s-d1a11bef-41e3-47ca-b460-5dbf8d0df20b { display:none !important; }}
#s-d1a11bef-41e3-47ca-b460-5dbf8d0df20b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-99a7c9a8-59f7-49e8-a5f7-ddae5af1c24f {
  margin-bottom: 20px;
padding-left: 0%;
text-align: center;
}







  #s-99a7c9a8-59f7-49e8-a5f7-ddae5af1c24f img.shogun-image {
    

    
    
    
  }


#s-99a7c9a8-59f7-49e8-a5f7-ddae5af1c24f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-22f5c635-2f75-499f-8e91-4113ae9c5d47 {
  padding-left: 0%;
}

#s-94fdd144-935e-4e68-8e1c-42c39912e874 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 5px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-94fdd144-935e-4e68-8e1c-42c39912e874 {
  display: none;
}
#s-94fdd144-935e-4e68-8e1c-42c39912e874, #wrap-s-94fdd144-935e-4e68-8e1c-42c39912e874 { display:none !important; }}
#s-94fdd144-935e-4e68-8e1c-42c39912e874 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-0252cbca-70df-44ca-845f-203225f2745a {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-0252cbca-70df-44ca-845f-203225f2745a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0252cbca-70df-44ca-845f-203225f2745a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-92a59306-6e39-4167-8eb6-64cdec9af342 {
  min-height: 50px;
}








#s-92a59306-6e39-4167-8eb6-64cdec9af342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92a59306-6e39-4167-8eb6-64cdec9af342.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d983a767-6548-4bc4-9ed3-279874f13339 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d983a767-6548-4bc4-9ed3-279874f13339 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-bd304ea9-e448-48f1-bf6b-78fdd016dd6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd304ea9-e448-48f1-bf6b-78fdd016dd6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bd304ea9-e448-48f1-bf6b-78fdd016dd6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd304ea9-e448-48f1-bf6b-78fdd016dd6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 0px) {
[id="s-9284c59c-c806-4f26-aade-e99f2c098180"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9284c59c-c806-4f26-aade-e99f2c098180"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9284c59c-c806-4f26-aade-e99f2c098180"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9284c59c-c806-4f26-aade-e99f2c098180"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-f02fd737-2a57-4977-a1c9-38139d2f8481 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-f02fd737-2a57-4977-a1c9-38139d2f8481 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-f02fd737-2a57-4977-a1c9-38139d2f8481 {
  display: none;
}
#s-a02e10bd-d52a-4a44-90af-1925fa751a0e {
  text-align: center;
}







  #s-a02e10bd-d52a-4a44-90af-1925fa751a0e img.shogun-image {
    

    
    
    
  }


#s-a02e10bd-d52a-4a44-90af-1925fa751a0e .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-d9036d27-aafb-4a7c-90c2-9788315828ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d9036d27-aafb-4a7c-90c2-9788315828ce .shg-product-title-component h4 {
  color: rgba(32, 32, 32, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9036d27-aafb-4a7c-90c2-9788315828ce .shg-product-title-component h4 {
  color: rgba(32, 32, 32, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-13a58529-75ad-4bda-9385-7437282f08c4 {
  margin-left: 15px;
margin-right: 15px;
text-align: left;
}

#s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3-root {
    text-align: center;
  }


#s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3-root {
    text-align: center;
  }


#s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3-root {
    text-align: center;
  }


#s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3-root {
    text-align: center;
  }


#s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3-root {
    text-align: center;
  }


#s-3fe081ab-40ac-42fc-9d7a-fc0acf5e0ac3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
@media (max-width: 767px){#s-838920a8-0899-4f3b-b7d1-376e24c90bf6 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-838920a8-0899-4f3b-b7d1-376e24c90bf6 {
  display: none;
}
#s-626d138a-39eb-4ec1-9873-0752ddd3901e {
  text-align: center;
}







  #s-626d138a-39eb-4ec1-9873-0752ddd3901e img.shogun-image {
    

    
    
    
  }


#s-626d138a-39eb-4ec1-9873-0752ddd3901e .shogun-image-content {
  
    align-items: center;
  
}

#s-fc6fdff3-8f55-4d81-b5f3-b4067c1c86aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc6fdff3-8f55-4d81-b5f3-b4067c1c86aa .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc6fdff3-8f55-4d81-b5f3-b4067c1c86aa .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-83d4063e-99d7-4491-9a22-32458dec948f {
  margin-left: 15px;
margin-right: 15px;
text-align: left;
}

#s-d4f836c2-97db-4809-8fd3-b15b70c0c442 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d4f836c2-97db-4809-8fd3-b15b70c0c442:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4f836c2-97db-4809-8fd3-b15b70c0c442:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4f836c2-97db-4809-8fd3-b15b70c0c442-root {
    text-align: center;
  }


#s-d4f836c2-97db-4809-8fd3-b15b70c0c442.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d4f836c2-97db-4809-8fd3-b15b70c0c442-root {
    text-align: center;
  }


#s-d4f836c2-97db-4809-8fd3-b15b70c0c442.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4f836c2-97db-4809-8fd3-b15b70c0c442-root {
    text-align: center;
  }


#s-d4f836c2-97db-4809-8fd3-b15b70c0c442.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4f836c2-97db-4809-8fd3-b15b70c0c442-root {
    text-align: center;
  }


#s-d4f836c2-97db-4809-8fd3-b15b70c0c442.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d4f836c2-97db-4809-8fd3-b15b70c0c442-root {
    text-align: center;
  }


#s-d4f836c2-97db-4809-8fd3-b15b70c0c442.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-62845782-56b9-477a-aa4e-b3e840f3708a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62845782-56b9-477a-aa4e-b3e840f3708a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-62845782-56b9-477a-aa4e-b3e840f3708a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-62845782-56b9-477a-aa4e-b3e840f3708a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (max-width: 767px){#s-099f2697-3952-4e03-8124-a6b0cec7f751 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-099f2697-3952-4e03-8124-a6b0cec7f751 {
  display: none;
}
#s-f7e5244c-26e6-4a6c-818c-d7dcf7e046b5 {
  text-align: center;
}







  #s-f7e5244c-26e6-4a6c-818c-d7dcf7e046b5 img.shogun-image {
    

    
    
    
  }


#s-f7e5244c-26e6-4a6c-818c-d7dcf7e046b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7388453-511f-45ed-8e30-09f3624502bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a7388453-511f-45ed-8e30-09f3624502bc .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7388453-511f-45ed-8e30-09f3624502bc .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-67fef2a8-b814-45a0-923a-f15230fb0e4b {
  margin-left: 15px;
margin-right: 15px;
text-align: left;
}

#s-c16689fa-7b82-484e-a4b2-21f68dea3a2c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c16689fa-7b82-484e-a4b2-21f68dea3a2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c16689fa-7b82-484e-a4b2-21f68dea3a2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c16689fa-7b82-484e-a4b2-21f68dea3a2c-root {
    text-align: center;
  }


#s-c16689fa-7b82-484e-a4b2-21f68dea3a2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c16689fa-7b82-484e-a4b2-21f68dea3a2c-root {
    text-align: center;
  }


#s-c16689fa-7b82-484e-a4b2-21f68dea3a2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c16689fa-7b82-484e-a4b2-21f68dea3a2c-root {
    text-align: center;
  }


#s-c16689fa-7b82-484e-a4b2-21f68dea3a2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c16689fa-7b82-484e-a4b2-21f68dea3a2c-root {
    text-align: center;
  }


#s-c16689fa-7b82-484e-a4b2-21f68dea3a2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c16689fa-7b82-484e-a4b2-21f68dea3a2c-root {
    text-align: center;
  }


#s-c16689fa-7b82-484e-a4b2-21f68dea3a2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
@media (max-width: 767px){#s-cbc49e0c-8817-4f18-8fd8-ce5d245fa01e {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-cbc49e0c-8817-4f18-8fd8-ce5d245fa01e {
  display: none;
}
#s-98f95194-a012-4015-9ce5-489b9a1e4782 {
  text-align: center;
}







  #s-98f95194-a012-4015-9ce5-489b9a1e4782 img.shogun-image {
    

    
    
    
  }


#s-98f95194-a012-4015-9ce5-489b9a1e4782 .shogun-image-content {
  
    align-items: center;
  
}

#s-35282783-d627-445c-a683-441732952b55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35282783-d627-445c-a683-441732952b55 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-35282783-d627-445c-a683-441732952b55 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-123114c8-47a9-4a1c-a0e0-894e3690e7f7 {
  margin-left: 15px;
margin-right: 15px;
text-align: left;
}

#s-074b2953-b462-432d-857e-040190c9c6c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-074b2953-b462-432d-857e-040190c9c6c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-074b2953-b462-432d-857e-040190c9c6c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-074b2953-b462-432d-857e-040190c9c6c4-root {
    text-align: center;
  }


#s-074b2953-b462-432d-857e-040190c9c6c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-074b2953-b462-432d-857e-040190c9c6c4-root {
    text-align: center;
  }


#s-074b2953-b462-432d-857e-040190c9c6c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-074b2953-b462-432d-857e-040190c9c6c4-root {
    text-align: center;
  }


#s-074b2953-b462-432d-857e-040190c9c6c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-074b2953-b462-432d-857e-040190c9c6c4-root {
    text-align: center;
  }


#s-074b2953-b462-432d-857e-040190c9c6c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-074b2953-b462-432d-857e-040190c9c6c4-root {
    text-align: center;
  }


#s-074b2953-b462-432d-857e-040190c9c6c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-50e33719-d987-4992-9a44-99793286471d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50e33719-d987-4992-9a44-99793286471d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-50e33719-d987-4992-9a44-99793286471d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-50e33719-d987-4992-9a44-99793286471d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 0px) {
[id="s-5d7e062a-8d50-47f9-a6d1-7d5252608cc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d7e062a-8d50-47f9-a6d1-7d5252608cc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5d7e062a-8d50-47f9-a6d1-7d5252608cc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5d7e062a-8d50-47f9-a6d1-7d5252608cc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (max-width: 767px){#s-ec855e6c-bf92-4df0-8f3e-820285d282c9 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-ec855e6c-bf92-4df0-8f3e-820285d282c9 {
  display: none;
}
#s-2b663c2e-643b-4aef-9078-2c0c80ef7927 {
  text-align: center;
}







  #s-2b663c2e-643b-4aef-9078-2c0c80ef7927 img.shogun-image {
    

    
    
    
  }


#s-2b663c2e-643b-4aef-9078-2c0c80ef7927 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9c90a29-3f15-4f50-aead-9f04612d0b6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d9c90a29-3f15-4f50-aead-9f04612d0b6c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-09c4051e-4b5f-497e-9b9a-26849101b137 {
  margin-left: 15px;
margin-right: 15px;
text-align: left;
}

#s-ddde4987-d360-4fb9-a692-208b77a26e87 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ddde4987-d360-4fb9-a692-208b77a26e87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ddde4987-d360-4fb9-a692-208b77a26e87:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ddde4987-d360-4fb9-a692-208b77a26e87-root {
    text-align: center;
  }


#s-ddde4987-d360-4fb9-a692-208b77a26e87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ddde4987-d360-4fb9-a692-208b77a26e87-root {
    text-align: center;
  }


#s-ddde4987-d360-4fb9-a692-208b77a26e87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddde4987-d360-4fb9-a692-208b77a26e87-root {
    text-align: center;
  }


#s-ddde4987-d360-4fb9-a692-208b77a26e87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddde4987-d360-4fb9-a692-208b77a26e87-root {
    text-align: center;
  }


#s-ddde4987-d360-4fb9-a692-208b77a26e87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ddde4987-d360-4fb9-a692-208b77a26e87-root {
    text-align: center;
  }


#s-ddde4987-d360-4fb9-a692-208b77a26e87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
@media (max-width: 767px){#s-3dcc44f9-d95e-4564-a288-25717ee370e3 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-3dcc44f9-d95e-4564-a288-25717ee370e3 {
  display: none;
}
#s-3240b8d1-201c-472f-90c1-ca47cb81e9d3 {
  text-align: center;
}







  #s-3240b8d1-201c-472f-90c1-ca47cb81e9d3 img.shogun-image {
    

    
    
    
  }


#s-3240b8d1-201c-472f-90c1-ca47cb81e9d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b02fca0-6b15-4032-b76c-12f00d72f300 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b02fca0-6b15-4032-b76c-12f00d72f300 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-089ed932-0a48-4816-b03a-915456421fa7 {
  margin-left: 15px;
margin-right: 15px;
text-align: left;
}

#s-1506eb8a-b011-49e1-af7c-403fb51777d8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1506eb8a-b011-49e1-af7c-403fb51777d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1506eb8a-b011-49e1-af7c-403fb51777d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1506eb8a-b011-49e1-af7c-403fb51777d8-root {
    text-align: center;
  }


#s-1506eb8a-b011-49e1-af7c-403fb51777d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1506eb8a-b011-49e1-af7c-403fb51777d8-root {
    text-align: center;
  }


#s-1506eb8a-b011-49e1-af7c-403fb51777d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1506eb8a-b011-49e1-af7c-403fb51777d8-root {
    text-align: center;
  }


#s-1506eb8a-b011-49e1-af7c-403fb51777d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1506eb8a-b011-49e1-af7c-403fb51777d8-root {
    text-align: center;
  }


#s-1506eb8a-b011-49e1-af7c-403fb51777d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1506eb8a-b011-49e1-af7c-403fb51777d8-root {
    text-align: center;
  }


#s-1506eb8a-b011-49e1-af7c-403fb51777d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-d06d3c36-0b17-48d3-89b0-337e111069af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d06d3c36-0b17-48d3-89b0-337e111069af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d06d3c36-0b17-48d3-89b0-337e111069af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d06d3c36-0b17-48d3-89b0-337e111069af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (max-width: 767px){#s-b9a6e30a-987a-49ed-ab07-35ebb6588ed9 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-b9a6e30a-987a-49ed-ab07-35ebb6588ed9 {
  display: none;
}
#s-70ec0183-5804-40d6-a474-9932e06c4afa {
  text-align: center;
}







  #s-70ec0183-5804-40d6-a474-9932e06c4afa img.shogun-image {
    

    
    
    
  }


#s-70ec0183-5804-40d6-a474-9932e06c4afa .shogun-image-content {
  
    align-items: center;
  
}

#s-068b469b-e055-448b-b2d5-77416eb8b6a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-068b469b-e055-448b-b2d5-77416eb8b6a6 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5c1faaa4-7629-40ab-b5fb-6c5f95f482b5 {
  margin-left: 15px;
margin-right: 15px;
text-align: left;
}

#s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d-root {
    text-align: center;
  }


#s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d-root {
    text-align: center;
  }


#s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d-root {
    text-align: center;
  }


#s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d-root {
    text-align: center;
  }


#s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d-root {
    text-align: center;
  }


#s-fc800e20-7ee0-4de9-8c12-8e06ef7bd47d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f6eb30cb-514a-40da-a30e-ac48d1617612 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-f6eb30cb-514a-40da-a30e-ac48d1617612 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-f6eb30cb-514a-40da-a30e-ac48d1617612 {
  display: none;
}
#s-d0cf8ed1-a4b8-42f6-a8b3-509e19c8ed31 {
  text-align: center;
}







  #s-d0cf8ed1-a4b8-42f6-a8b3-509e19c8ed31 img.shogun-image {
    

    
    
    
  }


#s-d0cf8ed1-a4b8-42f6-a8b3-509e19c8ed31 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d371118-3c8d-4f14-ae58-36251216a112 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5d371118-3c8d-4f14-ae58-36251216a112 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e6475c93-25e2-416a-b5f3-3ac67e8edc95 {
  margin-left: 15px;
margin-right: 15px;
text-align: left;
}

#s-d068bb0b-635a-47d3-bdf1-283a9aeada96 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d068bb0b-635a-47d3-bdf1-283a9aeada96:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d068bb0b-635a-47d3-bdf1-283a9aeada96:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d068bb0b-635a-47d3-bdf1-283a9aeada96-root {
    text-align: center;
  }


#s-d068bb0b-635a-47d3-bdf1-283a9aeada96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d068bb0b-635a-47d3-bdf1-283a9aeada96-root {
    text-align: center;
  }


#s-d068bb0b-635a-47d3-bdf1-283a9aeada96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d068bb0b-635a-47d3-bdf1-283a9aeada96-root {
    text-align: center;
  }


#s-d068bb0b-635a-47d3-bdf1-283a9aeada96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d068bb0b-635a-47d3-bdf1-283a9aeada96-root {
    text-align: center;
  }


#s-d068bb0b-635a-47d3-bdf1-283a9aeada96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d068bb0b-635a-47d3-bdf1-283a9aeada96-root {
    text-align: center;
  }


#s-d068bb0b-635a-47d3-bdf1-283a9aeada96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f2c94d8d-7f11-4051-8cb1-ad8c52713fa1 {
  min-height: 50px;
}








#s-f2c94d8d-7f11-4051-8cb1-ad8c52713fa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2c94d8d-7f11-4051-8cb1-ad8c52713fa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4026853f-a09e-4ab4-b301-5c43756475c2 {
  padding-top: 43px;
padding-bottom: 22px;
background-color: rgba(248, 248, 248, 1);
}

#s-4dc4f202-68a5-4834-93ae-284c384aa1e7 {
  margin-bottom: 30px;
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
