.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;
margin-bottom: 70px;
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/c801a1a7-ac65-4469-98f7-ebae158e7dbe/-/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: 42px;
  
  
  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/c497a5e9-f414-43c1-8e62-52ae5a58afb0/-/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-4bbb75dd-bf31-46d5-8414-d9ac7b4a76d2 {
  min-height: 50px;
}








#s-4bbb75dd-bf31-46d5-8414-d9ac7b4a76d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bbb75dd-bf31-46d5-8414-d9ac7b4a76d2.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-0272228d-ca74-416b-877c-5204427f2501 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 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-a3a8b990-859f-4b3e-b442-1a0f9312f67f {
  display: none;
}
#s-a3a8b990-859f-4b3e-b442-1a0f9312f67f, #wrap-s-a3a8b990-859f-4b3e-b442-1a0f9312f67f { display:none !important; }}@media (max-width: 767px){#s-a3a8b990-859f-4b3e-b442-1a0f9312f67f {
  display: none;
}
#s-a3a8b990-859f-4b3e-b442-1a0f9312f67f, #wrap-s-a3a8b990-859f-4b3e-b442-1a0f9312f67f { display:none !important; }}
#s-f3fd3fcf-4f28-4f34-9409-ba0fc0c23eaa {
  min-height: 50px;
}








#s-f3fd3fcf-4f28-4f34-9409-ba0fc0c23eaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3fd3fcf-4f28-4f34-9409-ba0fc0c23eaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  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-d9962073-84d3-4461-9bbf-069529be4554 {
  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-d9962073-84d3-4461-9bbf-069529be4554:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-d9962073-84d3-4461-9bbf-069529be4554:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9962073-84d3-4461-9bbf-069529be4554-root {
    text-align: right;
  }


#s-d9962073-84d3-4461-9bbf-069529be4554.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9962073-84d3-4461-9bbf-069529be4554-root {
    text-align: right;
  }


#s-d9962073-84d3-4461-9bbf-069529be4554.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9962073-84d3-4461-9bbf-069529be4554-root {
    text-align: right;
  }


#s-d9962073-84d3-4461-9bbf-069529be4554.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9962073-84d3-4461-9bbf-069529be4554-root {
    text-align: right;
  }


#s-d9962073-84d3-4461-9bbf-069529be4554.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9962073-84d3-4461-9bbf-069529be4554-root {
    text-align: right;
  }


#s-d9962073-84d3-4461-9bbf-069529be4554.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-14aa14be-3c0e-4a41-892b-1015ec733cfc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-14aa14be-3c0e-4a41-892b-1015ec733cfc {
  
}
}







#s-14aa14be-3c0e-4a41-892b-1015ec733cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14aa14be-3c0e-4a41-892b-1015ec733cfc.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);
}

@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: 35px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d1ab974-820b-4179-be9d-86464b5dc736 {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-6d1ab974-820b-4179-be9d-86464b5dc736 {
  margin-top: 20px;
padding-top: 0px;
}
}
@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;
}








#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-367c5f10-2440-4359-a05c-7a6b455c9b06 {
  padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-367c5f10-2440-4359-a05c-7a6b455c9b06 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-0e3b7931-6439-41d9-ab6b-8714636da372 {
  min-height: 50px;
}








#s-0e3b7931-6439-41d9-ab6b-8714636da372 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e3b7931-6439-41d9-ab6b-8714636da372.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4d6bfbd-78bb-4637-b171-83bd9e1f8e04 {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4d6bfbd-78bb-4637-b171-83bd9e1f8e04 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-f4d6bfbd-78bb-4637-b171-83bd9e1f8e04 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-f4d6bfbd-78bb-4637-b171-83bd9e1f8e04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4d6bfbd-78bb-4637-b171-83bd9e1f8e04 {
  cursor: pointer;
}#s-f4d6bfbd-78bb-4637-b171-83bd9e1f8e04.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6760d303-bf4b-42cf-af39-b0f853031948 {
  padding-bottom: 30px;
}
@media (max-width: 767px){#s-6760d303-bf4b-42cf-af39-b0f853031948 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-6760d303-bf4b-42cf-af39-b0f853031948"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6760d303-bf4b-42cf-af39-b0f853031948"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6760d303-bf4b-42cf-af39-b0f853031948"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6760d303-bf4b-42cf-af39-b0f853031948"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6760d303-bf4b-42cf-af39-b0f853031948"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6760d303-bf4b-42cf-af39-b0f853031948"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6760d303-bf4b-42cf-af39-b0f853031948"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-34b8ed42-fcb5-463f-a251-182943589eac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34b8ed42-fcb5-463f-a251-182943589eac .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-74c30c2a-64ef-441a-8494-a1c02ef3f279 {
  margin-left: 10px;
margin-right: 10px;
}

#s-9b4911a2-1161-4e8e-a380-55514dd01b42 {
  padding-top: 10px;
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 (min-width: 0px) {
[id="s-9b4911a2-1161-4e8e-a380-55514dd01b42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b4911a2-1161-4e8e-a380-55514dd01b42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b4911a2-1161-4e8e-a380-55514dd01b42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b4911a2-1161-4e8e-a380-55514dd01b42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d86590ff-1b9b-4141-8eaf-7e212bb21326 {
  text-align: center;
}







  #s-d86590ff-1b9b-4141-8eaf-7e212bb21326 img.shogun-image {
    

    
    
    
  }


#s-d86590ff-1b9b-4141-8eaf-7e212bb21326 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-93c54e32-6862-4fb9-a5ac-0193d924a56b {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-93c54e32-6862-4fb9-a5ac-0193d924a56b {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-93c54e32-6862-4fb9-a5ac-0193d924a56b {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
}
}







#s-93c54e32-6862-4fb9-a5ac-0193d924a56b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93c54e32-6862-4fb9-a5ac-0193d924a56b {
  cursor: pointer;
}#s-93c54e32-6862-4fb9-a5ac-0193d924a56b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3822f416-b78e-423b-ba71-2d46567caa14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-3822f416-b78e-423b-ba71-2d46567caa14:hover {opacity: 1 !important;}






  #s-3822f416-b78e-423b-ba71-2d46567caa14 img.shogun-image {
    

    
    
    
  }


#s-3822f416-b78e-423b-ba71-2d46567caa14 .shogun-image-content {
  
    align-items: center;
  
}

#s-87d08b71-581a-43a7-b2af-25c70a280fd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87d08b71-581a-43a7-b2af-25c70a280fd4 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



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

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

@media (min-width: 1200px){#s-a277a417-896d-418a-ab1b-4d91c51256c6 {
  display: none;
}
#s-a277a417-896d-418a-ab1b-4d91c51256c6, #wrap-s-a277a417-896d-418a-ab1b-4d91c51256c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a277a417-896d-418a-ab1b-4d91c51256c6 {
  display: none;
}
#s-a277a417-896d-418a-ab1b-4d91c51256c6, #wrap-s-a277a417-896d-418a-ab1b-4d91c51256c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a277a417-896d-418a-ab1b-4d91c51256c6 {
  display: none;
}
#s-a277a417-896d-418a-ab1b-4d91c51256c6, #wrap-s-a277a417-896d-418a-ab1b-4d91c51256c6 { display:none !important; }}
#s-a277a417-896d-418a-ab1b-4d91c51256c6 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-95b42c2d-c62c-4a8d-9d2d-c1f3e058951f {
  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-95b42c2d-c62c-4a8d-9d2d-c1f3e058951f {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-95b42c2d-c62c-4a8d-9d2d-c1f3e058951f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95b42c2d-c62c-4a8d-9d2d-c1f3e058951f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-95b42c2d-c62c-4a8d-9d2d-c1f3e058951f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-95b42c2d-c62c-4a8d-9d2d-c1f3e058951f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-95b42c2d-c62c-4a8d-9d2d-c1f3e058951f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-56bcafdc-ff22-49cb-9122-80da42ac8125 {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56bcafdc-ff22-49cb-9122-80da42ac8125 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-56bcafdc-ff22-49cb-9122-80da42ac8125 {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
}
}







#s-56bcafdc-ff22-49cb-9122-80da42ac8125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56bcafdc-ff22-49cb-9122-80da42ac8125 {
  cursor: pointer;
}#s-56bcafdc-ff22-49cb-9122-80da42ac8125.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b19cac2-4883-4efc-b06c-284633daea2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-4b19cac2-4883-4efc-b06c-284633daea2d:hover {opacity: 1 !important;}@media (max-width: 767px){#s-4b19cac2-4883-4efc-b06c-284633daea2d {
  
}
}






  #s-4b19cac2-4883-4efc-b06c-284633daea2d img.shogun-image {
    

    
    
    
  }


#s-4b19cac2-4883-4efc-b06c-284633daea2d .shogun-image-content {
  
    align-items: center;
  
}

#s-52be1623-2cca-47dc-b90c-8b54e5bac414 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52be1623-2cca-47dc-b90c-8b54e5bac414 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-6f0ffbac-79d7-4467-a364-f8a34f9bd074 {
  text-align: center;
}







  #s-6f0ffbac-79d7-4467-a364-f8a34f9bd074 img.shogun-image {
    

    
    
    
  }


#s-6f0ffbac-79d7-4467-a364-f8a34f9bd074 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-7ac509b0-cd2f-42cd-987f-99552a852415 {
  display: none;
}
#s-7ac509b0-cd2f-42cd-987f-99552a852415, #wrap-s-7ac509b0-cd2f-42cd-987f-99552a852415 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ac509b0-cd2f-42cd-987f-99552a852415 {
  display: none;
}
#s-7ac509b0-cd2f-42cd-987f-99552a852415, #wrap-s-7ac509b0-cd2f-42cd-987f-99552a852415 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ac509b0-cd2f-42cd-987f-99552a852415 {
  display: none;
}
#s-7ac509b0-cd2f-42cd-987f-99552a852415, #wrap-s-7ac509b0-cd2f-42cd-987f-99552a852415 { display:none !important; }}
#s-7ac509b0-cd2f-42cd-987f-99552a852415 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7e9ca9ea-8080-49f3-9076-7aab04bc89b9 {
  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 (min-width: 0px) {
[id="s-7e9ca9ea-8080-49f3-9076-7aab04bc89b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e9ca9ea-8080-49f3-9076-7aab04bc89b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e9ca9ea-8080-49f3-9076-7aab04bc89b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e9ca9ea-8080-49f3-9076-7aab04bc89b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-aa43aa96-a6d4-4de3-9ce0-10ee0f81f7c0 {
  text-align: center;
}







  #s-aa43aa96-a6d4-4de3-9ce0-10ee0f81f7c0 img.shogun-image {
    

    
    
    
  }


#s-aa43aa96-a6d4-4de3-9ce0-10ee0f81f7c0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-907415f5-da29-47b9-8311-acaa3f85e3d6 {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-907415f5-da29-47b9-8311-acaa3f85e3d6 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-907415f5-da29-47b9-8311-acaa3f85e3d6 {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
}
}







#s-907415f5-da29-47b9-8311-acaa3f85e3d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-907415f5-da29-47b9-8311-acaa3f85e3d6 {
  cursor: pointer;
}#s-907415f5-da29-47b9-8311-acaa3f85e3d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6c3e7ac-7ec1-40ac-9948-6db442856e4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-c6c3e7ac-7ec1-40ac-9948-6db442856e4a:hover {opacity: 1 !important;}






  #s-c6c3e7ac-7ec1-40ac-9948-6db442856e4a img.shogun-image {
    

    
    
    
  }


#s-c6c3e7ac-7ec1-40ac-9948-6db442856e4a .shogun-image-content {
  
    align-items: center;
  
}

#s-cdb3ae6b-f1e2-4c9d-9ff0-f765ebce2447 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdb3ae6b-f1e2-4c9d-9ff0-f765ebce2447 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



@media (min-width: 1200px){#s-51d794de-7007-442b-9c8a-929655f02a15 {
  display: none;
}
#s-51d794de-7007-442b-9c8a-929655f02a15, #wrap-s-51d794de-7007-442b-9c8a-929655f02a15 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51d794de-7007-442b-9c8a-929655f02a15 {
  display: none;
}
#s-51d794de-7007-442b-9c8a-929655f02a15, #wrap-s-51d794de-7007-442b-9c8a-929655f02a15 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51d794de-7007-442b-9c8a-929655f02a15 {
  display: none;
}
#s-51d794de-7007-442b-9c8a-929655f02a15, #wrap-s-51d794de-7007-442b-9c8a-929655f02a15 { display:none !important; }}
#s-51d794de-7007-442b-9c8a-929655f02a15 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c931a2fe-67db-4ef4-b9da-2e4385179402 {
  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-c931a2fe-67db-4ef4-b9da-2e4385179402 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-c931a2fe-67db-4ef4-b9da-2e4385179402"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c931a2fe-67db-4ef4-b9da-2e4385179402"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c931a2fe-67db-4ef4-b9da-2e4385179402"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c931a2fe-67db-4ef4-b9da-2e4385179402"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c931a2fe-67db-4ef4-b9da-2e4385179402"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-323895e4-8ddf-403c-982d-2cff18311ed6 {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-323895e4-8ddf-403c-982d-2cff18311ed6 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-323895e4-8ddf-403c-982d-2cff18311ed6 {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
}
}







#s-323895e4-8ddf-403c-982d-2cff18311ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-323895e4-8ddf-403c-982d-2cff18311ed6 {
  cursor: pointer;
}#s-323895e4-8ddf-403c-982d-2cff18311ed6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e994ceb-41c7-42f3-bca2-455190fc286c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-9e994ceb-41c7-42f3-bca2-455190fc286c:hover {opacity: 1 !important;}@media (max-width: 767px){#s-9e994ceb-41c7-42f3-bca2-455190fc286c {
  
}
}






  #s-9e994ceb-41c7-42f3-bca2-455190fc286c img.shogun-image {
    

    
    
    
  }


#s-9e994ceb-41c7-42f3-bca2-455190fc286c .shogun-image-content {
  
    align-items: center;
  
}

#s-21e40910-485c-40f9-82f1-a8b7024ec32a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21e40910-485c-40f9-82f1-a8b7024ec32a .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-51d7d2f9-0110-4cb6-95f0-28391fa5a9a3 {
  text-align: center;
}







  #s-51d7d2f9-0110-4cb6-95f0-28391fa5a9a3 img.shogun-image {
    

    
    
    
  }


#s-51d7d2f9-0110-4cb6-95f0-28391fa5a9a3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-56d69e20-92e9-46d6-b265-6d8f93fb4cc3 {
  display: none;
}
#s-56d69e20-92e9-46d6-b265-6d8f93fb4cc3, #wrap-s-56d69e20-92e9-46d6-b265-6d8f93fb4cc3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56d69e20-92e9-46d6-b265-6d8f93fb4cc3 {
  display: none;
}
#s-56d69e20-92e9-46d6-b265-6d8f93fb4cc3, #wrap-s-56d69e20-92e9-46d6-b265-6d8f93fb4cc3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56d69e20-92e9-46d6-b265-6d8f93fb4cc3 {
  display: none;
}
#s-56d69e20-92e9-46d6-b265-6d8f93fb4cc3, #wrap-s-56d69e20-92e9-46d6-b265-6d8f93fb4cc3 { display:none !important; }}
#s-56d69e20-92e9-46d6-b265-6d8f93fb4cc3 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2698ed6f-40ee-4b9e-8e91-72ac2283d263 {
  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 (min-width: 0px) {
[id="s-2698ed6f-40ee-4b9e-8e91-72ac2283d263"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2698ed6f-40ee-4b9e-8e91-72ac2283d263"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2698ed6f-40ee-4b9e-8e91-72ac2283d263"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2698ed6f-40ee-4b9e-8e91-72ac2283d263"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d538140d-e39d-4bc0-9e99-57c3cf691c02 {
  text-align: center;
}







  #s-d538140d-e39d-4bc0-9e99-57c3cf691c02 img.shogun-image {
    

    
    
    
  }


#s-d538140d-e39d-4bc0-9e99-57c3cf691c02 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fdbd2193-2ec9-4bf8-9536-7317884c825e {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fdbd2193-2ec9-4bf8-9536-7317884c825e {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-fdbd2193-2ec9-4bf8-9536-7317884c825e {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
}
}







#s-fdbd2193-2ec9-4bf8-9536-7317884c825e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdbd2193-2ec9-4bf8-9536-7317884c825e {
  cursor: pointer;
}#s-fdbd2193-2ec9-4bf8-9536-7317884c825e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11d2dcc2-236c-442e-a471-143f0a8be27b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-11d2dcc2-236c-442e-a471-143f0a8be27b:hover {opacity: 1 !important;}






  #s-11d2dcc2-236c-442e-a471-143f0a8be27b img.shogun-image {
    

    
    
    
  }


#s-11d2dcc2-236c-442e-a471-143f0a8be27b .shogun-image-content {
  
    align-items: center;
  
}

#s-ba776d10-a567-4452-866b-49a2ea5c2b30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba776d10-a567-4452-866b-49a2ea5c2b30 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



@media (min-width: 1200px){#s-03def69e-d981-445f-a267-5a839eb57a7f {
  display: none;
}
#s-03def69e-d981-445f-a267-5a839eb57a7f, #wrap-s-03def69e-d981-445f-a267-5a839eb57a7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03def69e-d981-445f-a267-5a839eb57a7f {
  display: none;
}
#s-03def69e-d981-445f-a267-5a839eb57a7f, #wrap-s-03def69e-d981-445f-a267-5a839eb57a7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03def69e-d981-445f-a267-5a839eb57a7f {
  display: none;
}
#s-03def69e-d981-445f-a267-5a839eb57a7f, #wrap-s-03def69e-d981-445f-a267-5a839eb57a7f { display:none !important; }}
#s-03def69e-d981-445f-a267-5a839eb57a7f hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ae84da1b-ffca-4b94-bbe6-2a2d4c7ced27 {
  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-ae84da1b-ffca-4b94-bbe6-2a2d4c7ced27 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-ae84da1b-ffca-4b94-bbe6-2a2d4c7ced27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae84da1b-ffca-4b94-bbe6-2a2d4c7ced27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ae84da1b-ffca-4b94-bbe6-2a2d4c7ced27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae84da1b-ffca-4b94-bbe6-2a2d4c7ced27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ae84da1b-ffca-4b94-bbe6-2a2d4c7ced27"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a5f01793-1740-4f53-a75b-14035d805416 {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5f01793-1740-4f53-a75b-14035d805416 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-a5f01793-1740-4f53-a75b-14035d805416 {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
}
}







#s-a5f01793-1740-4f53-a75b-14035d805416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5f01793-1740-4f53-a75b-14035d805416 {
  cursor: pointer;
}#s-a5f01793-1740-4f53-a75b-14035d805416.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bef372f8-348c-43cb-b95c-204929e09fe3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-bef372f8-348c-43cb-b95c-204929e09fe3:hover {opacity: 1 !important;}@media (max-width: 767px){#s-bef372f8-348c-43cb-b95c-204929e09fe3 {
  
}
}






  #s-bef372f8-348c-43cb-b95c-204929e09fe3 img.shogun-image {
    

    
    
    
  }


#s-bef372f8-348c-43cb-b95c-204929e09fe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b10d7a6-36b0-469e-b471-9b1af7dd3950 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b10d7a6-36b0-469e-b471-9b1af7dd3950 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-5f9e0569-30c5-41bb-acd8-c416bf66c715 {
  text-align: center;
}







  #s-5f9e0569-30c5-41bb-acd8-c416bf66c715 img.shogun-image {
    

    
    
    
  }


#s-5f9e0569-30c5-41bb-acd8-c416bf66c715 .shogun-image-content {
  
    align-items: center;
  
}

#s-24e80dd9-bd0c-4933-ba1d-002b5662b64f {
  padding-top: 35px;
padding-bottom: 30px;
min-height: 50px;
}








#s-24e80dd9-bd0c-4933-ba1d-002b5662b64f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24e80dd9-bd0c-4933-ba1d-002b5662b64f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f001696c-6b9f-496e-840c-c086bd150bcd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f001696c-6b9f-496e-840c-c086bd150bcd .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-b423eb40-e536-4b12-9674-95f396e34a4e {
  padding-top: 30px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b423eb40-e536-4b12-9674-95f396e34a4e {
  margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 0px) {
[id="s-b423eb40-e536-4b12-9674-95f396e34a4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b423eb40-e536-4b12-9674-95f396e34a4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b423eb40-e536-4b12-9674-95f396e34a4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b423eb40-e536-4b12-9674-95f396e34a4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-d4dcba1e-8923-4861-b373-9052b23b3494 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 25px;
padding-left: 35px;
padding-bottom: 25px;
padding-right: 35px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-d4dcba1e-8923-4861-b373-9052b23b3494 {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-d4dcba1e-8923-4861-b373-9052b23b3494 > .shg-box-overlay {
  background-color: rgba(245, 245, 245, 1);
  opacity: 0;
}#s-d4dcba1e-8923-4861-b373-9052b23b3494 {
  cursor: pointer;
}#s-d4dcba1e-8923-4861-b373-9052b23b3494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3b2713e-61ab-4d41-b494-163c736782b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-c3b2713e-61ab-4d41-b494-163c736782b5:hover {opacity: 1 !important;}






  #s-c3b2713e-61ab-4d41-b494-163c736782b5 img.shogun-image {
    

    
    
    
  }


#s-c3b2713e-61ab-4d41-b494-163c736782b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-40279e7b-bd4a-44bd-81b1-98a9988a8703 {
  padding-top: 14px;
padding-bottom: 10px;
text-align: center;
}

#s-40279e7b-bd4a-44bd-81b1-98a9988a8703 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-28ac8615-3ded-4c54-87cb-959c68953fec {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 25px;
padding-left: 35px;
padding-bottom: 25px;
padding-right: 35px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-28ac8615-3ded-4c54-87cb-959c68953fec {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-28ac8615-3ded-4c54-87cb-959c68953fec > .shg-box-overlay {
  background-color: rgba(245, 245, 245, 1);
  opacity: 0;
}#s-28ac8615-3ded-4c54-87cb-959c68953fec {
  cursor: pointer;
}#s-28ac8615-3ded-4c54-87cb-959c68953fec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ab659df-58d9-4caa-8825-a1abaeb6cfe6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-7ab659df-58d9-4caa-8825-a1abaeb6cfe6:hover {opacity: 1 !important;}






  #s-7ab659df-58d9-4caa-8825-a1abaeb6cfe6 img.shogun-image {
    

    
    
    
  }


#s-7ab659df-58d9-4caa-8825-a1abaeb6cfe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-23e4812d-e75c-4eee-872a-d068276883e3 {
  padding-top: 14px;
padding-bottom: 10px;
text-align: center;
}

#s-23e4812d-e75c-4eee-872a-d068276883e3 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-6b1ef2ad-66cc-43e5-bf12-68da89cb7e79 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 25px;
padding-left: 35px;
padding-bottom: 25px;
padding-right: 35px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-6b1ef2ad-66cc-43e5-bf12-68da89cb7e79 {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-6b1ef2ad-66cc-43e5-bf12-68da89cb7e79 > .shg-box-overlay {
  background-color: rgba(245, 245, 245, 1);
  opacity: 0;
}#s-6b1ef2ad-66cc-43e5-bf12-68da89cb7e79 {
  cursor: pointer;
}#s-6b1ef2ad-66cc-43e5-bf12-68da89cb7e79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3057e09b-03c6-4236-b2a4-d58cedd075ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}
#s-3057e09b-03c6-4236-b2a4-d58cedd075ec:hover {opacity: 1 !important;}






  #s-3057e09b-03c6-4236-b2a4-d58cedd075ec img.shogun-image {
    

    
    
    
  }


#s-3057e09b-03c6-4236-b2a4-d58cedd075ec .shogun-image-content {
  
    align-items: center;
  
}

#s-91c965e2-1ee8-4334-8890-a7eb6fe45a6d {
  padding-top: 14px;
padding-bottom: 10px;
text-align: center;
}

#s-91c965e2-1ee8-4334-8890-a7eb6fe45a6d .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-ed6a21ec-1313-4757-93b5-ffd6a708c5a8 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ed6a21ec-1313-4757-93b5-ffd6a708c5a8 {
  margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 0px) {
[id="s-ed6a21ec-1313-4757-93b5-ffd6a708c5a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed6a21ec-1313-4757-93b5-ffd6a708c5a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ed6a21ec-1313-4757-93b5-ffd6a708c5a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed6a21ec-1313-4757-93b5-ffd6a708c5a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-5c343e4a-397c-4213-a684-8049784fb52b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 25px;
padding-left: 35px;
padding-bottom: 25px;
padding-right: 35px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-5c343e4a-397c-4213-a684-8049784fb52b {
  margin-top: 0px;
margin-bottom: 15px;
}
}







#s-5c343e4a-397c-4213-a684-8049784fb52b > .shg-box-overlay {
  background-color: rgba(245, 245, 245, 1);
  opacity: 0;
}#s-5c343e4a-397c-4213-a684-8049784fb52b {
  cursor: pointer;
}#s-5c343e4a-397c-4213-a684-8049784fb52b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae7e6222-ae7b-432a-8e0e-44b5e0b4e7d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-ae7e6222-ae7b-432a-8e0e-44b5e0b4e7d2:hover {opacity: 1 !important;}






  #s-ae7e6222-ae7b-432a-8e0e-44b5e0b4e7d2 img.shogun-image {
    

    
    
    
  }


#s-ae7e6222-ae7b-432a-8e0e-44b5e0b4e7d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-08aa164c-a1de-48c2-8045-cc2839b7e466 {
  padding-top: 14px;
padding-bottom: 10px;
text-align: center;
}

#s-08aa164c-a1de-48c2-8045-cc2839b7e466 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-9f808886-e394-47e2-85a4-401b0fc3db71 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 25px;
padding-left: 35px;
padding-bottom: 25px;
padding-right: 35px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-9f808886-e394-47e2-85a4-401b0fc3db71 {
  margin-top: 0px;
margin-bottom: 15px;
}
}







#s-9f808886-e394-47e2-85a4-401b0fc3db71 > .shg-box-overlay {
  background-color: rgba(245, 245, 245, 1);
  opacity: 0;
}#s-9f808886-e394-47e2-85a4-401b0fc3db71 {
  cursor: pointer;
}#s-9f808886-e394-47e2-85a4-401b0fc3db71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69b8a6ee-0708-4e88-ab56-cb8f7ecd2e98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-69b8a6ee-0708-4e88-ab56-cb8f7ecd2e98:hover {opacity: 1 !important;}






  #s-69b8a6ee-0708-4e88-ab56-cb8f7ecd2e98 img.shogun-image {
    

    
    
    
  }


#s-69b8a6ee-0708-4e88-ab56-cb8f7ecd2e98 .shogun-image-content {
  
    align-items: center;
  
}

#s-89c2d806-7297-4fad-afd9-edd1fb53f715 {
  padding-top: 14px;
padding-bottom: 10px;
text-align: center;
}

#s-89c2d806-7297-4fad-afd9-edd1fb53f715 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-c7f0b91b-7cd0-4048-b8d7-0de461d8a7a8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 25px;
padding-left: 35px;
padding-bottom: 25px;
padding-right: 35px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-c7f0b91b-7cd0-4048-b8d7-0de461d8a7a8 {
  margin-top: 0px;
margin-bottom: 15px;
}
}







#s-c7f0b91b-7cd0-4048-b8d7-0de461d8a7a8 > .shg-box-overlay {
  background-color: rgba(245, 245, 245, 1);
  opacity: 0;
}#s-c7f0b91b-7cd0-4048-b8d7-0de461d8a7a8 {
  cursor: pointer;
}#s-c7f0b91b-7cd0-4048-b8d7-0de461d8a7a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04d81b6c-3cc6-408b-8f13-df9242107440 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-04d81b6c-3cc6-408b-8f13-df9242107440:hover {opacity: 1 !important;}






  #s-04d81b6c-3cc6-408b-8f13-df9242107440 img.shogun-image {
    

    
    
    
  }


#s-04d81b6c-3cc6-408b-8f13-df9242107440 .shogun-image-content {
  
    align-items: center;
  
}

#s-45d7f1e1-8a93-4776-9092-fb272c918e7a {
  padding-top: 14px;
padding-bottom: 10px;
text-align: center;
}

#s-45d7f1e1-8a93-4776-9092-fb272c918e7a .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-dfe3c6ca-b4f6-44a7-a09c-49dc8d2fbb73 {
  padding-top: 20px;
}

@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: 15px;
margin-bottom: 15px;
}

#s-d63befb6-9c20-482a-a6a5-4f0b9ca56cb0 {
  text-align: center;
}







  #s-d63befb6-9c20-482a-a6a5-4f0b9ca56cb0 img.shogun-image {
    

    
    
    
  }


#s-d63befb6-9c20-482a-a6a5-4f0b9ca56cb0 .shogun-image-content {
  
    align-items: center;
  
}

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

@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-51e4aed4-6042-4a39-bba9-0ced20229296 {
  text-align: center;
}







  #s-51e4aed4-6042-4a39-bba9-0ced20229296 img.shogun-image {
    

    
    
    
  }


#s-51e4aed4-6042-4a39-bba9-0ced20229296 .shogun-image-content {
  
    align-items: center;
  
}

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

#s-184fa137-c1b8-46f2-987d-846255547d7d {
  text-align: center;
}







  #s-184fa137-c1b8-46f2-987d-846255547d7d img.shogun-image {
    

    
    
    
  }


#s-184fa137-c1b8-46f2-987d-846255547d7d .shogun-image-content {
  
    align-items: center;
  
}

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

#s-3c765be8-287e-4245-afd0-5ccf5952eb4a {
  padding-bottom: 35px;
min-height: 50px;
}








#s-3c765be8-287e-4245-afd0-5ccf5952eb4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c765be8-287e-4245-afd0-5ccf5952eb4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c595a5aa-d35b-49e0-be44-395ca4c8298b {
  min-height: 50px;
}








#s-c595a5aa-d35b-49e0-be44-395ca4c8298b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c595a5aa-d35b-49e0-be44-395ca4c8298b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9d59a63e-e355-4e08-8ca3-256a6d317336"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d59a63e-e355-4e08-8ca3-256a6d317336"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d59a63e-e355-4e08-8ca3-256a6d317336"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9d59a63e-e355-4e08-8ca3-256a6d317336"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d59a63e-e355-4e08-8ca3-256a6d317336"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d59a63e-e355-4e08-8ca3-256a6d317336"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d59a63e-e355-4e08-8ca3-256a6d317336"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-a03b5ac3-02ca-4b43-8ec3-fff05497042e {
  margin-bottom: 35px;
}

#s-2b23cceb-6dc5-4628-8fb0-b77e358baf69 {
  min-height: 50px;
}








#s-2b23cceb-6dc5-4628-8fb0-b77e358baf69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b23cceb-6dc5-4628-8fb0-b77e358baf69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0e4d1e6-7922-4b82-acc8-63a6b44911ec {
  min-height: 50px;
}








#s-d0e4d1e6-7922-4b82-acc8-63a6b44911ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0e4d1e6-7922-4b82-acc8-63a6b44911ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7099a54-2e74-4ad5-b545-9a452dde4639 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b7099a54-2e74-4ad5-b545-9a452dde4639 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-b7099a54-2e74-4ad5-b545-9a452dde4639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7099a54-2e74-4ad5-b545-9a452dde4639.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5eff1e74-c969-4316-85d3-050a9b6ffb17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5eff1e74-c969-4316-85d3-050a9b6ffb17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5eff1e74-c969-4316-85d3-050a9b6ffb17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5eff1e74-c969-4316-85d3-050a9b6ffb17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-52b0ccbd-5004-4ad7-bde5-9ef285decc7c {
  margin-top: 5px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-52b0ccbd-5004-4ad7-bde5-9ef285decc7c {
  margin-bottom: 15px;
}
}







#s-52b0ccbd-5004-4ad7-bde5-9ef285decc7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52b0ccbd-5004-4ad7-bde5-9ef285decc7c {
  cursor: pointer;
}#s-52b0ccbd-5004-4ad7-bde5-9ef285decc7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32ae315b-c637-4b1d-936a-ee8370525d0c {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
text-align: center;
}







  #s-32ae315b-c637-4b1d-936a-ee8370525d0c img.shogun-image {
    

    
    
    
  }


#s-32ae315b-c637-4b1d-936a-ee8370525d0c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2e3bdbca-3286-4d90-ada0-ed31a464ede6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e3bdbca-3286-4d90-ada0-ed31a464ede6 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-b8339be3-3784-48a1-89cb-acf6d8282c12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8339be3-3784-48a1-89cb-acf6d8282c12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8339be3-3784-48a1-89cb-acf6d8282c12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8339be3-3784-48a1-89cb-acf6d8282c12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8339be3-3784-48a1-89cb-acf6d8282c12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8339be3-3784-48a1-89cb-acf6d8282c12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8339be3-3784-48a1-89cb-acf6d8282c12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-e74750ee-d891-412c-b363-03e75016eac4 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-e74750ee-d891-412c-b363-03e75016eac4 {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-d68350a6-144b-401e-afeb-8b49be56ce7e {
  margin-top: 5px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-d68350a6-144b-401e-afeb-8b49be56ce7e {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-d68350a6-144b-401e-afeb-8b49be56ce7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d68350a6-144b-401e-afeb-8b49be56ce7e {
  cursor: pointer;
}#s-d68350a6-144b-401e-afeb-8b49be56ce7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e6c33ad-72b1-424f-b7b5-4cb459ddb349 {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
text-align: center;
}







  #s-2e6c33ad-72b1-424f-b7b5-4cb459ddb349 img.shogun-image {
    

    
    
    
  }


#s-2e6c33ad-72b1-424f-b7b5-4cb459ddb349 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-734e51b6-ce3d-4aef-98b9-23c2304d17f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-734e51b6-ce3d-4aef-98b9-23c2304d17f5 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-8a96fbc1-2ce6-4142-a222-21827d1fd091"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a96fbc1-2ce6-4142-a222-21827d1fd091"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8a96fbc1-2ce6-4142-a222-21827d1fd091"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8a96fbc1-2ce6-4142-a222-21827d1fd091"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8a96fbc1-2ce6-4142-a222-21827d1fd091"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a96fbc1-2ce6-4142-a222-21827d1fd091"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8a96fbc1-2ce6-4142-a222-21827d1fd091"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-f4f1f213-8517-4b43-820d-88f2c0218988 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-f4f1f213-8517-4b43-820d-88f2c0218988 {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-602dec74-6557-42e1-90e2-159dec665a1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-602dec74-6557-42e1-90e2-159dec665a1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-602dec74-6557-42e1-90e2-159dec665a1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-602dec74-6557-42e1-90e2-159dec665a1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a0129703-63f8-4f6b-a7a8-d6fe2d999463 {
  margin-top: 5px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-a0129703-63f8-4f6b-a7a8-d6fe2d999463 {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-a0129703-63f8-4f6b-a7a8-d6fe2d999463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0129703-63f8-4f6b-a7a8-d6fe2d999463 {
  cursor: pointer;
}#s-a0129703-63f8-4f6b-a7a8-d6fe2d999463.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f37ff7a8-7b84-42a3-abb1-f23c55ed8cec {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
text-align: center;
}







  #s-f37ff7a8-7b84-42a3-abb1-f23c55ed8cec img.shogun-image {
    

    
    
    
  }


#s-f37ff7a8-7b84-42a3-abb1-f23c55ed8cec .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8eb5f380-2f92-4cce-8418-65758e831581 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8eb5f380-2f92-4cce-8418-65758e831581 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-b9ad7702-fa0f-4277-a784-882975908ca5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9ad7702-fa0f-4277-a784-882975908ca5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b9ad7702-fa0f-4277-a784-882975908ca5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b9ad7702-fa0f-4277-a784-882975908ca5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b9ad7702-fa0f-4277-a784-882975908ca5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9ad7702-fa0f-4277-a784-882975908ca5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b9ad7702-fa0f-4277-a784-882975908ca5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-f6adc7ff-18d2-479a-b944-e1261a592f51 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-f6adc7ff-18d2-479a-b944-e1261a592f51 {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-02b44dfb-acff-479a-985a-30c59ff8e371 {
  margin-top: 5px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-02b44dfb-acff-479a-985a-30c59ff8e371 {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-02b44dfb-acff-479a-985a-30c59ff8e371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02b44dfb-acff-479a-985a-30c59ff8e371.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86646010-9a84-4ce6-ab00-05c6be3aa71c {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
text-align: center;
}







  #s-86646010-9a84-4ce6-ab00-05c6be3aa71c img.shogun-image {
    

    
    
    
  }


#s-86646010-9a84-4ce6-ab00-05c6be3aa71c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-894b9a88-09ce-4590-b3ec-b427c5e53b46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-894b9a88-09ce-4590-b3ec-b427c5e53b46 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-b7c44a5b-9f84-4dad-a612-0e3f890192e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7c44a5b-9f84-4dad-a612-0e3f890192e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c44a5b-9f84-4dad-a612-0e3f890192e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7c44a5b-9f84-4dad-a612-0e3f890192e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c44a5b-9f84-4dad-a612-0e3f890192e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7c44a5b-9f84-4dad-a612-0e3f890192e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c44a5b-9f84-4dad-a612-0e3f890192e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-8b4f7a8b-13b4-4694-8899-6435e9495b03 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-8b4f7a8b-13b4-4694-8899-6435e9495b03 {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-474578ab-617f-487b-a83e-a0c0837f0a5b {
  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(0, 91, 148, 1);
}
#s-474578ab-617f-487b-a83e-a0c0837f0a5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-474578ab-617f-487b-a83e-a0c0837f0a5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-474578ab-617f-487b-a83e-a0c0837f0a5b-root {
    text-align: center;
  }


#s-474578ab-617f-487b-a83e-a0c0837f0a5b.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-474578ab-617f-487b-a83e-a0c0837f0a5b-root {
    text-align: center;
  }


#s-474578ab-617f-487b-a83e-a0c0837f0a5b.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-474578ab-617f-487b-a83e-a0c0837f0a5b-root {
    text-align: center;
  }


#s-474578ab-617f-487b-a83e-a0c0837f0a5b.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-474578ab-617f-487b-a83e-a0c0837f0a5b-root {
    text-align: center;
  }


#s-474578ab-617f-487b-a83e-a0c0837f0a5b.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-474578ab-617f-487b-a83e-a0c0837f0a5b-root {
    text-align: center;
  }


#s-474578ab-617f-487b-a83e-a0c0837f0a5b.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-f5f2b9ca-f102-4b6b-9c33-fef529883b28 {
  margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-f5f2b9ca-f102-4b6b-9c33-fef529883b28 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-f5f2b9ca-f102-4b6b-9c33-fef529883b28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5f2b9ca-f102-4b6b-9c33-fef529883b28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-915c3eed-509e-4876-853d-c177f6e4e169 {
  min-height: 50px;
}








#s-915c3eed-509e-4876-853d-c177f6e4e169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-915c3eed-509e-4876-853d-c177f6e4e169.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52b41499-e335-4d03-a788-d51222596ce1 {
  padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-52b41499-e335-4d03-a788-d51222596ce1 .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-509eea17-dbef-456f-91d1-0bbefc5fff83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-509eea17-dbef-456f-91d1-0bbefc5fff83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-509eea17-dbef-456f-91d1-0bbefc5fff83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-509eea17-dbef-456f-91d1-0bbefc5fff83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-509eea17-dbef-456f-91d1-0bbefc5fff83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-509eea17-dbef-456f-91d1-0bbefc5fff83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-509eea17-dbef-456f-91d1-0bbefc5fff83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-d26d649b-3dd5-4fcc-96c9-379c917cda99 {
  margin-bottom: 35px;
}
@media (max-width: 767px){#s-d26d649b-3dd5-4fcc-96c9-379c917cda99 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-0d11afb4-023d-45c9-878b-5316a3f7df22 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0d11afb4-023d-45c9-878b-5316a3f7df22 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-0d11afb4-023d-45c9-878b-5316a3f7df22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d11afb4-023d-45c9-878b-5316a3f7df22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9998bea7-c7cf-4c5e-9db3-5547a4fe6d25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9998bea7-c7cf-4c5e-9db3-5547a4fe6d25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9998bea7-c7cf-4c5e-9db3-5547a4fe6d25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9998bea7-c7cf-4c5e-9db3-5547a4fe6d25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-494fb53d-1afa-4bfa-913f-e14026099c33 {
  margin-top: 5px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-494fb53d-1afa-4bfa-913f-e14026099c33 {
  margin-bottom: 15px;
}
}







#s-494fb53d-1afa-4bfa-913f-e14026099c33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-494fb53d-1afa-4bfa-913f-e14026099c33 {
  cursor: pointer;
}#s-494fb53d-1afa-4bfa-913f-e14026099c33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3b785c7-22b4-4ae0-8788-20e2ff2cd9dc {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
text-align: center;
}







  #s-d3b785c7-22b4-4ae0-8788-20e2ff2cd9dc img.shogun-image {
    

    
    
    
  }


#s-d3b785c7-22b4-4ae0-8788-20e2ff2cd9dc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cb3e5a43-90c5-4f02-97d4-a88123093ffd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb3e5a43-90c5-4f02-97d4-a88123093ffd .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-cbb30658-b854-414e-8f33-9abacc1c400f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbb30658-b854-414e-8f33-9abacc1c400f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cbb30658-b854-414e-8f33-9abacc1c400f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cbb30658-b854-414e-8f33-9abacc1c400f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cbb30658-b854-414e-8f33-9abacc1c400f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbb30658-b854-414e-8f33-9abacc1c400f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cbb30658-b854-414e-8f33-9abacc1c400f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-32f33960-1c61-4d10-b5bc-2a0045a64f74 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-32f33960-1c61-4d10-b5bc-2a0045a64f74 {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-995b2ea5-fd3f-43b5-b4d9-f2030993e6e8 {
  margin-top: 5px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-995b2ea5-fd3f-43b5-b4d9-f2030993e6e8 {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-995b2ea5-fd3f-43b5-b4d9-f2030993e6e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-995b2ea5-fd3f-43b5-b4d9-f2030993e6e8 {
  cursor: pointer;
}#s-995b2ea5-fd3f-43b5-b4d9-f2030993e6e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b472ccf-3f1f-4262-ab3f-0aeaf754390c {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
text-align: center;
}







  #s-5b472ccf-3f1f-4262-ab3f-0aeaf754390c img.shogun-image {
    

    
    
    
  }


#s-5b472ccf-3f1f-4262-ab3f-0aeaf754390c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-33a6e069-6ef9-4dea-9a1f-cb32e91f0487 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33a6e069-6ef9-4dea-9a1f-cb32e91f0487 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-777ffa08-0748-43e8-92d8-22625130abf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-777ffa08-0748-43e8-92d8-22625130abf2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-777ffa08-0748-43e8-92d8-22625130abf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-777ffa08-0748-43e8-92d8-22625130abf2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-777ffa08-0748-43e8-92d8-22625130abf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-777ffa08-0748-43e8-92d8-22625130abf2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-777ffa08-0748-43e8-92d8-22625130abf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-f47ab332-4b07-4a74-9b8c-2a8ad8e012ae {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-f47ab332-4b07-4a74-9b8c-2a8ad8e012ae {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-4d0f28b8-51d2-427a-8c24-7b1db0ffb3f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d0f28b8-51d2-427a-8c24-7b1db0ffb3f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4d0f28b8-51d2-427a-8c24-7b1db0ffb3f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d0f28b8-51d2-427a-8c24-7b1db0ffb3f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-701eeb71-222d-47ef-b6a5-ea846f2f9f4d {
  margin-top: 5px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-701eeb71-222d-47ef-b6a5-ea846f2f9f4d {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-701eeb71-222d-47ef-b6a5-ea846f2f9f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-701eeb71-222d-47ef-b6a5-ea846f2f9f4d {
  cursor: pointer;
}#s-701eeb71-222d-47ef-b6a5-ea846f2f9f4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07913020-56d2-4cc8-b20e-08a4f3aa63cc {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
text-align: center;
}







  #s-07913020-56d2-4cc8-b20e-08a4f3aa63cc img.shogun-image {
    

    
    
    
  }


#s-07913020-56d2-4cc8-b20e-08a4f3aa63cc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c5de2cb6-c6a6-4e62-935f-d502d1de2ea0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5de2cb6-c6a6-4e62-935f-d502d1de2ea0 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-d88115ad-93f6-43be-8c8f-c69b89324550"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d88115ad-93f6-43be-8c8f-c69b89324550"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d88115ad-93f6-43be-8c8f-c69b89324550"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d88115ad-93f6-43be-8c8f-c69b89324550"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d88115ad-93f6-43be-8c8f-c69b89324550"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d88115ad-93f6-43be-8c8f-c69b89324550"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d88115ad-93f6-43be-8c8f-c69b89324550"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-7c6b3b5c-292f-4f31-9ae5-6153e459fe05 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-7c6b3b5c-292f-4f31-9ae5-6153e459fe05 {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-8604045b-f096-4ddd-8c10-7f8c95882d93 {
  margin-top: 5px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-8604045b-f096-4ddd-8c10-7f8c95882d93 {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-8604045b-f096-4ddd-8c10-7f8c95882d93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8604045b-f096-4ddd-8c10-7f8c95882d93 {
  cursor: pointer;
}#s-8604045b-f096-4ddd-8c10-7f8c95882d93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34608ed6-d4ba-4e58-b535-24c469fea483 {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
text-align: center;
}







  #s-34608ed6-d4ba-4e58-b535-24c469fea483 img.shogun-image {
    

    
    
    
  }


#s-34608ed6-d4ba-4e58-b535-24c469fea483 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c6739854-25ee-4a7f-a634-1a229c7c19df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6739854-25ee-4a7f-a634-1a229c7c19df .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-008afdee-02ab-425f-8f4a-b296c912e0df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-008afdee-02ab-425f-8f4a-b296c912e0df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-008afdee-02ab-425f-8f4a-b296c912e0df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-008afdee-02ab-425f-8f4a-b296c912e0df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-008afdee-02ab-425f-8f4a-b296c912e0df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-008afdee-02ab-425f-8f4a-b296c912e0df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-008afdee-02ab-425f-8f4a-b296c912e0df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-363db0b0-2170-42bf-a09b-151cdca4072c {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-363db0b0-2170-42bf-a09b-151cdca4072c {
  padding-left: 10px;
padding-right: 10px;
}
}
#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-640355af-4b95-4101-bccd-81dabcdb1d3e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-640355af-4b95-4101-bccd-81dabcdb1d3e {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-640355af-4b95-4101-bccd-81dabcdb1d3e {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-640355af-4b95-4101-bccd-81dabcdb1d3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-640355af-4b95-4101-bccd-81dabcdb1d3e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4108c09f-11d5-46fc-80e8-04876962324b {
  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-4108c09f-11d5-46fc-80e8-04876962324b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4108c09f-11d5-46fc-80e8-04876962324b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4108c09f-11d5-46fc-80e8-04876962324b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4108c09f-11d5-46fc-80e8-04876962324b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-175c85d1-135d-442f-b1f8-6dd59bc8bc39 {
  text-align: center;
}
@media (max-width: 767px){#s-175c85d1-135d-442f-b1f8-6dd59bc8bc39 {
  
}
}






  #s-175c85d1-135d-442f-b1f8-6dd59bc8bc39 img.shogun-image {
    

    
    
    
  }


#s-175c85d1-135d-442f-b1f8-6dd59bc8bc39 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b69e520b-71d9-41c0-839e-4bb2067495f6 {
  margin-left: 100px;
margin-right: 100px;
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-b69e520b-71d9-41c0-839e-4bb2067495f6 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-b69e520b-71d9-41c0-839e-4bb2067495f6 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-b69e520b-71d9-41c0-839e-4bb2067495f6 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-b69e520b-71d9-41c0-839e-4bb2067495f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-005393a4-b3bb-47df-a5dd-a8a3f5db0a26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-005393a4-b3bb-47df-a5dd-a8a3f5db0a26 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 1200px){#s-82caf9cb-b8a5-47d5-ae0e-e0f674657732 {
  display: none;
}
#s-82caf9cb-b8a5-47d5-ae0e-e0f674657732, #wrap-s-82caf9cb-b8a5-47d5-ae0e-e0f674657732 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82caf9cb-b8a5-47d5-ae0e-e0f674657732 {
  display: none;
}
#s-82caf9cb-b8a5-47d5-ae0e-e0f674657732, #wrap-s-82caf9cb-b8a5-47d5-ae0e-e0f674657732 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82caf9cb-b8a5-47d5-ae0e-e0f674657732 {
  display: none;
}
#s-82caf9cb-b8a5-47d5-ae0e-e0f674657732, #wrap-s-82caf9cb-b8a5-47d5-ae0e-e0f674657732 { display:none !important; }}
#s-82caf9cb-b8a5-47d5-ae0e-e0f674657732 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-39ea47fb-5ed9-4dee-8e75-1962b9ecd396 {
  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-39ea47fb-5ed9-4dee-8e75-1962b9ecd396 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-39ea47fb-5ed9-4dee-8e75-1962b9ecd396"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39ea47fb-5ed9-4dee-8e75-1962b9ecd396"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39ea47fb-5ed9-4dee-8e75-1962b9ecd396"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39ea47fb-5ed9-4dee-8e75-1962b9ecd396"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-39ea47fb-5ed9-4dee-8e75-1962b9ecd396"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c4268520-a94a-4463-a939-ab0007126534 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4268520-a94a-4463-a939-ab0007126534 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-c4268520-a94a-4463-a939-ab0007126534 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-c4268520-a94a-4463-a939-ab0007126534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4268520-a94a-4463-a939-ab0007126534.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04ab9ed9-ffc4-41d4-8979-f35bd2d0085b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04ab9ed9-ffc4-41d4-8979-f35bd2d0085b .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-34e284d3-278d-425e-936e-cf1bf6a04d71 {
  text-align: center;
}







  #s-34e284d3-278d-425e-936e-cf1bf6a04d71 img.shogun-image {
    

    
    
    
  }


#s-34e284d3-278d-425e-936e-cf1bf6a04d71 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-8c5521d3-d729-4b09-b161-5916677135bf {
  display: none;
}
#s-8c5521d3-d729-4b09-b161-5916677135bf, #wrap-s-8c5521d3-d729-4b09-b161-5916677135bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c5521d3-d729-4b09-b161-5916677135bf {
  display: none;
}
#s-8c5521d3-d729-4b09-b161-5916677135bf, #wrap-s-8c5521d3-d729-4b09-b161-5916677135bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c5521d3-d729-4b09-b161-5916677135bf {
  display: none;
}
#s-8c5521d3-d729-4b09-b161-5916677135bf, #wrap-s-8c5521d3-d729-4b09-b161-5916677135bf { display:none !important; }}
#s-8c5521d3-d729-4b09-b161-5916677135bf hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7cef60be-dce1-4c14-9914-7a927babe6f3 {
  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-7cef60be-dce1-4c14-9914-7a927babe6f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cef60be-dce1-4c14-9914-7a927babe6f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7cef60be-dce1-4c14-9914-7a927babe6f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cef60be-dce1-4c14-9914-7a927babe6f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e12b148a-1161-4d3d-b5c9-bc4948933881 {
  text-align: center;
}
@media (max-width: 767px){#s-e12b148a-1161-4d3d-b5c9-bc4948933881 {
  
}
}






  #s-e12b148a-1161-4d3d-b5c9-bc4948933881 img.shogun-image {
    

    
    
    
  }


#s-e12b148a-1161-4d3d-b5c9-bc4948933881 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-dc3f65a3-d08d-4fb6-9de5-ed522c6642bb {
  margin-left: 100px;
margin-right: 100px;
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-dc3f65a3-d08d-4fb6-9de5-ed522c6642bb {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-dc3f65a3-d08d-4fb6-9de5-ed522c6642bb {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-dc3f65a3-d08d-4fb6-9de5-ed522c6642bb > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-dc3f65a3-d08d-4fb6-9de5-ed522c6642bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c78d93e-1589-4c78-8136-8f696db37fde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c78d93e-1589-4c78-8136-8f696db37fde .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 1200px){#s-5e60bbb7-dd2a-4949-8ea0-51ec685599cb {
  display: none;
}
#s-5e60bbb7-dd2a-4949-8ea0-51ec685599cb, #wrap-s-5e60bbb7-dd2a-4949-8ea0-51ec685599cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e60bbb7-dd2a-4949-8ea0-51ec685599cb {
  display: none;
}
#s-5e60bbb7-dd2a-4949-8ea0-51ec685599cb, #wrap-s-5e60bbb7-dd2a-4949-8ea0-51ec685599cb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e60bbb7-dd2a-4949-8ea0-51ec685599cb {
  display: none;
}
#s-5e60bbb7-dd2a-4949-8ea0-51ec685599cb, #wrap-s-5e60bbb7-dd2a-4949-8ea0-51ec685599cb { display:none !important; }}
#s-5e60bbb7-dd2a-4949-8ea0-51ec685599cb hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-cda11ccf-e8ff-4f62-9789-b517dd8d1e42 {
  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-cda11ccf-e8ff-4f62-9789-b517dd8d1e42 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-cda11ccf-e8ff-4f62-9789-b517dd8d1e42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cda11ccf-e8ff-4f62-9789-b517dd8d1e42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cda11ccf-e8ff-4f62-9789-b517dd8d1e42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cda11ccf-e8ff-4f62-9789-b517dd8d1e42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-cda11ccf-e8ff-4f62-9789-b517dd8d1e42"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e1216a8d-9c92-4361-b628-68cd0c1d6978 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1216a8d-9c92-4361-b628-68cd0c1d6978 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-e1216a8d-9c92-4361-b628-68cd0c1d6978 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-e1216a8d-9c92-4361-b628-68cd0c1d6978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1216a8d-9c92-4361-b628-68cd0c1d6978.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a98931f1-72cd-431e-a400-d73753ee8cea {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a98931f1-72cd-431e-a400-d73753ee8cea .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1 {
  text-align: center;
}







  img.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image {
    
    
  }


.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shg-align-container {
  text-align: center
}

.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image {
    
    
  }


.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shg-align-container {
  text-align: center
}

.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image {
    
    
  }


.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shg-align-container {
  text-align: center
}

.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image {
    
    
  }


.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shg-align-container {
  text-align: center
}

.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image {
    
    
  }


.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shg-align-container {
  text-align: center
}

.s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36bf6dca-ceea-4c88-9dcb-9df55bb357b1.shogun-image {
  box-sizing: border-box;
}


}
#s-4ca90328-40a1-4fc6-847b-8ab1c2009ea5 {
  margin-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-4ca90328-40a1-4fc6-847b-8ab1c2009ea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ca90328-40a1-4fc6-847b-8ab1c2009ea5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-84e3da75-7eb1-49af-bf8f-b38c17e6d993 {
  padding-top: 10px;
padding-bottom: 40px;
text-align: center;
}

#s-84e3da75-7eb1-49af-bf8f-b38c17e6d993 .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-ca296808-d815-4354-a20a-b41759fe3291 {
  margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 0px) {
[id="s-ca296808-d815-4354-a20a-b41759fe3291"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca296808-d815-4354-a20a-b41759fe3291"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ca296808-d815-4354-a20a-b41759fe3291"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ca296808-d815-4354-a20a-b41759fe3291"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-aaa5c9c0-be1b-430a-9a71-e61d4290da2c {
  margin-bottom: 15px;
padding-top: 20px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-aaa5c9c0-be1b-430a-9a71-e61d4290da2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaa5c9c0-be1b-430a-9a71-e61d4290da2c {
  cursor: pointer;
}#s-aaa5c9c0-be1b-430a-9a71-e61d4290da2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91180b37-5044-45b2-a3d6-887bfebd977e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-91180b37-5044-45b2-a3d6-887bfebd977e img.shogun-image {
    

    
    
    
  }


#s-91180b37-5044-45b2-a3d6-887bfebd977e .shogun-image-content {
  
    align-items: center;
  
}

#s-27024d59-1b94-4e7b-91ac-d49762d447e6 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-27024d59-1b94-4e7b-91ac-d49762d447e6 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1783f222-05dd-4be8-bb74-6f31ba6b2f71 {
  margin-left: 20px;
margin-right: 20px;
}

#s-de594e58-372b-447f-8166-079b27f6122f {
  margin-bottom: 15px;
padding-top: 20px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-de594e58-372b-447f-8166-079b27f6122f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de594e58-372b-447f-8166-079b27f6122f {
  cursor: pointer;
}#s-de594e58-372b-447f-8166-079b27f6122f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-440399e2-87eb-44aa-b0df-9ef24a7cd2a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-440399e2-87eb-44aa-b0df-9ef24a7cd2a7 img.shogun-image {
    

    
    
    
  }


#s-440399e2-87eb-44aa-b0df-9ef24a7cd2a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2034c6b1-8411-448b-875e-2d8e30084038 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-2034c6b1-8411-448b-875e-2d8e30084038 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6ef99e97-179d-4301-8ad0-6ee304c39943 {
  margin-left: 20px;
margin-right: 20px;
}

#s-2dc1fa80-f071-4ee4-9544-be5f8a225c5a {
  margin-bottom: 15px;
padding-top: 20px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-2dc1fa80-f071-4ee4-9544-be5f8a225c5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dc1fa80-f071-4ee4-9544-be5f8a225c5a {
  cursor: pointer;
}#s-2dc1fa80-f071-4ee4-9544-be5f8a225c5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b81218ac-fc08-49a1-90e6-ee5ff6a7a752 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-b81218ac-fc08-49a1-90e6-ee5ff6a7a752 img.shogun-image {
    

    
    
    
  }


#s-b81218ac-fc08-49a1-90e6-ee5ff6a7a752 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bc33d50-2489-4dd4-8d48-a550d1b10faf {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-9bc33d50-2489-4dd4-8d48-a550d1b10faf .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-9183108f-5f76-4021-8c64-a6db4656fc94 {
  margin-left: 20px;
margin-right: 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}