.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-9f34d573-52d1-4d5f-8d6d-504a67a5c525 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 {
  display: none;
}
#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525, #wrap-s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 {
  display: none;
}
#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525, #wrap-s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 {
  display: none;
}
#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525, #wrap-s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 { display:none !important; }}
#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 {
  background-image: url(https://i.shgcdn.com/874ba35b-d19f-4369-a15a-aa245db86733/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.35;
}#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-201de98e-e50d-4bb9-a08f-b6b78d0f413e {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: left;
}

#s-201de98e-e50d-4bb9-a08f-b6b78d0f413e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}



#s-e8399a0b-b2c1-47ba-b65c-d1e26d713ea0 {
  min-height: 50px;
}








#s-e8399a0b-b2c1-47ba-b65c-d1e26d713ea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8399a0b-b2c1-47ba-b65c-d1e26d713ea0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dc360bfc-061f-4bf1-8923-f510d13fb62a {
  margin-bottom: 0px;
min-height: 50px;
}








#s-dc360bfc-061f-4bf1-8923-f510d13fb62a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc360bfc-061f-4bf1-8923-f510d13fb62a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 70px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d {
  display: none;
}
#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d, #wrap-s-aa82c2f4-e2f4-4630-b84b-2a304168e80d { display:none !important; }}
#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d {
  background-image: url(https://i.shgcdn.com/b29f24fd-c70c-43b6-b3f4-76fa8040eba0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.35;
}#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-384d32f7-6ce9-450c-9128-f916d34e4562 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: px;
padding-bottom: 10px;
padding-right: px;
max-width: 1200px;
text-align: left;
}

#s-384d32f7-6ce9-450c-9128-f916d34e4562 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 59px;
  
  
  
}



#s-c032c831-d0bb-4696-b502-ba3e96595790 {
  min-height: 50px;
}








#s-c032c831-d0bb-4696-b502-ba3e96595790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c032c831-d0bb-4696-b502-ba3e96595790.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6e88e8a4-dbf7-4e4e-90b8-91104f15a94e {
  min-height: 50px;
}








#s-6e88e8a4-dbf7-4e4e-90b8-91104f15a94e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e88e8a4-dbf7-4e4e-90b8-91104f15a94e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-9b3c1cdc-cc84-4132-bddf-83608042ef7a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9b3c1cdc-cc84-4132-bddf-83608042ef7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b3c1cdc-cc84-4132-bddf-83608042ef7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9b3c1cdc-cc84-4132-bddf-83608042ef7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9b3c1cdc-cc84-4132-bddf-83608042ef7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9b3c1cdc-cc84-4132-bddf-83608042ef7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b3c1cdc-cc84-4132-bddf-83608042ef7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9b3c1cdc-cc84-4132-bddf-83608042ef7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

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

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

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

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

@media (min-width: 768px) and (max-width: 991px){#s-c0720dff-ca63-4034-8ac7-d62f233c3e58 {
  display: none;
}
#s-c0720dff-ca63-4034-8ac7-d62f233c3e58, #wrap-s-c0720dff-ca63-4034-8ac7-d62f233c3e58 { display:none !important; }}@media (max-width: 767px){#s-c0720dff-ca63-4034-8ac7-d62f233c3e58 {
  display: none;
}
#s-c0720dff-ca63-4034-8ac7-d62f233c3e58, #wrap-s-c0720dff-ca63-4034-8ac7-d62f233c3e58 { 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-9062793a-3a4b-4f95-ad98-cdec69d1c7f5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: right;
background-color: #3498db;
text-decoration: none;
}
#s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5-root {
    text-align: right;
  }


#s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5-root {
    text-align: right;
  }


#s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5-root {
    text-align: right;
  }


#s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5-root {
    text-align: right;
  }


#s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5-root {
    text-align: right;
  }


#s-9062793a-3a4b-4f95-ad98-cdec69d1c7f5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-7bd58684-e029-42fe-989a-2774ecf25472 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7bd58684-e029-42fe-989a-2774ecf25472 {
  
}
}







#s-7bd58684-e029-42fe-989a-2774ecf25472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bd58684-e029-42fe-989a-2774ecf25472.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-443ec154-dfd5-477a-9070-301ad9698b0a {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-443ec154-dfd5-477a-9070-301ad9698b0a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-443ec154-dfd5-477a-9070-301ad9698b0a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-443ec154-dfd5-477a-9070-301ad9698b0a {
  
}
}@media (max-width: 767px){#s-443ec154-dfd5-477a-9070-301ad9698b0a {
  
}
}

  #s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-6d1ab974-820b-4179-be9d-86464b5dc736 {
  padding-top: 40px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6d1ab974-820b-4179-be9d-86464b5dc736"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d1ab974-820b-4179-be9d-86464b5dc736"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d1ab974-820b-4179-be9d-86464b5dc736"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d1ab974-820b-4179-be9d-86464b5dc736"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a8553956-c558-483c-9723-3d64d31ca1ae {
  min-height: 50px;
}
@media (max-width: 767px){#s-a8553956-c558-483c-9723-3d64d31ca1ae {
  margin-top: 0px;
}
}







#s-a8553956-c558-483c-9723-3d64d31ca1ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8553956-c558-483c-9723-3d64d31ca1ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3306addb-338d-498a-8776-e165cb65657d {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3306addb-338d-498a-8776-e165cb65657d {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
}
#s-3306addb-338d-498a-8776-e165cb65657d .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}


@media (max-width: 767px){#s-3306addb-338d-498a-8776-e165cb65657d .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: 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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-8800d995-35d0-4363-bcc6-6df56f7f3015 {
  text-align: center;
}
@media (max-width: 767px){#s-8800d995-35d0-4363-bcc6-6df56f7f3015 {
  
}
}






  #s-8800d995-35d0-4363-bcc6-6df56f7f3015 img.shogun-image {
    

    
    
    
  }


#s-8800d995-35d0-4363-bcc6-6df56f7f3015 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-616c788c-7eaa-4e96-967d-68c08d15f793 {
  margin-top: 40px;
min-height: 50px;
}








#s-616c788c-7eaa-4e96-967d-68c08d15f793 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-616c788c-7eaa-4e96-967d-68c08d15f793.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6fc9196-87fe-444d-8656-e0bc5f9b5ff2 {
  min-height: 50px;
}








#s-c6fc9196-87fe-444d-8656-e0bc5f9b5ff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6fc9196-87fe-444d-8656-e0bc5f9b5ff2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb541f99-03e9-4cec-97ab-ea5f67e6c001 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb541f99-03e9-4cec-97ab-ea5f67e6c001 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-7a544f6d-1ccd-4d12-9998-630dacb48028 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-7a544f6d-1ccd-4d12-9998-630dacb48028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a544f6d-1ccd-4d12-9998-630dacb48028.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5deedf3e-163b-4338-ad61-4f02de176bda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5deedf3e-163b-4338-ad61-4f02de176bda .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



@media (min-width: 0px) {
[id="s-637fc2f9-1966-42e5-99bd-39baab6e3a98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-637fc2f9-1966-42e5-99bd-39baab6e3a98"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-637fc2f9-1966-42e5-99bd-39baab6e3a98"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-637fc2f9-1966-42e5-99bd-39baab6e3a98"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-637fc2f9-1966-42e5-99bd-39baab6e3a98"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-637fc2f9-1966-42e5-99bd-39baab6e3a98"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-637fc2f9-1966-42e5-99bd-39baab6e3a98"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-69009699-6d5d-4f51-b069-6285628c44c6 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-dfe3c6ca-b4f6-44a7-a09c-49dc8d2fbb73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfe3c6ca-b4f6-44a7-a09c-49dc8d2fbb73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dfe3c6ca-b4f6-44a7-a09c-49dc8d2fbb73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dfe3c6ca-b4f6-44a7-a09c-49dc8d2fbb73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dfe3c6ca-b4f6-44a7-a09c-49dc8d2fbb73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfe3c6ca-b4f6-44a7-a09c-49dc8d2fbb73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dfe3c6ca-b4f6-44a7-a09c-49dc8d2fbb73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-4027ae3a-4305-4c99-a6d6-fce971ec3f00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4027ae3a-4305-4c99-a6d6-fce971ec3f00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4027ae3a-4305-4c99-a6d6-fce971ec3f00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4027ae3a-4305-4c99-a6d6-fce971ec3f00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ab6624a5-4b97-43d3-8e8d-f004c8f4c901"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ab6624a5-4b97-43d3-8e8d-f004c8f4c901"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab6624a5-4b97-43d3-8e8d-f004c8f4c901"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab6624a5-4b97-43d3-8e8d-f004c8f4c901"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6e1117cb-142e-4055-8c7e-ad35413d7b43 {
  text-align: center;
}







  #s-6e1117cb-142e-4055-8c7e-ad35413d7b43 img.shogun-image {
    

    
    
    
  }


#s-6e1117cb-142e-4055-8c7e-ad35413d7b43 .shogun-image-content {
  
    align-items: center;
  
}

#s-12ad14b7-c03a-41c2-acf1-3ed15afa4211 {
  margin-top: 24px;
margin-bottom: 24px;
}

#s-03f6d43b-cea3-4a14-bbfa-4600fa442433 {
  text-align: center;
}







  #s-03f6d43b-cea3-4a14-bbfa-4600fa442433 img.shogun-image {
    

    
    
    
  }


#s-03f6d43b-cea3-4a14-bbfa-4600fa442433 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b31df58-0b1e-46ee-9199-eda59b240cd6 {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-a573b1ca-bd60-419c-b10f-cdcf62430a50"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a573b1ca-bd60-419c-b10f-cdcf62430a50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a573b1ca-bd60-419c-b10f-cdcf62430a50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a573b1ca-bd60-419c-b10f-cdcf62430a50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dbf88f4f-e23b-48ed-a27f-cbe2cfd2f4bb {
  text-align: center;
}







  #s-dbf88f4f-e23b-48ed-a27f-cbe2cfd2f4bb img.shogun-image {
    

    
    
    
  }


#s-dbf88f4f-e23b-48ed-a27f-cbe2cfd2f4bb .shogun-image-content {
  
    align-items: center;
  
}

#s-1809b361-de06-4f0f-9c4b-5eda597b578b {
  margin-top: 24px;
margin-bottom: 24px;
}

#s-24e68146-668a-40ac-8313-ac345dbbcc8d {
  text-align: center;
}







  #s-24e68146-668a-40ac-8313-ac345dbbcc8d img.shogun-image {
    

    
    
    
  }


#s-24e68146-668a-40ac-8313-ac345dbbcc8d .shogun-image-content {
  
    align-items: center;
  
}

#s-189433e6-a1a9-44fc-9253-c5ff468aff5b {
  margin-top: 24px;
margin-bottom: 24px;
}

#s-fdb79998-4d4d-4c57-8270-557ea7bca7bc {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-fdb79998-4d4d-4c57-8270-557ea7bca7bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdb79998-4d4d-4c57-8270-557ea7bca7bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db91cffc-4216-4496-9c23-473336241634 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db91cffc-4216-4496-9c23-473336241634 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-db91cffc-4216-4496-9c23-473336241634 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-db91cffc-4216-4496-9c23-473336241634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db91cffc-4216-4496-9c23-473336241634.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-198adf18-51c4-44a6-8730-6d1ae476dc80 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-198adf18-51c4-44a6-8730-6d1ae476dc80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-198adf18-51c4-44a6-8730-6d1ae476dc80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-198adf18-51c4-44a6-8730-6d1ae476dc80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-198adf18-51c4-44a6-8730-6d1ae476dc80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7db5760e-54c2-444b-8884-b4d8b8fc4d02 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7db5760e-54c2-444b-8884-b4d8b8fc4d02 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-7db5760e-54c2-444b-8884-b4d8b8fc4d02 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-7db5760e-54c2-444b-8884-b4d8b8fc4d02 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-7db5760e-54c2-444b-8884-b4d8b8fc4d02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-723b16e6-7b6a-4cf8-8440-8f486eb8850f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-723b16e6-7b6a-4cf8-8440-8f486eb8850f .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



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

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

@media (min-width: 1200px){#s-67107f6e-defe-427b-b5ae-0db8ccd59a8c {
  display: none;
}
#s-67107f6e-defe-427b-b5ae-0db8ccd59a8c, #wrap-s-67107f6e-defe-427b-b5ae-0db8ccd59a8c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67107f6e-defe-427b-b5ae-0db8ccd59a8c {
  display: none;
}
#s-67107f6e-defe-427b-b5ae-0db8ccd59a8c, #wrap-s-67107f6e-defe-427b-b5ae-0db8ccd59a8c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67107f6e-defe-427b-b5ae-0db8ccd59a8c {
  display: none;
}
#s-67107f6e-defe-427b-b5ae-0db8ccd59a8c, #wrap-s-67107f6e-defe-427b-b5ae-0db8ccd59a8c { display:none !important; }}
#s-67107f6e-defe-427b-b5ae-0db8ccd59a8c hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8fd1cfcf-5f6a-4555-a4f5-26ceb7874645 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8fd1cfcf-5f6a-4555-a4f5-26ceb7874645 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-8fd1cfcf-5f6a-4555-a4f5-26ceb7874645"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fd1cfcf-5f6a-4555-a4f5-26ceb7874645"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8fd1cfcf-5f6a-4555-a4f5-26ceb7874645"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fd1cfcf-5f6a-4555-a4f5-26ceb7874645"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8fd1cfcf-5f6a-4555-a4f5-26ceb7874645"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3dfe0d37-d54b-4b47-8229-716a0735b772 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dfe0d37-d54b-4b47-8229-716a0735b772 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-3dfe0d37-d54b-4b47-8229-716a0735b772 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-3dfe0d37-d54b-4b47-8229-716a0735b772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dfe0d37-d54b-4b47-8229-716a0735b772.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f5092f9-8906-44d3-a6a4-3f4796dbc896 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f5092f9-8906-44d3-a6a4-3f4796dbc896 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-14dc6aa4-8fb8-4d16-94d7-a04e5d04e0b0 {
  text-align: center;
}
@media (max-width: 767px){#s-14dc6aa4-8fb8-4d16-94d7-a04e5d04e0b0 {
  
}
}






  #s-14dc6aa4-8fb8-4d16-94d7-a04e5d04e0b0 img.shogun-image {
    

    
    
    
  }


#s-14dc6aa4-8fb8-4d16-94d7-a04e5d04e0b0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-0c2e33a2-32c5-4276-b0b2-a62f3c4aa4cd {
  display: none;
}
#s-0c2e33a2-32c5-4276-b0b2-a62f3c4aa4cd, #wrap-s-0c2e33a2-32c5-4276-b0b2-a62f3c4aa4cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c2e33a2-32c5-4276-b0b2-a62f3c4aa4cd {
  display: none;
}
#s-0c2e33a2-32c5-4276-b0b2-a62f3c4aa4cd, #wrap-s-0c2e33a2-32c5-4276-b0b2-a62f3c4aa4cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c2e33a2-32c5-4276-b0b2-a62f3c4aa4cd {
  display: none;
}
#s-0c2e33a2-32c5-4276-b0b2-a62f3c4aa4cd, #wrap-s-0c2e33a2-32c5-4276-b0b2-a62f3c4aa4cd { display:none !important; }}
#s-0c2e33a2-32c5-4276-b0b2-a62f3c4aa4cd hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6e1e6419-31ee-4508-bfc9-444079c49148 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-6e1e6419-31ee-4508-bfc9-444079c49148"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e1e6419-31ee-4508-bfc9-444079c49148"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e1e6419-31ee-4508-bfc9-444079c49148"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e1e6419-31ee-4508-bfc9-444079c49148"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4da58e49-e597-4940-acd6-31ad33079bca {
  text-align: center;
}
@media (max-width: 767px){#s-4da58e49-e597-4940-acd6-31ad33079bca {
  
}
}






  #s-4da58e49-e597-4940-acd6-31ad33079bca img.shogun-image {
    

    
    
    
  }


#s-4da58e49-e597-4940-acd6-31ad33079bca .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e70d753f-f3d9-461e-a5ca-4b8173363ff1 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e70d753f-f3d9-461e-a5ca-4b8173363ff1 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-e70d753f-f3d9-461e-a5ca-4b8173363ff1 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-e70d753f-f3d9-461e-a5ca-4b8173363ff1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-e70d753f-f3d9-461e-a5ca-4b8173363ff1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3af5700-d8d2-4f9e-b38e-e0defeaf21e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c3af5700-d8d2-4f9e-b38e-e0defeaf21e4 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 1200px){#s-d583f6fc-9858-49ee-9c5a-f45e7b2798e1 {
  display: none;
}
#s-d583f6fc-9858-49ee-9c5a-f45e7b2798e1, #wrap-s-d583f6fc-9858-49ee-9c5a-f45e7b2798e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d583f6fc-9858-49ee-9c5a-f45e7b2798e1 {
  display: none;
}
#s-d583f6fc-9858-49ee-9c5a-f45e7b2798e1, #wrap-s-d583f6fc-9858-49ee-9c5a-f45e7b2798e1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d583f6fc-9858-49ee-9c5a-f45e7b2798e1 {
  display: none;
}
#s-d583f6fc-9858-49ee-9c5a-f45e7b2798e1, #wrap-s-d583f6fc-9858-49ee-9c5a-f45e7b2798e1 { display:none !important; }}
#s-d583f6fc-9858-49ee-9c5a-f45e7b2798e1 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-947df016-6e3c-4d33-a959-dc6c67ee0c8e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-947df016-6e3c-4d33-a959-dc6c67ee0c8e {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-947df016-6e3c-4d33-a959-dc6c67ee0c8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-947df016-6e3c-4d33-a959-dc6c67ee0c8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-947df016-6e3c-4d33-a959-dc6c67ee0c8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-947df016-6e3c-4d33-a959-dc6c67ee0c8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-947df016-6e3c-4d33-a959-dc6c67ee0c8e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7a15e889-f89c-4e32-be9a-2a3cc67bdb25 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a15e889-f89c-4e32-be9a-2a3cc67bdb25 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-7a15e889-f89c-4e32-be9a-2a3cc67bdb25 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-7a15e889-f89c-4e32-be9a-2a3cc67bdb25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a15e889-f89c-4e32-be9a-2a3cc67bdb25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be053fe8-349e-4bea-92fc-8476096795ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be053fe8-349e-4bea-92fc-8476096795ab .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-02803025-ce9f-4a00-88dc-ace19e933b2f {
  text-align: center;
}
@media (max-width: 767px){#s-02803025-ce9f-4a00-88dc-ace19e933b2f {
  
}
}






  #s-02803025-ce9f-4a00-88dc-ace19e933b2f img.shogun-image {
    

    
    
    
  }


#s-02803025-ce9f-4a00-88dc-ace19e933b2f .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-7b77063d-2b98-4ae2-9a02-33cc57c84f1f {
  display: none;
}
#s-7b77063d-2b98-4ae2-9a02-33cc57c84f1f, #wrap-s-7b77063d-2b98-4ae2-9a02-33cc57c84f1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b77063d-2b98-4ae2-9a02-33cc57c84f1f {
  display: none;
}
#s-7b77063d-2b98-4ae2-9a02-33cc57c84f1f, #wrap-s-7b77063d-2b98-4ae2-9a02-33cc57c84f1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b77063d-2b98-4ae2-9a02-33cc57c84f1f {
  display: none;
}
#s-7b77063d-2b98-4ae2-9a02-33cc57c84f1f, #wrap-s-7b77063d-2b98-4ae2-9a02-33cc57c84f1f { display:none !important; }}
#s-7b77063d-2b98-4ae2-9a02-33cc57c84f1f hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f8013935-4209-4a77-960f-3ae1d1371184 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-f8013935-4209-4a77-960f-3ae1d1371184"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8013935-4209-4a77-960f-3ae1d1371184"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f8013935-4209-4a77-960f-3ae1d1371184"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8013935-4209-4a77-960f-3ae1d1371184"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ce6ef74f-9eb6-4f16-8468-2aa92de46e8f {
  text-align: center;
}
@media (max-width: 767px){#s-ce6ef74f-9eb6-4f16-8468-2aa92de46e8f {
  
}
}






  #s-ce6ef74f-9eb6-4f16-8468-2aa92de46e8f img.shogun-image {
    

    
    
    
  }


#s-ce6ef74f-9eb6-4f16-8468-2aa92de46e8f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-729b096f-2037-43f5-b8b5-28b7b35353b4 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-729b096f-2037-43f5-b8b5-28b7b35353b4 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-729b096f-2037-43f5-b8b5-28b7b35353b4 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-729b096f-2037-43f5-b8b5-28b7b35353b4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-729b096f-2037-43f5-b8b5-28b7b35353b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ad26025-e5c5-4205-b03e-4efc3b3fba8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7ad26025-e5c5-4205-b03e-4efc3b3fba8e .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 1200px){#s-3cf24886-3b07-4ed8-aad9-8d9632cba918 {
  display: none;
}
#s-3cf24886-3b07-4ed8-aad9-8d9632cba918, #wrap-s-3cf24886-3b07-4ed8-aad9-8d9632cba918 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cf24886-3b07-4ed8-aad9-8d9632cba918 {
  display: none;
}
#s-3cf24886-3b07-4ed8-aad9-8d9632cba918, #wrap-s-3cf24886-3b07-4ed8-aad9-8d9632cba918 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3cf24886-3b07-4ed8-aad9-8d9632cba918 {
  display: none;
}
#s-3cf24886-3b07-4ed8-aad9-8d9632cba918, #wrap-s-3cf24886-3b07-4ed8-aad9-8d9632cba918 { display:none !important; }}
#s-3cf24886-3b07-4ed8-aad9-8d9632cba918 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a9b17266-7bb7-413c-bfe2-7604add8ee41 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a9b17266-7bb7-413c-bfe2-7604add8ee41 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-a9b17266-7bb7-413c-bfe2-7604add8ee41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9b17266-7bb7-413c-bfe2-7604add8ee41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a9b17266-7bb7-413c-bfe2-7604add8ee41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9b17266-7bb7-413c-bfe2-7604add8ee41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a9b17266-7bb7-413c-bfe2-7604add8ee41"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-77ff4d34-9971-47c4-a2a4-16cf52354fd6 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-77ff4d34-9971-47c4-a2a4-16cf52354fd6 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-77ff4d34-9971-47c4-a2a4-16cf52354fd6 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-77ff4d34-9971-47c4-a2a4-16cf52354fd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77ff4d34-9971-47c4-a2a4-16cf52354fd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40515956-03be-4219-b62c-702ab65446f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-40515956-03be-4219-b62c-702ab65446f6 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-9c5bbbd6-f0e8-4808-ba81-0ee2068ba4cc {
  text-align: center;
}
@media (max-width: 767px){#s-9c5bbbd6-f0e8-4808-ba81-0ee2068ba4cc {
  
}
}






  #s-9c5bbbd6-f0e8-4808-ba81-0ee2068ba4cc img.shogun-image {
    

    
    
    
  }


#s-9c5bbbd6-f0e8-4808-ba81-0ee2068ba4cc .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-afc60018-802b-4761-af12-8700ce42120c {
  display: none;
}
#s-afc60018-802b-4761-af12-8700ce42120c, #wrap-s-afc60018-802b-4761-af12-8700ce42120c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afc60018-802b-4761-af12-8700ce42120c {
  display: none;
}
#s-afc60018-802b-4761-af12-8700ce42120c, #wrap-s-afc60018-802b-4761-af12-8700ce42120c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-afc60018-802b-4761-af12-8700ce42120c {
  display: none;
}
#s-afc60018-802b-4761-af12-8700ce42120c, #wrap-s-afc60018-802b-4761-af12-8700ce42120c { display:none !important; }}
#s-afc60018-802b-4761-af12-8700ce42120c hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-093e45cb-fc8e-4118-a5fa-45cd54ceca2f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-093e45cb-fc8e-4118-a5fa-45cd54ceca2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-093e45cb-fc8e-4118-a5fa-45cd54ceca2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-093e45cb-fc8e-4118-a5fa-45cd54ceca2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-093e45cb-fc8e-4118-a5fa-45cd54ceca2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4b8c5233-cb9d-45f2-b0a6-85f271f97094 {
  text-align: center;
}
@media (max-width: 767px){#s-4b8c5233-cb9d-45f2-b0a6-85f271f97094 {
  
}
}






  #s-4b8c5233-cb9d-45f2-b0a6-85f271f97094 img.shogun-image {
    

    
    
    
  }


#s-4b8c5233-cb9d-45f2-b0a6-85f271f97094 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8932ad69-b7c9-4947-bf8d-14c08efbc9b2 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8932ad69-b7c9-4947-bf8d-14c08efbc9b2 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-8932ad69-b7c9-4947-bf8d-14c08efbc9b2 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-8932ad69-b7c9-4947-bf8d-14c08efbc9b2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8932ad69-b7c9-4947-bf8d-14c08efbc9b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a8add4d-4b51-4c34-b9d7-b70d0fdd8004 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4a8add4d-4b51-4c34-b9d7-b70d0fdd8004 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-771e3b21-8b7d-4940-936e-b7cfdbbb3b3b {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-771e3b21-8b7d-4940-936e-b7cfdbbb3b3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771e3b21-8b7d-4940-936e-b7cfdbbb3b3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4551131d-971f-4bb1-ac3a-f5e87d997ea5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4551131d-971f-4bb1-ac3a-f5e87d997ea5 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



@media (min-width: 0px) {
[id="s-b3a5c929-0ede-453f-bf17-461e3e4537b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3a5c929-0ede-453f-bf17-461e3e4537b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b3a5c929-0ede-453f-bf17-461e3e4537b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3a5c929-0ede-453f-bf17-461e3e4537b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b3a5c929-0ede-453f-bf17-461e3e4537b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3a5c929-0ede-453f-bf17-461e3e4537b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b3a5c929-0ede-453f-bf17-461e3e4537b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-95e71c22-03fb-4880-a2ca-5e6e9085a53c {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-95e71c22-03fb-4880-a2ca-5e6e9085a53c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95e71c22-03fb-4880-a2ca-5e6e9085a53c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-95e71c22-03fb-4880-a2ca-5e6e9085a53c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-95e71c22-03fb-4880-a2ca-5e6e9085a53c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-336c5092-775b-4968-ba09-f8fc584b0a04 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-336c5092-775b-4968-ba09-f8fc584b0a04 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-336c5092-775b-4968-ba09-f8fc584b0a04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-336c5092-775b-4968-ba09-f8fc584b0a04 {
  cursor: pointer;
}#s-336c5092-775b-4968-ba09-f8fc584b0a04.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7852705b-31c3-46a8-8a15-907f0fb19372 {
  text-align: center;
}







  #s-7852705b-31c3-46a8-8a15-907f0fb19372 img.shogun-image {
    

    
    
    
  }


#s-7852705b-31c3-46a8-8a15-907f0fb19372 .shogun-image-content {
  
    align-items: center;
  
}

#s-792373ca-e20b-4842-83ed-3f330a46471d {
  margin-left: 15px;
margin-right: 15px;
padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-792373ca-e20b-4842-83ed-3f330a46471d .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b1278831-893d-4b51-8131-0a25f69a7f30 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
}

@media (min-width: 1200px){#s-6f03c77a-01d5-409e-9042-0f0bc261f6a0 {
  display: none;
}
#s-6f03c77a-01d5-409e-9042-0f0bc261f6a0, #wrap-s-6f03c77a-01d5-409e-9042-0f0bc261f6a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f03c77a-01d5-409e-9042-0f0bc261f6a0 {
  display: none;
}
#s-6f03c77a-01d5-409e-9042-0f0bc261f6a0, #wrap-s-6f03c77a-01d5-409e-9042-0f0bc261f6a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f03c77a-01d5-409e-9042-0f0bc261f6a0 {
  display: none;
}
#s-6f03c77a-01d5-409e-9042-0f0bc261f6a0, #wrap-s-6f03c77a-01d5-409e-9042-0f0bc261f6a0 { display:none !important; }}
#s-6f03c77a-01d5-409e-9042-0f0bc261f6a0 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9bab6759-0b6c-4f20-83c9-af27f0e6e107 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-9bab6759-0b6c-4f20-83c9-af27f0e6e107 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-9bab6759-0b6c-4f20-83c9-af27f0e6e107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bab6759-0b6c-4f20-83c9-af27f0e6e107 {
  cursor: pointer;
}#s-9bab6759-0b6c-4f20-83c9-af27f0e6e107.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4445b93-7998-4a50-87c2-84ffee3299da {
  text-align: center;
}







  #s-a4445b93-7998-4a50-87c2-84ffee3299da img.shogun-image {
    

    
    
    
  }


#s-a4445b93-7998-4a50-87c2-84ffee3299da .shogun-image-content {
  
    align-items: center;
  
}

#s-6745ad52-db7a-4d80-a22f-b3c15d5a522f {
  margin-left: 5px;
margin-right: 5px;
padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-6745ad52-db7a-4d80-a22f-b3c15d5a522f .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3039e18c-2567-4412-9b76-92518161d9d8 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
}

@media (min-width: 1200px){#s-29208e75-3b3d-4eda-a88d-4868649a09c7 {
  display: none;
}
#s-29208e75-3b3d-4eda-a88d-4868649a09c7, #wrap-s-29208e75-3b3d-4eda-a88d-4868649a09c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29208e75-3b3d-4eda-a88d-4868649a09c7 {
  display: none;
}
#s-29208e75-3b3d-4eda-a88d-4868649a09c7, #wrap-s-29208e75-3b3d-4eda-a88d-4868649a09c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29208e75-3b3d-4eda-a88d-4868649a09c7 {
  display: none;
}
#s-29208e75-3b3d-4eda-a88d-4868649a09c7, #wrap-s-29208e75-3b3d-4eda-a88d-4868649a09c7 { display:none !important; }}
#s-29208e75-3b3d-4eda-a88d-4868649a09c7 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-434dd7ae-f27b-4638-b136-7e64f6bd8299 {
  display: none;
}
#s-434dd7ae-f27b-4638-b136-7e64f6bd8299, #wrap-s-434dd7ae-f27b-4638-b136-7e64f6bd8299 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-434dd7ae-f27b-4638-b136-7e64f6bd8299 {
  display: none;
}
#s-434dd7ae-f27b-4638-b136-7e64f6bd8299, #wrap-s-434dd7ae-f27b-4638-b136-7e64f6bd8299 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-434dd7ae-f27b-4638-b136-7e64f6bd8299 {
  display: none;
}
#s-434dd7ae-f27b-4638-b136-7e64f6bd8299, #wrap-s-434dd7ae-f27b-4638-b136-7e64f6bd8299 { display:none !important; }}
#s-434dd7ae-f27b-4638-b136-7e64f6bd8299 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-56f2cf54-ee87-4f6e-8ea6-18c01d870920 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-56f2cf54-ee87-4f6e-8ea6-18c01d870920 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56f2cf54-ee87-4f6e-8ea6-18c01d870920.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aff3a883-921f-4adf-aaa4-12bfe7ec1296 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-aff3a883-921f-4adf-aaa4-12bfe7ec1296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aff3a883-921f-4adf-aaa4-12bfe7ec1296.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1102e84e-325c-4b7d-844c-e460cc733bfd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1102e84e-325c-4b7d-844c-e460cc733bfd .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



@media (min-width: 0px) {
[id="s-7f3c9cd1-973f-4d7f-a9ec-49762732542f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f3c9cd1-973f-4d7f-a9ec-49762732542f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7f3c9cd1-973f-4d7f-a9ec-49762732542f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7f3c9cd1-973f-4d7f-a9ec-49762732542f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7f3c9cd1-973f-4d7f-a9ec-49762732542f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f3c9cd1-973f-4d7f-a9ec-49762732542f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7f3c9cd1-973f-4d7f-a9ec-49762732542f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-00edefe5-c15c-488e-9a90-37d616591b0c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-00edefe5-c15c-488e-9a90-37d616591b0c {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-00edefe5-c15c-488e-9a90-37d616591b0c {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-00edefe5-c15c-488e-9a90-37d616591b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00edefe5-c15c-488e-9a90-37d616591b0c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fc52e4eb-138b-48e4-a84c-7677a226723a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-fc52e4eb-138b-48e4-a84c-7677a226723a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc52e4eb-138b-48e4-a84c-7677a226723a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc52e4eb-138b-48e4-a84c-7677a226723a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc52e4eb-138b-48e4-a84c-7677a226723a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-50eccdac-ada2-4927-9991-8cbd4b090c00 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-50eccdac-ada2-4927-9991-8cbd4b090c00 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-50eccdac-ada2-4927-9991-8cbd4b090c00 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-50eccdac-ada2-4927-9991-8cbd4b090c00 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-50eccdac-ada2-4927-9991-8cbd4b090c00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc2d3e60-0bfa-4056-b003-2d3ab714c417 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc2d3e60-0bfa-4056-b003-2d3ab714c417 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-dd7343bf-f785-4122-8920-0327eb2e7384 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: left;
background-color: #3498db;
text-decoration: none;
}
#s-dd7343bf-f785-4122-8920-0327eb2e7384:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-dd7343bf-f785-4122-8920-0327eb2e7384:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd7343bf-f785-4122-8920-0327eb2e7384-root {
    text-align: left;
  }


#s-dd7343bf-f785-4122-8920-0327eb2e7384.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd7343bf-f785-4122-8920-0327eb2e7384-root {
    text-align: left;
  }


#s-dd7343bf-f785-4122-8920-0327eb2e7384.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd7343bf-f785-4122-8920-0327eb2e7384-root {
    text-align: left;
  }


#s-dd7343bf-f785-4122-8920-0327eb2e7384.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd7343bf-f785-4122-8920-0327eb2e7384-root {
    text-align: left;
  }


#s-dd7343bf-f785-4122-8920-0327eb2e7384.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd7343bf-f785-4122-8920-0327eb2e7384-root {
    text-align: left;
  }


#s-dd7343bf-f785-4122-8920-0327eb2e7384.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-dec84a28-4978-4331-a5a4-59d3a721255a {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-dec84a28-4978-4331-a5a4-59d3a721255a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dec84a28-4978-4331-a5a4-59d3a721255a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9906e711-733b-4339-b987-1d21cb8a2df3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9906e711-733b-4339-b987-1d21cb8a2df3 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



@media (min-width: 0px) {
[id="s-a902e8db-da9c-45db-af98-1fca7d9223d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a902e8db-da9c-45db-af98-1fca7d9223d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a902e8db-da9c-45db-af98-1fca7d9223d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a902e8db-da9c-45db-af98-1fca7d9223d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a902e8db-da9c-45db-af98-1fca7d9223d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a902e8db-da9c-45db-af98-1fca7d9223d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a902e8db-da9c-45db-af98-1fca7d9223d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-8f8b10ea-c504-4bb8-8b71-1a31826c8c12 {
  padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
}








#s-8f8b10ea-c504-4bb8-8b71-1a31826c8c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f8b10ea-c504-4bb8-8b71-1a31826c8c12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10a3f4bd-ae06-4ba9-a9df-9a91d45ba571 {
  min-height: 50px;
}








#s-10a3f4bd-ae06-4ba9-a9df-9a91d45ba571 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10a3f4bd-ae06-4ba9-a9df-9a91d45ba571.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69e90dae-670b-4368-9d3f-5cbb2f6667b4 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-69e90dae-670b-4368-9d3f-5cbb2f6667b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69e90dae-670b-4368-9d3f-5cbb2f6667b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6459c08e-b45d-4bf1-837c-700858857eeb {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-6459c08e-b45d-4bf1-837c-700858857eeb img.shogun-image {
    

    
    
    
  }


#s-6459c08e-b45d-4bf1-837c-700858857eeb .shogun-image-content {
  
    align-items: center;
  
}

#s-d097ebff-f19d-4483-a418-497cadc84099 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-d097ebff-f19d-4483-a418-497cadc84099 img.shogun-image {
    

    
    
    
  }


#s-d097ebff-f19d-4483-a418-497cadc84099 .shogun-image-content {
  
    align-items: center;
  
}

#s-c99a9f93-6c23-4422-870f-9c6ddb55a06c {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-c99a9f93-6c23-4422-870f-9c6ddb55a06c img.shogun-image {
    

    
    
    
  }


#s-c99a9f93-6c23-4422-870f-9c6ddb55a06c .shogun-image-content {
  
    align-items: center;
  
}

#s-4e85a2f8-18b4-4d83-bd7a-7555fa53f2da {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 140px;
max-width: 950px;
}








#s-4e85a2f8-18b4-4d83-bd7a-7555fa53f2da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e85a2f8-18b4-4d83-bd7a-7555fa53f2da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96bd3472-7849-4fc0-9f1a-5816a1db0313 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 140px;
max-width: 950px;
}








#s-96bd3472-7849-4fc0-9f1a-5816a1db0313 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96bd3472-7849-4fc0-9f1a-5816a1db0313.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd273f9b-01d4-4100-9c57-3a78e96781b1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-fd273f9b-01d4-4100-9c57-3a78e96781b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd273f9b-01d4-4100-9c57-3a78e96781b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fd273f9b-01d4-4100-9c57-3a78e96781b1-root {
    text-align: center;
  }


#s-fd273f9b-01d4-4100-9c57-3a78e96781b1.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd273f9b-01d4-4100-9c57-3a78e96781b1-root {
    text-align: center;
  }


#s-fd273f9b-01d4-4100-9c57-3a78e96781b1.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd273f9b-01d4-4100-9c57-3a78e96781b1-root {
    text-align: center;
  }


#s-fd273f9b-01d4-4100-9c57-3a78e96781b1.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd273f9b-01d4-4100-9c57-3a78e96781b1-root {
    text-align: center;
  }


#s-fd273f9b-01d4-4100-9c57-3a78e96781b1.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd273f9b-01d4-4100-9c57-3a78e96781b1-root {
    text-align: center;
  }


#s-fd273f9b-01d4-4100-9c57-3a78e96781b1.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-c7cb624b-7116-471c-a26f-818829dd9900 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 140px;
max-width: 950px;
}








#s-c7cb624b-7116-471c-a26f-818829dd9900 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7cb624b-7116-471c-a26f-818829dd9900.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4-root {
    text-align: center;
  }


#s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4-root {
    text-align: center;
  }


#s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4-root {
    text-align: center;
  }


#s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4-root {
    text-align: center;
  }


#s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4-root {
    text-align: center;
  }


#s-6213bc65-2b9c-4783-b0ec-a6a6853f40e4.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-47a961a1-c1b7-4400-913e-2d87734af807 {
  margin-top: 40px;
min-height: 50px;
}








#s-47a961a1-c1b7-4400-913e-2d87734af807 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47a961a1-c1b7-4400-913e-2d87734af807.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1368440f-1da8-483c-b0ad-e6d9c8290f2a {
  padding-bottom: 40px;
text-align: center;
}

#s-1368440f-1da8-483c-b0ad-e6d9c8290f2a .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: center;
}



@media (max-width: 767px){#s-be7ac652-e3ba-435d-8cfe-a89d7aba1934 {
  margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 0px) {
[id="s-be7ac652-e3ba-435d-8cfe-a89d7aba1934"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be7ac652-e3ba-435d-8cfe-a89d7aba1934"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-be7ac652-e3ba-435d-8cfe-a89d7aba1934"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-be7ac652-e3ba-435d-8cfe-a89d7aba1934"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-21d268d3-c8c9-4aab-9082-406914a992d1 {
  margin-bottom: 15px;
padding-top: 20px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-21d268d3-c8c9-4aab-9082-406914a992d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21d268d3-c8c9-4aab-9082-406914a992d1 {
  cursor: pointer;
}#s-21d268d3-c8c9-4aab-9082-406914a992d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2abc850f-d9e1-45f7-94a1-d680e9ff019b {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}







  #s-2abc850f-d9e1-45f7-94a1-d680e9ff019b img.shogun-image {
    

    
    
    
  }


#s-2abc850f-d9e1-45f7-94a1-d680e9ff019b .shogun-image-content {
  
    align-items: center;
  
}

#s-997088f3-4829-43ac-8bce-3ee8bfdb5813 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-997088f3-4829-43ac-8bce-3ee8bfdb5813 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-dc8f8d8d-f8d9-4d64-8188-3fa50ec85816 {
  margin-left: 20px;
margin-right: 20px;
}

#s-35563be0-01b2-4cca-8db2-8f484236eb35 {
  margin-bottom: 15px;
padding-top: 20px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-35563be0-01b2-4cca-8db2-8f484236eb35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35563be0-01b2-4cca-8db2-8f484236eb35 {
  cursor: pointer;
}#s-35563be0-01b2-4cca-8db2-8f484236eb35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b39af91b-b91f-408d-a843-9b7b6f0aa77f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-b39af91b-b91f-408d-a843-9b7b6f0aa77f:hover {opacity: 1 !important;}






  #s-b39af91b-b91f-408d-a843-9b7b6f0aa77f img.shogun-image {
    

    
    
    
  }


#s-b39af91b-b91f-408d-a843-9b7b6f0aa77f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bbd455e4-e00a-4cfd-a281-c396074732e8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-bbd455e4-e00a-4cfd-a281-c396074732e8 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-99c97426-250a-425b-a163-ef3975cd6414 {
  margin-left: 20px;
margin-right: 20px;
}

#s-2ab07c98-d391-4b5c-8a7f-a6630149cdb4 {
  margin-bottom: 15px;
padding-top: 20px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-2ab07c98-d391-4b5c-8a7f-a6630149cdb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ab07c98-d391-4b5c-8a7f-a6630149cdb4 {
  cursor: pointer;
}#s-2ab07c98-d391-4b5c-8a7f-a6630149cdb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de45fe08-c9bf-4355-ba8e-14c8db1970e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-de45fe08-c9bf-4355-ba8e-14c8db1970e7 img.shogun-image {
    

    
    
    
  }


#s-de45fe08-c9bf-4355-ba8e-14c8db1970e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-94c600cd-1819-4e00-af77-52a6ff33dc46 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-94c600cd-1819-4e00-af77-52a6ff33dc46 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5f0120cc-e761-4c34-949e-83e74395bfc5 {
  margin-left: 20px;
margin-right: 20px;
}

#s-6cb72575-35ca-4b72-aeb9-92abd6de61e4 {
  padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-6cb72575-35ca-4b72-aeb9-92abd6de61e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6cb72575-35ca-4b72-aeb9-92abd6de61e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6cb72575-35ca-4b72-aeb9-92abd6de61e4-root {
    text-align: center;
  }


#s-6cb72575-35ca-4b72-aeb9-92abd6de61e4.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6cb72575-35ca-4b72-aeb9-92abd6de61e4-root {
    text-align: center;
  }


#s-6cb72575-35ca-4b72-aeb9-92abd6de61e4.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cb72575-35ca-4b72-aeb9-92abd6de61e4-root {
    text-align: center;
  }


#s-6cb72575-35ca-4b72-aeb9-92abd6de61e4.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cb72575-35ca-4b72-aeb9-92abd6de61e4-root {
    text-align: center;
  }


#s-6cb72575-35ca-4b72-aeb9-92abd6de61e4.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6cb72575-35ca-4b72-aeb9-92abd6de61e4-root {
    text-align: center;
  }


#s-6cb72575-35ca-4b72-aeb9-92abd6de61e4.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-bce78178-02f0-4c35-87b7-74c82a8bf83f {
  padding-top: 20px;
padding-bottom: 20px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}