.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-1105a4fb-3bc9-4d87-a3b1-7a9b9293ad23 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 750px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1105a4fb-3bc9-4d87-a3b1-7a9b9293ad23 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-1105a4fb-3bc9-4d87-a3b1-7a9b9293ad23 {
  margin-left: auto;
margin-right: auto;
min-height: 750px;
display: none;
}
#s-1105a4fb-3bc9-4d87-a3b1-7a9b9293ad23, #wrap-s-1105a4fb-3bc9-4d87-a3b1-7a9b9293ad23 { display:none !important; }}







#s-1105a4fb-3bc9-4d87-a3b1-7a9b9293ad23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1105a4fb-3bc9-4d87-a3b1-7a9b9293ad23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c910d45c-5661-4f5b-8fa2-12db31e2af7e {
  min-height: 50px;
}








#s-c910d45c-5661-4f5b-8fa2-12db31e2af7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c910d45c-5661-4f5b-8fa2-12db31e2af7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-679e4929-fb8e-4843-8753-fa2def956b4e {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (max-width: 767px){#s-679e4929-fb8e-4843-8753-fa2def956b4e {
  display: none;
}
#s-679e4929-fb8e-4843-8753-fa2def956b4e, #wrap-s-679e4929-fb8e-4843-8753-fa2def956b4e { display:none !important; }}






  #s-679e4929-fb8e-4843-8753-fa2def956b4e img.shogun-image {
    

    
    
    
  }


#s-679e4929-fb8e-4843-8753-fa2def956b4e .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-99592661-e1ac-4510-9030-e96c93e612cb {
  margin-top: 36px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-99592661-e1ac-4510-9030-e96c93e612cb {
  display: none;
}
#s-99592661-e1ac-4510-9030-e96c93e612cb, #wrap-s-99592661-e1ac-4510-9030-e96c93e612cb { display:none !important; }}@media (max-width: 767px){#s-99592661-e1ac-4510-9030-e96c93e612cb {
  display: none;
}
#s-99592661-e1ac-4510-9030-e96c93e612cb, #wrap-s-99592661-e1ac-4510-9030-e96c93e612cb { display:none !important; }}
#s-e5dd57e5-31e6-474e-a29f-7c29db529cdd {
  margin-top: 36px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-e5dd57e5-31e6-474e-a29f-7c29db529cdd {
  display: none;
}
#s-e5dd57e5-31e6-474e-a29f-7c29db529cdd, #wrap-s-e5dd57e5-31e6-474e-a29f-7c29db529cdd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5dd57e5-31e6-474e-a29f-7c29db529cdd {
  display: none;
}
#s-e5dd57e5-31e6-474e-a29f-7c29db529cdd, #wrap-s-e5dd57e5-31e6-474e-a29f-7c29db529cdd { display:none !important; }}@media (max-width: 767px){#s-e5dd57e5-31e6-474e-a29f-7c29db529cdd {
  display: none;
}
#s-e5dd57e5-31e6-474e-a29f-7c29db529cdd, #wrap-s-e5dd57e5-31e6-474e-a29f-7c29db529cdd { display:none !important; }}
.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-c9907048-89c7-45bb-8680-8b76b6122e67 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(134, 24, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c9907048-89c7-45bb-8680-8b76b6122e67:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9907048-89c7-45bb-8680-8b76b6122e67:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c9907048-89c7-45bb-8680-8b76b6122e67 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9907048-89c7-45bb-8680-8b76b6122e67 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9907048-89c7-45bb-8680-8b76b6122e67 {
  
}
}@media (max-width: 767px){#s-c9907048-89c7-45bb-8680-8b76b6122e67 {
  display: none;
}
#s-c9907048-89c7-45bb-8680-8b76b6122e67, #wrap-s-c9907048-89c7-45bb-8680-8b76b6122e67 { display:none !important; }}

  #s-c9907048-89c7-45bb-8680-8b76b6122e67-root {
    text-align: center;
  }


#s-c9907048-89c7-45bb-8680-8b76b6122e67.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9907048-89c7-45bb-8680-8b76b6122e67-root {
    text-align: center;
  }


#s-c9907048-89c7-45bb-8680-8b76b6122e67.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9907048-89c7-45bb-8680-8b76b6122e67-root {
    text-align: center;
  }


#s-c9907048-89c7-45bb-8680-8b76b6122e67.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9907048-89c7-45bb-8680-8b76b6122e67-root {
    text-align: center;
  }


#s-c9907048-89c7-45bb-8680-8b76b6122e67.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9907048-89c7-45bb-8680-8b76b6122e67-root {
    text-align: center;
  }


#s-c9907048-89c7-45bb-8680-8b76b6122e67.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
.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;
}

#s-3feab18d-5750-43ed-acea-b4a59e8bdeae {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 90px;
margin-right: 5%;
}
@media (max-width: 767px){#s-3feab18d-5750-43ed-acea-b4a59e8bdeae {
  margin-bottom: 55px;
}
}
@media (min-width: 0px) {
[id="s-3feab18d-5750-43ed-acea-b4a59e8bdeae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3feab18d-5750-43ed-acea-b4a59e8bdeae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3feab18d-5750-43ed-acea-b4a59e8bdeae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3feab18d-5750-43ed-acea-b4a59e8bdeae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-e0f209b4-f347-44ac-8363-45fb517f3395 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0f209b4-f347-44ac-8363-45fb517f3395 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0f209b4-f347-44ac-8363-45fb517f3395 {
  display: none;
}
#s-e0f209b4-f347-44ac-8363-45fb517f3395, #wrap-s-e0f209b4-f347-44ac-8363-45fb517f3395 { display:none !important; }}@media (max-width: 767px){#s-e0f209b4-f347-44ac-8363-45fb517f3395 {
  display: none;
}
#s-e0f209b4-f347-44ac-8363-45fb517f3395, #wrap-s-e0f209b4-f347-44ac-8363-45fb517f3395 { display:none !important; }}
@media (min-width: 1200px){#s-33779a4c-932e-4c54-bf6a-fcfba8ab8310 {
  display: none;
}
#s-33779a4c-932e-4c54-bf6a-fcfba8ab8310, #wrap-s-33779a4c-932e-4c54-bf6a-fcfba8ab8310 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33779a4c-932e-4c54-bf6a-fcfba8ab8310 {
  display: none;
}
#s-33779a4c-932e-4c54-bf6a-fcfba8ab8310, #wrap-s-33779a4c-932e-4c54-bf6a-fcfba8ab8310 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33779a4c-932e-4c54-bf6a-fcfba8ab8310 {
  margin-top: -10px;
}
}@media (max-width: 767px){#s-33779a4c-932e-4c54-bf6a-fcfba8ab8310 {
  display: none;
}
#s-33779a4c-932e-4c54-bf6a-fcfba8ab8310, #wrap-s-33779a4c-932e-4c54-bf6a-fcfba8ab8310 { display:none !important; }}
#s-19974335-9d07-4587-95ba-db11e6f1d40b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-19974335-9d07-4587-95ba-db11e6f1d40b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19974335-9d07-4587-95ba-db11e6f1d40b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-19974335-9d07-4587-95ba-db11e6f1d40b {
  display: none;
}
#s-19974335-9d07-4587-95ba-db11e6f1d40b, #wrap-s-19974335-9d07-4587-95ba-db11e6f1d40b { display:none !important; }}

  #s-19974335-9d07-4587-95ba-db11e6f1d40b-root {
    text-align: left;
  }


#s-19974335-9d07-4587-95ba-db11e6f1d40b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19974335-9d07-4587-95ba-db11e6f1d40b-root {
    text-align: left;
  }


#s-19974335-9d07-4587-95ba-db11e6f1d40b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19974335-9d07-4587-95ba-db11e6f1d40b-root {
    text-align: left;
  }


#s-19974335-9d07-4587-95ba-db11e6f1d40b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19974335-9d07-4587-95ba-db11e6f1d40b-root {
    text-align: left;
  }


#s-19974335-9d07-4587-95ba-db11e6f1d40b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19974335-9d07-4587-95ba-db11e6f1d40b-root {
    text-align: left;
  }


#s-19974335-9d07-4587-95ba-db11e6f1d40b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-124e5969-3d0b-4eea-91bb-9d2e879cf461 {
  text-align: center;
}
@media (max-width: 767px){#s-124e5969-3d0b-4eea-91bb-9d2e879cf461 {
  display: none;
}
#s-124e5969-3d0b-4eea-91bb-9d2e879cf461, #wrap-s-124e5969-3d0b-4eea-91bb-9d2e879cf461 { display:none !important; }}






  #s-124e5969-3d0b-4eea-91bb-9d2e879cf461 img.shogun-image {
    

    
    
    
  }


#s-124e5969-3d0b-4eea-91bb-9d2e879cf461 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc5f4f88-28ad-493b-9880-9507b7c47358 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 90px;
margin-right: 5%;
}
@media (max-width: 767px){#s-fc5f4f88-28ad-493b-9880-9507b7c47358 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-fc5f4f88-28ad-493b-9880-9507b7c47358"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc5f4f88-28ad-493b-9880-9507b7c47358"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc5f4f88-28ad-493b-9880-9507b7c47358"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc5f4f88-28ad-493b-9880-9507b7c47358"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-729b1bc6-8db2-42cf-90c8-828aa43e5251 {
  text-align: center;
}
@media (max-width: 767px){#s-729b1bc6-8db2-42cf-90c8-828aa43e5251 {
  display: none;
}
#s-729b1bc6-8db2-42cf-90c8-828aa43e5251, #wrap-s-729b1bc6-8db2-42cf-90c8-828aa43e5251 { display:none !important; }}






  #s-729b1bc6-8db2-42cf-90c8-828aa43e5251 img.shogun-image {
    

    
    
    
  }


#s-729b1bc6-8db2-42cf-90c8-828aa43e5251 .shogun-image-content {
  
    align-items: center;
  
}

#s-21f0521c-06f6-4a18-b891-2a0e7df21a09 {
  margin-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-21f0521c-06f6-4a18-b891-2a0e7df21a09 {
  display: none;
}
#s-21f0521c-06f6-4a18-b891-2a0e7df21a09, #wrap-s-21f0521c-06f6-4a18-b891-2a0e7df21a09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21f0521c-06f6-4a18-b891-2a0e7df21a09 {
  display: none;
}
#s-21f0521c-06f6-4a18-b891-2a0e7df21a09, #wrap-s-21f0521c-06f6-4a18-b891-2a0e7df21a09 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21f0521c-06f6-4a18-b891-2a0e7df21a09 {
  display: none;
}
#s-21f0521c-06f6-4a18-b891-2a0e7df21a09, #wrap-s-21f0521c-06f6-4a18-b891-2a0e7df21a09 { display:none !important; }}@media (max-width: 767px){#s-21f0521c-06f6-4a18-b891-2a0e7df21a09 {
  margin-top: -60px;
margin-bottom: 30px;
display: none;
}
#s-21f0521c-06f6-4a18-b891-2a0e7df21a09, #wrap-s-21f0521c-06f6-4a18-b891-2a0e7df21a09 { display:none !important; }}






  #s-21f0521c-06f6-4a18-b891-2a0e7df21a09 img.shogun-image {
    

    
    
    
  }


#s-21f0521c-06f6-4a18-b891-2a0e7df21a09 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-050459c1-064e-49f2-9fa7-2e5ba49fd132 {
  display: none;
}
#s-050459c1-064e-49f2-9fa7-2e5ba49fd132, #wrap-s-050459c1-064e-49f2-9fa7-2e5ba49fd132 { display:none !important; }}@media (max-width: 767px){#s-050459c1-064e-49f2-9fa7-2e5ba49fd132 {
  display: none;
}
#s-050459c1-064e-49f2-9fa7-2e5ba49fd132, #wrap-s-050459c1-064e-49f2-9fa7-2e5ba49fd132 { display:none !important; }}
@media (min-width: 1200px){#s-fa84bed3-c6e9-4632-a4a6-d19594d21142 {
  display: none;
}
#s-fa84bed3-c6e9-4632-a4a6-d19594d21142, #wrap-s-fa84bed3-c6e9-4632-a4a6-d19594d21142 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa84bed3-c6e9-4632-a4a6-d19594d21142 {
  display: none;
}
#s-fa84bed3-c6e9-4632-a4a6-d19594d21142, #wrap-s-fa84bed3-c6e9-4632-a4a6-d19594d21142 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa84bed3-c6e9-4632-a4a6-d19594d21142 {
  margin-top: -9px;
}
}@media (max-width: 767px){#s-fa84bed3-c6e9-4632-a4a6-d19594d21142 {
  display: none;
}
#s-fa84bed3-c6e9-4632-a4a6-d19594d21142, #wrap-s-fa84bed3-c6e9-4632-a4a6-d19594d21142 { display:none !important; }}
#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f {
  display: none;
}
#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f, #wrap-s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f { display:none !important; }}@media (max-width: 767px){#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f {
  display: none;
}
#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f, #wrap-s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f { display:none !important; }}

  #s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f-root {
    text-align: left;
  }


#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f-root {
    text-align: left;
  }


#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f-root {
    text-align: left;
  }


#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f-root {
    text-align: left;
  }


#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f-root {
    text-align: left;
  }


#s-bdeb7eb5-3a19-4aed-ae61-cb10f3e25b9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f {
  display: none;
}
#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f, #wrap-s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f {
  display: none;
}
#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f, #wrap-s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f { display:none !important; }}@media (max-width: 767px){#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f {
  display: none;
}
#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f, #wrap-s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f { display:none !important; }}

  #s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f-root {
    text-align: left;
  }


#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f-root {
    text-align: left;
  }


#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f-root {
    text-align: left;
  }


#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f-root {
    text-align: left;
  }


#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f-root {
    text-align: left;
  }


#s-3fdd1456-cc1a-4b1a-8501-f4f23b3eaa9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-5e0973d6-7d7a-481f-a3f4-3f59fc18300a {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 90px;
margin-right: 5%;
}
@media (max-width: 767px){#s-5e0973d6-7d7a-481f-a3f4-3f59fc18300a {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-5e0973d6-7d7a-481f-a3f4-3f59fc18300a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e0973d6-7d7a-481f-a3f4-3f59fc18300a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e0973d6-7d7a-481f-a3f4-3f59fc18300a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e0973d6-7d7a-481f-a3f4-3f59fc18300a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740 {
  margin-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740 {
  display: none;
}
#s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740, #wrap-s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740 {
  display: none;
}
#s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740, #wrap-s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740 {
  display: none;
}
#s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740, #wrap-s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740 { display:none !important; }}@media (max-width: 767px){#s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740 {
  margin-top: -60px;
margin-bottom: 30px;
display: none;
}
#s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740, #wrap-s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740 { display:none !important; }}






  #s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740 img.shogun-image {
    

    
    
    
  }


#s-cf714f1b-1a53-4e05-b9cc-8ea90d09c740 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-66904807-3187-4323-b0ea-45b4864197a8 {
  display: none;
}
#s-66904807-3187-4323-b0ea-45b4864197a8, #wrap-s-66904807-3187-4323-b0ea-45b4864197a8 { display:none !important; }}@media (max-width: 767px){#s-66904807-3187-4323-b0ea-45b4864197a8 {
  display: none;
}
#s-66904807-3187-4323-b0ea-45b4864197a8, #wrap-s-66904807-3187-4323-b0ea-45b4864197a8 { display:none !important; }}
#s-05030c06-d790-4579-972a-b9e975393a2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-05030c06-d790-4579-972a-b9e975393a2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05030c06-d790-4579-972a-b9e975393a2b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-05030c06-d790-4579-972a-b9e975393a2b {
  display: none;
}
#s-05030c06-d790-4579-972a-b9e975393a2b, #wrap-s-05030c06-d790-4579-972a-b9e975393a2b { display:none !important; }}@media (max-width: 767px){#s-05030c06-d790-4579-972a-b9e975393a2b {
  display: none;
}
#s-05030c06-d790-4579-972a-b9e975393a2b, #wrap-s-05030c06-d790-4579-972a-b9e975393a2b { display:none !important; }}

  #s-05030c06-d790-4579-972a-b9e975393a2b-root {
    text-align: left;
  }


#s-05030c06-d790-4579-972a-b9e975393a2b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05030c06-d790-4579-972a-b9e975393a2b-root {
    text-align: left;
  }


#s-05030c06-d790-4579-972a-b9e975393a2b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05030c06-d790-4579-972a-b9e975393a2b-root {
    text-align: left;
  }


#s-05030c06-d790-4579-972a-b9e975393a2b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05030c06-d790-4579-972a-b9e975393a2b-root {
    text-align: left;
  }


#s-05030c06-d790-4579-972a-b9e975393a2b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05030c06-d790-4579-972a-b9e975393a2b-root {
    text-align: left;
  }


#s-05030c06-d790-4579-972a-b9e975393a2b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-5cc63448-f90c-4878-a793-e830a08d8172 {
  display: none;
}
#s-5cc63448-f90c-4878-a793-e830a08d8172, #wrap-s-5cc63448-f90c-4878-a793-e830a08d8172 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5cc63448-f90c-4878-a793-e830a08d8172 {
  display: none;
}
#s-5cc63448-f90c-4878-a793-e830a08d8172, #wrap-s-5cc63448-f90c-4878-a793-e830a08d8172 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5cc63448-f90c-4878-a793-e830a08d8172 {
  margin-top: -9px;
}
}@media (max-width: 767px){#s-5cc63448-f90c-4878-a793-e830a08d8172 {
  display: none;
}
#s-5cc63448-f90c-4878-a793-e830a08d8172, #wrap-s-5cc63448-f90c-4878-a793-e830a08d8172 { display:none !important; }}
#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b {
  display: none;
}
#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b, #wrap-s-cb09c9f6-dbfc-4c73-a970-c113baa9923b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b {
  display: none;
}
#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b, #wrap-s-cb09c9f6-dbfc-4c73-a970-c113baa9923b { display:none !important; }}@media (max-width: 767px){#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b {
  display: none;
}
#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b, #wrap-s-cb09c9f6-dbfc-4c73-a970-c113baa9923b { display:none !important; }}

  #s-cb09c9f6-dbfc-4c73-a970-c113baa9923b-root {
    text-align: left;
  }


#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb09c9f6-dbfc-4c73-a970-c113baa9923b-root {
    text-align: left;
  }


#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb09c9f6-dbfc-4c73-a970-c113baa9923b-root {
    text-align: left;
  }


#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb09c9f6-dbfc-4c73-a970-c113baa9923b-root {
    text-align: left;
  }


#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb09c9f6-dbfc-4c73-a970-c113baa9923b-root {
    text-align: left;
  }


#s-cb09c9f6-dbfc-4c73-a970-c113baa9923b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-f43fd588-a1f1-4ec6-8687-7ec6e2358214 {
  text-align: center;
}
@media (max-width: 767px){#s-f43fd588-a1f1-4ec6-8687-7ec6e2358214 {
  display: none;
}
#s-f43fd588-a1f1-4ec6-8687-7ec6e2358214, #wrap-s-f43fd588-a1f1-4ec6-8687-7ec6e2358214 { display:none !important; }}






  #s-f43fd588-a1f1-4ec6-8687-7ec6e2358214 img.shogun-image {
    

    
    
    
  }


#s-f43fd588-a1f1-4ec6-8687-7ec6e2358214 .shogun-image-content {
  
    align-items: center;
  
}

#s-16f7112a-f008-467f-9761-7de5d24b7e9e {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 75px;
margin-right: 5%;
}
@media (max-width: 767px){#s-16f7112a-f008-467f-9761-7de5d24b7e9e {
  display: none;
}
#s-16f7112a-f008-467f-9761-7de5d24b7e9e, #wrap-s-16f7112a-f008-467f-9761-7de5d24b7e9e { display:none !important; }}
@media (min-width: 0px) {
[id="s-16f7112a-f008-467f-9761-7de5d24b7e9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16f7112a-f008-467f-9761-7de5d24b7e9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16f7112a-f008-467f-9761-7de5d24b7e9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16f7112a-f008-467f-9761-7de5d24b7e9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-96048227-91b9-436f-8b81-dc35217eddc4 {
  text-align: center;
}
@media (max-width: 767px){#s-96048227-91b9-436f-8b81-dc35217eddc4 {
  margin-left: -5%;
margin-right: -5%;
display: none;
}
#s-96048227-91b9-436f-8b81-dc35217eddc4, #wrap-s-96048227-91b9-436f-8b81-dc35217eddc4 { display:none !important; }}






  #s-96048227-91b9-436f-8b81-dc35217eddc4 img.shogun-image {
    

    
    
    
  }


#s-96048227-91b9-436f-8b81-dc35217eddc4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-a5c9c05d-f6da-44db-aa9a-eb80c2cb10cc {
  display: none;
}
#s-a5c9c05d-f6da-44db-aa9a-eb80c2cb10cc, #wrap-s-a5c9c05d-f6da-44db-aa9a-eb80c2cb10cc { display:none !important; }}@media (max-width: 767px){#s-a5c9c05d-f6da-44db-aa9a-eb80c2cb10cc {
  display: none;
}
#s-a5c9c05d-f6da-44db-aa9a-eb80c2cb10cc, #wrap-s-a5c9c05d-f6da-44db-aa9a-eb80c2cb10cc { display:none !important; }}
#s-7b681f93-539a-4692-abb4-114d6030b315 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-7b681f93-539a-4692-abb4-114d6030b315:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b681f93-539a-4692-abb4-114d6030b315:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7b681f93-539a-4692-abb4-114d6030b315 {
  display: none;
}
#s-7b681f93-539a-4692-abb4-114d6030b315, #wrap-s-7b681f93-539a-4692-abb4-114d6030b315 { display:none !important; }}@media (max-width: 767px){#s-7b681f93-539a-4692-abb4-114d6030b315 {
  display: none;
}
#s-7b681f93-539a-4692-abb4-114d6030b315, #wrap-s-7b681f93-539a-4692-abb4-114d6030b315 { display:none !important; }}

  #s-7b681f93-539a-4692-abb4-114d6030b315-root {
    text-align: left;
  }


#s-7b681f93-539a-4692-abb4-114d6030b315.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b681f93-539a-4692-abb4-114d6030b315-root {
    text-align: left;
  }


#s-7b681f93-539a-4692-abb4-114d6030b315.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b681f93-539a-4692-abb4-114d6030b315-root {
    text-align: left;
  }


#s-7b681f93-539a-4692-abb4-114d6030b315.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b681f93-539a-4692-abb4-114d6030b315-root {
    text-align: left;
  }


#s-7b681f93-539a-4692-abb4-114d6030b315.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b681f93-539a-4692-abb4-114d6030b315-root {
    text-align: left;
  }


#s-7b681f93-539a-4692-abb4-114d6030b315.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-a6c25234-76b6-4e02-ab38-a8417ef7e336 {
  display: none;
}
#s-a6c25234-76b6-4e02-ab38-a8417ef7e336, #wrap-s-a6c25234-76b6-4e02-ab38-a8417ef7e336 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6c25234-76b6-4e02-ab38-a8417ef7e336 {
  display: none;
}
#s-a6c25234-76b6-4e02-ab38-a8417ef7e336, #wrap-s-a6c25234-76b6-4e02-ab38-a8417ef7e336 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6c25234-76b6-4e02-ab38-a8417ef7e336 {
  margin-top: -10px;
}
}@media (max-width: 767px){#s-a6c25234-76b6-4e02-ab38-a8417ef7e336 {
  display: none;
}
#s-a6c25234-76b6-4e02-ab38-a8417ef7e336, #wrap-s-a6c25234-76b6-4e02-ab38-a8417ef7e336 { display:none !important; }}
#s-ce737612-0722-403f-9111-9b342f7b3990 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-ce737612-0722-403f-9111-9b342f7b3990:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce737612-0722-403f-9111-9b342f7b3990:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ce737612-0722-403f-9111-9b342f7b3990 {
  display: none;
}
#s-ce737612-0722-403f-9111-9b342f7b3990, #wrap-s-ce737612-0722-403f-9111-9b342f7b3990 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce737612-0722-403f-9111-9b342f7b3990 {
  display: none;
}
#s-ce737612-0722-403f-9111-9b342f7b3990, #wrap-s-ce737612-0722-403f-9111-9b342f7b3990 { display:none !important; }}@media (max-width: 767px){#s-ce737612-0722-403f-9111-9b342f7b3990 {
  display: none;
}
#s-ce737612-0722-403f-9111-9b342f7b3990, #wrap-s-ce737612-0722-403f-9111-9b342f7b3990 { display:none !important; }}

  #s-ce737612-0722-403f-9111-9b342f7b3990-root {
    text-align: left;
  }


#s-ce737612-0722-403f-9111-9b342f7b3990.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce737612-0722-403f-9111-9b342f7b3990-root {
    text-align: left;
  }


#s-ce737612-0722-403f-9111-9b342f7b3990.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce737612-0722-403f-9111-9b342f7b3990-root {
    text-align: left;
  }


#s-ce737612-0722-403f-9111-9b342f7b3990.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce737612-0722-403f-9111-9b342f7b3990-root {
    text-align: left;
  }


#s-ce737612-0722-403f-9111-9b342f7b3990.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce737612-0722-403f-9111-9b342f7b3990-root {
    text-align: left;
  }


#s-ce737612-0722-403f-9111-9b342f7b3990.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-97be284d-d637-4d7f-808d-618243b050aa {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 75px;
margin-right: 5%;
}
@media (max-width: 767px){#s-97be284d-d637-4d7f-808d-618243b050aa {
  display: none;
}
#s-97be284d-d637-4d7f-808d-618243b050aa, #wrap-s-97be284d-d637-4d7f-808d-618243b050aa { display:none !important; }}
@media (min-width: 0px) {
[id="s-97be284d-d637-4d7f-808d-618243b050aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97be284d-d637-4d7f-808d-618243b050aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97be284d-d637-4d7f-808d-618243b050aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97be284d-d637-4d7f-808d-618243b050aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-7f23b126-d434-47b2-a868-6357cb06dc3a {
  display: none;
}
#s-7f23b126-d434-47b2-a868-6357cb06dc3a, #wrap-s-7f23b126-d434-47b2-a868-6357cb06dc3a { display:none !important; }}@media (max-width: 767px){#s-7f23b126-d434-47b2-a868-6357cb06dc3a {
  display: none;
}
#s-7f23b126-d434-47b2-a868-6357cb06dc3a, #wrap-s-7f23b126-d434-47b2-a868-6357cb06dc3a { display:none !important; }}
#s-ebae5b3e-85da-4598-b956-61595f92e371 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(15, 8, 98, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ebae5b3e-85da-4598-b956-61595f92e371:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebae5b3e-85da-4598-b956-61595f92e371:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ebae5b3e-85da-4598-b956-61595f92e371 {
  display: none;
}
#s-ebae5b3e-85da-4598-b956-61595f92e371, #wrap-s-ebae5b3e-85da-4598-b956-61595f92e371 { display:none !important; }}@media (max-width: 767px){#s-ebae5b3e-85da-4598-b956-61595f92e371 {
  margin-top: 5px;
margin-bottom: 66px;
display: none;
}
#s-ebae5b3e-85da-4598-b956-61595f92e371, #wrap-s-ebae5b3e-85da-4598-b956-61595f92e371 { display:none !important; }}

  #s-ebae5b3e-85da-4598-b956-61595f92e371-root {
    text-align: left;
  }


#s-ebae5b3e-85da-4598-b956-61595f92e371.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ebae5b3e-85da-4598-b956-61595f92e371-root {
    text-align: left;
  }


#s-ebae5b3e-85da-4598-b956-61595f92e371.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebae5b3e-85da-4598-b956-61595f92e371-root {
    text-align: left;
  }


#s-ebae5b3e-85da-4598-b956-61595f92e371.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebae5b3e-85da-4598-b956-61595f92e371-root {
    text-align: left;
  }


#s-ebae5b3e-85da-4598-b956-61595f92e371.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ebae5b3e-85da-4598-b956-61595f92e371-root {
    text-align: left;
  }


#s-ebae5b3e-85da-4598-b956-61595f92e371.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-ddead705-62b2-4d6a-b677-bba672a662e0 {
  display: none;
}
#s-ddead705-62b2-4d6a-b677-bba672a662e0, #wrap-s-ddead705-62b2-4d6a-b677-bba672a662e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddead705-62b2-4d6a-b677-bba672a662e0 {
  display: none;
}
#s-ddead705-62b2-4d6a-b677-bba672a662e0, #wrap-s-ddead705-62b2-4d6a-b677-bba672a662e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddead705-62b2-4d6a-b677-bba672a662e0 {
  margin-top: -10px;
}
}@media (max-width: 767px){#s-ddead705-62b2-4d6a-b677-bba672a662e0 {
  display: none;
}
#s-ddead705-62b2-4d6a-b677-bba672a662e0, #wrap-s-ddead705-62b2-4d6a-b677-bba672a662e0 { display:none !important; }}
#s-67c3fada-6186-410e-b8e3-6861a197f5e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-67c3fada-6186-410e-b8e3-6861a197f5e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67c3fada-6186-410e-b8e3-6861a197f5e2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-67c3fada-6186-410e-b8e3-6861a197f5e2 {
  display: none;
}
#s-67c3fada-6186-410e-b8e3-6861a197f5e2, #wrap-s-67c3fada-6186-410e-b8e3-6861a197f5e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67c3fada-6186-410e-b8e3-6861a197f5e2 {
  display: none;
}
#s-67c3fada-6186-410e-b8e3-6861a197f5e2, #wrap-s-67c3fada-6186-410e-b8e3-6861a197f5e2 { display:none !important; }}@media (max-width: 767px){#s-67c3fada-6186-410e-b8e3-6861a197f5e2 {
  display: none;
}
#s-67c3fada-6186-410e-b8e3-6861a197f5e2, #wrap-s-67c3fada-6186-410e-b8e3-6861a197f5e2 { display:none !important; }}

  #s-67c3fada-6186-410e-b8e3-6861a197f5e2-root {
    text-align: left;
  }


#s-67c3fada-6186-410e-b8e3-6861a197f5e2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67c3fada-6186-410e-b8e3-6861a197f5e2-root {
    text-align: left;
  }


#s-67c3fada-6186-410e-b8e3-6861a197f5e2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67c3fada-6186-410e-b8e3-6861a197f5e2-root {
    text-align: left;
  }


#s-67c3fada-6186-410e-b8e3-6861a197f5e2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67c3fada-6186-410e-b8e3-6861a197f5e2-root {
    text-align: left;
  }


#s-67c3fada-6186-410e-b8e3-6861a197f5e2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67c3fada-6186-410e-b8e3-6861a197f5e2-root {
    text-align: left;
  }


#s-67c3fada-6186-410e-b8e3-6861a197f5e2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-2180728c-a61c-49a1-bff1-81f95656a5ff {
  text-align: center;
}
@media (min-width: 1200px){#s-2180728c-a61c-49a1-bff1-81f95656a5ff {
  display: none;
}
#s-2180728c-a61c-49a1-bff1-81f95656a5ff, #wrap-s-2180728c-a61c-49a1-bff1-81f95656a5ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2180728c-a61c-49a1-bff1-81f95656a5ff {
  display: none;
}
#s-2180728c-a61c-49a1-bff1-81f95656a5ff, #wrap-s-2180728c-a61c-49a1-bff1-81f95656a5ff { display:none !important; }}@media (max-width: 767px){#s-2180728c-a61c-49a1-bff1-81f95656a5ff {
  display: none;
}
#s-2180728c-a61c-49a1-bff1-81f95656a5ff, #wrap-s-2180728c-a61c-49a1-bff1-81f95656a5ff { display:none !important; }}






  #s-2180728c-a61c-49a1-bff1-81f95656a5ff img.shogun-image {
    

    
    
    
  }


#s-2180728c-a61c-49a1-bff1-81f95656a5ff .shogun-image-content {
  
    align-items: center;
  
}

.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-1c2f1a8d-6945-4656-b077-d8261cdf01a1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c2f1a8d-6945-4656-b077-d8261cdf01a1 {
  display: none;
}
#s-1c2f1a8d-6945-4656-b077-d8261cdf01a1, #wrap-s-1c2f1a8d-6945-4656-b077-d8261cdf01a1 { display:none !important; }}
#s-1c2f1a8d-6945-4656-b077-d8261cdf01a1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1c2f1a8d-6945-4656-b077-d8261cdf01a1 .shg-sld-nav-button.shg-sld-left,
#s-1c2f1a8d-6945-4656-b077-d8261cdf01a1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6ae234ed-0656-4873-9d2c-16aa13a7295b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ae234ed-0656-4873-9d2c-16aa13a7295b {
  display: none;
}
#s-6ae234ed-0656-4873-9d2c-16aa13a7295b, #wrap-s-6ae234ed-0656-4873-9d2c-16aa13a7295b { display:none !important; }}






  #s-6ae234ed-0656-4873-9d2c-16aa13a7295b img.shogun-image {
    

    
    
    
  }


#s-6ae234ed-0656-4873-9d2c-16aa13a7295b .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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%;
}

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

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

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

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

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

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

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

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

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

#s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98 {
  text-align: center;
}







  img.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image {
    
    
  }


.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shg-align-container {
  text-align: center
}

.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image {
    
    
  }


.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shg-align-container {
  text-align: center
}

.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image {
    
    
  }


.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shg-align-container {
  text-align: center
}

.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image {
    
    
  }


.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shg-align-container {
  text-align: center
}

.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image {
    
    
  }


.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shg-align-container {
  text-align: center
}

.s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4bfc3f-5006-48b2-8bad-0d0076db7f98.shogun-image {
  box-sizing: border-box;
}


}
#s-f7741109-4e18-411a-95be-27352aef3bd4 {
  text-align: center;
}







  img.s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image {
    
    
  }


.s-f7741109-4e18-411a-95be-27352aef3bd4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7741109-4e18-411a-95be-27352aef3bd4.shg-align-container {
  text-align: center
}

.s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image {
    
    
  }


.s-f7741109-4e18-411a-95be-27352aef3bd4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7741109-4e18-411a-95be-27352aef3bd4.shg-align-container {
  text-align: center
}

.s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image {
    
    
  }


.s-f7741109-4e18-411a-95be-27352aef3bd4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7741109-4e18-411a-95be-27352aef3bd4.shg-align-container {
  text-align: center
}

.s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image {
    
    
  }


.s-f7741109-4e18-411a-95be-27352aef3bd4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7741109-4e18-411a-95be-27352aef3bd4.shg-align-container {
  text-align: center
}

.s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image {
    
    
  }


.s-f7741109-4e18-411a-95be-27352aef3bd4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7741109-4e18-411a-95be-27352aef3bd4.shg-align-container {
  text-align: center
}

.s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7741109-4e18-411a-95be-27352aef3bd4.shogun-image {
  box-sizing: border-box;
}


}
#s-12701b5a-bf5c-4d66-90df-1912749acf85 {
  text-align: center;
}







  img.s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image {
    
    
  }


.s-12701b5a-bf5c-4d66-90df-1912749acf85 .shogun-image-content {
  
    align-items: center;
  
}

.s-12701b5a-bf5c-4d66-90df-1912749acf85.shg-align-container {
  text-align: center
}

.s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image {
    
    
  }


.s-12701b5a-bf5c-4d66-90df-1912749acf85 .shogun-image-content {
  
    align-items: center;
  
}

.s-12701b5a-bf5c-4d66-90df-1912749acf85.shg-align-container {
  text-align: center
}

.s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image {
  box-sizing: border-box;
}


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





  img.s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image {
    
    
  }


.s-12701b5a-bf5c-4d66-90df-1912749acf85 .shogun-image-content {
  
    align-items: center;
  
}

.s-12701b5a-bf5c-4d66-90df-1912749acf85.shg-align-container {
  text-align: center
}

.s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image {
  box-sizing: border-box;
}


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





  img.s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image {
    
    
  }


.s-12701b5a-bf5c-4d66-90df-1912749acf85 .shogun-image-content {
  
    align-items: center;
  
}

.s-12701b5a-bf5c-4d66-90df-1912749acf85.shg-align-container {
  text-align: center
}

.s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image {
  box-sizing: border-box;
}


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





  img.s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image {
    
    
  }


.s-12701b5a-bf5c-4d66-90df-1912749acf85 .shogun-image-content {
  
    align-items: center;
  
}

.s-12701b5a-bf5c-4d66-90df-1912749acf85.shg-align-container {
  text-align: center
}

.s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12701b5a-bf5c-4d66-90df-1912749acf85.shogun-image {
  box-sizing: border-box;
}


}
#s-a33e9669-abdc-4d49-a5e8-c3c2efdb6f3c {
  text-align: center;
}







  #s-a33e9669-abdc-4d49-a5e8-c3c2efdb6f3c img.shogun-image {
    

    
    
    
  }


#s-a33e9669-abdc-4d49-a5e8-c3c2efdb6f3c .shogun-image-content {
  
    align-items: center;
  
}

#s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 75px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf {
  display: none;
}
#s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf, #wrap-s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf {
  display: none;
}
#s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf, #wrap-s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf { display:none !important; }}@media (max-width: 767px){#s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf {
  display: none;
}
#s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf, #wrap-s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf { display:none !important; }}
@media (min-width: 0px) {
[id="s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7853921-3cd1-48a6-aa6e-1b0f1897c1cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-53c103ea-8ee5-477b-b500-507ee777536d {
  display: none;
}
#s-53c103ea-8ee5-477b-b500-507ee777536d, #wrap-s-53c103ea-8ee5-477b-b500-507ee777536d { display:none !important; }}@media (max-width: 767px){#s-53c103ea-8ee5-477b-b500-507ee777536d {
  display: none;
}
#s-53c103ea-8ee5-477b-b500-507ee777536d, #wrap-s-53c103ea-8ee5-477b-b500-507ee777536d { display:none !important; }}
#s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba {
  display: none;
}
#s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba, #wrap-s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba {
  display: none;
}
#s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba, #wrap-s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba { display:none !important; }}@media (max-width: 767px){#s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba {
  display: none;
}
#s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba, #wrap-s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba { display:none !important; }}
#s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba .shg-sld-nav-button.shg-sld-left,
#s-5dfe983c-b75e-4d03-a1dc-91c53e04a2ba .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9e3182fb-423b-4999-8ef9-86a3177f5699 {
  text-align: center;
}







  img.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image {
    
    
  }


.s-9e3182fb-423b-4999-8ef9-86a3177f5699 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shg-align-container {
  text-align: center
}

.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image {
    
    
  }


.s-9e3182fb-423b-4999-8ef9-86a3177f5699 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shg-align-container {
  text-align: center
}

.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image {
    
    
  }


.s-9e3182fb-423b-4999-8ef9-86a3177f5699 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shg-align-container {
  text-align: center
}

.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image {
    
    
  }


.s-9e3182fb-423b-4999-8ef9-86a3177f5699 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shg-align-container {
  text-align: center
}

.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image {
    
    
  }


.s-9e3182fb-423b-4999-8ef9-86a3177f5699 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shg-align-container {
  text-align: center
}

.s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e3182fb-423b-4999-8ef9-86a3177f5699.shogun-image {
  box-sizing: border-box;
}


}
#s-6e90f9ca-2193-4ece-97e9-64980ba396c3 {
  text-align: center;
}







  img.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image {
    
    
  }


.s-6e90f9ca-2193-4ece-97e9-64980ba396c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shg-align-container {
  text-align: center
}

.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image {
    
    
  }


.s-6e90f9ca-2193-4ece-97e9-64980ba396c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shg-align-container {
  text-align: center
}

.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image {
    
    
  }


.s-6e90f9ca-2193-4ece-97e9-64980ba396c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shg-align-container {
  text-align: center
}

.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image {
    
    
  }


.s-6e90f9ca-2193-4ece-97e9-64980ba396c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shg-align-container {
  text-align: center
}

.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image {
    
    
  }


.s-6e90f9ca-2193-4ece-97e9-64980ba396c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shg-align-container {
  text-align: center
}

.s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e90f9ca-2193-4ece-97e9-64980ba396c3.shogun-image {
  box-sizing: border-box;
}


}
#s-dd459bfc-49ca-4019-b80e-10d912c3eec3 {
  text-align: center;
}







  img.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image {
    
    
  }


.s-dd459bfc-49ca-4019-b80e-10d912c3eec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shg-align-container {
  text-align: center
}

.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image {
    
    
  }


.s-dd459bfc-49ca-4019-b80e-10d912c3eec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shg-align-container {
  text-align: center
}

.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image {
    
    
  }


.s-dd459bfc-49ca-4019-b80e-10d912c3eec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shg-align-container {
  text-align: center
}

.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image {
    
    
  }


.s-dd459bfc-49ca-4019-b80e-10d912c3eec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shg-align-container {
  text-align: center
}

.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image {
    
    
  }


.s-dd459bfc-49ca-4019-b80e-10d912c3eec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shg-align-container {
  text-align: center
}

.s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd459bfc-49ca-4019-b80e-10d912c3eec3.shogun-image {
  box-sizing: border-box;
}


}
#s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217 {
  text-align: center;
}







  img.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image {
    
    
  }


.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shg-align-container {
  text-align: center
}

.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image {
    
    
  }


.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shg-align-container {
  text-align: center
}

.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image {
    
    
  }


.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shg-align-container {
  text-align: center
}

.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image {
    
    
  }


.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shg-align-container {
  text-align: center
}

.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image {
    
    
  }


.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shg-align-container {
  text-align: center
}

.s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe24ccc-cfc2-4cc5-bb6d-6e93192ed217.shogun-image {
  box-sizing: border-box;
}


}
#s-58f71673-f0ff-4c30-bf5e-160af1bf06d3 {
  text-align: center;
}







  img.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image {
    
    
  }


.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shg-align-container {
  text-align: center
}

.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image {
    
    
  }


.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shg-align-container {
  text-align: center
}

.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image {
    
    
  }


.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shg-align-container {
  text-align: center
}

.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image {
    
    
  }


.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shg-align-container {
  text-align: center
}

.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image {
    
    
  }


.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shg-align-container {
  text-align: center
}

.s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58f71673-f0ff-4c30-bf5e-160af1bf06d3.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-3a2cbda5-c654-44b8-8347-022172925eed {
  display: none;
}
#s-3a2cbda5-c654-44b8-8347-022172925eed, #wrap-s-3a2cbda5-c654-44b8-8347-022172925eed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a2cbda5-c654-44b8-8347-022172925eed {
  display: none;
}
#s-3a2cbda5-c654-44b8-8347-022172925eed, #wrap-s-3a2cbda5-c654-44b8-8347-022172925eed { display:none !important; }}@media (max-width: 767px){#s-3a2cbda5-c654-44b8-8347-022172925eed {
  display: none;
}
#s-3a2cbda5-c654-44b8-8347-022172925eed, #wrap-s-3a2cbda5-c654-44b8-8347-022172925eed { display:none !important; }}
#s-e52b58e7-e092-4b38-8051-e9f0e9b65094 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(15, 8, 98, 1);
text-align: left;
text-decoration: none;
}
#s-e52b58e7-e092-4b38-8051-e9f0e9b65094:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e52b58e7-e092-4b38-8051-e9f0e9b65094:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e52b58e7-e092-4b38-8051-e9f0e9b65094 {
  display: none;
}
#s-e52b58e7-e092-4b38-8051-e9f0e9b65094, #wrap-s-e52b58e7-e092-4b38-8051-e9f0e9b65094 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e52b58e7-e092-4b38-8051-e9f0e9b65094 {
  display: none;
}
#s-e52b58e7-e092-4b38-8051-e9f0e9b65094, #wrap-s-e52b58e7-e092-4b38-8051-e9f0e9b65094 { display:none !important; }}@media (max-width: 767px){#s-e52b58e7-e092-4b38-8051-e9f0e9b65094 {
  display: none;
}
#s-e52b58e7-e092-4b38-8051-e9f0e9b65094, #wrap-s-e52b58e7-e092-4b38-8051-e9f0e9b65094 { display:none !important; }}

  #s-e52b58e7-e092-4b38-8051-e9f0e9b65094-root {
    text-align: left;
  }


#s-e52b58e7-e092-4b38-8051-e9f0e9b65094.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e52b58e7-e092-4b38-8051-e9f0e9b65094-root {
    text-align: left;
  }


#s-e52b58e7-e092-4b38-8051-e9f0e9b65094.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e52b58e7-e092-4b38-8051-e9f0e9b65094-root {
    text-align: left;
  }


#s-e52b58e7-e092-4b38-8051-e9f0e9b65094.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e52b58e7-e092-4b38-8051-e9f0e9b65094-root {
    text-align: left;
  }


#s-e52b58e7-e092-4b38-8051-e9f0e9b65094.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e52b58e7-e092-4b38-8051-e9f0e9b65094-root {
    text-align: left;
  }


#s-e52b58e7-e092-4b38-8051-e9f0e9b65094.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-689b1be9-ad97-4246-99c3-72142a9614c6 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 65px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-689b1be9-ad97-4246-99c3-72142a9614c6 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-689b1be9-ad97-4246-99c3-72142a9614c6 {
  display: none;
}
#s-689b1be9-ad97-4246-99c3-72142a9614c6, #wrap-s-689b1be9-ad97-4246-99c3-72142a9614c6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-689b1be9-ad97-4246-99c3-72142a9614c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-689b1be9-ad97-4246-99c3-72142a9614c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-689b1be9-ad97-4246-99c3-72142a9614c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-689b1be9-ad97-4246-99c3-72142a9614c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f16e3d7-5a25-4d35-9be4-b1f325db223a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f16e3d7-5a25-4d35-9be4-b1f325db223a {
  display: none;
}
#s-1f16e3d7-5a25-4d35-9be4-b1f325db223a, #wrap-s-1f16e3d7-5a25-4d35-9be4-b1f325db223a { display:none !important; }}@media (max-width: 767px){#s-1f16e3d7-5a25-4d35-9be4-b1f325db223a {
  display: none;
}
#s-1f16e3d7-5a25-4d35-9be4-b1f325db223a, #wrap-s-1f16e3d7-5a25-4d35-9be4-b1f325db223a { display:none !important; }}






  #s-1f16e3d7-5a25-4d35-9be4-b1f325db223a img.shogun-image {
    

    
    
    
  }


#s-1f16e3d7-5a25-4d35-9be4-b1f325db223a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-ce16ad96-e3a3-4ddf-a607-bacf935d631a {
  display: none;
}
#s-ce16ad96-e3a3-4ddf-a607-bacf935d631a, #wrap-s-ce16ad96-e3a3-4ddf-a607-bacf935d631a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce16ad96-e3a3-4ddf-a607-bacf935d631a {
  display: none;
}
#s-ce16ad96-e3a3-4ddf-a607-bacf935d631a, #wrap-s-ce16ad96-e3a3-4ddf-a607-bacf935d631a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce16ad96-e3a3-4ddf-a607-bacf935d631a {
  margin-top: -10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-ce16ad96-e3a3-4ddf-a607-bacf935d631a {
  display: none;
}
#s-ce16ad96-e3a3-4ddf-a607-bacf935d631a, #wrap-s-ce16ad96-e3a3-4ddf-a607-bacf935d631a { display:none !important; }}
#s-1d4e23d1-6727-4eed-aeae-23683ecf2174 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(15, 8, 98, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1d4e23d1-6727-4eed-aeae-23683ecf2174:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d4e23d1-6727-4eed-aeae-23683ecf2174:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1d4e23d1-6727-4eed-aeae-23683ecf2174 {
  display: none;
}
#s-1d4e23d1-6727-4eed-aeae-23683ecf2174, #wrap-s-1d4e23d1-6727-4eed-aeae-23683ecf2174 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d4e23d1-6727-4eed-aeae-23683ecf2174 {
  display: none;
}
#s-1d4e23d1-6727-4eed-aeae-23683ecf2174, #wrap-s-1d4e23d1-6727-4eed-aeae-23683ecf2174 { display:none !important; }}@media (max-width: 767px){#s-1d4e23d1-6727-4eed-aeae-23683ecf2174 {
  margin-top: 5px;
margin-bottom: 66px;
display: none;
}
#s-1d4e23d1-6727-4eed-aeae-23683ecf2174, #wrap-s-1d4e23d1-6727-4eed-aeae-23683ecf2174 { display:none !important; }}

  #s-1d4e23d1-6727-4eed-aeae-23683ecf2174-root {
    text-align: left;
  }


#s-1d4e23d1-6727-4eed-aeae-23683ecf2174.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d4e23d1-6727-4eed-aeae-23683ecf2174-root {
    text-align: left;
  }


#s-1d4e23d1-6727-4eed-aeae-23683ecf2174.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d4e23d1-6727-4eed-aeae-23683ecf2174-root {
    text-align: left;
  }


#s-1d4e23d1-6727-4eed-aeae-23683ecf2174.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d4e23d1-6727-4eed-aeae-23683ecf2174-root {
    text-align: left;
  }


#s-1d4e23d1-6727-4eed-aeae-23683ecf2174.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d4e23d1-6727-4eed-aeae-23683ecf2174-root {
    text-align: left;
  }


#s-1d4e23d1-6727-4eed-aeae-23683ecf2174.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-4fccf8dc-4e0a-40ff-9ca8-5c32dea11d32 {
  display: none;
}
#s-4fccf8dc-4e0a-40ff-9ca8-5c32dea11d32, #wrap-s-4fccf8dc-4e0a-40ff-9ca8-5c32dea11d32 { display:none !important; }}@media (max-width: 767px){#s-4fccf8dc-4e0a-40ff-9ca8-5c32dea11d32 {
  display: none;
}
#s-4fccf8dc-4e0a-40ff-9ca8-5c32dea11d32, #wrap-s-4fccf8dc-4e0a-40ff-9ca8-5c32dea11d32 { display:none !important; }}
#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(15, 8, 98, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d {
  display: none;
}
#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d, #wrap-s-c3fbc635-7efe-4e74-a94e-78ed50376f4d { display:none !important; }}@media (max-width: 767px){#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d {
  margin-top: 5px;
margin-bottom: 66px;
display: none;
}
#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d, #wrap-s-c3fbc635-7efe-4e74-a94e-78ed50376f4d { display:none !important; }}

  #s-c3fbc635-7efe-4e74-a94e-78ed50376f4d-root {
    text-align: left;
  }


#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3fbc635-7efe-4e74-a94e-78ed50376f4d-root {
    text-align: left;
  }


#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3fbc635-7efe-4e74-a94e-78ed50376f4d-root {
    text-align: left;
  }


#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3fbc635-7efe-4e74-a94e-78ed50376f4d-root {
    text-align: left;
  }


#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3fbc635-7efe-4e74-a94e-78ed50376f4d-root {
    text-align: left;
  }


#s-c3fbc635-7efe-4e74-a94e-78ed50376f4d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36 {
  text-align: center;
}
@media (min-width: 1200px){#s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36 {
  display: none;
}
#s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36, #wrap-s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36 {
  display: none;
}
#s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36, #wrap-s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36 {
  
}
}@media (max-width: 767px){#s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36 {
  display: none;
}
#s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36, #wrap-s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36 { display:none !important; }}






  #s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36 img.shogun-image {
    

    
    
    
  }


#s-5d0c2c9a-278d-443c-8d12-2e2fdbc50f36 .shogun-image-content {
  
    align-items: center;
  
}

#s-57d6e0c1-7389-4dea-920c-63885ec75a33 {
  margin-left: auto;
margin-right: auto;
min-height: 750px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-57d6e0c1-7389-4dea-920c-63885ec75a33 {
  max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57d6e0c1-7389-4dea-920c-63885ec75a33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57d6e0c1-7389-4dea-920c-63885ec75a33 {
  
}
}@media (max-width: 767px){#s-57d6e0c1-7389-4dea-920c-63885ec75a33 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 750px;
max-width: 350px;
display: none;
}
#s-57d6e0c1-7389-4dea-920c-63885ec75a33, #wrap-s-57d6e0c1-7389-4dea-920c-63885ec75a33 { display:none !important; }}







#s-57d6e0c1-7389-4dea-920c-63885ec75a33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57d6e0c1-7389-4dea-920c-63885ec75a33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e {
  margin-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e {
  display: none;
}
#s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e, #wrap-s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e {
  display: none;
}
#s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e, #wrap-s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e {
  display: none;
}
#s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e, #wrap-s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e { display:none !important; }}@media (max-width: 767px){#s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e {
  margin-top: -60px;
margin-bottom: 30px;
}
}






  #s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e img.shogun-image {
    

    
    
    
  }


#s-bf43165d-c8bb-482e-ad22-ac7dc61cdf3e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-4cc45965-62a8-48d4-acbc-c4387b8226a2 {
  display: none;
}
#s-4cc45965-62a8-48d4-acbc-c4387b8226a2, #wrap-s-4cc45965-62a8-48d4-acbc-c4387b8226a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cc45965-62a8-48d4-acbc-c4387b8226a2 {
  display: none;
}
#s-4cc45965-62a8-48d4-acbc-c4387b8226a2, #wrap-s-4cc45965-62a8-48d4-acbc-c4387b8226a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4cc45965-62a8-48d4-acbc-c4387b8226a2 {
  display: none;
}
#s-4cc45965-62a8-48d4-acbc-c4387b8226a2, #wrap-s-4cc45965-62a8-48d4-acbc-c4387b8226a2 { display:none !important; }}@media (max-width: 767px){#s-4cc45965-62a8-48d4-acbc-c4387b8226a2 {
  
}
}
#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(15, 8, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790 {
  display: none;
}
#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790, #wrap-s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790 {
  display: none;
}
#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790, #wrap-s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790 {
  display: none;
}
#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790, #wrap-s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790 { display:none !important; }}@media (max-width: 767px){#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790 {
  margin-left: 0px;
margin-bottom: 45px;
margin-right: 0px;
}
}

  #s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790-root {
    text-align: center;
  }


#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790-root {
    text-align: center;
  }


#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790-root {
    text-align: center;
  }


#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790-root {
    text-align: center;
  }


#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790-root {
    text-align: center;
  }


#s-c8cb9715-1c90-4fba-8e93-c2f6dd24d790.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-2dfe3a9f-35e7-4dbe-b396-c9a850134192 {
  margin-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-2dfe3a9f-35e7-4dbe-b396-c9a850134192 {
  display: none;
}
#s-2dfe3a9f-35e7-4dbe-b396-c9a850134192, #wrap-s-2dfe3a9f-35e7-4dbe-b396-c9a850134192 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dfe3a9f-35e7-4dbe-b396-c9a850134192 {
  display: none;
}
#s-2dfe3a9f-35e7-4dbe-b396-c9a850134192, #wrap-s-2dfe3a9f-35e7-4dbe-b396-c9a850134192 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2dfe3a9f-35e7-4dbe-b396-c9a850134192 {
  display: none;
}
#s-2dfe3a9f-35e7-4dbe-b396-c9a850134192, #wrap-s-2dfe3a9f-35e7-4dbe-b396-c9a850134192 { display:none !important; }}@media (max-width: 767px){#s-2dfe3a9f-35e7-4dbe-b396-c9a850134192 {
  margin-top: 0px;
margin-bottom: 45px;
}
}






  #s-2dfe3a9f-35e7-4dbe-b396-c9a850134192 img.shogun-image {
    

    
    
    
  }


#s-2dfe3a9f-35e7-4dbe-b396-c9a850134192 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-87961e6a-f050-4dd4-97dd-2d18f7ddedfb {
  display: none;
}
#s-87961e6a-f050-4dd4-97dd-2d18f7ddedfb, #wrap-s-87961e6a-f050-4dd4-97dd-2d18f7ddedfb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87961e6a-f050-4dd4-97dd-2d18f7ddedfb {
  display: none;
}
#s-87961e6a-f050-4dd4-97dd-2d18f7ddedfb, #wrap-s-87961e6a-f050-4dd4-97dd-2d18f7ddedfb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87961e6a-f050-4dd4-97dd-2d18f7ddedfb {
  display: none;
}
#s-87961e6a-f050-4dd4-97dd-2d18f7ddedfb, #wrap-s-87961e6a-f050-4dd4-97dd-2d18f7ddedfb { display:none !important; }}@media (max-width: 767px){#s-87961e6a-f050-4dd4-97dd-2d18f7ddedfb {
  
}
}
#s-a7283104-60be-40c8-bb8d-680149716614 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a7283104-60be-40c8-bb8d-680149716614:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7283104-60be-40c8-bb8d-680149716614:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a7283104-60be-40c8-bb8d-680149716614 {
  display: none;
}
#s-a7283104-60be-40c8-bb8d-680149716614, #wrap-s-a7283104-60be-40c8-bb8d-680149716614 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7283104-60be-40c8-bb8d-680149716614 {
  display: none;
}
#s-a7283104-60be-40c8-bb8d-680149716614, #wrap-s-a7283104-60be-40c8-bb8d-680149716614 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7283104-60be-40c8-bb8d-680149716614 {
  display: none;
}
#s-a7283104-60be-40c8-bb8d-680149716614, #wrap-s-a7283104-60be-40c8-bb8d-680149716614 { display:none !important; }}@media (max-width: 767px){#s-a7283104-60be-40c8-bb8d-680149716614 {
  margin-bottom: 45px;
}
}

  #s-a7283104-60be-40c8-bb8d-680149716614-root {
    text-align: center;
  }


#s-a7283104-60be-40c8-bb8d-680149716614.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7283104-60be-40c8-bb8d-680149716614-root {
    text-align: center;
  }


#s-a7283104-60be-40c8-bb8d-680149716614.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7283104-60be-40c8-bb8d-680149716614-root {
    text-align: center;
  }


#s-a7283104-60be-40c8-bb8d-680149716614.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7283104-60be-40c8-bb8d-680149716614-root {
    text-align: center;
  }


#s-a7283104-60be-40c8-bb8d-680149716614.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7283104-60be-40c8-bb8d-680149716614-root {
    text-align: center;
  }


#s-a7283104-60be-40c8-bb8d-680149716614.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-0332d713-62bd-4319-8ba8-36688e956035 {
  margin-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-0332d713-62bd-4319-8ba8-36688e956035 {
  display: none;
}
#s-0332d713-62bd-4319-8ba8-36688e956035, #wrap-s-0332d713-62bd-4319-8ba8-36688e956035 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0332d713-62bd-4319-8ba8-36688e956035 {
  display: none;
}
#s-0332d713-62bd-4319-8ba8-36688e956035, #wrap-s-0332d713-62bd-4319-8ba8-36688e956035 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0332d713-62bd-4319-8ba8-36688e956035 {
  display: none;
}
#s-0332d713-62bd-4319-8ba8-36688e956035, #wrap-s-0332d713-62bd-4319-8ba8-36688e956035 { display:none !important; }}@media (max-width: 767px){#s-0332d713-62bd-4319-8ba8-36688e956035 {
  margin-top: 0px;
margin-bottom: 45px;
}
}






  #s-0332d713-62bd-4319-8ba8-36688e956035 img.shogun-image {
    

    
    
    
  }


#s-0332d713-62bd-4319-8ba8-36688e956035 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-dac25f38-7f31-4493-9342-894d763c2b84 {
  display: none;
}
#s-dac25f38-7f31-4493-9342-894d763c2b84, #wrap-s-dac25f38-7f31-4493-9342-894d763c2b84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dac25f38-7f31-4493-9342-894d763c2b84 {
  display: none;
}
#s-dac25f38-7f31-4493-9342-894d763c2b84, #wrap-s-dac25f38-7f31-4493-9342-894d763c2b84 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dac25f38-7f31-4493-9342-894d763c2b84 {
  display: none;
}
#s-dac25f38-7f31-4493-9342-894d763c2b84, #wrap-s-dac25f38-7f31-4493-9342-894d763c2b84 { display:none !important; }}@media (max-width: 767px){#s-dac25f38-7f31-4493-9342-894d763c2b84 {
  margin-bottom: 0px;
}
}
#s-e6f55006-983f-45f9-9cda-5f295a8f21e9 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(15, 8, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e6f55006-983f-45f9-9cda-5f295a8f21e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6f55006-983f-45f9-9cda-5f295a8f21e9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e6f55006-983f-45f9-9cda-5f295a8f21e9 {
  display: none;
}
#s-e6f55006-983f-45f9-9cda-5f295a8f21e9, #wrap-s-e6f55006-983f-45f9-9cda-5f295a8f21e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6f55006-983f-45f9-9cda-5f295a8f21e9 {
  display: none;
}
#s-e6f55006-983f-45f9-9cda-5f295a8f21e9, #wrap-s-e6f55006-983f-45f9-9cda-5f295a8f21e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6f55006-983f-45f9-9cda-5f295a8f21e9 {
  display: none;
}
#s-e6f55006-983f-45f9-9cda-5f295a8f21e9, #wrap-s-e6f55006-983f-45f9-9cda-5f295a8f21e9 { display:none !important; }}@media (max-width: 767px){#s-e6f55006-983f-45f9-9cda-5f295a8f21e9 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}

  #s-e6f55006-983f-45f9-9cda-5f295a8f21e9-root {
    text-align: center;
  }


#s-e6f55006-983f-45f9-9cda-5f295a8f21e9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6f55006-983f-45f9-9cda-5f295a8f21e9-root {
    text-align: center;
  }


#s-e6f55006-983f-45f9-9cda-5f295a8f21e9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6f55006-983f-45f9-9cda-5f295a8f21e9-root {
    text-align: center;
  }


#s-e6f55006-983f-45f9-9cda-5f295a8f21e9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6f55006-983f-45f9-9cda-5f295a8f21e9-root {
    text-align: center;
  }


#s-e6f55006-983f-45f9-9cda-5f295a8f21e9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6f55006-983f-45f9-9cda-5f295a8f21e9-root {
    text-align: center;
  }


#s-e6f55006-983f-45f9-9cda-5f295a8f21e9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-db04aff0-b9df-4fbd-abf4-be47dd2aaebf {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 55px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-db04aff0-b9df-4fbd-abf4-be47dd2aaebf {
  display: none;
}
#s-db04aff0-b9df-4fbd-abf4-be47dd2aaebf, #wrap-s-db04aff0-b9df-4fbd-abf4-be47dd2aaebf { display:none !important; }}@media (max-width: 767px){#s-db04aff0-b9df-4fbd-abf4-be47dd2aaebf {
  display: none;
}
#s-db04aff0-b9df-4fbd-abf4-be47dd2aaebf, #wrap-s-db04aff0-b9df-4fbd-abf4-be47dd2aaebf { display:none !important; }}
@media (min-width: 0px) {
[id="s-db04aff0-b9df-4fbd-abf4-be47dd2aaebf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db04aff0-b9df-4fbd-abf4-be47dd2aaebf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db04aff0-b9df-4fbd-abf4-be47dd2aaebf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db04aff0-b9df-4fbd-abf4-be47dd2aaebf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-c41ef47d-a22d-41cc-b8a1-029e45a623f1 {
  display: none;
}
#s-c41ef47d-a22d-41cc-b8a1-029e45a623f1, #wrap-s-c41ef47d-a22d-41cc-b8a1-029e45a623f1 { display:none !important; }}
#s-792ce096-1900-42d7-a526-ce2e12eb59a3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-792ce096-1900-42d7-a526-ce2e12eb59a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-792ce096-1900-42d7-a526-ce2e12eb59a3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-792ce096-1900-42d7-a526-ce2e12eb59a3 {
  display: none;
}
#s-792ce096-1900-42d7-a526-ce2e12eb59a3, #wrap-s-792ce096-1900-42d7-a526-ce2e12eb59a3 { display:none !important; }}

  #s-792ce096-1900-42d7-a526-ce2e12eb59a3-root {
    text-align: left;
  }


#s-792ce096-1900-42d7-a526-ce2e12eb59a3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-792ce096-1900-42d7-a526-ce2e12eb59a3-root {
    text-align: left;
  }


#s-792ce096-1900-42d7-a526-ce2e12eb59a3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-792ce096-1900-42d7-a526-ce2e12eb59a3-root {
    text-align: left;
  }


#s-792ce096-1900-42d7-a526-ce2e12eb59a3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-792ce096-1900-42d7-a526-ce2e12eb59a3-root {
    text-align: left;
  }


#s-792ce096-1900-42d7-a526-ce2e12eb59a3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-792ce096-1900-42d7-a526-ce2e12eb59a3-root {
    text-align: left;
  }


#s-792ce096-1900-42d7-a526-ce2e12eb59a3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-ac88d980-fb3c-4103-89af-bbdc58f0c7f5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac88d980-fb3c-4103-89af-bbdc58f0c7f5 {
  display: none;
}
#s-ac88d980-fb3c-4103-89af-bbdc58f0c7f5, #wrap-s-ac88d980-fb3c-4103-89af-bbdc58f0c7f5 { display:none !important; }}@media (max-width: 767px){#s-ac88d980-fb3c-4103-89af-bbdc58f0c7f5 {
  
}
}






  #s-ac88d980-fb3c-4103-89af-bbdc58f0c7f5 img.shogun-image {
    

    
    
    
  }


#s-ac88d980-fb3c-4103-89af-bbdc58f0c7f5 .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-d258d8eb-f518-4714-9520-0772ae24c7c4 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (max-width: 767px){#s-d258d8eb-f518-4714-9520-0772ae24c7c4 {
  margin-top: 20px;
margin-bottom: -20px;
}
}
#s-d258d8eb-f518-4714-9520-0772ae24c7c4 hr {
  border-top: 2px solid #ddd;
}

#s-8895a16b-73cf-434b-b9e9-fcd8dde349d0 {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-8895a16b-73cf-434b-b9e9-fcd8dde349d0 {
  
}
}
#s-a636ab99-7b2f-4748-acea-0a5780bd5e33 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-a636ab99-7b2f-4748-acea-0a5780bd5e33 {
  display: none;
}
#s-a636ab99-7b2f-4748-acea-0a5780bd5e33, #wrap-s-a636ab99-7b2f-4748-acea-0a5780bd5e33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a636ab99-7b2f-4748-acea-0a5780bd5e33 {
  display: none;
}
#s-a636ab99-7b2f-4748-acea-0a5780bd5e33, #wrap-s-a636ab99-7b2f-4748-acea-0a5780bd5e33 { display:none !important; }}@media (max-width: 767px){#s-a636ab99-7b2f-4748-acea-0a5780bd5e33 {
  display: none;
}
#s-a636ab99-7b2f-4748-acea-0a5780bd5e33, #wrap-s-a636ab99-7b2f-4748-acea-0a5780bd5e33 { display:none !important; }}
#s-bb3945a4-b220-4fa8-bc20-80d3ba619932 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb3945a4-b220-4fa8-bc20-80d3ba619932 {
  display: none;
}
#s-bb3945a4-b220-4fa8-bc20-80d3ba619932, #wrap-s-bb3945a4-b220-4fa8-bc20-80d3ba619932 { display:none !important; }}@media (max-width: 767px){#s-bb3945a4-b220-4fa8-bc20-80d3ba619932 {
  display: none;
}
#s-bb3945a4-b220-4fa8-bc20-80d3ba619932, #wrap-s-bb3945a4-b220-4fa8-bc20-80d3ba619932 { display:none !important; }}
#s-13a45817-8185-4e43-9b55-1af1d0a55f6a {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-13a45817-8185-4e43-9b55-1af1d0a55f6a {
  display: none;
}
#s-13a45817-8185-4e43-9b55-1af1d0a55f6a, #wrap-s-13a45817-8185-4e43-9b55-1af1d0a55f6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13a45817-8185-4e43-9b55-1af1d0a55f6a {
  display: none;
}
#s-13a45817-8185-4e43-9b55-1af1d0a55f6a, #wrap-s-13a45817-8185-4e43-9b55-1af1d0a55f6a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13a45817-8185-4e43-9b55-1af1d0a55f6a {
  display: none;
}
#s-13a45817-8185-4e43-9b55-1af1d0a55f6a, #wrap-s-13a45817-8185-4e43-9b55-1af1d0a55f6a { display:none !important; }}
.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-60912589-9788-4361-bd22-19d8be711128 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-60912589-9788-4361-bd22-19d8be711128 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60912589-9788-4361-bd22-19d8be711128 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-60912589-9788-4361-bd22-19d8be711128 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-60912589-9788-4361-bd22-19d8be711128 {
  margin-top: 30px;
margin-bottom: 5px;
display: none;
}
#s-60912589-9788-4361-bd22-19d8be711128, #wrap-s-60912589-9788-4361-bd22-19d8be711128 { display:none !important; }}
#s-81c15cee-01f6-43ad-b680-fd563cf2f41d {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-81c15cee-01f6-43ad-b680-fd563cf2f41d {
  display: none;
}
#s-81c15cee-01f6-43ad-b680-fd563cf2f41d, #wrap-s-81c15cee-01f6-43ad-b680-fd563cf2f41d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81c15cee-01f6-43ad-b680-fd563cf2f41d {
  display: none;
}
#s-81c15cee-01f6-43ad-b680-fd563cf2f41d, #wrap-s-81c15cee-01f6-43ad-b680-fd563cf2f41d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81c15cee-01f6-43ad-b680-fd563cf2f41d {
  display: none;
}
#s-81c15cee-01f6-43ad-b680-fd563cf2f41d, #wrap-s-81c15cee-01f6-43ad-b680-fd563cf2f41d { display:none !important; }}
#s-09bc706f-53a3-40ed-8103-6e9105a6f90a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-09bc706f-53a3-40ed-8103-6e9105a6f90a {
  display: none;
}
#s-09bc706f-53a3-40ed-8103-6e9105a6f90a, #wrap-s-09bc706f-53a3-40ed-8103-6e9105a6f90a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09bc706f-53a3-40ed-8103-6e9105a6f90a {
  display: none;
}
#s-09bc706f-53a3-40ed-8103-6e9105a6f90a, #wrap-s-09bc706f-53a3-40ed-8103-6e9105a6f90a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09bc706f-53a3-40ed-8103-6e9105a6f90a {
  display: none;
}
#s-09bc706f-53a3-40ed-8103-6e9105a6f90a, #wrap-s-09bc706f-53a3-40ed-8103-6e9105a6f90a { display:none !important; }}







#s-09bc706f-53a3-40ed-8103-6e9105a6f90a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09bc706f-53a3-40ed-8103-6e9105a6f90a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee3166cf-2576-4814-afef-6a038ee77ac3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-ee3166cf-2576-4814-afef-6a038ee77ac3 {
  display: none;
}
#s-ee3166cf-2576-4814-afef-6a038ee77ac3, #wrap-s-ee3166cf-2576-4814-afef-6a038ee77ac3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee3166cf-2576-4814-afef-6a038ee77ac3 {
  display: none;
}
#s-ee3166cf-2576-4814-afef-6a038ee77ac3, #wrap-s-ee3166cf-2576-4814-afef-6a038ee77ac3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee3166cf-2576-4814-afef-6a038ee77ac3 {
  display: none;
}
#s-ee3166cf-2576-4814-afef-6a038ee77ac3, #wrap-s-ee3166cf-2576-4814-afef-6a038ee77ac3 { display:none !important; }}@media (max-width: 767px){#s-ee3166cf-2576-4814-afef-6a038ee77ac3 {
  margin-left: 2%;
margin-right: 2%;
}
}






  #s-ee3166cf-2576-4814-afef-6a038ee77ac3 img.shogun-image {
    

    
    
    
  }


#s-ee3166cf-2576-4814-afef-6a038ee77ac3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b873321b-fca4-4ecf-8256-6d88587e7cce {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-b873321b-fca4-4ecf-8256-6d88587e7cce {
  display: none;
}
#s-b873321b-fca4-4ecf-8256-6d88587e7cce, #wrap-s-b873321b-fca4-4ecf-8256-6d88587e7cce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b873321b-fca4-4ecf-8256-6d88587e7cce {
  display: none;
}
#s-b873321b-fca4-4ecf-8256-6d88587e7cce, #wrap-s-b873321b-fca4-4ecf-8256-6d88587e7cce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b873321b-fca4-4ecf-8256-6d88587e7cce {
  display: none;
}
#s-b873321b-fca4-4ecf-8256-6d88587e7cce, #wrap-s-b873321b-fca4-4ecf-8256-6d88587e7cce { display:none !important; }}@media (max-width: 767px){#s-b873321b-fca4-4ecf-8256-6d88587e7cce {
  margin-top: 45px;
margin-left: 2%;
margin-bottom: 15px;
margin-right: 2%;
}
}
#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(134, 24, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e {
  margin-bottom: 0px;
display: none;
}
#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e, #wrap-s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e {
  margin-bottom: 0px;
display: none;
}
#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e, #wrap-s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e {
  margin-bottom: 0px;
display: none;
}
#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e, #wrap-s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e { display:none !important; }}@media (max-width: 767px){#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e {
  margin-top: 0px;
margin-bottom: 20px;
}
}

  #s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e-root {
    text-align: center;
  }


#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e-root {
    text-align: center;
  }


#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e-root {
    text-align: center;
  }


#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e-root {
    text-align: center;
  }


#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e-root {
    text-align: center;
  }


#s-8f5b5323-ad8d-4d29-9e23-0bb326c6eb1e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-007949a0-8c57-4fe2-9735-106e4e3b20ce {
  text-align: center;
}
@media (min-width: 1200px){#s-007949a0-8c57-4fe2-9735-106e4e3b20ce {
  display: none;
}
#s-007949a0-8c57-4fe2-9735-106e4e3b20ce, #wrap-s-007949a0-8c57-4fe2-9735-106e4e3b20ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-007949a0-8c57-4fe2-9735-106e4e3b20ce {
  display: none;
}
#s-007949a0-8c57-4fe2-9735-106e4e3b20ce, #wrap-s-007949a0-8c57-4fe2-9735-106e4e3b20ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-007949a0-8c57-4fe2-9735-106e4e3b20ce {
  display: none;
}
#s-007949a0-8c57-4fe2-9735-106e4e3b20ce, #wrap-s-007949a0-8c57-4fe2-9735-106e4e3b20ce { display:none !important; }}@media (max-width: 767px){#s-007949a0-8c57-4fe2-9735-106e4e3b20ce {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: -30px;
margin-right: 2%;
}
}






  #s-007949a0-8c57-4fe2-9735-106e4e3b20ce img.shogun-image {
    

    
    
    
  }


#s-007949a0-8c57-4fe2-9735-106e4e3b20ce .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-f0c89d79-d440-4c65-985e-aec0abc59c1c {
  display: none;
}
#s-f0c89d79-d440-4c65-985e-aec0abc59c1c, #wrap-s-f0c89d79-d440-4c65-985e-aec0abc59c1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0c89d79-d440-4c65-985e-aec0abc59c1c {
  display: none;
}
#s-f0c89d79-d440-4c65-985e-aec0abc59c1c, #wrap-s-f0c89d79-d440-4c65-985e-aec0abc59c1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0c89d79-d440-4c65-985e-aec0abc59c1c {
  display: none;
}
#s-f0c89d79-d440-4c65-985e-aec0abc59c1c, #wrap-s-f0c89d79-d440-4c65-985e-aec0abc59c1c { display:none !important; }}@media (max-width: 767px){#s-f0c89d79-d440-4c65-985e-aec0abc59c1c {
  margin-top: 80px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
}
#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4 {
  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-d767f28a-92b1-460e-90c7-8dcf7b26afb4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4 {
  display: none;
}
#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4, #wrap-s-d767f28a-92b1-460e-90c7-8dcf7b26afb4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4 {
  display: none;
}
#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4, #wrap-s-d767f28a-92b1-460e-90c7-8dcf7b26afb4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4 {
  display: none;
}
#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4, #wrap-s-d767f28a-92b1-460e-90c7-8dcf7b26afb4 { display:none !important; }}@media (max-width: 767px){#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4 {
  margin-bottom: 55px;
}
}

  #s-d767f28a-92b1-460e-90c7-8dcf7b26afb4-root {
    text-align: center;
  }


#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d767f28a-92b1-460e-90c7-8dcf7b26afb4-root {
    text-align: center;
  }


#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d767f28a-92b1-460e-90c7-8dcf7b26afb4-root {
    text-align: center;
  }


#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d767f28a-92b1-460e-90c7-8dcf7b26afb4-root {
    text-align: center;
  }


#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d767f28a-92b1-460e-90c7-8dcf7b26afb4-root {
    text-align: center;
  }


#s-d767f28a-92b1-460e-90c7-8dcf7b26afb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-22658eaf-3bf9-4c63-9924-9224c5e29da3 {
  text-align: center;
}
@media (min-width: 1200px){#s-22658eaf-3bf9-4c63-9924-9224c5e29da3 {
  display: none;
}
#s-22658eaf-3bf9-4c63-9924-9224c5e29da3, #wrap-s-22658eaf-3bf9-4c63-9924-9224c5e29da3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22658eaf-3bf9-4c63-9924-9224c5e29da3 {
  display: none;
}
#s-22658eaf-3bf9-4c63-9924-9224c5e29da3, #wrap-s-22658eaf-3bf9-4c63-9924-9224c5e29da3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22658eaf-3bf9-4c63-9924-9224c5e29da3 {
  display: none;
}
#s-22658eaf-3bf9-4c63-9924-9224c5e29da3, #wrap-s-22658eaf-3bf9-4c63-9924-9224c5e29da3 { display:none !important; }}@media (max-width: 767px){#s-22658eaf-3bf9-4c63-9924-9224c5e29da3 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -30px;
margin-right: 2%;
}
}






  #s-22658eaf-3bf9-4c63-9924-9224c5e29da3 img.shogun-image {
    

    
    
    
  }


#s-22658eaf-3bf9-4c63-9924-9224c5e29da3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-c352842f-b4ed-4c57-931b-99ea2998b19e {
  display: none;
}
#s-c352842f-b4ed-4c57-931b-99ea2998b19e, #wrap-s-c352842f-b4ed-4c57-931b-99ea2998b19e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c352842f-b4ed-4c57-931b-99ea2998b19e {
  display: none;
}
#s-c352842f-b4ed-4c57-931b-99ea2998b19e, #wrap-s-c352842f-b4ed-4c57-931b-99ea2998b19e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c352842f-b4ed-4c57-931b-99ea2998b19e {
  display: none;
}
#s-c352842f-b4ed-4c57-931b-99ea2998b19e, #wrap-s-c352842f-b4ed-4c57-931b-99ea2998b19e { display:none !important; }}@media (max-width: 767px){#s-c352842f-b4ed-4c57-931b-99ea2998b19e {
  margin-top: 90px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
}
#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728 {
  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-f5358bb3-4edb-4b04-bdb5-26d40e4a4728:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728 {
  display: none;
}
#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728, #wrap-s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728 {
  display: none;
}
#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728, #wrap-s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728 {
  display: none;
}
#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728, #wrap-s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728 { display:none !important; }}@media (max-width: 767px){#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728 {
  margin-bottom: 55px;
}
}

  #s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728-root {
    text-align: center;
  }


#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728-root {
    text-align: center;
  }


#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728-root {
    text-align: center;
  }


#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728-root {
    text-align: center;
  }


#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728-root {
    text-align: center;
  }


#s-f5358bb3-4edb-4b04-bdb5-26d40e4a4728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b7b85cc5-0460-44a3-af98-f47daea27f36 {
  text-align: center;
}
@media (min-width: 1200px){#s-b7b85cc5-0460-44a3-af98-f47daea27f36 {
  display: none;
}
#s-b7b85cc5-0460-44a3-af98-f47daea27f36, #wrap-s-b7b85cc5-0460-44a3-af98-f47daea27f36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7b85cc5-0460-44a3-af98-f47daea27f36 {
  display: none;
}
#s-b7b85cc5-0460-44a3-af98-f47daea27f36, #wrap-s-b7b85cc5-0460-44a3-af98-f47daea27f36 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7b85cc5-0460-44a3-af98-f47daea27f36 {
  display: none;
}
#s-b7b85cc5-0460-44a3-af98-f47daea27f36, #wrap-s-b7b85cc5-0460-44a3-af98-f47daea27f36 { display:none !important; }}@media (max-width: 767px){#s-b7b85cc5-0460-44a3-af98-f47daea27f36 {
  margin-left: 2%;
margin-right: 2%;
}
}






  #s-b7b85cc5-0460-44a3-af98-f47daea27f36 img.shogun-image {
    

    
    
    
  }


#s-b7b85cc5-0460-44a3-af98-f47daea27f36 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-4aacafa1-c4bc-4b8c-9a93-a72a56b00784 {
  display: none;
}
#s-4aacafa1-c4bc-4b8c-9a93-a72a56b00784, #wrap-s-4aacafa1-c4bc-4b8c-9a93-a72a56b00784 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4aacafa1-c4bc-4b8c-9a93-a72a56b00784 {
  display: none;
}
#s-4aacafa1-c4bc-4b8c-9a93-a72a56b00784, #wrap-s-4aacafa1-c4bc-4b8c-9a93-a72a56b00784 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4aacafa1-c4bc-4b8c-9a93-a72a56b00784 {
  display: none;
}
#s-4aacafa1-c4bc-4b8c-9a93-a72a56b00784, #wrap-s-4aacafa1-c4bc-4b8c-9a93-a72a56b00784 { display:none !important; }}@media (max-width: 767px){#s-4aacafa1-c4bc-4b8c-9a93-a72a56b00784 {
  margin-top: 55px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
}
#s-7b1c50ca-37a9-4171-9087-49058ee93acb {
  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-7b1c50ca-37a9-4171-9087-49058ee93acb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b1c50ca-37a9-4171-9087-49058ee93acb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7b1c50ca-37a9-4171-9087-49058ee93acb {
  display: none;
}
#s-7b1c50ca-37a9-4171-9087-49058ee93acb, #wrap-s-7b1c50ca-37a9-4171-9087-49058ee93acb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b1c50ca-37a9-4171-9087-49058ee93acb {
  display: none;
}
#s-7b1c50ca-37a9-4171-9087-49058ee93acb, #wrap-s-7b1c50ca-37a9-4171-9087-49058ee93acb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b1c50ca-37a9-4171-9087-49058ee93acb {
  display: none;
}
#s-7b1c50ca-37a9-4171-9087-49058ee93acb, #wrap-s-7b1c50ca-37a9-4171-9087-49058ee93acb { display:none !important; }}@media (max-width: 767px){#s-7b1c50ca-37a9-4171-9087-49058ee93acb {
  margin-bottom: 55px;
}
}

  #s-7b1c50ca-37a9-4171-9087-49058ee93acb-root {
    text-align: center;
  }


#s-7b1c50ca-37a9-4171-9087-49058ee93acb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b1c50ca-37a9-4171-9087-49058ee93acb-root {
    text-align: center;
  }


#s-7b1c50ca-37a9-4171-9087-49058ee93acb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b1c50ca-37a9-4171-9087-49058ee93acb-root {
    text-align: center;
  }


#s-7b1c50ca-37a9-4171-9087-49058ee93acb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b1c50ca-37a9-4171-9087-49058ee93acb-root {
    text-align: center;
  }


#s-7b1c50ca-37a9-4171-9087-49058ee93acb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b1c50ca-37a9-4171-9087-49058ee93acb-root {
    text-align: center;
  }


#s-7b1c50ca-37a9-4171-9087-49058ee93acb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-228a0ae6-3277-4f28-b1f0-53630904e00b {
  text-align: center;
}
@media (min-width: 1200px){#s-228a0ae6-3277-4f28-b1f0-53630904e00b {
  display: none;
}
#s-228a0ae6-3277-4f28-b1f0-53630904e00b, #wrap-s-228a0ae6-3277-4f28-b1f0-53630904e00b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-228a0ae6-3277-4f28-b1f0-53630904e00b {
  display: none;
}
#s-228a0ae6-3277-4f28-b1f0-53630904e00b, #wrap-s-228a0ae6-3277-4f28-b1f0-53630904e00b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-228a0ae6-3277-4f28-b1f0-53630904e00b {
  display: none;
}
#s-228a0ae6-3277-4f28-b1f0-53630904e00b, #wrap-s-228a0ae6-3277-4f28-b1f0-53630904e00b { display:none !important; }}@media (max-width: 767px){#s-228a0ae6-3277-4f28-b1f0-53630904e00b {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -30px;
margin-right: 2%;
}
}






  #s-228a0ae6-3277-4f28-b1f0-53630904e00b img.shogun-image {
    

    
    
    
  }


#s-228a0ae6-3277-4f28-b1f0-53630904e00b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d83e2e60-838a-4024-b039-6d3ec8ff4dce {
  display: none;
}
#s-d83e2e60-838a-4024-b039-6d3ec8ff4dce, #wrap-s-d83e2e60-838a-4024-b039-6d3ec8ff4dce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d83e2e60-838a-4024-b039-6d3ec8ff4dce {
  display: none;
}
#s-d83e2e60-838a-4024-b039-6d3ec8ff4dce, #wrap-s-d83e2e60-838a-4024-b039-6d3ec8ff4dce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d83e2e60-838a-4024-b039-6d3ec8ff4dce {
  display: none;
}
#s-d83e2e60-838a-4024-b039-6d3ec8ff4dce, #wrap-s-d83e2e60-838a-4024-b039-6d3ec8ff4dce { display:none !important; }}@media (max-width: 767px){#s-d83e2e60-838a-4024-b039-6d3ec8ff4dce {
  margin-top: 90px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
}
#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5 {
  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-f67fdb6a-8f2c-4295-8668-e0b8496801c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5 {
  display: none;
}
#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5, #wrap-s-f67fdb6a-8f2c-4295-8668-e0b8496801c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5 {
  display: none;
}
#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5, #wrap-s-f67fdb6a-8f2c-4295-8668-e0b8496801c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5 {
  display: none;
}
#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5, #wrap-s-f67fdb6a-8f2c-4295-8668-e0b8496801c5 { display:none !important; }}@media (max-width: 767px){#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5 {
  margin-bottom: 55px;
}
}

  #s-f67fdb6a-8f2c-4295-8668-e0b8496801c5-root {
    text-align: center;
  }


#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f67fdb6a-8f2c-4295-8668-e0b8496801c5-root {
    text-align: center;
  }


#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f67fdb6a-8f2c-4295-8668-e0b8496801c5-root {
    text-align: center;
  }


#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f67fdb6a-8f2c-4295-8668-e0b8496801c5-root {
    text-align: center;
  }


#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f67fdb6a-8f2c-4295-8668-e0b8496801c5-root {
    text-align: center;
  }


#s-f67fdb6a-8f2c-4295-8668-e0b8496801c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8d583265-1bf9-4a54-8ea0-080846004568 {
  text-align: center;
}
@media (min-width: 1200px){#s-8d583265-1bf9-4a54-8ea0-080846004568 {
  display: none;
}
#s-8d583265-1bf9-4a54-8ea0-080846004568, #wrap-s-8d583265-1bf9-4a54-8ea0-080846004568 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d583265-1bf9-4a54-8ea0-080846004568 {
  display: none;
}
#s-8d583265-1bf9-4a54-8ea0-080846004568, #wrap-s-8d583265-1bf9-4a54-8ea0-080846004568 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d583265-1bf9-4a54-8ea0-080846004568 {
  display: none;
}
#s-8d583265-1bf9-4a54-8ea0-080846004568, #wrap-s-8d583265-1bf9-4a54-8ea0-080846004568 { display:none !important; }}@media (max-width: 767px){#s-8d583265-1bf9-4a54-8ea0-080846004568 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -30px;
margin-right: 2%;
}
}






  #s-8d583265-1bf9-4a54-8ea0-080846004568 img.shogun-image {
    

    
    
    
  }


#s-8d583265-1bf9-4a54-8ea0-080846004568 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d1c14e0d-e041-40a8-ac4a-e1137ccec666 {
  display: none;
}
#s-d1c14e0d-e041-40a8-ac4a-e1137ccec666, #wrap-s-d1c14e0d-e041-40a8-ac4a-e1137ccec666 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1c14e0d-e041-40a8-ac4a-e1137ccec666 {
  display: none;
}
#s-d1c14e0d-e041-40a8-ac4a-e1137ccec666, #wrap-s-d1c14e0d-e041-40a8-ac4a-e1137ccec666 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1c14e0d-e041-40a8-ac4a-e1137ccec666 {
  display: none;
}
#s-d1c14e0d-e041-40a8-ac4a-e1137ccec666, #wrap-s-d1c14e0d-e041-40a8-ac4a-e1137ccec666 { display:none !important; }}@media (max-width: 767px){#s-d1c14e0d-e041-40a8-ac4a-e1137ccec666 {
  margin-top: 90px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
}
#s-c401a1ad-a857-4110-9a74-b07e9a207d09 {
  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-c401a1ad-a857-4110-9a74-b07e9a207d09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c401a1ad-a857-4110-9a74-b07e9a207d09:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c401a1ad-a857-4110-9a74-b07e9a207d09 {
  display: none;
}
#s-c401a1ad-a857-4110-9a74-b07e9a207d09, #wrap-s-c401a1ad-a857-4110-9a74-b07e9a207d09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c401a1ad-a857-4110-9a74-b07e9a207d09 {
  display: none;
}
#s-c401a1ad-a857-4110-9a74-b07e9a207d09, #wrap-s-c401a1ad-a857-4110-9a74-b07e9a207d09 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c401a1ad-a857-4110-9a74-b07e9a207d09 {
  display: none;
}
#s-c401a1ad-a857-4110-9a74-b07e9a207d09, #wrap-s-c401a1ad-a857-4110-9a74-b07e9a207d09 { display:none !important; }}@media (max-width: 767px){#s-c401a1ad-a857-4110-9a74-b07e9a207d09 {
  margin-bottom: 55px;
}
}

  #s-c401a1ad-a857-4110-9a74-b07e9a207d09-root {
    text-align: center;
  }


#s-c401a1ad-a857-4110-9a74-b07e9a207d09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c401a1ad-a857-4110-9a74-b07e9a207d09-root {
    text-align: center;
  }


#s-c401a1ad-a857-4110-9a74-b07e9a207d09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c401a1ad-a857-4110-9a74-b07e9a207d09-root {
    text-align: center;
  }


#s-c401a1ad-a857-4110-9a74-b07e9a207d09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c401a1ad-a857-4110-9a74-b07e9a207d09-root {
    text-align: center;
  }


#s-c401a1ad-a857-4110-9a74-b07e9a207d09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c401a1ad-a857-4110-9a74-b07e9a207d09-root {
    text-align: center;
  }


#s-c401a1ad-a857-4110-9a74-b07e9a207d09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d {
  text-align: center;
}
@media (min-width: 1200px){#s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d {
  display: none;
}
#s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d, #wrap-s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d {
  display: none;
}
#s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d, #wrap-s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d {
  display: none;
}
#s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d, #wrap-s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d { display:none !important; }}@media (max-width: 767px){#s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 45px;
margin-right: 2%;
}
}






  #s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d img.shogun-image {
    

    
    
    
  }


#s-4d7f9be5-22eb-49d1-85c7-5a4bde615d3d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-c8ce85e2-7c0a-4086-b946-c268700c3ec1 {
  display: none;
}
#s-c8ce85e2-7c0a-4086-b946-c268700c3ec1, #wrap-s-c8ce85e2-7c0a-4086-b946-c268700c3ec1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8ce85e2-7c0a-4086-b946-c268700c3ec1 {
  display: none;
}
#s-c8ce85e2-7c0a-4086-b946-c268700c3ec1, #wrap-s-c8ce85e2-7c0a-4086-b946-c268700c3ec1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8ce85e2-7c0a-4086-b946-c268700c3ec1 {
  display: none;
}
#s-c8ce85e2-7c0a-4086-b946-c268700c3ec1, #wrap-s-c8ce85e2-7c0a-4086-b946-c268700c3ec1 { display:none !important; }}@media (max-width: 767px){#s-c8ce85e2-7c0a-4086-b946-c268700c3ec1 {
  margin-top: 9px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}
}
#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(15, 8, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa {
  display: none;
}
#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa, #wrap-s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa {
  display: none;
}
#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa, #wrap-s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa {
  display: none;
}
#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa, #wrap-s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa { display:none !important; }}@media (max-width: 767px){#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa {
  margin-top: 0px;
margin-bottom: 60px;
}
}

  #s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa-root {
    text-align: center;
  }


#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa-root {
    text-align: center;
  }


#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa-root {
    text-align: center;
  }


#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa-root {
    text-align: center;
  }


#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa-root {
    text-align: center;
  }


#s-c7cf0be8-35a1-4fa8-8dfe-1af1993500fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d {
  text-align: center;
}
@media (min-width: 1200px){#s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d {
  display: none;
}
#s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d, #wrap-s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d {
  display: none;
}
#s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d, #wrap-s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d {
  display: none;
}
#s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d, #wrap-s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d { display:none !important; }}@media (max-width: 767px){#s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d {
  margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
}
}






  #s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d img.shogun-image {
    

    
    
    
  }


#s-79cb11c3-edc1-41c1-84d3-b1ffdc9a447d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-29048799-17cb-48d1-a4a7-81987bb39c61 {
  display: none;
}
#s-29048799-17cb-48d1-a4a7-81987bb39c61, #wrap-s-29048799-17cb-48d1-a4a7-81987bb39c61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29048799-17cb-48d1-a4a7-81987bb39c61 {
  display: none;
}
#s-29048799-17cb-48d1-a4a7-81987bb39c61, #wrap-s-29048799-17cb-48d1-a4a7-81987bb39c61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29048799-17cb-48d1-a4a7-81987bb39c61 {
  display: none;
}
#s-29048799-17cb-48d1-a4a7-81987bb39c61, #wrap-s-29048799-17cb-48d1-a4a7-81987bb39c61 { display:none !important; }}@media (max-width: 767px){#s-29048799-17cb-48d1-a4a7-81987bb39c61 {
  margin-top: 22px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 2%;
}
}
#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(15, 8, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f {
  display: none;
}
#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f, #wrap-s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f {
  display: none;
}
#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f, #wrap-s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f {
  display: none;
}
#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f, #wrap-s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f { display:none !important; }}@media (max-width: 767px){#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f {
  margin-top: 0px;
margin-bottom: 50px;
}
}

  #s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f-root {
    text-align: center;
  }


#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f-root {
    text-align: center;
  }


#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f-root {
    text-align: center;
  }


#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f-root {
    text-align: center;
  }


#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f-root {
    text-align: center;
  }


#s-2acf27aa-5bce-4d87-a3ce-762bf6ca515f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-232b07e0-78d8-4777-bd67-282dcf1e3861 {
  display: none;
}
#s-232b07e0-78d8-4777-bd67-282dcf1e3861, #wrap-s-232b07e0-78d8-4777-bd67-282dcf1e3861 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-232b07e0-78d8-4777-bd67-282dcf1e3861 {
  display: none;
}
#s-232b07e0-78d8-4777-bd67-282dcf1e3861, #wrap-s-232b07e0-78d8-4777-bd67-282dcf1e3861 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-232b07e0-78d8-4777-bd67-282dcf1e3861 {
  display: none;
}
#s-232b07e0-78d8-4777-bd67-282dcf1e3861, #wrap-s-232b07e0-78d8-4777-bd67-282dcf1e3861 { display:none !important; }}@media (max-width: 767px){#s-232b07e0-78d8-4777-bd67-282dcf1e3861 {
  margin-top: -5px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}
#s-232b07e0-78d8-4777-bd67-282dcf1e3861 hr {
  border-top: 2px solid #ddd;
}

#s-e6e4cbf0-0f89-424e-8d2c-880252f5615e {
  text-align: left;
}
@media (min-width: 1200px){#s-e6e4cbf0-0f89-424e-8d2c-880252f5615e {
  display: none;
}
#s-e6e4cbf0-0f89-424e-8d2c-880252f5615e, #wrap-s-e6e4cbf0-0f89-424e-8d2c-880252f5615e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6e4cbf0-0f89-424e-8d2c-880252f5615e {
  display: none;
}
#s-e6e4cbf0-0f89-424e-8d2c-880252f5615e, #wrap-s-e6e4cbf0-0f89-424e-8d2c-880252f5615e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6e4cbf0-0f89-424e-8d2c-880252f5615e {
  display: none;
}
#s-e6e4cbf0-0f89-424e-8d2c-880252f5615e, #wrap-s-e6e4cbf0-0f89-424e-8d2c-880252f5615e { display:none !important; }}@media (max-width: 767px){#s-e6e4cbf0-0f89-424e-8d2c-880252f5615e {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-0ff8f5d9-4e11-4960-b65d-4e680b00c5ed {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-0ff8f5d9-4e11-4960-b65d-4e680b00c5ed {
  display: none;
}
#s-0ff8f5d9-4e11-4960-b65d-4e680b00c5ed, #wrap-s-0ff8f5d9-4e11-4960-b65d-4e680b00c5ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ff8f5d9-4e11-4960-b65d-4e680b00c5ed {
  display: none;
}
#s-0ff8f5d9-4e11-4960-b65d-4e680b00c5ed, #wrap-s-0ff8f5d9-4e11-4960-b65d-4e680b00c5ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ff8f5d9-4e11-4960-b65d-4e680b00c5ed {
  display: none;
}
#s-0ff8f5d9-4e11-4960-b65d-4e680b00c5ed, #wrap-s-0ff8f5d9-4e11-4960-b65d-4e680b00c5ed { display:none !important; }}@media (max-width: 767px){#s-0ff8f5d9-4e11-4960-b65d-4e680b00c5ed {
  margin-left: 2%;
margin-bottom: 35px;
margin-right: 2%;
}
}
@media (min-width: 1200px){#s-4c414e05-55eb-4d85-8611-f8390bfe60cb {
  display: none;
}
#s-4c414e05-55eb-4d85-8611-f8390bfe60cb, #wrap-s-4c414e05-55eb-4d85-8611-f8390bfe60cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c414e05-55eb-4d85-8611-f8390bfe60cb {
  display: none;
}
#s-4c414e05-55eb-4d85-8611-f8390bfe60cb, #wrap-s-4c414e05-55eb-4d85-8611-f8390bfe60cb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c414e05-55eb-4d85-8611-f8390bfe60cb {
  display: none;
}
#s-4c414e05-55eb-4d85-8611-f8390bfe60cb, #wrap-s-4c414e05-55eb-4d85-8611-f8390bfe60cb { display:none !important; }}@media (max-width: 767px){#s-4c414e05-55eb-4d85-8611-f8390bfe60cb {
  margin-left: 2%;
margin-bottom: 40px;
margin-right: 2%;
}
}
/*
  $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}
