.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-66c8b039-8554-492a-aeb3-1a392d90c073 {
  min-height: 50px;
background-color: rgba(143, 204, 223, 1);
}








#s-66c8b039-8554-492a-aeb3-1a392d90c073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66c8b039-8554-492a-aeb3-1a392d90c073.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2d1d74d4-fcc9-499b-ba3b-c9cc2398b8ad {
  margin-top: 8px;
}

#s-fb2ca3bf-53fc-4b8d-8cdc-8ea8aeb4ed23 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fb2ca3bf-53fc-4b8d-8cdc-8ea8aeb4ed23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb2ca3bf-53fc-4b8d-8cdc-8ea8aeb4ed23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02059b29-cafd-4871-97b8-35b489a8299e {
  margin-bottom: 60px;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-02059b29-cafd-4871-97b8-35b489a8299e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02059b29-cafd-4871-97b8-35b489a8299e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-ea8e0491-8a33-45cf-b4ff-e74c40b4fc13 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 900px;
}
@media (max-width: 767px){#s-ea8e0491-8a33-45cf-b4ff-e74c40b4fc13 {
  padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-ea8e0491-8a33-45cf-b4ff-e74c40b4fc13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea8e0491-8a33-45cf-b4ff-e74c40b4fc13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-ea8e0491-8a33-45cf-b4ff-e74c40b4fc13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-ea8e0491-8a33-45cf-b4ff-e74c40b4fc13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-ea8e0491-8a33-45cf-b4ff-e74c40b4fc13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea8e0491-8a33-45cf-b4ff-e74c40b4fc13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-ea8e0491-8a33-45cf-b4ff-e74c40b4fc13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

}

.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;
  position: relative;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-0ad10862-370b-44e9-bc57-1a0ea110883a {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
@media (min-width: 1200px){#s-0ad10862-370b-44e9-bc57-1a0ea110883a {
  display: none;
}
#s-0ad10862-370b-44e9-bc57-1a0ea110883a, #wrap-s-0ad10862-370b-44e9-bc57-1a0ea110883a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ad10862-370b-44e9-bc57-1a0ea110883a {
  display: none;
}
#s-0ad10862-370b-44e9-bc57-1a0ea110883a, #wrap-s-0ad10862-370b-44e9-bc57-1a0ea110883a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ad10862-370b-44e9-bc57-1a0ea110883a {
  display: none;
}
#s-0ad10862-370b-44e9-bc57-1a0ea110883a, #wrap-s-0ad10862-370b-44e9-bc57-1a0ea110883a { display: none !important; }}






  img.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image {
    
    
  }


.s-0ad10862-370b-44e9-bc57-1a0ea110883a .shogun-image-content {
  
    align-items: center;
  
}

.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image {
    
    
  }


.s-0ad10862-370b-44e9-bc57-1a0ea110883a .shogun-image-content {
  
    align-items: center;
  
}

.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image {
    
    
  }


.s-0ad10862-370b-44e9-bc57-1a0ea110883a .shogun-image-content {
  
    align-items: center;
  
}

.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image {
    
    
  }


.s-0ad10862-370b-44e9-bc57-1a0ea110883a .shogun-image-content {
  
    align-items: center;
  
}

.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image {
    
    
  }


.s-0ad10862-370b-44e9-bc57-1a0ea110883a .shogun-image-content {
  
    align-items: center;
  
}

.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad10862-370b-44e9-bc57-1a0ea110883a.shogun-image {
  box-sizing: border-box;
}



}
#s-a0d77522-0cd0-4f34-93f3-82be13b35351 {
  min-height: 50px;
}








#s-a0d77522-0cd0-4f34-93f3-82be13b35351 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0d77522-0cd0-4f34-93f3-82be13b35351.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-2ae56f58-5a8b-48fb-92b2-c23f391a312f {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ae56f58-5a8b-48fb-92b2-c23f391a312f {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-2ae56f58-5a8b-48fb-92b2-c23f391a312f {
  margin-top: 60px;
}
}
#s-2ae56f58-5a8b-48fb-92b2-c23f391a312f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-c02dd769-bdc6-44e7-907b-fe15ce361d65 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c02dd769-bdc6-44e7-907b-fe15ce361d65 {
  display: none;
}
#s-c02dd769-bdc6-44e7-907b-fe15ce361d65, #wrap-s-c02dd769-bdc6-44e7-907b-fe15ce361d65 { display: none !important; }}







#s-c02dd769-bdc6-44e7-907b-fe15ce361d65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c02dd769-bdc6-44e7-907b-fe15ce361d65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac0890bf-d646-40de-91ed-63cc8d4b42e1 {
  text-align: left;
}
@media (max-width: 767px){#s-ac0890bf-d646-40de-91ed-63cc8d4b42e1 {
  display: none;
}
#s-ac0890bf-d646-40de-91ed-63cc8d4b42e1, #wrap-s-ac0890bf-d646-40de-91ed-63cc8d4b42e1 { display: none !important; }}






  img.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image {
    
    
  }


.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image {
    
    
  }


.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image {
    
    
  }


.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image {
    
    
  }


.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image {
    
    
  }


.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0890bf-d646-40de-91ed-63cc8d4b42e1.shogun-image {
  box-sizing: border-box;
}



}
.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-ecf55a3d-9991-4d84-9b99-029a45f404f6 {
  margin-top: 30px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 28px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ecf55a3d-9991-4d84-9b99-029a45f404f6:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ecf55a3d-9991-4d84-9b99-029a45f404f6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ecf55a3d-9991-4d84-9b99-029a45f404f6 {
  display: none;
}
#s-ecf55a3d-9991-4d84-9b99-029a45f404f6, #wrap-s-ecf55a3d-9991-4d84-9b99-029a45f404f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecf55a3d-9991-4d84-9b99-029a45f404f6 {
  display: none;
}
#s-ecf55a3d-9991-4d84-9b99-029a45f404f6, #wrap-s-ecf55a3d-9991-4d84-9b99-029a45f404f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecf55a3d-9991-4d84-9b99-029a45f404f6 {
  display: none;
}
#s-ecf55a3d-9991-4d84-9b99-029a45f404f6, #wrap-s-ecf55a3d-9991-4d84-9b99-029a45f404f6 { display: none !important; }}@media (max-width: 767px){#s-ecf55a3d-9991-4d84-9b99-029a45f404f6 {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}
}

  #s-ecf55a3d-9991-4d84-9b99-029a45f404f6-root {
    text-align: left;
  }


#s-ecf55a3d-9991-4d84-9b99-029a45f404f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ecf55a3d-9991-4d84-9b99-029a45f404f6-root {
    text-align: left;
  }


#s-ecf55a3d-9991-4d84-9b99-029a45f404f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecf55a3d-9991-4d84-9b99-029a45f404f6-root {
    text-align: left;
  }


#s-ecf55a3d-9991-4d84-9b99-029a45f404f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecf55a3d-9991-4d84-9b99-029a45f404f6-root {
    text-align: left;
  }


#s-ecf55a3d-9991-4d84-9b99-029a45f404f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ecf55a3d-9991-4d84-9b99-029a45f404f6-root {
    text-align: center;
  }


#s-ecf55a3d-9991-4d84-9b99-029a45f404f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d {
  text-align: center;
}
@media (min-width: 1200px){#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d {
  display: none;
}
#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d, #wrap-s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d {
  display: none;
}
#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d, #wrap-s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d {
  display: none;
}
#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d, #wrap-s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d { display: none !important; }}@media (max-width: 767px){#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d {
  display: none;
}
#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d, #wrap-s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d { display: none !important; }}






  img.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image {
    
    
  }


.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d .shogun-image-content {
  
    align-items: center;
  
}

.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image {
    
    
  }


.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d .shogun-image-content {
  
    align-items: center;
  
}

.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image {
    
    
  }


.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d .shogun-image-content {
  
    align-items: center;
  
}

.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image {
    
    
  }


.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d .shogun-image-content {
  
    align-items: center;
  
}

.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image {
    
    
  }


.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d .shogun-image-content {
  
    align-items: center;
  
}

.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c987a5c-1903-4e1c-bc16-3ca3ab36ae1d.shogun-image {
  box-sizing: border-box;
}



}
#s-b5682028-ff79-4f07-bba0-bc7cd3595517 {
  min-height: 50px;
}








#s-b5682028-ff79-4f07-bba0-bc7cd3595517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5682028-ff79-4f07-bba0-bc7cd3595517.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71c2500a-6027-4d63-9c3a-d5f5506a6122 {
  padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-71c2500a-6027-4d63-9c3a-d5f5506a6122 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-71c2500a-6027-4d63-9c3a-d5f5506a6122 {
  padding-bottom: 0px;
}
}







#s-71c2500a-6027-4d63-9c3a-d5f5506a6122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71c2500a-6027-4d63-9c3a-d5f5506a6122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d85d507b-71d0-49aa-af88-43c4e36e7432 {
  margin-left: auto;
margin-right: auto;
padding-left: 70px;
padding-right: 70px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d85d507b-71d0-49aa-af88-43c4e36e7432 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-d85d507b-71d0-49aa-af88-43c4e36e7432 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-d85d507b-71d0-49aa-af88-43c4e36e7432"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d85d507b-71d0-49aa-af88-43c4e36e7432"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d85d507b-71d0-49aa-af88-43c4e36e7432"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d85d507b-71d0-49aa-af88-43c4e36e7432"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d85d507b-71d0-49aa-af88-43c4e36e7432"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-24ae771d-2fe8-4a19-af36-10458d43f537 {
  margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24ae771d-2fe8-4a19-af36-10458d43f537 {
  margin-left: 20px;
margin-right: 20px;
max-width: 100%;
}
}@media (max-width: 767px){#s-24ae771d-2fe8-4a19-af36-10458d43f537 {
  margin-left: 20px;
margin-right: 20px;
max-width: 100%;
}
}







#s-24ae771d-2fe8-4a19-af36-10458d43f537 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24ae771d-2fe8-4a19-af36-10458d43f537.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-67a280b9-7747-4f1c-8a7e-274a51d7100e {
  max-width: 100%;
}

#s-1a492732-c393-4992-91c5-58b3d0da3bb4 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-1a492732-c393-4992-91c5-58b3d0da3bb4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a492732-c393-4992-91c5-58b3d0da3bb4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a492732-c393-4992-91c5-58b3d0da3bb4 {
  
}
}@media (max-width: 767px){#s-1a492732-c393-4992-91c5-58b3d0da3bb4 {
  
}
}
#s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a {
  margin-top: -30px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a {
  margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a {
  margin-bottom: 20px;
display: none;
}
#s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a, #wrap-s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a { display: none !important; }}
@media (min-width: 0px) {
[id="s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ecb23ef3-fe93-42f0-a49b-19ef9d88a68a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-c97d2c74-ee48-453a-a940-8dd0374b8c53 {
  box-shadow:0px 5px 9px 0px rgba(0, 0, 0, 0.3);
margin-top: 50px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 25px;
padding-bottom: 12px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 237, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(236, 236, 237, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-c97d2c74-ee48-453a-a940-8dd0374b8c53:hover {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c97d2c74-ee48-453a-a940-8dd0374b8c53:active {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c97d2c74-ee48-453a-a940-8dd0374b8c53 {
  margin-top: 25px;
text-align: center;
}
}

  #s-c97d2c74-ee48-453a-a940-8dd0374b8c53-root {
    text-align: left;
  }


#s-c97d2c74-ee48-453a-a940-8dd0374b8c53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c97d2c74-ee48-453a-a940-8dd0374b8c53-root {
    text-align: left;
  }


#s-c97d2c74-ee48-453a-a940-8dd0374b8c53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c97d2c74-ee48-453a-a940-8dd0374b8c53-root {
    text-align: left;
  }


#s-c97d2c74-ee48-453a-a940-8dd0374b8c53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c97d2c74-ee48-453a-a940-8dd0374b8c53-root {
    text-align: left;
  }


#s-c97d2c74-ee48-453a-a940-8dd0374b8c53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c97d2c74-ee48-453a-a940-8dd0374b8c53-root {
    text-align: center;
  }


#s-c97d2c74-ee48-453a-a940-8dd0374b8c53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f26e326b-9f02-41d0-a4df-403af4dbf1b0 {
  box-shadow:0px 5px 9px 0px rgba(0, 0, 0, 0.3);
margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 12px;
padding-left: 15px;
padding-bottom: 12px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 237, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(236, 236, 237, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-f26e326b-9f02-41d0-a4df-403af4dbf1b0:hover {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f26e326b-9f02-41d0-a4df-403af4dbf1b0:active {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f26e326b-9f02-41d0-a4df-403af4dbf1b0 {
  margin-left: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f26e326b-9f02-41d0-a4df-403af4dbf1b0 {
  margin-left: -30px;
}
}@media (max-width: 767px){#s-f26e326b-9f02-41d0-a4df-403af4dbf1b0 {
  margin-top: 25px;
text-align: center;
}
}

  #s-f26e326b-9f02-41d0-a4df-403af4dbf1b0-root {
    text-align: left;
  }


#s-f26e326b-9f02-41d0-a4df-403af4dbf1b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f26e326b-9f02-41d0-a4df-403af4dbf1b0-root {
    text-align: left;
  }


#s-f26e326b-9f02-41d0-a4df-403af4dbf1b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f26e326b-9f02-41d0-a4df-403af4dbf1b0-root {
    text-align: left;
  }


#s-f26e326b-9f02-41d0-a4df-403af4dbf1b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f26e326b-9f02-41d0-a4df-403af4dbf1b0-root {
    text-align: left;
  }


#s-f26e326b-9f02-41d0-a4df-403af4dbf1b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f26e326b-9f02-41d0-a4df-403af4dbf1b0-root {
    text-align: center;
  }


#s-f26e326b-9f02-41d0-a4df-403af4dbf1b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-17a8baf1-f45b-4840-9f4d-8e21f12418e0 {
  margin-top: -30px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-17a8baf1-f45b-4840-9f4d-8e21f12418e0 {
  display: none;
}
#s-17a8baf1-f45b-4840-9f4d-8e21f12418e0, #wrap-s-17a8baf1-f45b-4840-9f4d-8e21f12418e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17a8baf1-f45b-4840-9f4d-8e21f12418e0 {
  display: none;
}
#s-17a8baf1-f45b-4840-9f4d-8e21f12418e0, #wrap-s-17a8baf1-f45b-4840-9f4d-8e21f12418e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17a8baf1-f45b-4840-9f4d-8e21f12418e0 {
  display: none;
}
#s-17a8baf1-f45b-4840-9f4d-8e21f12418e0, #wrap-s-17a8baf1-f45b-4840-9f4d-8e21f12418e0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-17a8baf1-f45b-4840-9f4d-8e21f12418e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-17a8baf1-f45b-4840-9f4d-8e21f12418e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-17a8baf1-f45b-4840-9f4d-8e21f12418e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-17a8baf1-f45b-4840-9f4d-8e21f12418e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-87391d50-b15d-4838-8d79-127e20e7658e {
  box-shadow:0px 5px 9px 0px rgba(0, 0, 0, 0.3);
margin-top: 50px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 25px;
padding-bottom: 12px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 237, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(236, 236, 237, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-87391d50-b15d-4838-8d79-127e20e7658e:hover {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-87391d50-b15d-4838-8d79-127e20e7658e:active {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-87391d50-b15d-4838-8d79-127e20e7658e {
  margin-top: 25px;
padding-left: 15px;
padding-right: 15px;
}
}

  #s-87391d50-b15d-4838-8d79-127e20e7658e-root {
    text-align: left;
  }


#s-87391d50-b15d-4838-8d79-127e20e7658e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87391d50-b15d-4838-8d79-127e20e7658e-root {
    text-align: left;
  }


#s-87391d50-b15d-4838-8d79-127e20e7658e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87391d50-b15d-4838-8d79-127e20e7658e-root {
    text-align: left;
  }


#s-87391d50-b15d-4838-8d79-127e20e7658e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87391d50-b15d-4838-8d79-127e20e7658e-root {
    text-align: left;
  }


#s-87391d50-b15d-4838-8d79-127e20e7658e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87391d50-b15d-4838-8d79-127e20e7658e-root {
    text-align: left;
  }


#s-87391d50-b15d-4838-8d79-127e20e7658e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-6f84613e-05e1-4a7a-bc10-168ee5cb771c {
  box-shadow:0px 5px 9px 0px rgba(0, 0, 0, 0.3);
margin-top: 50px;
margin-left: -50px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 12px;
padding-left: 15px;
padding-bottom: 12px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 237, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(236, 236, 237, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-6f84613e-05e1-4a7a-bc10-168ee5cb771c:hover {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f84613e-05e1-4a7a-bc10-168ee5cb771c:active {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6f84613e-05e1-4a7a-bc10-168ee5cb771c {
  margin-top: 25px;
}
}

  #s-6f84613e-05e1-4a7a-bc10-168ee5cb771c-root {
    text-align: left;
  }


#s-6f84613e-05e1-4a7a-bc10-168ee5cb771c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f84613e-05e1-4a7a-bc10-168ee5cb771c-root {
    text-align: left;
  }


#s-6f84613e-05e1-4a7a-bc10-168ee5cb771c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f84613e-05e1-4a7a-bc10-168ee5cb771c-root {
    text-align: left;
  }


#s-6f84613e-05e1-4a7a-bc10-168ee5cb771c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f84613e-05e1-4a7a-bc10-168ee5cb771c-root {
    text-align: left;
  }


#s-6f84613e-05e1-4a7a-bc10-168ee5cb771c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f84613e-05e1-4a7a-bc10-168ee5cb771c-root {
    text-align: left;
  }


#s-6f84613e-05e1-4a7a-bc10-168ee5cb771c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-9d3010f9-73e7-4260-9934-a18a249e00fd {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-9d3010f9-73e7-4260-9934-a18a249e00fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d3010f9-73e7-4260-9934-a18a249e00fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d3010f9-73e7-4260-9934-a18a249e00fd {
  
}
}@media (max-width: 767px){#s-9d3010f9-73e7-4260-9934-a18a249e00fd {
  margin-top: 20px;
margin-bottom: 0px;
}
}
#s-b1af4eeb-2c66-4e54-afce-a6beb219c732 {
  margin-top: 30px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 28px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b1af4eeb-2c66-4e54-afce-a6beb219c732:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b1af4eeb-2c66-4e54-afce-a6beb219c732:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-b1af4eeb-2c66-4e54-afce-a6beb219c732 {
  margin-top: 0px;
text-align: center;
display: none;
}
#s-b1af4eeb-2c66-4e54-afce-a6beb219c732, #wrap-s-b1af4eeb-2c66-4e54-afce-a6beb219c732 { display: none !important; }}

  #s-b1af4eeb-2c66-4e54-afce-a6beb219c732-root {
    text-align: left;
  }


#s-b1af4eeb-2c66-4e54-afce-a6beb219c732.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1af4eeb-2c66-4e54-afce-a6beb219c732-root {
    text-align: left;
  }


#s-b1af4eeb-2c66-4e54-afce-a6beb219c732.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1af4eeb-2c66-4e54-afce-a6beb219c732-root {
    text-align: left;
  }


#s-b1af4eeb-2c66-4e54-afce-a6beb219c732.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1af4eeb-2c66-4e54-afce-a6beb219c732-root {
    text-align: left;
  }


#s-b1af4eeb-2c66-4e54-afce-a6beb219c732.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1af4eeb-2c66-4e54-afce-a6beb219c732-root {
    text-align: center;
  }


#s-b1af4eeb-2c66-4e54-afce-a6beb219c732.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780 {
  margin-top: 30px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 28px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780 {
  display: none;
}
#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780, #wrap-s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780 {
  display: none;
}
#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780, #wrap-s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780 {
  display: none;
}
#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780, #wrap-s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780 { display: none !important; }}@media (max-width: 767px){#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780 {
  margin-top: 0px;
text-align: center;
}
}

  #s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780-root {
    text-align: left;
  }


#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780-root {
    text-align: left;
  }


#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780-root {
    text-align: left;
  }


#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780-root {
    text-align: left;
  }


#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780-root {
    text-align: center;
  }


#s-7ac8a8e7-3f11-4d70-a83c-03198e1d5780.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-5eb3c79b-211f-4b53-81ad-754fca02de98 {
  min-height: 50px;
}








#s-5eb3c79b-211f-4b53-81ad-754fca02de98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eb3c79b-211f-4b53-81ad-754fca02de98.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ace51f88-bea6-4c49-a274-61d9d29f95da {
  max-width: 1400px;
text-align: center;
}
@media (min-width: 1200px){#s-ace51f88-bea6-4c49-a274-61d9d29f95da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ace51f88-bea6-4c49-a274-61d9d29f95da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ace51f88-bea6-4c49-a274-61d9d29f95da {
  
}
}@media (max-width: 767px){#s-ace51f88-bea6-4c49-a274-61d9d29f95da {
  display: none;
}
#s-ace51f88-bea6-4c49-a274-61d9d29f95da, #wrap-s-ace51f88-bea6-4c49-a274-61d9d29f95da { display: none !important; }}






  img.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image {
    
    
  }


.s-ace51f88-bea6-4c49-a274-61d9d29f95da .shogun-image-content {
  
    align-items: center;
  
}

.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image {
    
    
  }


.s-ace51f88-bea6-4c49-a274-61d9d29f95da .shogun-image-content {
  
    align-items: center;
  
}

.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image {
    
    
  }


.s-ace51f88-bea6-4c49-a274-61d9d29f95da .shogun-image-content {
  
    align-items: center;
  
}

.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image {
    
    
  }


.s-ace51f88-bea6-4c49-a274-61d9d29f95da .shogun-image-content {
  
    align-items: center;
  
}

.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image {
    
    
  }


.s-ace51f88-bea6-4c49-a274-61d9d29f95da .shogun-image-content {
  
    align-items: center;
  
}

.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ace51f88-bea6-4c49-a274-61d9d29f95da.shogun-image {
  box-sizing: border-box;
}



}
#s-72d742b9-3c79-465c-b151-342897e81a8b {
  text-align: center;
}
@media (min-width: 1200px){#s-72d742b9-3c79-465c-b151-342897e81a8b {
  display: none;
}
#s-72d742b9-3c79-465c-b151-342897e81a8b, #wrap-s-72d742b9-3c79-465c-b151-342897e81a8b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72d742b9-3c79-465c-b151-342897e81a8b {
  display: none;
}
#s-72d742b9-3c79-465c-b151-342897e81a8b, #wrap-s-72d742b9-3c79-465c-b151-342897e81a8b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72d742b9-3c79-465c-b151-342897e81a8b {
  display: none;
}
#s-72d742b9-3c79-465c-b151-342897e81a8b, #wrap-s-72d742b9-3c79-465c-b151-342897e81a8b { display: none !important; }}@media (max-width: 767px){#s-72d742b9-3c79-465c-b151-342897e81a8b {
  
}
}






  img.s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image {
    
    
  }


.s-72d742b9-3c79-465c-b151-342897e81a8b .shogun-image-content {
  
    align-items: center;
  
}

.s-72d742b9-3c79-465c-b151-342897e81a8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image {
    
    
  }


.s-72d742b9-3c79-465c-b151-342897e81a8b .shogun-image-content {
  
    align-items: center;
  
}

.s-72d742b9-3c79-465c-b151-342897e81a8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image {
    
    
  }


.s-72d742b9-3c79-465c-b151-342897e81a8b .shogun-image-content {
  
    align-items: center;
  
}

.s-72d742b9-3c79-465c-b151-342897e81a8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image {
    
    
  }


.s-72d742b9-3c79-465c-b151-342897e81a8b .shogun-image-content {
  
    align-items: center;
  
}

.s-72d742b9-3c79-465c-b151-342897e81a8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image {
    
    
  }


.s-72d742b9-3c79-465c-b151-342897e81a8b .shogun-image-content {
  
    align-items: center;
  
}

.s-72d742b9-3c79-465c-b151-342897e81a8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d742b9-3c79-465c-b151-342897e81a8b.shogun-image {
  box-sizing: border-box;
}



}
#s-381a2e69-4e29-4944-8686-dcba0f1a8eec {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}








#s-381a2e69-4e29-4944-8686-dcba0f1a8eec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-381a2e69-4e29-4944-8686-dcba0f1a8eec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d941ad86-d0b9-418e-b264-1d9333a2abea {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d941ad86-d0b9-418e-b264-1d9333a2abea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d941ad86-d0b9-418e-b264-1d9333a2abea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d941ad86-d0b9-418e-b264-1d9333a2abea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d941ad86-d0b9-418e-b264-1d9333a2abea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d941ad86-d0b9-418e-b264-1d9333a2abea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d941ad86-d0b9-418e-b264-1d9333a2abea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d941ad86-d0b9-418e-b264-1d9333a2abea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-478f55f9-5a58-447a-9dcc-6ac03957f642 {
  min-height: 50px;
}








#s-478f55f9-5a58-447a-9dcc-6ac03957f642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-478f55f9-5a58-447a-9dcc-6ac03957f642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b85b326-b7fe-4db1-8e3b-325f5ad6e9b8 {
  padding-top: 110px;
padding-left: 10px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b85b326-b7fe-4db1-8e3b-325f5ad6e9b8 {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-4b85b326-b7fe-4db1-8e3b-325f5ad6e9b8 {
  padding-top: 30px;
}
}
#s-4b85b326-b7fe-4db1-8e3b-325f5ad6e9b8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7df7712b-e740-4403-b64e-ef47c3e50dc6 {
  padding-left: 10px;
}

#s-99ca80c7-44e5-4f5a-90bb-cef36023bb93 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}








#s-99ca80c7-44e5-4f5a-90bb-cef36023bb93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99ca80c7-44e5-4f5a-90bb-cef36023bb93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0071abd-fdef-4193-8e16-ba2e0c603751 {
  margin-left: auto;
margin-right: auto;
max-width: 1260px;
}

@media (min-width: 0px) {
[id="s-f0071abd-fdef-4193-8e16-ba2e0c603751"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0071abd-fdef-4193-8e16-ba2e0c603751"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0071abd-fdef-4193-8e16-ba2e0c603751"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0071abd-fdef-4193-8e16-ba2e0c603751"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0071abd-fdef-4193-8e16-ba2e0c603751"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0071abd-fdef-4193-8e16-ba2e0c603751"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0071abd-fdef-4193-8e16-ba2e0c603751"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-e5fe5f43-1ccb-4a79-97db-764ef44994e6 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5fe5f43-1ccb-4a79-97db-764ef44994e6 {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-e5fe5f43-1ccb-4a79-97db-764ef44994e6 {
  padding-bottom: 0px;
}
}
#s-e5fe5f43-1ccb-4a79-97db-764ef44994e6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-faf5fb67-89b7-4d90-90af-4c043a63be53 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 70px;
padding-right: 70px;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-faf5fb67-89b7-4d90-90af-4c043a63be53 {
  margin-top: 0px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-faf5fb67-89b7-4d90-90af-4c043a63be53 {
  margin-top: 20px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-25a22965-0029-406d-b882-79434592e9f6 {
  padding-left: 70px;
padding-bottom: 100px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-25a22965-0029-406d-b882-79434592e9f6 {
  padding-left: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-25a22965-0029-406d-b882-79434592e9f6 {
  padding-left: 20px;
}
}@media (max-width: 767px){#s-25a22965-0029-406d-b882-79434592e9f6 {
  padding-left: 20px;
padding-bottom: 50px;
}
}







#s-25a22965-0029-406d-b882-79434592e9f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25a22965-0029-406d-b882-79434592e9f6.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-73c41128-8363-4f68-8d71-3c66d9f0d4bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73c41128-8363-4f68-8d71-3c66d9f0d4bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73c41128-8363-4f68-8d71-3c66d9f0d4bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73c41128-8363-4f68-8d71-3c66d9f0d4bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73c41128-8363-4f68-8d71-3c66d9f0d4bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73c41128-8363-4f68-8d71-3c66d9f0d4bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73c41128-8363-4f68-8d71-3c66d9f0d4bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-fe725c3c-15e8-47d6-a0ba-b16c9e9cd8e1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-fe725c3c-15e8-47d6-a0ba-b16c9e9cd8e1 {
  display: none;
}
#s-fe725c3c-15e8-47d6-a0ba-b16c9e9cd8e1, #wrap-s-fe725c3c-15e8-47d6-a0ba-b16c9e9cd8e1 { display: none !important; }}







#s-fe725c3c-15e8-47d6-a0ba-b16c9e9cd8e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe725c3c-15e8-47d6-a0ba-b16c9e9cd8e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96c21bb6-87a2-4976-80e6-f8d4c776caac {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-96c21bb6-87a2-4976-80e6-f8d4c776caac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96c21bb6-87a2-4976-80e6-f8d4c776caac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a37f584-6a22-437c-bdaa-1755a6635729 {
  border-style: solid;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 60px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a37f584-6a22-437c-bdaa-1755a6635729 {
  padding-top: 40px;
padding-left: 20px;
}
}@media (max-width: 767px){#s-0a37f584-6a22-437c-bdaa-1755a6635729 {
  margin-left: 20px;
padding-left: 0px;
}
}







#s-0a37f584-6a22-437c-bdaa-1755a6635729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a37f584-6a22-437c-bdaa-1755a6635729.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a844d87-917d-4abf-aae6-07edf9574776 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1a844d87-917d-4abf-aae6-07edf9574776 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



.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-dc315fbf-9116-4360-849c-1633bfec6941 {
  margin-top: 100px;
margin-left: -20px;
text-align: center;
}
@media (min-width: 1200px){#s-dc315fbf-9116-4360-849c-1633bfec6941 {
  display: none;
}
#s-dc315fbf-9116-4360-849c-1633bfec6941, #wrap-s-dc315fbf-9116-4360-849c-1633bfec6941 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc315fbf-9116-4360-849c-1633bfec6941 {
  display: none;
}
#s-dc315fbf-9116-4360-849c-1633bfec6941, #wrap-s-dc315fbf-9116-4360-849c-1633bfec6941 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc315fbf-9116-4360-849c-1633bfec6941 {
  display: none;
}
#s-dc315fbf-9116-4360-849c-1633bfec6941, #wrap-s-dc315fbf-9116-4360-849c-1633bfec6941 { display: none !important; }}






  #s-dc315fbf-9116-4360-849c-1633bfec6941 img.shogun-image {
    

    
    
    
  }


#s-dc315fbf-9116-4360-849c-1633bfec6941 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5930bcb-7e5b-4817-a480-819f9fe1889f {
  padding-top: 100px;
padding-bottom: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(236, 236, 237, 1);
}
@media (max-width: 767px){#s-c5930bcb-7e5b-4817-a480-819f9fe1889f {
  padding-top: 50px;
padding-bottom: 50px;
border-radius: 0px;
}
}







#s-c5930bcb-7e5b-4817-a480-819f9fe1889f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5930bcb-7e5b-4817-a480-819f9fe1889f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b322236c-3808-4f74-ad84-58d90bb8a911 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-b322236c-3808-4f74-ad84-58d90bb8a911"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b322236c-3808-4f74-ad84-58d90bb8a911"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-b322236c-3808-4f74-ad84-58d90bb8a911"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-b322236c-3808-4f74-ad84-58d90bb8a911"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

#s-a71ee34b-7ca0-4dd0-b524-e557a9c582cc {
  margin-left: auto;
max-width: 510px;
}

#s-4dc0198a-35f3-443c-be76-991e0a98917c {
  min-height: 50px;
}
@media (max-width: 767px){#s-4dc0198a-35f3-443c-be76-991e0a98917c {
  margin-top: 30px;
padding-left: 10%;
}
}







#s-4dc0198a-35f3-443c-be76-991e0a98917c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dc0198a-35f3-443c-be76-991e0a98917c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-43b72340-6f65-47ad-9fcf-528b372de4fe {
  margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-43b72340-6f65-47ad-9fcf-528b372de4fe {
  margin-bottom: 30px;
}
}






  #s-43b72340-6f65-47ad-9fcf-528b372de4fe img.shogun-image {
    

    
    
    
  }


#s-43b72340-6f65-47ad-9fcf-528b372de4fe .shogun-image-content {
  
    align-items: center;
  
}

#s-49f2dec7-451c-4e7f-910d-7293fb6a09a3 {
  margin-left: auto;
margin-right: auto;
padding-left: 65px;
max-width: 500px;
}
@media (max-width: 767px){#s-49f2dec7-451c-4e7f-910d-7293fb6a09a3 {
  padding-left: 55px;
}
}
#s-6d0a74b4-c3cf-468a-86e5-5452acc59e30 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1280px;
}
@media (max-width: 767px){#s-6d0a74b4-c3cf-468a-86e5-5452acc59e30 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-6d0a74b4-c3cf-468a-86e5-5452acc59e30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d0a74b4-c3cf-468a-86e5-5452acc59e30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-6d0a74b4-c3cf-468a-86e5-5452acc59e30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d0a74b4-c3cf-468a-86e5-5452acc59e30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

#s-5c88bbce-8f53-48f0-947a-e201fae17d70 {
  margin-top: -160px;
min-height: 50px;
}
@media (max-width: 767px){#s-5c88bbce-8f53-48f0-947a-e201fae17d70 {
  margin-top: 30px;
padding-right: 15%;
}
}







#s-5c88bbce-8f53-48f0-947a-e201fae17d70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c88bbce-8f53-48f0-947a-e201fae17d70.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3fa21fff-b666-413f-baca-22a3a9452cb4 {
  margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-3fa21fff-b666-413f-baca-22a3a9452cb4 {
  margin-bottom: 30px;
}
}






  #s-3fa21fff-b666-413f-baca-22a3a9452cb4 img.shogun-image {
    

    
    
    
  }


#s-3fa21fff-b666-413f-baca-22a3a9452cb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-096aea90-0422-41dc-8d3a-6c307d815acf {
  margin-left: auto;
padding-left: 90px;
max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-096aea90-0422-41dc-8d3a-6c307d815acf {
  padding-left: 40px;
}
}@media (max-width: 767px){#s-096aea90-0422-41dc-8d3a-6c307d815acf {
  padding-left: 60px;
}
}
#s-543788a0-17d8-49e3-a97b-7dc4c6fb6943 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-543788a0-17d8-49e3-a97b-7dc4c6fb6943"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-543788a0-17d8-49e3-a97b-7dc4c6fb6943"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-543788a0-17d8-49e3-a97b-7dc4c6fb6943"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-543788a0-17d8-49e3-a97b-7dc4c6fb6943"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

#s-5734cbb9-a9ad-4b36-91a3-fc81eaf478e1 {
  margin-top: -160px;
min-height: 50px;
}
@media (max-width: 767px){#s-5734cbb9-a9ad-4b36-91a3-fc81eaf478e1 {
  margin-top: 30px;
padding-left: 10%;
}
}







#s-5734cbb9-a9ad-4b36-91a3-fc81eaf478e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5734cbb9-a9ad-4b36-91a3-fc81eaf478e1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-68376c3b-dc21-45ab-8668-6bbca628f572 {
  margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-68376c3b-dc21-45ab-8668-6bbca628f572 {
  margin-bottom: 30px;
}
}






  #s-68376c3b-dc21-45ab-8668-6bbca628f572 img.shogun-image {
    

    
    
    
  }


#s-68376c3b-dc21-45ab-8668-6bbca628f572 .shogun-image-content {
  
    align-items: center;
  
}

#s-21306569-0019-412d-8a34-e4b150c778c5 {
  margin-left: auto;
margin-right: auto;
padding-left: 65px;
padding-right: 65px;
max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21306569-0019-412d-8a34-e4b150c778c5 {
  padding-left: 40px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-21306569-0019-412d-8a34-e4b150c778c5 {
  padding-left: 55px;
padding-right: 0px;
}
}
#s-6f512a89-a34e-4458-a2f0-99587915ae18 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-6f512a89-a34e-4458-a2f0-99587915ae18 {
  padding-bottom: 20px;
}
}







#s-6f512a89-a34e-4458-a2f0-99587915ae18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f512a89-a34e-4458-a2f0-99587915ae18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb688061-9a71-4a8e-8fea-8ba016ad0a44 {
  margin-left: auto;
margin-right: auto;
max-width: 1260px;
}

@media (min-width: 0px) {
[id="s-eb688061-9a71-4a8e-8fea-8ba016ad0a44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb688061-9a71-4a8e-8fea-8ba016ad0a44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb688061-9a71-4a8e-8fea-8ba016ad0a44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb688061-9a71-4a8e-8fea-8ba016ad0a44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb688061-9a71-4a8e-8fea-8ba016ad0a44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb688061-9a71-4a8e-8fea-8ba016ad0a44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb688061-9a71-4a8e-8fea-8ba016ad0a44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d1950a9b-9eed-4588-9d94-5857c7b8f4e7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d1950a9b-9eed-4588-9d94-5857c7b8f4e7 {
  padding-bottom: 10px;
}
}
#s-d1950a9b-9eed-4588-9d94-5857c7b8f4e7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-68db897e-ab84-4671-b416-247dbb3adb9e {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 70px;
padding-right: 70px;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-68db897e-ab84-4671-b416-247dbb3adb9e {
  margin-top: 0px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-68db897e-ab84-4671-b416-247dbb3adb9e {
  margin-top: 20px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-62f092dc-4538-404b-a92a-b7612a218de5 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(231, 232, 232, 1);
}








#s-62f092dc-4538-404b-a92a-b7612a218de5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62f092dc-4538-404b-a92a-b7612a218de5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-eac33167-3e78-4d86-929d-b883f5c7dece {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-eac33167-3e78-4d86-929d-b883f5c7dece"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eac33167-3e78-4d86-929d-b883f5c7dece"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eac33167-3e78-4d86-929d-b883f5c7dece"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eac33167-3e78-4d86-929d-b883f5c7dece"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-eac33167-3e78-4d86-929d-b883f5c7dece"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b4f40e1b-78d5-4b0d-b282-0e88638b3e91 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b4f40e1b-78d5-4b0d-b282-0e88638b3e91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4f40e1b-78d5-4b0d-b282-0e88638b3e91.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-12ba9308-839a-402d-a69a-de53526c251f {
  min-height: 100%;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-12ba9308-839a-402d-a69a-de53526c251f {
  display: none;
}
#s-12ba9308-839a-402d-a69a-de53526c251f, #wrap-s-12ba9308-839a-402d-a69a-de53526c251f { display: none !important; }}






  #s-12ba9308-839a-402d-a69a-de53526c251f img.shogun-image {
    

    
    
    
  }


#s-12ba9308-839a-402d-a69a-de53526c251f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a {
  margin-bottom: -80px;
min-height: 100%;
text-align: right;
background-color: rgba(231, 232, 232, 0);
}
@media (min-width: 1200px){#s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a {
  display: none;
}
#s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a, #wrap-s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a {
  display: none;
}
#s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a, #wrap-s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a {
  display: none;
}
#s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a, #wrap-s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a { display: none !important; }}@media (max-width: 767px){#s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a {
  margin-bottom: 0px;
}
}






  #s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a img.shogun-image {
    

    
    
    
  }


#s-d4210ef0-f6d9-412b-b804-f9a9da2c2e1a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-13ac419a-5bef-4074-8f4a-158911fbbd6e {
  padding-top: 0px;
padding-left: 12%;
padding-right: 30px;
max-width: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-13ac419a-5bef-4074-8f4a-158911fbbd6e {
  padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-13ac419a-5bef-4074-8f4a-158911fbbd6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13ac419a-5bef-4074-8f4a-158911fbbd6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f74edfd9-4217-4a42-813c-999211117506 {
  padding-bottom: 30px;
text-align: left;
}

#s-f74edfd9-4217-4a42-813c-999211117506 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



#s-f40c3e30-a29c-475e-a545-3f6d8dbb8569 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 1280px;
}
@media (max-width: 767px){#s-f40c3e30-a29c-475e-a545-3f6d8dbb8569 {
  padding-top: 30px;
}
}







#s-f40c3e30-a29c-475e-a545-3f6d8dbb8569 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f40c3e30-a29c-475e-a545-3f6d8dbb8569.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-984f9c39-6f84-4556-a218-0547b4ed56e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-984f9c39-6f84-4556-a218-0547b4ed56e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-984f9c39-6f84-4556-a218-0547b4ed56e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-984f9c39-6f84-4556-a218-0547b4ed56e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8a2c9c92-6532-4a78-a3d7-86d722788cb7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-8a2c9c92-6532-4a78-a3d7-86d722788cb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a2c9c92-6532-4a78-a3d7-86d722788cb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10028a40-5277-4361-9643-bb8ae673141e {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-10028a40-5277-4361-9643-bb8ae673141e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-41a662e9-adfc-4e3b-a57f-906f952dd156 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-41a662e9-adfc-4e3b-a57f-906f952dd156 {
  margin-top: 20px;
margin-left: 20px;
margin-right: -10px;
}
}






  #s-41a662e9-adfc-4e3b-a57f-906f952dd156 img.shogun-image {
    

    
    
    
  }


#s-41a662e9-adfc-4e3b-a57f-906f952dd156 .shogun-image-content {
  
    align-items: center;
  
}

#s-7562e89b-9661-46ef-b09e-47d110b3d48b {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-7562e89b-9661-46ef-b09e-47d110b3d48b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7562e89b-9661-46ef-b09e-47d110b3d48b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-952a4ebf-d2ef-4c12-a1a2-6c923c87b350 {
  max-width: 70%;
text-align: left;
}
@media (max-width: 767px){#s-952a4ebf-d2ef-4c12-a1a2-6c923c87b350 {
  display: none;
}
#s-952a4ebf-d2ef-4c12-a1a2-6c923c87b350, #wrap-s-952a4ebf-d2ef-4c12-a1a2-6c923c87b350 { display: none !important; }}






  #s-952a4ebf-d2ef-4c12-a1a2-6c923c87b350 img.shogun-image {
    

    
    
    
  }


#s-952a4ebf-d2ef-4c12-a1a2-6c923c87b350 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-044f1e47-00d5-449e-aaa3-01da916d767b {
  margin-top: 10px;
max-width: 100%;
text-align: left;
}
@media (min-width: 1200px){#s-044f1e47-00d5-449e-aaa3-01da916d767b {
  display: none;
}
#s-044f1e47-00d5-449e-aaa3-01da916d767b, #wrap-s-044f1e47-00d5-449e-aaa3-01da916d767b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-044f1e47-00d5-449e-aaa3-01da916d767b {
  display: none;
}
#s-044f1e47-00d5-449e-aaa3-01da916d767b, #wrap-s-044f1e47-00d5-449e-aaa3-01da916d767b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-044f1e47-00d5-449e-aaa3-01da916d767b {
  display: none;
}
#s-044f1e47-00d5-449e-aaa3-01da916d767b, #wrap-s-044f1e47-00d5-449e-aaa3-01da916d767b { display: none !important; }}






  #s-044f1e47-00d5-449e-aaa3-01da916d767b img.shogun-image {
    

    
    
    
  }


#s-044f1e47-00d5-449e-aaa3-01da916d767b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-847fcfcb-9ef1-4334-862a-768e8839080b {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
}
@media (min-width: 1200px){#s-847fcfcb-9ef1-4334-862a-768e8839080b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-847fcfcb-9ef1-4334-862a-768e8839080b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-847fcfcb-9ef1-4334-862a-768e8839080b {
  
}
}@media (max-width: 767px){#s-847fcfcb-9ef1-4334-862a-768e8839080b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 100%;
}
}







#s-847fcfcb-9ef1-4334-862a-768e8839080b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-847fcfcb-9ef1-4334-862a-768e8839080b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-647b6bc4-97b3-40ef-b922-d45fbb7736c9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
max-width: 1260px;
}
@media (max-width: 767px){#s-647b6bc4-97b3-40ef-b922-d45fbb7736c9 {
  display: none;
}
#s-647b6bc4-97b3-40ef-b922-d45fbb7736c9, #wrap-s-647b6bc4-97b3-40ef-b922-d45fbb7736c9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-647b6bc4-97b3-40ef-b922-d45fbb7736c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-647b6bc4-97b3-40ef-b922-d45fbb7736c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-647b6bc4-97b3-40ef-b922-d45fbb7736c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-647b6bc4-97b3-40ef-b922-d45fbb7736c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a9e7c718-b892-4453-8573-becd0559720f {
  margin-top: 100%;
padding-top: 50px;
padding-bottom: 50px;
text-align: left;
}
@media (max-width: 767px){#s-a9e7c718-b892-4453-8573-becd0559720f {
  margin-left: auto;
margin-right: auto;
}
}






  #s-a9e7c718-b892-4453-8573-becd0559720f img.shogun-image {
    

    
    
    
  }


#s-a9e7c718-b892-4453-8573-becd0559720f .shogun-image-content {
  
    align-items: center;
  
}

#s-541f36c2-b071-4dec-b9a1-baf418e5590d {
  text-align: center;
}







  #s-541f36c2-b071-4dec-b9a1-baf418e5590d img.shogun-image {
    

    
    
    
  }


#s-541f36c2-b071-4dec-b9a1-baf418e5590d .shogun-image-content {
  
    align-items: center;
  
}

#s-8747e7c3-efe7-401c-b93e-2f017d1d33a5 {
  text-align: center;
}
@media (min-width: 1200px){#s-8747e7c3-efe7-401c-b93e-2f017d1d33a5 {
  display: none;
}
#s-8747e7c3-efe7-401c-b93e-2f017d1d33a5, #wrap-s-8747e7c3-efe7-401c-b93e-2f017d1d33a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8747e7c3-efe7-401c-b93e-2f017d1d33a5 {
  display: none;
}
#s-8747e7c3-efe7-401c-b93e-2f017d1d33a5, #wrap-s-8747e7c3-efe7-401c-b93e-2f017d1d33a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8747e7c3-efe7-401c-b93e-2f017d1d33a5 {
  display: none;
}
#s-8747e7c3-efe7-401c-b93e-2f017d1d33a5, #wrap-s-8747e7c3-efe7-401c-b93e-2f017d1d33a5 { display: none !important; }}






  #s-8747e7c3-efe7-401c-b93e-2f017d1d33a5 img.shogun-image {
    

    
    
    
  }


#s-8747e7c3-efe7-401c-b93e-2f017d1d33a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff555ee8-592c-4ede-9e02-ac9af56dd115 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-ff555ee8-592c-4ede-9e02-ac9af56dd115 {
  padding-top: 30px;
padding-bottom: 80px;
}
}







#s-ff555ee8-592c-4ede-9e02-ac9af56dd115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff555ee8-592c-4ede-9e02-ac9af56dd115.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac1d1347-0ac6-492d-85d8-712666af571d {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
}

@media (min-width: 0px) {
[id="s-ac1d1347-0ac6-492d-85d8-712666af571d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac1d1347-0ac6-492d-85d8-712666af571d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac1d1347-0ac6-492d-85d8-712666af571d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac1d1347-0ac6-492d-85d8-712666af571d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5032db0e-3927-40a3-88d2-9ff1e945c2ea {
  padding-top: 40px;
padding-left: 60px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-5032db0e-3927-40a3-88d2-9ff1e945c2ea {
  padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
}







#s-5032db0e-3927-40a3-88d2-9ff1e945c2ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5032db0e-3927-40a3-88d2-9ff1e945c2ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd3e0eb3-8d8b-46c7-b49a-ae0e73b953a9 {
  padding-top: 0px;
padding-bottom: 40px;
text-align: left;
}

#s-dd3e0eb3-8d8b-46c7-b49a-ae0e73b953a9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-d0708198-70a3-4d8c-8bec-09b43ca314e4 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-d0708198-70a3-4d8c-8bec-09b43ca314e4 {
  margin-bottom: 0px;
padding-left: 30px;
}
}
@media (max-width: 767px){#s-9cad94a4-11cb-4c11-b6ba-6556e5a90e8b {
  display: none;
}
#s-9cad94a4-11cb-4c11-b6ba-6556e5a90e8b, #wrap-s-9cad94a4-11cb-4c11-b6ba-6556e5a90e8b { display: none !important; }}
#s-51123e68-d64c-44bb-943f-d82847eee18a {
  min-height: 50px;
}








#s-51123e68-d64c-44bb-943f-d82847eee18a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51123e68-d64c-44bb-943f-d82847eee18a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b97001e-e420-4050-9e2c-17b6a0eb4884 {
  text-align: right;
}







  #s-7b97001e-e420-4050-9e2c-17b6a0eb4884 img.shogun-image {
    

    
    
    
  }


#s-7b97001e-e420-4050-9e2c-17b6a0eb4884 .shogun-image-content {
  
    align-items: center;
  
}

#s-e172eae1-954a-40f7-bdf4-1077c0877b59 {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-e172eae1-954a-40f7-bdf4-1077c0877b59 {
  display: none;
}
#s-e172eae1-954a-40f7-bdf4-1077c0877b59, #wrap-s-e172eae1-954a-40f7-bdf4-1077c0877b59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e172eae1-954a-40f7-bdf4-1077c0877b59 {
  display: none;
}
#s-e172eae1-954a-40f7-bdf4-1077c0877b59, #wrap-s-e172eae1-954a-40f7-bdf4-1077c0877b59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e172eae1-954a-40f7-bdf4-1077c0877b59 {
  display: none;
}
#s-e172eae1-954a-40f7-bdf4-1077c0877b59, #wrap-s-e172eae1-954a-40f7-bdf4-1077c0877b59 { display: none !important; }}
#s-8d2c7f93-cc7f-4233-a2ce-420611a845e6 {
  margin-top: 100px;
margin-bottom: 60px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-8d2c7f93-cc7f-4233-a2ce-420611a845e6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d2c7f93-cc7f-4233-a2ce-420611a845e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d2c7f93-cc7f-4233-a2ce-420611a845e6 {
  
}
}@media (max-width: 767px){#s-8d2c7f93-cc7f-4233-a2ce-420611a845e6 {
  
}
}







#s-8d2c7f93-cc7f-4233-a2ce-420611a845e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d2c7f93-cc7f-4233-a2ce-420611a845e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eebd35d0-b660-41e6-a310-20669ff53814 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-eebd35d0-b660-41e6-a310-20669ff53814"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eebd35d0-b660-41e6-a310-20669ff53814"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eebd35d0-b660-41e6-a310-20669ff53814"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eebd35d0-b660-41e6-a310-20669ff53814"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a9f88a7d-8ee3-4f00-a13f-6b89d0571c35 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a9f88a7d-8ee3-4f00-a13f-6b89d0571c35 {
  padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
}







#s-a9f88a7d-8ee3-4f00-a13f-6b89d0571c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9f88a7d-8ee3-4f00-a13f-6b89d0571c35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcae28aa-a0ee-4eb3-a477-9921f04fb37c {
  margin-top: -43px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-bcae28aa-a0ee-4eb3-a477-9921f04fb37c {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bcae28aa-a0ee-4eb3-a477-9921f04fb37c {
  margin-top: -35px;
}
}@media (max-width: 767px){#s-bcae28aa-a0ee-4eb3-a477-9921f04fb37c {
  margin-top: -60px;
max-width: 70%;
}
}
#s-bcae28aa-a0ee-4eb3-a477-9921f04fb37c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-cefc5aeb-b60e-404e-922d-c2eb6fde89b0 {
  margin-top: 0px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-cefc5aeb-b60e-404e-922d-c2eb6fde89b0 {
  margin-right: 0%;
}
}
#s-cefc5aeb-b60e-404e-922d-c2eb6fde89b0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



#s-70d216ab-4a55-4804-8a5d-0f6e453ff375 {
  max-width: 530px;
text-align: center;
}
@media (min-width: 1200px){#s-70d216ab-4a55-4804-8a5d-0f6e453ff375 {
  display: none;
}
#s-70d216ab-4a55-4804-8a5d-0f6e453ff375, #wrap-s-70d216ab-4a55-4804-8a5d-0f6e453ff375 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70d216ab-4a55-4804-8a5d-0f6e453ff375 {
  display: none;
}
#s-70d216ab-4a55-4804-8a5d-0f6e453ff375, #wrap-s-70d216ab-4a55-4804-8a5d-0f6e453ff375 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70d216ab-4a55-4804-8a5d-0f6e453ff375 {
  display: none;
}
#s-70d216ab-4a55-4804-8a5d-0f6e453ff375, #wrap-s-70d216ab-4a55-4804-8a5d-0f6e453ff375 { display: none !important; }}






  img.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image {
    
    
  }


.s-70d216ab-4a55-4804-8a5d-0f6e453ff375 .shogun-image-content {
  
    align-items: center;
  
}

.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image {
    
    
  }


.s-70d216ab-4a55-4804-8a5d-0f6e453ff375 .shogun-image-content {
  
    align-items: center;
  
}

.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image {
  box-sizing: border-box;
}



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





  img.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image {
    
    
  }


.s-70d216ab-4a55-4804-8a5d-0f6e453ff375 .shogun-image-content {
  
    align-items: center;
  
}

.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image {
  box-sizing: border-box;
}



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





  img.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image {
    
    
  }


.s-70d216ab-4a55-4804-8a5d-0f6e453ff375 .shogun-image-content {
  
    align-items: center;
  
}

.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image {
  box-sizing: border-box;
}



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





  img.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image {
    
    
  }


.s-70d216ab-4a55-4804-8a5d-0f6e453ff375 .shogun-image-content {
  
    align-items: center;
  
}

.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70d216ab-4a55-4804-8a5d-0f6e453ff375.shogun-image {
  box-sizing: border-box;
}



}
#s-b4b2e628-a761-4d4f-a383-b5251a6ef01e {
  padding-top: 80px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4b2e628-a761-4d4f-a383-b5251a6ef01e {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-b4b2e628-a761-4d4f-a383-b5251a6ef01e {
  padding-top: 20px;
}
}
#s-9866dde9-b7d7-4e39-b13d-586d7d69a98b {
  border-style: solid;
margin-top: 80px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 40px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9866dde9-b7d7-4e39-b13d-586d7d69a98b:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9866dde9-b7d7-4e39-b13d-586d7d69a98b:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9866dde9-b7d7-4e39-b13d-586d7d69a98b {
  margin-top: 20px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-9866dde9-b7d7-4e39-b13d-586d7d69a98b {
  margin-top: 40px;
margin-bottom: 50px;
}
}

  #s-9866dde9-b7d7-4e39-b13d-586d7d69a98b-root {
    text-align: left;
  }


#s-9866dde9-b7d7-4e39-b13d-586d7d69a98b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9866dde9-b7d7-4e39-b13d-586d7d69a98b-root {
    text-align: left;
  }


#s-9866dde9-b7d7-4e39-b13d-586d7d69a98b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9866dde9-b7d7-4e39-b13d-586d7d69a98b-root {
    text-align: left;
  }


#s-9866dde9-b7d7-4e39-b13d-586d7d69a98b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9866dde9-b7d7-4e39-b13d-586d7d69a98b-root {
    text-align: left;
  }


#s-9866dde9-b7d7-4e39-b13d-586d7d69a98b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9866dde9-b7d7-4e39-b13d-586d7d69a98b-root {
    text-align: left;
  }


#s-9866dde9-b7d7-4e39-b13d-586d7d69a98b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a {
  max-width: 530px;
text-align: center;
}
@media (max-width: 767px){#s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a {
  display: none;
}
#s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a, #wrap-s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a { display: none !important; }}






  img.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image {
    
    
  }


.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a .shogun-image-content {
  
    align-items: center;
  
}

.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image {
    
    
  }


.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a .shogun-image-content {
  
    align-items: center;
  
}

.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image {
    
    
  }


.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a .shogun-image-content {
  
    align-items: center;
  
}

.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image {
    
    
  }


.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a .shogun-image-content {
  
    align-items: center;
  
}

.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image {
    
    
  }


.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a .shogun-image-content {
  
    align-items: center;
  
}

.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a138ffb5-2ce8-48f5-9b77-caa1bef0e24a.shogun-image {
  box-sizing: border-box;
}



}
#s-195bc7ac-12b1-47b1-9c80-df899e6f9ab1 {
  padding-top: 20px;
padding-bottom: 50px;
min-height: 50px;
}








#s-195bc7ac-12b1-47b1-9c80-df899e6f9ab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-195bc7ac-12b1-47b1-9c80-df899e6f9ab1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05a19a1d-d92f-4bba-8a49-bfb2ec6f1fbb {
  padding-bottom: 20px;
min-height: 50px;
}








#s-05a19a1d-d92f-4bba-8a49-bfb2ec6f1fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05a19a1d-d92f-4bba-8a49-bfb2ec6f1fbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c4d7b30-fd6a-429c-ab73-eea8504919b8 {
  margin-bottom: 15px;
text-align: center;
}

#s-1c4d7b30-fd6a-429c-ab73-eea8504919b8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-e7675fa9-a2b5-4034-9071-fba47e45151f {
  margin-left: 10%;
margin-right: 10%;
}

#s-63d9fe09-2bd2-4c26-a430-ae564a4a4b42 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-63d9fe09-2bd2-4c26-a430-ae564a4a4b42 {
  display: none;
}
#s-63d9fe09-2bd2-4c26-a430-ae564a4a4b42, #wrap-s-63d9fe09-2bd2-4c26-a430-ae564a4a4b42 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63d9fe09-2bd2-4c26-a430-ae564a4a4b42 {
  display: none;
}
#s-63d9fe09-2bd2-4c26-a430-ae564a4a4b42, #wrap-s-63d9fe09-2bd2-4c26-a430-ae564a4a4b42 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63d9fe09-2bd2-4c26-a430-ae564a4a4b42 {
  display: none;
}
#s-63d9fe09-2bd2-4c26-a430-ae564a4a4b42, #wrap-s-63d9fe09-2bd2-4c26-a430-ae564a4a4b42 { display: none !important; }}
#s-3bf3c196-79e0-443f-9fd5-0a4424a3ebb1 {
  text-align: left;
}

@media (max-width: 767px){#s-043ff8ec-1dcf-4f49-be51-326bf9164a6a {
  display: none;
}
#s-043ff8ec-1dcf-4f49-be51-326bf9164a6a, #wrap-s-043ff8ec-1dcf-4f49-be51-326bf9164a6a { display: none !important; }}
@media (min-width: 0px) {
[id="s-043ff8ec-1dcf-4f49-be51-326bf9164a6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-043ff8ec-1dcf-4f49-be51-326bf9164a6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-043ff8ec-1dcf-4f49-be51-326bf9164a6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-043ff8ec-1dcf-4f49-be51-326bf9164a6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-cc4ad1d7-84c9-422a-80d3-8f29c00d83d7 {
  margin-left: 35px;
margin-right: 35px;
padding-top: 8px;
min-height: 50px;
background-color: rgba(125, 206, 226, 1);
}








#s-cc4ad1d7-84c9-422a-80d3-8f29c00d83d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc4ad1d7-84c9-422a-80d3-8f29c00d83d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49ab7555-ab0a-493c-9eb9-0e1ed145b5db {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}








#s-49ab7555-ab0a-493c-9eb9-0e1ed145b5db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49ab7555-ab0a-493c-9eb9-0e1ed145b5db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c869f241-0213-40cd-b56e-1fca4c0176bd {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c869f241-0213-40cd-b56e-1fca4c0176bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c869f241-0213-40cd-b56e-1fca4c0176bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-c869f241-0213-40cd-b56e-1fca4c0176bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-c869f241-0213-40cd-b56e-1fca4c0176bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-47c99bcf-8e55-44d1-a35e-181b047b85e4 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 204, 223, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-47c99bcf-8e55-44d1-a35e-181b047b85e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47c99bcf-8e55-44d1-a35e-181b047b85e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0569a351-c268-4fb7-acf4-af73367bb9e6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-0569a351-c268-4fb7-acf4-af73367bb9e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0569a351-c268-4fb7-acf4-af73367bb9e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab71f0d6-dee0-43ac-abad-aa55fb02f269 {
  margin-left: -15px;
margin-right: -15px;
text-align: center;
}







  #s-ab71f0d6-dee0-43ac-abad-aa55fb02f269 img.shogun-image {
    

    
    
    
  }


#s-ab71f0d6-dee0-43ac-abad-aa55fb02f269 .shogun-image-content {
  
    align-items: center;
  
}

#s-be2be6e3-cfaa-4acc-8b0f-afe0e1af67c6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-be2be6e3-cfaa-4acc-8b0f-afe0e1af67c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be2be6e3-cfaa-4acc-8b0f-afe0e1af67c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c6d0493-da5c-4a26-8acd-2f10af90af5b {
  text-align: left;
}

#s-5c6d0493-da5c-4a26-8acd-2f10af90af5b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-b207806e-1c8f-4b3c-aa9a-57f33ee9d553 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-b207806e-1c8f-4b3c-aa9a-57f33ee9d553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b207806e-1c8f-4b3c-aa9a-57f33ee9d553.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54a0d503-aef8-4886-be81-e6fe725c3c8d {
  text-align: left;
}

#s-39208b95-717d-42e1-acc3-b71cfc590422 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-39208b95-717d-42e1-acc3-b71cfc590422 {
  display: none;
}
#s-39208b95-717d-42e1-acc3-b71cfc590422, #wrap-s-39208b95-717d-42e1-acc3-b71cfc590422 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39208b95-717d-42e1-acc3-b71cfc590422 {
  display: none;
}
#s-39208b95-717d-42e1-acc3-b71cfc590422, #wrap-s-39208b95-717d-42e1-acc3-b71cfc590422 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39208b95-717d-42e1-acc3-b71cfc590422 {
  
}
}@media (max-width: 767px){#s-39208b95-717d-42e1-acc3-b71cfc590422 {
  display: none;
}
#s-39208b95-717d-42e1-acc3-b71cfc590422, #wrap-s-39208b95-717d-42e1-acc3-b71cfc590422 { display: none !important; }}






  #s-39208b95-717d-42e1-acc3-b71cfc590422 img.shogun-image {
    

    
    
    
  }


#s-39208b95-717d-42e1-acc3-b71cfc590422 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0cee6d7-800a-4699-8874-fc02d2077d37 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0cee6d7-800a-4699-8874-fc02d2077d37 {
  display: none;
}
#s-c0cee6d7-800a-4699-8874-fc02d2077d37, #wrap-s-c0cee6d7-800a-4699-8874-fc02d2077d37 { display: none !important; }}@media (max-width: 767px){#s-c0cee6d7-800a-4699-8874-fc02d2077d37 {
  max-width: 100%;
}
}






  #s-c0cee6d7-800a-4699-8874-fc02d2077d37 img.shogun-image {
    

    
    
    
  }


#s-c0cee6d7-800a-4699-8874-fc02d2077d37 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa2c9e75-a7e6-4b93-9ea2-dc4d590be5ec {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 204, 223, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-aa2c9e75-a7e6-4b93-9ea2-dc4d590be5ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa2c9e75-a7e6-4b93-9ea2-dc4d590be5ec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-12267e55-95fe-408a-94e2-05493e839b5b {
  margin-top: 50px;
padding-top: 8px;
min-height: 50px;
background-color: rgba(125, 206, 226, 1);
}
@media (min-width: 1200px){#s-12267e55-95fe-408a-94e2-05493e839b5b {
  display: none;
}
#s-12267e55-95fe-408a-94e2-05493e839b5b, #wrap-s-12267e55-95fe-408a-94e2-05493e839b5b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12267e55-95fe-408a-94e2-05493e839b5b {
  display: none;
}
#s-12267e55-95fe-408a-94e2-05493e839b5b, #wrap-s-12267e55-95fe-408a-94e2-05493e839b5b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12267e55-95fe-408a-94e2-05493e839b5b {
  display: none;
}
#s-12267e55-95fe-408a-94e2-05493e839b5b, #wrap-s-12267e55-95fe-408a-94e2-05493e839b5b { display: none !important; }}







#s-12267e55-95fe-408a-94e2-05493e839b5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12267e55-95fe-408a-94e2-05493e839b5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3ee990a-3b29-4aed-83a0-e9bb80da482e {
  margin-bottom: 0px;
}

#s-b83463fc-9503-483d-812e-8d08d9a64d32 {
  min-height: 50px;
}








#s-b83463fc-9503-483d-812e-8d08d9a64d32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b83463fc-9503-483d-812e-8d08d9a64d32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54988cda-f5fb-4228-81cf-dd3e0e55f338 {
  margin-left: -15px;
margin-right: -15px;
max-width: 697px;
aspect-ratio: 697/564;
text-align: center;
}





  #s-54988cda-f5fb-4228-81cf-dd3e0e55f338 img.shogun-image,
  #s-54988cda-f5fb-4228-81cf-dd3e0e55f338 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54988cda-f5fb-4228-81cf-dd3e0e55f338 {
    width: 100%;
    height: auto;
  }



  #s-54988cda-f5fb-4228-81cf-dd3e0e55f338 img.shogun-image {
    

    
    
    
  }


#s-54988cda-f5fb-4228-81cf-dd3e0e55f338 .shogun-image-content {
  
    align-items: center;
  
}

#s-e646badb-b501-4f1d-92ee-5a660896c3e4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-e646badb-b501-4f1d-92ee-5a660896c3e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e646badb-b501-4f1d-92ee-5a660896c3e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83f893d8-9b0b-454b-979e-5b42a205153a {
  text-align: left;
}

#s-83f893d8-9b0b-454b-979e-5b42a205153a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-72ef8582-60c1-4f67-b3de-52611f31a5fe {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-72ef8582-60c1-4f67-b3de-52611f31a5fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72ef8582-60c1-4f67-b3de-52611f31a5fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f72d940-bd57-479f-a2a3-f546ea1ad06e {
  text-align: left;
}

#s-f456a0a7-96e9-46cc-a455-a6ffd21d5658 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-f456a0a7-96e9-46cc-a455-a6ffd21d5658 {
  display: none;
}
#s-f456a0a7-96e9-46cc-a455-a6ffd21d5658, #wrap-s-f456a0a7-96e9-46cc-a455-a6ffd21d5658 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f456a0a7-96e9-46cc-a455-a6ffd21d5658 {
  display: none;
}
#s-f456a0a7-96e9-46cc-a455-a6ffd21d5658, #wrap-s-f456a0a7-96e9-46cc-a455-a6ffd21d5658 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f456a0a7-96e9-46cc-a455-a6ffd21d5658 {
  
}
}@media (max-width: 767px){#s-f456a0a7-96e9-46cc-a455-a6ffd21d5658 {
  display: none;
}
#s-f456a0a7-96e9-46cc-a455-a6ffd21d5658, #wrap-s-f456a0a7-96e9-46cc-a455-a6ffd21d5658 { display: none !important; }}






  #s-f456a0a7-96e9-46cc-a455-a6ffd21d5658 img.shogun-image {
    

    
    
    
  }


#s-f456a0a7-96e9-46cc-a455-a6ffd21d5658 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c1da31c-af6f-426e-bea3-4e9019a893d9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-6c1da31c-af6f-426e-bea3-4e9019a893d9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c1da31c-af6f-426e-bea3-4e9019a893d9 {
  display: none;
}
#s-6c1da31c-af6f-426e-bea3-4e9019a893d9, #wrap-s-6c1da31c-af6f-426e-bea3-4e9019a893d9 { display: none !important; }}@media (max-width: 767px){#s-6c1da31c-af6f-426e-bea3-4e9019a893d9 {
  max-width: 100%;
}
}






  #s-6c1da31c-af6f-426e-bea3-4e9019a893d9 img.shogun-image {
    

    
    
    
  }


#s-6c1da31c-af6f-426e-bea3-4e9019a893d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe7fe6b3-59f1-417f-ae2c-cb91372d42f2 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe7fe6b3-59f1-417f-ae2c-cb91372d42f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe7fe6b3-59f1-417f-ae2c-cb91372d42f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bf254a9e-953e-42e9-a457-3bcd4c1aca4f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-bf254a9e-953e-42e9-a457-3bcd4c1aca4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf254a9e-953e-42e9-a457-3bcd4c1aca4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de789ca4-1ff5-4474-8a95-2d9c45224704 {
  margin-left: -15px;
margin-right: -15px;
text-align: center;
}







  #s-de789ca4-1ff5-4474-8a95-2d9c45224704 img.shogun-image {
    

    
    
    
  }


#s-de789ca4-1ff5-4474-8a95-2d9c45224704 .shogun-image-content {
  
    align-items: center;
  
}

#s-53bacc83-9cdd-48a3-9ab9-7b748e3a73ce {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-53bacc83-9cdd-48a3-9ab9-7b748e3a73ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53bacc83-9cdd-48a3-9ab9-7b748e3a73ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adbf8718-2ae7-4deb-8302-e2fff404f0f7 {
  text-align: left;
}

#s-adbf8718-2ae7-4deb-8302-e2fff404f0f7 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-951f3982-08c7-4837-9ff4-218255d51245 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-951f3982-08c7-4837-9ff4-218255d51245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-951f3982-08c7-4837-9ff4-218255d51245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-809b5433-462b-489e-bd84-0328881d3310 {
  text-align: left;
}

#s-def0f347-5c12-40d6-a4d2-ce64bc236722 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-def0f347-5c12-40d6-a4d2-ce64bc236722 {
  display: none;
}
#s-def0f347-5c12-40d6-a4d2-ce64bc236722, #wrap-s-def0f347-5c12-40d6-a4d2-ce64bc236722 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-def0f347-5c12-40d6-a4d2-ce64bc236722 {
  display: none;
}
#s-def0f347-5c12-40d6-a4d2-ce64bc236722, #wrap-s-def0f347-5c12-40d6-a4d2-ce64bc236722 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-def0f347-5c12-40d6-a4d2-ce64bc236722 {
  
}
}@media (max-width: 767px){#s-def0f347-5c12-40d6-a4d2-ce64bc236722 {
  display: none;
}
#s-def0f347-5c12-40d6-a4d2-ce64bc236722, #wrap-s-def0f347-5c12-40d6-a4d2-ce64bc236722 { display: none !important; }}






  #s-def0f347-5c12-40d6-a4d2-ce64bc236722 img.shogun-image {
    

    
    
    
  }


#s-def0f347-5c12-40d6-a4d2-ce64bc236722 .shogun-image-content {
  
    align-items: center;
  
}

#s-e81a6b05-1443-4f3d-ae32-07f51e909bc8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e81a6b05-1443-4f3d-ae32-07f51e909bc8 {
  display: none;
}
#s-e81a6b05-1443-4f3d-ae32-07f51e909bc8, #wrap-s-e81a6b05-1443-4f3d-ae32-07f51e909bc8 { display: none !important; }}@media (max-width: 767px){#s-e81a6b05-1443-4f3d-ae32-07f51e909bc8 {
  max-width: 100%;
}
}






  #s-e81a6b05-1443-4f3d-ae32-07f51e909bc8 img.shogun-image {
    

    
    
    
  }


#s-e81a6b05-1443-4f3d-ae32-07f51e909bc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-cec9a2cd-474b-42b6-b1ba-c5281e838c17 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 60px;
padding-right: 60px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-cec9a2cd-474b-42b6-b1ba-c5281e838c17 {
  display: none;
}
#s-cec9a2cd-474b-42b6-b1ba-c5281e838c17, #wrap-s-cec9a2cd-474b-42b6-b1ba-c5281e838c17 { display: none !important; }}






  img.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image {
    
    
  }


.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17 .shogun-image-content {
  
    align-items: center;
  
}

.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image {
    
    
  }


.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17 .shogun-image-content {
  
    align-items: center;
  
}

.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image {
    
    
  }


.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17 .shogun-image-content {
  
    align-items: center;
  
}

.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image {
    
    
  }


.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17 .shogun-image-content {
  
    align-items: center;
  
}

.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image {
    
    
  }


.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17 .shogun-image-content {
  
    align-items: center;
  
}

.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec9a2cd-474b-42b6-b1ba-c5281e838c17.shogun-image {
  box-sizing: border-box;
}



}
#s-2462ab9b-5f3d-495f-bfc3-727c0e44a3ad {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(225, 226, 226, 1);
}
@media (max-width: 767px){#s-2462ab9b-5f3d-495f-bfc3-727c0e44a3ad {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-2462ab9b-5f3d-495f-bfc3-727c0e44a3ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2462ab9b-5f3d-495f-bfc3-727c0e44a3ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be114362-de9d-44c4-a330-ee88fe31f546 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1260px;
text-align: left;
}

#s-be114362-de9d-44c4-a330-ee88fe31f546 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



#s-badeaaac-8eaf-4eea-9ffc-d5c6c347bde3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}








#s-badeaaac-8eaf-4eea-9ffc-d5c6c347bde3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-badeaaac-8eaf-4eea-9ffc-d5c6c347bde3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9542994-2a06-40e9-88cb-43a80ad9afdd {
  min-height: 50px;
}








#s-c9542994-2a06-40e9-88cb-43a80ad9afdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9542994-2a06-40e9-88cb-43a80ad9afdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84a6cad7-7c66-44c9-9281-a4c07480ab12 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-84a6cad7-7c66-44c9-9281-a4c07480ab12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84a6cad7-7c66-44c9-9281-a4c07480ab12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84a6cad7-7c66-44c9-9281-a4c07480ab12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84a6cad7-7c66-44c9-9281-a4c07480ab12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-84a6cad7-7c66-44c9-9281-a4c07480ab12"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d81c3f2e-5d6e-4fea-9aba-603bbfe2ad18 {
  margin-left: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 450px;
}








#s-d81c3f2e-5d6e-4fea-9aba-603bbfe2ad18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d81c3f2e-5d6e-4fea-9aba-603bbfe2ad18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-e4e02558-aa06-454d-994f-4b8c9eb4511e {
  margin-top: -15px;
}
}
#s-d99da5cd-ff8a-4a98-b39a-ddb1cdf358c5 {
  text-align: right;
}
@media (max-width: 767px){#s-d99da5cd-ff8a-4a98-b39a-ddb1cdf358c5 {
  margin-top: 10px;
margin-left: auto;
max-width: 70%;
}
}






  #s-d99da5cd-ff8a-4a98-b39a-ddb1cdf358c5 img.shogun-image {
    

    
    
    
  }


#s-d99da5cd-ff8a-4a98-b39a-ddb1cdf358c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-79fa7698-80fd-40fe-a8a9-480d03720c05 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-79fa7698-80fd-40fe-a8a9-480d03720c05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79fa7698-80fd-40fe-a8a9-480d03720c05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19a4e202-ff9c-4f51-aa89-0fc2b5039c79 {
  margin-left: auto;
margin-right: auto;
max-width: 1260px;
}

@media (min-width: 0px) {
[id="s-19a4e202-ff9c-4f51-aa89-0fc2b5039c79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19a4e202-ff9c-4f51-aa89-0fc2b5039c79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19a4e202-ff9c-4f51-aa89-0fc2b5039c79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19a4e202-ff9c-4f51-aa89-0fc2b5039c79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19a4e202-ff9c-4f51-aa89-0fc2b5039c79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19a4e202-ff9c-4f51-aa89-0fc2b5039c79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19a4e202-ff9c-4f51-aa89-0fc2b5039c79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-222d3358-cae5-4215-bd78-e8a1d8ccc05a {
  margin-top: -40px;
margin-left: -10px;
max-width: 90px;
text-align: center;
}
@media (max-width: 767px){#s-222d3358-cae5-4215-bd78-e8a1d8ccc05a {
  margin-top: 0px;
}
}






  #s-222d3358-cae5-4215-bd78-e8a1d8ccc05a img.shogun-image {
    

    
    
    
  }


#s-222d3358-cae5-4215-bd78-e8a1d8ccc05a .shogun-image-content {
  
    align-items: center;
  
}

#s-292c735d-e718-4fe5-a2d7-fcade0e971e0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-292c735d-e718-4fe5-a2d7-fcade0e971e0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-e8b540a7-6aeb-4371-b0f8-9ba9f7319be7 {
  margin-top: 110px;
margin-left: auto;
margin-right: auto;
padding-left: 70px;
padding-right: 70px;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8b540a7-6aeb-4371-b0f8-9ba9f7319be7 {
  margin-top: 30px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-e8b540a7-6aeb-4371-b0f8-9ba9f7319be7 {
  margin-top: 30px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-211f8e72-cbcb-4600-ade7-d2c00c3ed254 {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-211f8e72-cbcb-4600-ade7-d2c00c3ed254 {
  display: none;
}
#s-211f8e72-cbcb-4600-ade7-d2c00c3ed254, #wrap-s-211f8e72-cbcb-4600-ade7-d2c00c3ed254 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-211f8e72-cbcb-4600-ade7-d2c00c3ed254 {
  display: none;
}
#s-211f8e72-cbcb-4600-ade7-d2c00c3ed254, #wrap-s-211f8e72-cbcb-4600-ade7-d2c00c3ed254 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-211f8e72-cbcb-4600-ade7-d2c00c3ed254 {
  display: none;
}
#s-211f8e72-cbcb-4600-ade7-d2c00c3ed254, #wrap-s-211f8e72-cbcb-4600-ade7-d2c00c3ed254 { display: none !important; }}@media (max-width: 767px){#s-211f8e72-cbcb-4600-ade7-d2c00c3ed254 {
  
}
}






  #s-211f8e72-cbcb-4600-ade7-d2c00c3ed254 img.shogun-image {
    

    
    
    
  }


#s-211f8e72-cbcb-4600-ade7-d2c00c3ed254 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec11cccb-7290-490b-85e8-1fc9c9d5badc {
  margin-left: auto;
margin-right: auto;
padding-left: 70px;
padding-right: 70px;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec11cccb-7290-490b-85e8-1fc9c9d5badc {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-ec11cccb-7290-490b-85e8-1fc9c9d5badc {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-61b3c1c1-ea76-4325-8281-5d31978483b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 30px;
max-width: 1260px;
}








#s-61b3c1c1-ea76-4325-8281-5d31978483b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61b3c1c1-ea76-4325-8281-5d31978483b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-426bdc3d-3ad3-475b-844d-01e0cfd42d6f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-426bdc3d-3ad3-475b-844d-01e0cfd42d6f {
  display: none;
}
#s-426bdc3d-3ad3-475b-844d-01e0cfd42d6f, #wrap-s-426bdc3d-3ad3-475b-844d-01e0cfd42d6f { display: none !important; }}






  #s-426bdc3d-3ad3-475b-844d-01e0cfd42d6f img.shogun-image {
    

    
    
    
  }


#s-426bdc3d-3ad3-475b-844d-01e0cfd42d6f .shogun-image-content {
  
    align-items: center;
  
}

#s-14f24656-6531-40b4-a926-f4fe13d3da14 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-14f24656-6531-40b4-a926-f4fe13d3da14 {
  padding-bottom: 20px;
}
}







#s-14f24656-6531-40b4-a926-f4fe13d3da14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14f24656-6531-40b4-a926-f4fe13d3da14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-165433dd-2c0e-426e-816d-06cc007bd3ca {
  margin-left: auto;
margin-right: auto;
max-width: 1260px;
}

@media (min-width: 0px) {
[id="s-165433dd-2c0e-426e-816d-06cc007bd3ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-165433dd-2c0e-426e-816d-06cc007bd3ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-165433dd-2c0e-426e-816d-06cc007bd3ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-165433dd-2c0e-426e-816d-06cc007bd3ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-165433dd-2c0e-426e-816d-06cc007bd3ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-165433dd-2c0e-426e-816d-06cc007bd3ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-165433dd-2c0e-426e-816d-06cc007bd3ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1d77d3e4-15f6-4d60-93f0-79df70400acd {
  margin-top: -40px;
margin-left: -10px;
max-width: 90px;
text-align: center;
}







  #s-1d77d3e4-15f6-4d60-93f0-79df70400acd img.shogun-image {
    

    
    
    
  }


#s-1d77d3e4-15f6-4d60-93f0-79df70400acd .shogun-image-content {
  
    align-items: center;
  
}

#s-38a54ce9-84f9-465b-8ec8-88fcb7a77d21 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-38a54ce9-84f9-465b-8ec8-88fcb7a77d21 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-5fed69c2-a013-481f-a9ee-0d2ba4121b5b {
  margin-top: 120px;
margin-left: auto;
margin-right: auto;
padding-left: 70px;
padding-right: 70px;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5fed69c2-a013-481f-a9ee-0d2ba4121b5b {
  margin-top: 30px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-5fed69c2-a013-481f-a9ee-0d2ba4121b5b {
  margin-top: 30px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-9dda9127-3f4f-43a2-9d03-47b98fd272a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 70px;
max-width: 1260px;
}
@media (max-width: 767px){#s-9dda9127-3f4f-43a2-9d03-47b98fd272a4 {
  padding-top: 30px;
}
}







#s-9dda9127-3f4f-43a2-9d03-47b98fd272a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dda9127-3f4f-43a2-9d03-47b98fd272a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb21fb62-60d8-454e-8743-77d1dcc866a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fb21fb62-60d8-454e-8743-77d1dcc866a9 {
  padding-top: 0px;
}
}
#s-fb21fb62-60d8-454e-8743-77d1dcc866a9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



#s-1cea5d14-9db7-4720-9133-6f8198ab89e1 {
  margin-top: 45px;
margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-1cea5d14-9db7-4720-9133-6f8198ab89e1 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-1cea5d14-9db7-4720-9133-6f8198ab89e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cea5d14-9db7-4720-9133-6f8198ab89e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-be6a08ce-91c8-44eb-936e-aec9dfcf418a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-be6a08ce-91c8-44eb-936e-aec9dfcf418a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be6a08ce-91c8-44eb-936e-aec9dfcf418a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be6a08ce-91c8-44eb-936e-aec9dfcf418a {
  
}
}
#s-be6a08ce-91c8-44eb-936e-aec9dfcf418a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-be6a08ce-91c8-44eb-936e-aec9dfcf418a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-be6a08ce-91c8-44eb-936e-aec9dfcf418a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-be6a08ce-91c8-44eb-936e-aec9dfcf418a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-be6a08ce-91c8-44eb-936e-aec9dfcf418a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-be6a08ce-91c8-44eb-936e-aec9dfcf418a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e269fc22-9bb8-4d71-a90e-7745bef33716 {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-e269fc22-9bb8-4d71-a90e-7745bef33716 img.shogun-image {
    

    
    
    
  }


#s-e269fc22-9bb8-4d71-a90e-7745bef33716 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2aada9c-a8d4-4e13-ab1b-1bd12ed3aefa {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-b2aada9c-a8d4-4e13-ab1b-1bd12ed3aefa img.shogun-image {
    

    
    
    
  }


#s-b2aada9c-a8d4-4e13-ab1b-1bd12ed3aefa .shogun-image-content {
  
    align-items: center;
  
}

#s-4ac940a7-f4d5-4995-9184-15f5dd2dfce1 {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-4ac940a7-f4d5-4995-9184-15f5dd2dfce1 img.shogun-image {
    

    
    
    
  }


#s-4ac940a7-f4d5-4995-9184-15f5dd2dfce1 .shogun-image-content {
  
    align-items: center;
  
}

#s-277e6ce7-e5b6-4b59-820b-1032bdd6aed5 {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-277e6ce7-e5b6-4b59-820b-1032bdd6aed5 img.shogun-image {
    

    
    
    
  }


#s-277e6ce7-e5b6-4b59-820b-1032bdd6aed5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3bd812b-9747-4cd2-93ac-51888f372635 {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-f3bd812b-9747-4cd2-93ac-51888f372635 img.shogun-image {
    

    
    
    
  }


#s-f3bd812b-9747-4cd2-93ac-51888f372635 .shogun-image-content {
  
    align-items: center;
  
}

#s-efc476fe-55b2-4e00-9775-8b059ff96429 {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-efc476fe-55b2-4e00-9775-8b059ff96429 img.shogun-image {
    

    
    
    
  }


#s-efc476fe-55b2-4e00-9775-8b059ff96429 .shogun-image-content {
  
    align-items: center;
  
}

#s-67be11e9-8d42-4f20-828c-d7cffafbd58e {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-67be11e9-8d42-4f20-828c-d7cffafbd58e img.shogun-image {
    

    
    
    
  }


#s-67be11e9-8d42-4f20-828c-d7cffafbd58e .shogun-image-content {
  
    align-items: center;
  
}

#s-c402027e-2a42-4735-a364-04fab2f066e6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-c402027e-2a42-4735-a364-04fab2f066e6 img.shogun-image {
    

    
    
    
  }


#s-c402027e-2a42-4735-a364-04fab2f066e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca2b5b4d-80be-47e3-a758-303683f346ab {
  margin-top: -10px;
}

#s-c2024724-514e-47a1-9d97-a4fcfbf96eda {
  margin-top: 0px;
}

#s-81f58af4-f478-4e7c-a096-127f425cf46b {
  box-shadow:0px 5px 9px 0px rgba(0, 0, 0, 0.3);
margin-top: 50px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 25px;
padding-bottom: 12px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 237, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(236, 236, 237, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-81f58af4-f478-4e7c-a096-127f425cf46b:hover {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-81f58af4-f478-4e7c-a096-127f425cf46b:active {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-81f58af4-f478-4e7c-a096-127f425cf46b {
  margin-top: 25px;
text-align: center;
}
}

  #s-81f58af4-f478-4e7c-a096-127f425cf46b-root {
    text-align: left;
  }


#s-81f58af4-f478-4e7c-a096-127f425cf46b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81f58af4-f478-4e7c-a096-127f425cf46b-root {
    text-align: left;
  }


#s-81f58af4-f478-4e7c-a096-127f425cf46b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81f58af4-f478-4e7c-a096-127f425cf46b-root {
    text-align: left;
  }


#s-81f58af4-f478-4e7c-a096-127f425cf46b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81f58af4-f478-4e7c-a096-127f425cf46b-root {
    text-align: left;
  }


#s-81f58af4-f478-4e7c-a096-127f425cf46b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81f58af4-f478-4e7c-a096-127f425cf46b-root {
    text-align: center;
  }


#s-81f58af4-f478-4e7c-a096-127f425cf46b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-ee4ed055-5f85-452b-98bd-9e23bbcc1955 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-ee4ed055-5f85-452b-98bd-9e23bbcc1955 {
  padding-top: 60px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
}
}







#s-ee4ed055-5f85-452b-98bd-9e23bbcc1955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee4ed055-5f85-452b-98bd-9e23bbcc1955.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df24045f-714d-41c7-8d52-70e2f3f6042f {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1260px;
}

@media (min-width: 0px) {
[id="s-df24045f-714d-41c7-8d52-70e2f3f6042f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df24045f-714d-41c7-8d52-70e2f3f6042f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df24045f-714d-41c7-8d52-70e2f3f6042f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df24045f-714d-41c7-8d52-70e2f3f6042f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-48c021b0-b9e6-4bc9-b0d9-2f5a7fe0b2dc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-48c021b0-b9e6-4bc9-b0d9-2f5a7fe0b2dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-3099eb1c-539d-441f-8004-72d76823ce0f {
  margin-top: 80px;
min-height: 50px;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3099eb1c-539d-441f-8004-72d76823ce0f {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-3099eb1c-539d-441f-8004-72d76823ce0f {
  margin-top: 30px;
}
}







#s-3099eb1c-539d-441f-8004-72d76823ce0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3099eb1c-539d-441f-8004-72d76823ce0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5227dee-d74f-4526-9dd4-30f5bfb24535 {
  margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c5227dee-d74f-4526-9dd4-30f5bfb24535 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-937e7834-e783-401a-8edf-76f9a2bc8b2a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-937e7834-e783-401a-8edf-76f9a2bc8b2a img.shogun-image {
    

    
    
    
  }


#s-937e7834-e783-401a-8edf-76f9a2bc8b2a .shogun-image-content {
  
    align-items: center;
  
}

#s-e5dd4f66-892d-422e-b389-87ea2338e79d {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
max-width: 1260px;
text-align: center;
}
@media (max-width: 767px){#s-e5dd4f66-892d-422e-b389-87ea2338e79d {
  display: none;
}
#s-e5dd4f66-892d-422e-b389-87ea2338e79d, #wrap-s-e5dd4f66-892d-422e-b389-87ea2338e79d { display: none !important; }}






  #s-e5dd4f66-892d-422e-b389-87ea2338e79d img.shogun-image {
    

    
    
    
  }


#s-e5dd4f66-892d-422e-b389-87ea2338e79d .shogun-image-content {
  
    align-items: center;
  
}

#s-4df373f0-133a-4201-a7d6-e41c8b31a6f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 1260px;
text-align: center;
}
@media (min-width: 1200px){#s-4df373f0-133a-4201-a7d6-e41c8b31a6f8 {
  display: none;
}
#s-4df373f0-133a-4201-a7d6-e41c8b31a6f8, #wrap-s-4df373f0-133a-4201-a7d6-e41c8b31a6f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4df373f0-133a-4201-a7d6-e41c8b31a6f8 {
  display: none;
}
#s-4df373f0-133a-4201-a7d6-e41c8b31a6f8, #wrap-s-4df373f0-133a-4201-a7d6-e41c8b31a6f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4df373f0-133a-4201-a7d6-e41c8b31a6f8 {
  display: none;
}
#s-4df373f0-133a-4201-a7d6-e41c8b31a6f8, #wrap-s-4df373f0-133a-4201-a7d6-e41c8b31a6f8 { display: none !important; }}






  #s-4df373f0-133a-4201-a7d6-e41c8b31a6f8 img.shogun-image {
    

    
    
    
  }


#s-4df373f0-133a-4201-a7d6-e41c8b31a6f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f254750-7d23-4aa1-a4fd-59fc26ade1f8 {
  padding-top: 70px;
padding-bottom: 70px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3f254750-7d23-4aa1-a4fd-59fc26ade1f8 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f254750-7d23-4aa1-a4fd-59fc26ade1f8 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3f254750-7d23-4aa1-a4fd-59fc26ade1f8 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
}







#s-3f254750-7d23-4aa1-a4fd-59fc26ade1f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f254750-7d23-4aa1-a4fd-59fc26ade1f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2284efc5-0154-4e85-9784-5189201da5f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
max-width: 1260px;
text-align: left;
}
@media (max-width: 767px){#s-2284efc5-0154-4e85-9784-5189201da5f3 {
  display: none;
}
#s-2284efc5-0154-4e85-9784-5189201da5f3, #wrap-s-2284efc5-0154-4e85-9784-5189201da5f3 { display: none !important; }}
#s-2284efc5-0154-4e85-9784-5189201da5f3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-930d93b0-53d3-4b34-a18f-586917d992a1 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 900px;
}
@media (max-width: 767px){#s-930d93b0-53d3-4b34-a18f-586917d992a1 {
  display: none;
}
#s-930d93b0-53d3-4b34-a18f-586917d992a1, #wrap-s-930d93b0-53d3-4b34-a18f-586917d992a1 { display: none !important; }}
#s-930d93b0-53d3-4b34-a18f-586917d992a1 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-930d93b0-53d3-4b34-a18f-586917d992a1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-930d93b0-53d3-4b34-a18f-586917d992a1 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-930d93b0-53d3-4b34-a18f-586917d992a1 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-930d93b0-53d3-4b34-a18f-586917d992a1 td.shogun-table-column, #s-930d93b0-53d3-4b34-a18f-586917d992a1 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-acb5f3b4-f1fc-46bf-b9ad-1ae97fd63a2e {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-acb5f3b4-f1fc-46bf-b9ad-1ae97fd63a2e img.shogun-image {
    

    
    
    
  }


#s-acb5f3b4-f1fc-46bf-b9ad-1ae97fd63a2e .shogun-image-content {
  
    align-items: center;
  
}

#s-225d43ce-9a30-49b0-9c63-2b1029351806 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-225d43ce-9a30-49b0-9c63-2b1029351806 img.shogun-image {
    

    
    
    
  }


#s-225d43ce-9a30-49b0-9c63-2b1029351806 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd89d4fa-4016-463f-974d-6862e2239f60 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-dd89d4fa-4016-463f-974d-6862e2239f60 img.shogun-image {
    

    
    
    
  }


#s-dd89d4fa-4016-463f-974d-6862e2239f60 .shogun-image-content {
  
    align-items: center;
  
}

#s-9206ded0-b9d2-4b8c-b6aa-77aa4fc489a5 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-9206ded0-b9d2-4b8c-b6aa-77aa4fc489a5 img.shogun-image {
    

    
    
    
  }


#s-9206ded0-b9d2-4b8c-b6aa-77aa4fc489a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f79bcfb-3020-4c63-89f4-f315cbdb719b {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-7f79bcfb-3020-4c63-89f4-f315cbdb719b img.shogun-image {
    

    
    
    
  }


#s-7f79bcfb-3020-4c63-89f4-f315cbdb719b .shogun-image-content {
  
    align-items: center;
  
}

#s-a4342e4b-21d9-4781-be71-08063bd4eccf {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-a4342e4b-21d9-4781-be71-08063bd4eccf img.shogun-image {
    

    
    
    
  }


#s-a4342e4b-21d9-4781-be71-08063bd4eccf .shogun-image-content {
  
    align-items: center;
  
}

#s-14706f9e-a91a-41d4-911a-2495622fb1c8 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-14706f9e-a91a-41d4-911a-2495622fb1c8 img.shogun-image {
    

    
    
    
  }


#s-14706f9e-a91a-41d4-911a-2495622fb1c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f49fb299-5884-4daf-a109-5b96da494f1d {
  text-align: center;
}







  #s-f49fb299-5884-4daf-a109-5b96da494f1d img.shogun-image {
    

    
    
    
  }


#s-f49fb299-5884-4daf-a109-5b96da494f1d .shogun-image-content {
  
    align-items: center;
  
}

#s-0a3b5cf2-dc3d-4423-b7d3-a8f58d217dc7 {
  text-align: center;
}







  #s-0a3b5cf2-dc3d-4423-b7d3-a8f58d217dc7 img.shogun-image {
    

    
    
    
  }


#s-0a3b5cf2-dc3d-4423-b7d3-a8f58d217dc7 .shogun-image-content {
  
    align-items: center;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-9b4622a3-6da9-4804-b7a0-de3550334f32 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-9b4622a3-6da9-4804-b7a0-de3550334f32 {
  display: none;
}
#s-9b4622a3-6da9-4804-b7a0-de3550334f32, #wrap-s-9b4622a3-6da9-4804-b7a0-de3550334f32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b4622a3-6da9-4804-b7a0-de3550334f32 {
  display: none;
}
#s-9b4622a3-6da9-4804-b7a0-de3550334f32, #wrap-s-9b4622a3-6da9-4804-b7a0-de3550334f32 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b4622a3-6da9-4804-b7a0-de3550334f32 {
  display: none;
}
#s-9b4622a3-6da9-4804-b7a0-de3550334f32, #wrap-s-9b4622a3-6da9-4804-b7a0-de3550334f32 { display: none !important; }}@media (max-width: 767px){#s-9b4622a3-6da9-4804-b7a0-de3550334f32 {
  margin-bottom: 0px;
}
}
#s-9b4622a3-6da9-4804-b7a0-de3550334f32 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 0);
}

#s-9b4622a3-6da9-4804-b7a0-de3550334f32 .shg-sld-nav-button.shg-sld-left,
#s-9b4622a3-6da9-4804-b7a0-de3550334f32 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 0);
}

#s-a991c3f6-a640-4026-bcaa-7802545b1c34 {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a991c3f6-a640-4026-bcaa-7802545b1c34 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-a991c3f6-a640-4026-bcaa-7802545b1c34 {
  margin-top: 10px;
margin-bottom: 90px;
}
}
#s-a991c3f6-a640-4026-bcaa-7802545b1c34 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a991c3f6-a640-4026-bcaa-7802545b1c34 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a991c3f6-a640-4026-bcaa-7802545b1c34 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a991c3f6-a640-4026-bcaa-7802545b1c34 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-a991c3f6-a640-4026-bcaa-7802545b1c34 td.shogun-table-column, #s-a991c3f6-a640-4026-bcaa-7802545b1c34 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-570d4f0a-6fb9-406a-bcfe-6ae36116ad6c {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-570d4f0a-6fb9-406a-bcfe-6ae36116ad6c img.shogun-image {
    

    
    
    
  }


#s-570d4f0a-6fb9-406a-bcfe-6ae36116ad6c .shogun-image-content {
  
    align-items: center;
  
}

#s-b3ca90b2-3261-4329-bbc4-8479e902dd71 {
  text-align: center;
}







  #s-b3ca90b2-3261-4329-bbc4-8479e902dd71 img.shogun-image {
    

    
    
    
  }


#s-b3ca90b2-3261-4329-bbc4-8479e902dd71 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7c48511-95ed-4c37-bd8c-21be8ea2b43e {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-d7c48511-95ed-4c37-bd8c-21be8ea2b43e img.shogun-image {
    

    
    
    
  }


#s-d7c48511-95ed-4c37-bd8c-21be8ea2b43e .shogun-image-content {
  
    align-items: center;
  
}

#s-5be9e944-0c0a-4cb6-989e-f2a25facd16c {
  padding-top: 0px;
}

#s-5026ab9e-0c92-4278-b418-8f2516fb8689 {
  text-align: center;
}







  #s-5026ab9e-0c92-4278-b418-8f2516fb8689 img.shogun-image {
    

    
    
    
  }


#s-5026ab9e-0c92-4278-b418-8f2516fb8689 .shogun-image-content {
  
    align-items: center;
  
}

#s-875ce81f-39d4-4de8-b6e5-007744a02cf2 {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-875ce81f-39d4-4de8-b6e5-007744a02cf2 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-875ce81f-39d4-4de8-b6e5-007744a02cf2 {
  margin-top: 10px;
margin-bottom: 90px;
}
}
#s-875ce81f-39d4-4de8-b6e5-007744a02cf2 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-875ce81f-39d4-4de8-b6e5-007744a02cf2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-875ce81f-39d4-4de8-b6e5-007744a02cf2 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-875ce81f-39d4-4de8-b6e5-007744a02cf2 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-875ce81f-39d4-4de8-b6e5-007744a02cf2 td.shogun-table-column, #s-875ce81f-39d4-4de8-b6e5-007744a02cf2 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-9f85a6cd-5894-48f9-9728-65006d35ab18 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-9f85a6cd-5894-48f9-9728-65006d35ab18 img.shogun-image {
    

    
    
    
  }


#s-9f85a6cd-5894-48f9-9728-65006d35ab18 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dea6f3c-26fe-4ae2-8ff8-34acb99d5d8d {
  text-align: center;
}







  #s-6dea6f3c-26fe-4ae2-8ff8-34acb99d5d8d img.shogun-image {
    

    
    
    
  }


#s-6dea6f3c-26fe-4ae2-8ff8-34acb99d5d8d .shogun-image-content {
  
    align-items: center;
  
}

#s-6edc0f80-3a9d-44c4-80d2-64e1b77c63d3 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-6edc0f80-3a9d-44c4-80d2-64e1b77c63d3 img.shogun-image {
    

    
    
    
  }


#s-6edc0f80-3a9d-44c4-80d2-64e1b77c63d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-52996087-c61c-4172-8921-3c9de42b4bac {
  padding-top: 0px;
}

#s-b7079611-8b90-46a0-b3b8-d03fcc5d5c13 {
  text-align: center;
}







  #s-b7079611-8b90-46a0-b3b8-d03fcc5d5c13 img.shogun-image {
    

    
    
    
  }


#s-b7079611-8b90-46a0-b3b8-d03fcc5d5c13 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4282491-d530-4619-96e5-81888880be31 {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4282491-d530-4619-96e5-81888880be31 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-d4282491-d530-4619-96e5-81888880be31 {
  margin-top: 10px;
margin-bottom: 90px;
}
}
#s-d4282491-d530-4619-96e5-81888880be31 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d4282491-d530-4619-96e5-81888880be31 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d4282491-d530-4619-96e5-81888880be31 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d4282491-d530-4619-96e5-81888880be31 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-d4282491-d530-4619-96e5-81888880be31 td.shogun-table-column, #s-d4282491-d530-4619-96e5-81888880be31 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-cbdbaa5e-dbb0-43a0-a7df-56ab269b972a {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-cbdbaa5e-dbb0-43a0-a7df-56ab269b972a img.shogun-image {
    

    
    
    
  }


#s-cbdbaa5e-dbb0-43a0-a7df-56ab269b972a .shogun-image-content {
  
    align-items: center;
  
}

#s-fb2bc710-9af2-439e-a265-9b91e88ccfcc {
  text-align: center;
}







  #s-fb2bc710-9af2-439e-a265-9b91e88ccfcc img.shogun-image {
    

    
    
    
  }


#s-fb2bc710-9af2-439e-a265-9b91e88ccfcc .shogun-image-content {
  
    align-items: center;
  
}

#s-0a3a5dab-156b-419a-bbf1-19293a701ee2 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-0a3a5dab-156b-419a-bbf1-19293a701ee2 img.shogun-image {
    

    
    
    
  }


#s-0a3a5dab-156b-419a-bbf1-19293a701ee2 .shogun-image-content {
  
    align-items: center;
  
}

#s-16df5c20-eea1-423f-ad8f-13932d8e5ad0 {
  padding-top: 0px;
}

#s-b16b225a-a580-4d66-961e-92d7c0eea2f7 {
  text-align: center;
}







  #s-b16b225a-a580-4d66-961e-92d7c0eea2f7 img.shogun-image {
    

    
    
    
  }


#s-b16b225a-a580-4d66-961e-92d7c0eea2f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a95f21b0-3147-431f-a070-4bd42700503d {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a95f21b0-3147-431f-a070-4bd42700503d {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-a95f21b0-3147-431f-a070-4bd42700503d {
  margin-top: 10px;
margin-bottom: 90px;
}
}
#s-a95f21b0-3147-431f-a070-4bd42700503d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a95f21b0-3147-431f-a070-4bd42700503d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a95f21b0-3147-431f-a070-4bd42700503d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a95f21b0-3147-431f-a070-4bd42700503d td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-a95f21b0-3147-431f-a070-4bd42700503d td.shogun-table-column, #s-a95f21b0-3147-431f-a070-4bd42700503d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d742ffc2-f707-4e5a-9424-236eecde4e95 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-d742ffc2-f707-4e5a-9424-236eecde4e95 img.shogun-image {
    

    
    
    
  }


#s-d742ffc2-f707-4e5a-9424-236eecde4e95 .shogun-image-content {
  
    align-items: center;
  
}

#s-d85063a0-714e-4619-bc20-f2363f0a08ee {
  text-align: center;
}







  #s-d85063a0-714e-4619-bc20-f2363f0a08ee img.shogun-image {
    

    
    
    
  }


#s-d85063a0-714e-4619-bc20-f2363f0a08ee .shogun-image-content {
  
    align-items: center;
  
}

#s-153c1121-643d-43fc-973a-075fd8a030c7 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-153c1121-643d-43fc-973a-075fd8a030c7 img.shogun-image {
    

    
    
    
  }


#s-153c1121-643d-43fc-973a-075fd8a030c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-86b40135-359f-465e-9a18-3fbc43c544d0 {
  padding-top: 0px;
}

#s-32df5174-bdb1-435c-919f-1fd38d10a9d4 {
  text-align: center;
}







  #s-32df5174-bdb1-435c-919f-1fd38d10a9d4 img.shogun-image {
    

    
    
    
  }


#s-32df5174-bdb1-435c-919f-1fd38d10a9d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-98a3dc1f-ed5d-4dce-9f7b-1a1ed5b3c315 {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-98a3dc1f-ed5d-4dce-9f7b-1a1ed5b3c315 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-98a3dc1f-ed5d-4dce-9f7b-1a1ed5b3c315 {
  margin-top: 10px;
margin-bottom: 90px;
}
}
#s-98a3dc1f-ed5d-4dce-9f7b-1a1ed5b3c315 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-98a3dc1f-ed5d-4dce-9f7b-1a1ed5b3c315 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-98a3dc1f-ed5d-4dce-9f7b-1a1ed5b3c315 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-98a3dc1f-ed5d-4dce-9f7b-1a1ed5b3c315 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-98a3dc1f-ed5d-4dce-9f7b-1a1ed5b3c315 td.shogun-table-column, #s-98a3dc1f-ed5d-4dce-9f7b-1a1ed5b3c315 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-7f511fc4-c4a8-41f1-8bf7-9e39aee19807 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-7f511fc4-c4a8-41f1-8bf7-9e39aee19807 img.shogun-image {
    

    
    
    
  }


#s-7f511fc4-c4a8-41f1-8bf7-9e39aee19807 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9abab1f-9abe-4d4c-884c-0123e99af658 {
  text-align: center;
}







  #s-c9abab1f-9abe-4d4c-884c-0123e99af658 img.shogun-image {
    

    
    
    
  }


#s-c9abab1f-9abe-4d4c-884c-0123e99af658 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b6a5323-72ad-4ea9-b033-e97a77bb69fd {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-7b6a5323-72ad-4ea9-b033-e97a77bb69fd img.shogun-image {
    

    
    
    
  }


#s-7b6a5323-72ad-4ea9-b033-e97a77bb69fd .shogun-image-content {
  
    align-items: center;
  
}

#s-1433522e-1236-4755-927e-bad7a6b0988e {
  padding-top: 0px;
}

#s-64ce96db-578b-45fd-b7f0-19a2dd25131c {
  text-align: center;
}







  #s-64ce96db-578b-45fd-b7f0-19a2dd25131c img.shogun-image {
    

    
    
    
  }


#s-64ce96db-578b-45fd-b7f0-19a2dd25131c .shogun-image-content {
  
    align-items: center;
  
}

#s-f7b7fbdc-322f-437b-9cf0-276d165510cc {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7b7fbdc-322f-437b-9cf0-276d165510cc {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-f7b7fbdc-322f-437b-9cf0-276d165510cc {
  margin-top: 10px;
margin-bottom: 90px;
}
}
#s-f7b7fbdc-322f-437b-9cf0-276d165510cc .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-f7b7fbdc-322f-437b-9cf0-276d165510cc table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f7b7fbdc-322f-437b-9cf0-276d165510cc td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f7b7fbdc-322f-437b-9cf0-276d165510cc td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-f7b7fbdc-322f-437b-9cf0-276d165510cc td.shogun-table-column, #s-f7b7fbdc-322f-437b-9cf0-276d165510cc td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-432bce40-c309-4a78-85de-e45db491d423 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-432bce40-c309-4a78-85de-e45db491d423 img.shogun-image {
    

    
    
    
  }


#s-432bce40-c309-4a78-85de-e45db491d423 .shogun-image-content {
  
    align-items: center;
  
}

#s-904cb159-5211-4a2a-969c-3383946f0f72 {
  text-align: center;
}







  #s-904cb159-5211-4a2a-969c-3383946f0f72 img.shogun-image {
    

    
    
    
  }


#s-904cb159-5211-4a2a-969c-3383946f0f72 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff523a54-3bb0-46a4-b97a-a418998f5018 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-ff523a54-3bb0-46a4-b97a-a418998f5018 img.shogun-image {
    

    
    
    
  }


#s-ff523a54-3bb0-46a4-b97a-a418998f5018 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c35f044-0b68-4b0e-81be-b9a2a17f6581 {
  padding-top: 0px;
}

#s-674377b8-4b42-4877-88c5-f4d7469e0536 {
  text-align: center;
}







  #s-674377b8-4b42-4877-88c5-f4d7469e0536 img.shogun-image {
    

    
    
    
  }


#s-674377b8-4b42-4877-88c5-f4d7469e0536 .shogun-image-content {
  
    align-items: center;
  
}

#s-206b0dfc-df55-486d-a2fc-676ed031038e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-206b0dfc-df55-486d-a2fc-676ed031038e:hover {background-color: rgba(143, 204, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-206b0dfc-df55-486d-a2fc-676ed031038e:active {background-color: rgba(143, 204, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-206b0dfc-df55-486d-a2fc-676ed031038e {
  display: none;
}
#s-206b0dfc-df55-486d-a2fc-676ed031038e, #wrap-s-206b0dfc-df55-486d-a2fc-676ed031038e { display: none !important; }}

  #s-206b0dfc-df55-486d-a2fc-676ed031038e-root {
    text-align: center;
  }


#s-206b0dfc-df55-486d-a2fc-676ed031038e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-206b0dfc-df55-486d-a2fc-676ed031038e-root {
    text-align: center;
  }


#s-206b0dfc-df55-486d-a2fc-676ed031038e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-206b0dfc-df55-486d-a2fc-676ed031038e-root {
    text-align: center;
  }


#s-206b0dfc-df55-486d-a2fc-676ed031038e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-206b0dfc-df55-486d-a2fc-676ed031038e-root {
    text-align: center;
  }


#s-206b0dfc-df55-486d-a2fc-676ed031038e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-206b0dfc-df55-486d-a2fc-676ed031038e-root {
    text-align: center;
  }


#s-206b0dfc-df55-486d-a2fc-676ed031038e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-206b0dfc-df55-486d-a2fc-676ed031038e-root {
    text-align: center;
  }


#s-206b0dfc-df55-486d-a2fc-676ed031038e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-360c5ea6-1469-4465-a4dd-0ee0dfbaaa63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-360c5ea6-1469-4465-a4dd-0ee0dfbaaa63 {
  padding-bottom: 10px;
}
}







#s-360c5ea6-1469-4465-a4dd-0ee0dfbaaa63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-360c5ea6-1469-4465-a4dd-0ee0dfbaaa63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db80ba11-0be1-419a-ae1e-046f2a2fe541 {
  margin-left: auto;
margin-right: auto;
max-width: 1260px;
}

@media (min-width: 0px) {
[id="s-db80ba11-0be1-419a-ae1e-046f2a2fe541"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db80ba11-0be1-419a-ae1e-046f2a2fe541"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db80ba11-0be1-419a-ae1e-046f2a2fe541"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db80ba11-0be1-419a-ae1e-046f2a2fe541"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db80ba11-0be1-419a-ae1e-046f2a2fe541"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db80ba11-0be1-419a-ae1e-046f2a2fe541"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db80ba11-0be1-419a-ae1e-046f2a2fe541"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-47f05de0-93b3-4f84-86ea-fa55fe63c9ce {
  margin-top: 0px;
margin-left: -10px;
max-width: 90px;
text-align: center;
}







  #s-47f05de0-93b3-4f84-86ea-fa55fe63c9ce img.shogun-image {
    

    
    
    
  }


#s-47f05de0-93b3-4f84-86ea-fa55fe63c9ce .shogun-image-content {
  
    align-items: center;
  
}

#s-2bede92a-2b93-4ed6-9533-2a8d169d738a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2bede92a-2b93-4ed6-9533-2a8d169d738a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-a6336a1a-8501-433a-bf5d-22f983b532ae {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a6336a1a-8501-433a-bf5d-22f983b532ae .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-20fe536c-0e13-4970-bf21-13bea1da9391 {
  margin-top: 170px;
margin-left: auto;
margin-right: auto;
padding-left: 70px;
padding-right: 70px;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-20fe536c-0e13-4970-bf21-13bea1da9391 {
  margin-top: 30px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-20fe536c-0e13-4970-bf21-13bea1da9391 {
  margin-top: 30px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-38757945-8665-4401-932e-052520c0afe3 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-38757945-8665-4401-932e-052520c0afe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38757945-8665-4401-932e-052520c0afe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e264738f-8ab6-49de-a3c3-94bdbc3fffc3 {
  margin-top: -50px;
padding-top: 100px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-e264738f-8ab6-49de-a3c3-94bdbc3fffc3 {
  padding-top: 50px;
padding-bottom: 0px;
}
}







#s-e264738f-8ab6-49de-a3c3-94bdbc3fffc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e264738f-8ab6-49de-a3c3-94bdbc3fffc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c96c34c2-1544-406d-a22e-7084093cc435 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
max-width: 1260px;
}
@media (max-width: 767px){#s-c96c34c2-1544-406d-a22e-7084093cc435 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
@media (min-width: 0px) {
[id="s-c96c34c2-1544-406d-a22e-7084093cc435"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c96c34c2-1544-406d-a22e-7084093cc435"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 70.0px);
}

}

@media (min-width: 992px) {
[id="s-c96c34c2-1544-406d-a22e-7084093cc435"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 70.0px);
}

}

@media (min-width: 1200px) {
[id="s-c96c34c2-1544-406d-a22e-7084093cc435"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 70.0px);
}

}

#s-1f2644e1-bc8c-46a6-8930-cbc56165aaf1 {
  margin-left: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 450px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1f2644e1-bc8c-46a6-8930-cbc56165aaf1 {
  margin-left: auto;
margin-right: auto;
}
}







#s-1f2644e1-bc8c-46a6-8930-cbc56165aaf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f2644e1-bc8c-46a6-8930-cbc56165aaf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99fe38a7-902c-437d-8097-9596a11ecbc0 {
  text-align: center;
}







  #s-99fe38a7-902c-437d-8097-9596a11ecbc0 img.shogun-image {
    

    
    
    
  }


#s-99fe38a7-902c-437d-8097-9596a11ecbc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-70bdcec1-f709-4efd-93a0-506c10effcf8 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-1494fa0a-9345-4dba-be21-65fc46f88f36 {
  margin-left: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 450px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1494fa0a-9345-4dba-be21-65fc46f88f36 {
  margin-left: auto;
margin-right: auto;
}
}







#s-1494fa0a-9345-4dba-be21-65fc46f88f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1494fa0a-9345-4dba-be21-65fc46f88f36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acfda8ed-b173-4e38-8ac7-6c232c4fcb45 {
  text-align: center;
}







  #s-acfda8ed-b173-4e38-8ac7-6c232c4fcb45 img.shogun-image {
    

    
    
    
  }


#s-acfda8ed-b173-4e38-8ac7-6c232c4fcb45 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4b4e17f-e918-4796-b29f-3a29a523bc2d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-c9902805-360e-49df-bb58-b6c8e4412867 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 800px;
}
@media (max-width: 767px){#s-c9902805-360e-49df-bb58-b6c8e4412867 {
  padding-top: 20px;
padding-bottom: 50px;
}
}







#s-c9902805-360e-49df-bb58-b6c8e4412867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9902805-360e-49df-bb58-b6c8e4412867.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94845f6c-ce12-4a22-9f6f-e17b6384f3d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94845f6c-ce12-4a22-9f6f-e17b6384f3d9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6229672c-631b-4332-a1be-2a6986768a12 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-26068d54-fd9e-4176-ab70-ec435e77e58f {
  margin-top: 1px;
margin-bottom: 1px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-26068d54-fd9e-4176-ab70-ec435e77e58f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26068d54-fd9e-4176-ab70-ec435e77e58f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64c30811-7122-4576-90a0-2891ed50722d {
  padding-top: 40px;
padding-bottom: 0px;
text-align: center;
}

#s-64c30811-7122-4576-90a0-2891ed50722d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7e76762d-711a-44cf-a6f1-6b810d63e07c {
  max-width: 900px;
text-align: left;
}
@media (max-width: 767px){#s-7e76762d-711a-44cf-a6f1-6b810d63e07c {
  display: none;
}
#s-7e76762d-711a-44cf-a6f1-6b810d63e07c, #wrap-s-7e76762d-711a-44cf-a6f1-6b810d63e07c { display: none !important; }}






  #s-7e76762d-711a-44cf-a6f1-6b810d63e07c img.shogun-image {
    

    
    
    
  }


#s-7e76762d-711a-44cf-a6f1-6b810d63e07c .shogun-image-content {
  
    align-items: center;
  
}

#s-22e253e7-f65f-4801-8f08-efcea0efbfdc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-22e253e7-f65f-4801-8f08-efcea0efbfdc {
  display: none;
}
#s-22e253e7-f65f-4801-8f08-efcea0efbfdc, #wrap-s-22e253e7-f65f-4801-8f08-efcea0efbfdc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22e253e7-f65f-4801-8f08-efcea0efbfdc {
  display: none;
}
#s-22e253e7-f65f-4801-8f08-efcea0efbfdc, #wrap-s-22e253e7-f65f-4801-8f08-efcea0efbfdc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22e253e7-f65f-4801-8f08-efcea0efbfdc {
  display: none;
}
#s-22e253e7-f65f-4801-8f08-efcea0efbfdc, #wrap-s-22e253e7-f65f-4801-8f08-efcea0efbfdc { display: none !important; }}






  #s-22e253e7-f65f-4801-8f08-efcea0efbfdc img.shogun-image {
    

    
    
    
  }


#s-22e253e7-f65f-4801-8f08-efcea0efbfdc .shogun-image-content {
  
    align-items: center;
  
}

#s-55257c4e-6a6b-463e-95e5-6e0ea682ebbc {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 800px;
}








#s-55257c4e-6a6b-463e-95e5-6e0ea682ebbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55257c4e-6a6b-463e-95e5-6e0ea682ebbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2489d673-467b-4446-888f-bfdc4b78044b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2489d673-467b-4446-888f-bfdc4b78044b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ce318c63-9e39-4bd3-8ede-ea69f80d4071 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-9aba912f-0eb7-4be4-9b03-3b34b8b36a01 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 100px;
min-height: 50px;
}
@media (max-width: 767px){#s-9aba912f-0eb7-4be4-9b03-3b34b8b36a01 {
  padding-top: 0px;
}
}







#s-9aba912f-0eb7-4be4-9b03-3b34b8b36a01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aba912f-0eb7-4be4-9b03-3b34b8b36a01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dedaf5da-d014-4bbf-91e8-5de9c8451393 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1024px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dedaf5da-d014-4bbf-91e8-5de9c8451393 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-dedaf5da-d014-4bbf-91e8-5de9c8451393 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-dedaf5da-d014-4bbf-91e8-5de9c8451393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dedaf5da-d014-4bbf-91e8-5de9c8451393.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87f1a3cb-9417-4612-a881-4414c311431d {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-87f1a3cb-9417-4612-a881-4414c311431d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87f1a3cb-9417-4612-a881-4414c311431d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-87f1a3cb-9417-4612-a881-4414c311431d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-87f1a3cb-9417-4612-a881-4414c311431d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-87f1a3cb-9417-4612-a881-4414c311431d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-87f1a3cb-9417-4612-a881-4414c311431d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-87f1a3cb-9417-4612-a881-4414c311431d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-fc616252-d4d4-44b3-ad96-9040a166fb01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fc616252-d4d4-44b3-ad96-9040a166fb01 {
  padding-top: 0px;
}
}
#s-fc616252-d4d4-44b3-ad96-9040a166fb01 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



#s-fa72631f-1491-418d-9dce-47603a7b6def {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-fa72631f-1491-418d-9dce-47603a7b6def {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa72631f-1491-418d-9dce-47603a7b6def {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa72631f-1491-418d-9dce-47603a7b6def {
  display: none;
}
#s-fa72631f-1491-418d-9dce-47603a7b6def, #wrap-s-fa72631f-1491-418d-9dce-47603a7b6def { display: none !important; }}@media (max-width: 767px){#s-fa72631f-1491-418d-9dce-47603a7b6def {
  display: none;
}
#s-fa72631f-1491-418d-9dce-47603a7b6def, #wrap-s-fa72631f-1491-418d-9dce-47603a7b6def { display: none !important; }}







#s-fa72631f-1491-418d-9dce-47603a7b6def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa72631f-1491-418d-9dce-47603a7b6def.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a9b2faa-8030-44c2-ab47-2f52b846aaad {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 150px;
text-align: center;
}







  #s-1a9b2faa-8030-44c2-ab47-2f52b846aaad img.shogun-image {
    

    
    
    
  }


#s-1a9b2faa-8030-44c2-ab47-2f52b846aaad .shogun-image-content {
  
    align-items: center;
  
}

#s-15ed6a03-6efb-4b97-971a-9d4b1dc29092 {
  max-width: 150px;
text-align: center;
}







  #s-15ed6a03-6efb-4b97-971a-9d4b1dc29092 img.shogun-image {
    

    
    
    
  }


#s-15ed6a03-6efb-4b97-971a-9d4b1dc29092 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebd951b9-7887-4934-9009-807f13b23d97 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ebd951b9-7887-4934-9009-807f13b23d97 {
  display: none;
}
#s-ebd951b9-7887-4934-9009-807f13b23d97, #wrap-s-ebd951b9-7887-4934-9009-807f13b23d97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebd951b9-7887-4934-9009-807f13b23d97 {
  display: none;
}
#s-ebd951b9-7887-4934-9009-807f13b23d97, #wrap-s-ebd951b9-7887-4934-9009-807f13b23d97 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebd951b9-7887-4934-9009-807f13b23d97 {
  
}
}@media (max-width: 767px){#s-ebd951b9-7887-4934-9009-807f13b23d97 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-ebd951b9-7887-4934-9009-807f13b23d97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebd951b9-7887-4934-9009-807f13b23d97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0ae37fd-3554-40f8-8cad-a2173b8cc1a7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 150px;
text-align: center;
}







  #s-c0ae37fd-3554-40f8-8cad-a2173b8cc1a7 img.shogun-image {
    

    
    
    
  }


#s-c0ae37fd-3554-40f8-8cad-a2173b8cc1a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1199bd9d-ff0a-4e6c-aea6-2df79b4d4ca5 {
  max-width: 150px;
text-align: center;
}







  #s-1199bd9d-ff0a-4e6c-aea6-2df79b4d4ca5 img.shogun-image {
    

    
    
    
  }


#s-1199bd9d-ff0a-4e6c-aea6-2df79b4d4ca5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d92c14bb-11e7-4beb-a0f3-5730874a91c3 {
  box-shadow:0px 0px 60px 0px rgba(0, 0, 0, 0.16);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 90px;
padding-bottom: 50px;
padding-right: 90px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 50px;
max-width: 1260px;
background-position: right bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-d92c14bb-11e7-4beb-a0f3-5730874a91c3 {
  margin-top: 0px;
margin-left: 35px;
margin-right: 35px;
padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-d92c14bb-11e7-4beb-a0f3-5730874a91c3 {
  margin-left: 20px;
margin-right: 19px;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
border-radius: 15px;
}
}







#s-d92c14bb-11e7-4beb-a0f3-5730874a91c3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d92c14bb-11e7-4beb-a0f3-5730874a91c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4b5e005-20b4-4e28-9be4-3c21ae3a5aee {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4b5e005-20b4-4e28-9be4-3c21ae3a5aee {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-e4b5e005-20b4-4e28-9be4-3c21ae3a5aee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4b5e005-20b4-4e28-9be4-3c21ae3a5aee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-e4b5e005-20b4-4e28-9be4-3c21ae3a5aee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-e4b5e005-20b4-4e28-9be4-3c21ae3a5aee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-e4b5e005-20b4-4e28-9be4-3c21ae3a5aee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4b5e005-20b4-4e28-9be4-3c21ae3a5aee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-e4b5e005-20b4-4e28-9be4-3c21ae3a5aee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-07ad0b3e-c340-405b-9a72-78e2809ce9d3 {
  text-align: left;
}

#s-07ad0b3e-c340-405b-9a72-78e2809ce9d3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



#s-3674bb91-c08b-4775-b06b-3b9f7b999259 {
  margin-top: 70px;
margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3674bb91-c08b-4775-b06b-3b9f7b999259 {
  margin-top: 30px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-3674bb91-c08b-4775-b06b-3b9f7b999259 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-3674bb91-c08b-4775-b06b-3b9f7b999259"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3674bb91-c08b-4775-b06b-3b9f7b999259"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-3674bb91-c08b-4775-b06b-3b9f7b999259"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-3674bb91-c08b-4775-b06b-3b9f7b999259"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-cf64b7b6-091b-49d2-a136-c2681531b73d {
  margin-left: -15px;
margin-right: -15px;
max-width: 85px;
text-align: left;
}







  #s-cf64b7b6-091b-49d2-a136-c2681531b73d img.shogun-image {
    

    
    
    
  }


#s-cf64b7b6-091b-49d2-a136-c2681531b73d .shogun-image-content {
  
    align-items: center;
  
}

#s-44738960-8a5c-4df2-bd3d-67cd56a5bf4d {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-44738960-8a5c-4df2-bd3d-67cd56a5bf4d {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-44738960-8a5c-4df2-bd3d-67cd56a5bf4d {
  margin-bottom: 20px;
}
}
#s-2f7fecb3-ceaf-47be-a02d-db3e4f863179 {
  margin-left: -15px;
max-width: 85px;
text-align: left;
}







  #s-2f7fecb3-ceaf-47be-a02d-db3e4f863179 img.shogun-image {
    

    
    
    
  }


#s-2f7fecb3-ceaf-47be-a02d-db3e4f863179 .shogun-image-content {
  
    align-items: center;
  
}

#s-7188d515-435d-4276-98c6-76c6f3701065 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-7188d515-435d-4276-98c6-76c6f3701065 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-7188d515-435d-4276-98c6-76c6f3701065 {
  margin-bottom: 20px;
}
}
#s-418ca4bc-e1b9-41c8-9983-52e1f2564a88 {
  margin-left: -15px;
max-width: 85px;
text-align: left;
}







  #s-418ca4bc-e1b9-41c8-9983-52e1f2564a88 img.shogun-image {
    

    
    
    
  }


#s-418ca4bc-e1b9-41c8-9983-52e1f2564a88 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcf5511a-3d38-4915-aa4c-861f6afdef39 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}

#s-42fb4966-218c-46b5-8432-cd5aad14b40a {
  box-shadow:0px 5px 9px 0px rgba(0, 0, 0, 0.3);
margin-top: 0px;
margin-bottom: 50px;
padding-top: 12px;
padding-left: 25px;
padding-bottom: 12px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 237, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(236, 236, 237, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-42fb4966-218c-46b5-8432-cd5aad14b40a:hover {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-42fb4966-218c-46b5-8432-cd5aad14b40a:active {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-42fb4966-218c-46b5-8432-cd5aad14b40a {
  margin-bottom: 0px;
}
}

  #s-42fb4966-218c-46b5-8432-cd5aad14b40a-root {
    text-align: center;
  }


#s-42fb4966-218c-46b5-8432-cd5aad14b40a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42fb4966-218c-46b5-8432-cd5aad14b40a-root {
    text-align: center;
  }


#s-42fb4966-218c-46b5-8432-cd5aad14b40a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42fb4966-218c-46b5-8432-cd5aad14b40a-root {
    text-align: center;
  }


#s-42fb4966-218c-46b5-8432-cd5aad14b40a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42fb4966-218c-46b5-8432-cd5aad14b40a-root {
    text-align: center;
  }


#s-42fb4966-218c-46b5-8432-cd5aad14b40a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42fb4966-218c-46b5-8432-cd5aad14b40a-root {
    text-align: center;
  }


#s-42fb4966-218c-46b5-8432-cd5aad14b40a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-360d142a-1d5e-4ce6-ae60-9682b69da375 {
  padding-top: 90px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}
@media (max-width: 767px){#s-360d142a-1d5e-4ce6-ae60-9682b69da375 {
  padding-top: 39px;
padding-bottom: 40px;
}
}







#s-360d142a-1d5e-4ce6-ae60-9682b69da375 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-360d142a-1d5e-4ce6-ae60-9682b69da375.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ee3ab1f-34f5-4d3c-9703-087f76afbbc3 {
  max-width: 80%;
text-align: center;
}
@media (max-width: 767px){#s-9ee3ab1f-34f5-4d3c-9703-087f76afbbc3 {
  display: none;
}
#s-9ee3ab1f-34f5-4d3c-9703-087f76afbbc3, #wrap-s-9ee3ab1f-34f5-4d3c-9703-087f76afbbc3 { display: none !important; }}






  #s-9ee3ab1f-34f5-4d3c-9703-087f76afbbc3 img.shogun-image {
    

    
    
    
  }


#s-9ee3ab1f-34f5-4d3c-9703-087f76afbbc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56 {
  text-align: center;
}
@media (min-width: 1200px){#s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56 {
  display: none;
}
#s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56, #wrap-s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56 {
  display: none;
}
#s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56, #wrap-s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56 {
  display: none;
}
#s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56, #wrap-s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56 { display: none !important; }}






  #s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56 img.shogun-image {
    

    
    
    
  }


#s-0cc4e85d-203a-4849-9aaf-4c2e12a22d56 .shogun-image-content {
  
    align-items: center;
  
}

#s-4641f64e-bd18-4d28-8e83-f44e360b202d {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1260px;
}
@media (max-width: 767px){#s-4641f64e-bd18-4d28-8e83-f44e360b202d {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-4641f64e-bd18-4d28-8e83-f44e360b202d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4641f64e-bd18-4d28-8e83-f44e360b202d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 992px) {
[id="s-4641f64e-bd18-4d28-8e83-f44e360b202d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 1200px) {
[id="s-4641f64e-bd18-4d28-8e83-f44e360b202d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

#s-227d39cd-1a53-489f-bb59-5717b46bbd72 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-227d39cd-1a53-489f-bb59-5717b46bbd72 {
  padding-top: 0px;
}
}







#s-227d39cd-1a53-489f-bb59-5717b46bbd72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-227d39cd-1a53-489f-bb59-5717b46bbd72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2b9cdcf-bcf9-4f25-bef6-5aafa1cc8165 {
  margin-left: -15px;
max-width: 85px;
text-align: left;
}







  #s-c2b9cdcf-bcf9-4f25-bef6-5aafa1cc8165 img.shogun-image {
    

    
    
    
  }


#s-c2b9cdcf-bcf9-4f25-bef6-5aafa1cc8165 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a6c4148-c0fc-47ed-a3a8-7121b82049a3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3a6c4148-c0fc-47ed-a3a8-7121b82049a3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-b0f07062-3b25-40c9-9095-fb5e809de393 {
  margin-bottom: 0px;
}

#s-e14f3986-3168-4152-9967-ff15da2a163e {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-e14f3986-3168-4152-9967-ff15da2a163e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e14f3986-3168-4152-9967-ff15da2a163e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e8d88e2-6e6e-4ae6-b6a7-dbb3f3e2f856 {
  margin-left: -15px;
max-width: 85px;
text-align: left;
}







  #s-9e8d88e2-6e6e-4ae6-b6a7-dbb3f3e2f856 img.shogun-image {
    

    
    
    
  }


#s-9e8d88e2-6e6e-4ae6-b6a7-dbb3f3e2f856 .shogun-image-content {
  
    align-items: center;
  
}

#s-f29d45dc-8975-474e-b108-3edf035f2e74 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f29d45dc-8975-474e-b108-3edf035f2e74 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-56210c44-aabe-4268-909c-efde186e999d {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-56210c44-aabe-4268-909c-efde186e999d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56210c44-aabe-4268-909c-efde186e999d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5fd745d-addf-406c-b76e-7489ec849639 {
  margin-left: -10px;
margin-right: 0px;
max-width: 85px;
text-align: left;
}







  #s-c5fd745d-addf-406c-b76e-7489ec849639 img.shogun-image {
    

    
    
    
  }


#s-c5fd745d-addf-406c-b76e-7489ec849639 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac8bf276-79ad-4318-bab1-055de3dd4eca {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ac8bf276-79ad-4318-bab1-055de3dd4eca .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8085a768-bd89-4fd8-b3a2-fe0583c35134 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-8085a768-bd89-4fd8-b3a2-fe0583c35134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8085a768-bd89-4fd8-b3a2-fe0583c35134.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c83e2c28-2dfe-4aaf-948d-ecd02b56d8c0 {
  margin-left: auto;
margin-right: auto;
max-width: 1260px;
}

@media (min-width: 0px) {
[id="s-c83e2c28-2dfe-4aaf-948d-ecd02b56d8c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c83e2c28-2dfe-4aaf-948d-ecd02b56d8c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c83e2c28-2dfe-4aaf-948d-ecd02b56d8c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c83e2c28-2dfe-4aaf-948d-ecd02b56d8c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc8d61af-d8da-4453-9c50-8e8610deca8e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fc8d61af-d8da-4453-9c50-8e8610deca8e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-43bef6dc-fe16-4f1b-8d2a-c80423ef3344 {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-43bef6dc-fe16-4f1b-8d2a-c80423ef3344 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-01aedc77-6a3d-4613-a459-40447aaa85fe {
  padding-bottom: 10px;
min-height: 50px;
max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01aedc77-6a3d-4613-a459-40447aaa85fe {
  max-width: 100%;
}
}







#s-01aedc77-6a3d-4613-a459-40447aaa85fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01aedc77-6a3d-4613-a459-40447aaa85fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88ec3d79-9a08-4183-ba07-e77a24a73972 {
  margin-top: auto;
margin-bottom: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-88ec3d79-9a08-4183-ba07-e77a24a73972 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}@media (max-width: 767px){#s-88ec3d79-9a08-4183-ba07-e77a24a73972 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 80%;
}
}






  #s-88ec3d79-9a08-4183-ba07-e77a24a73972 img.shogun-image {
    

    
    
    
  }


#s-88ec3d79-9a08-4183-ba07-e77a24a73972 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6b98940-fe7a-48d7-8fcc-fab6c1dedeb5 {
  margin-bottom: 30px;
}
@media (max-width: 767px){#s-a6b98940-fe7a-48d7-8fcc-fab6c1dedeb5 {
  display: none;
}
#s-a6b98940-fe7a-48d7-8fcc-fab6c1dedeb5, #wrap-s-a6b98940-fe7a-48d7-8fcc-fab6c1dedeb5 { display: none !important; }}
@media (max-width: 767px){#s-c8514e7f-6e27-4c85-b660-37892edf5e04 {
  margin-bottom: 10px;
}
}
#s-6b0e9d2b-2099-4ff1-9101-09181d42f1d4 {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-6b0e9d2b-2099-4ff1-9101-09181d42f1d4 {
  display: none;
}
#s-6b0e9d2b-2099-4ff1-9101-09181d42f1d4, #wrap-s-6b0e9d2b-2099-4ff1-9101-09181d42f1d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b0e9d2b-2099-4ff1-9101-09181d42f1d4 {
  display: none;
}
#s-6b0e9d2b-2099-4ff1-9101-09181d42f1d4, #wrap-s-6b0e9d2b-2099-4ff1-9101-09181d42f1d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b0e9d2b-2099-4ff1-9101-09181d42f1d4 {
  display: none;
}
#s-6b0e9d2b-2099-4ff1-9101-09181d42f1d4, #wrap-s-6b0e9d2b-2099-4ff1-9101-09181d42f1d4 { display: none !important; }}@media (max-width: 767px){#s-6b0e9d2b-2099-4ff1-9101-09181d42f1d4 {
  margin-bottom: 0px;
}
}
#s-d236c6f8-9f0e-41d5-96df-c1d7a371f0c4 {
  padding-top: 45px;
padding-bottom: 45px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d236c6f8-9f0e-41d5-96df-c1d7a371f0c4 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d236c6f8-9f0e-41d5-96df-c1d7a371f0c4 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d236c6f8-9f0e-41d5-96df-c1d7a371f0c4 {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}







#s-d236c6f8-9f0e-41d5-96df-c1d7a371f0c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d236c6f8-9f0e-41d5-96df-c1d7a371f0c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1679aca5-d061-4080-9c3e-674b6c826ea8 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 130px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-1679aca5-d061-4080-9c3e-674b6c826ea8 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-1679aca5-d061-4080-9c3e-674b6c826ea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1679aca5-d061-4080-9c3e-674b6c826ea8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16b08313-d03b-4e05-b395-29fdd2685422 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-16b08313-d03b-4e05-b395-29fdd2685422 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b4a6a18f-3fc4-43e8-af15-2c986c78fb4b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4a6a18f-3fc4-43e8-af15-2c986c78fb4b {
  margin-bottom: 25px;
}
}@media (max-width: 767px){#s-b4a6a18f-3fc4-43e8-af15-2c986c78fb4b {
  margin-bottom: 50px;
padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-b4a6a18f-3fc4-43e8-af15-2c986c78fb4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4a6a18f-3fc4-43e8-af15-2c986c78fb4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-b4a6a18f-3fc4-43e8-af15-2c986c78fb4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4a6a18f-3fc4-43e8-af15-2c986c78fb4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-71d5bb74-cd69-4a4a-9993-426c765d33ea {
  margin-top: -100px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 70px;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-71d5bb74-cd69-4a4a-9993-426c765d33ea {
  margin-top: -85px;
max-width: 170px;
}
}






  #s-71d5bb74-cd69-4a4a-9993-426c765d33ea img.shogun-image {
    

    
    
    
  }


#s-71d5bb74-cd69-4a4a-9993-426c765d33ea .shogun-image-content {
  
    align-items: center;
  
}

#s-d4cd54d1-1019-47d2-ab4e-f10db6502e49 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-d4cd54d1-1019-47d2-ab4e-f10db6502e49 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-0e23c8d9-ae26-470a-b037-afe8711d69ec {
  margin-top: 15px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e23c8d9-ae26-470a-b037-afe8711d69ec {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-0e23c8d9-ae26-470a-b037-afe8711d69ec {
  margin-bottom: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-4ef5dc0b-06b2-40dd-8f36-59efb32c33e0 {
  margin-top: -100px;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 70px;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-4ef5dc0b-06b2-40dd-8f36-59efb32c33e0 {
  margin-top: -85px;
max-width: 170px;
}
}






  #s-4ef5dc0b-06b2-40dd-8f36-59efb32c33e0 img.shogun-image {
    

    
    
    
  }


#s-4ef5dc0b-06b2-40dd-8f36-59efb32c33e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4990ffdd-2542-463a-93ab-32563d4a5933 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-4990ffdd-2542-463a-93ab-32563d4a5933 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-f655dd58-6d40-4094-95dc-11a8db16ff55 {
  margin-top: 15px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-f655dd58-6d40-4094-95dc-11a8db16ff55 {
  margin-bottom: 10px;
padding-left: 20px;
padding-bottom: 19px;
padding-right: 20px;
}
}
#s-e47cf379-ade0-4171-bd88-fdc89652e1da {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 200px;
padding-bottom: 200px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-e47cf379-ade0-4171-bd88-fdc89652e1da {
  display: none;
}
#s-e47cf379-ade0-4171-bd88-fdc89652e1da, #wrap-s-e47cf379-ade0-4171-bd88-fdc89652e1da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e47cf379-ade0-4171-bd88-fdc89652e1da {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-e47cf379-ade0-4171-bd88-fdc89652e1da, #wrap-s-e47cf379-ade0-4171-bd88-fdc89652e1da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e47cf379-ade0-4171-bd88-fdc89652e1da {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-e47cf379-ade0-4171-bd88-fdc89652e1da, #wrap-s-e47cf379-ade0-4171-bd88-fdc89652e1da { display: none !important; }}@media (max-width: 767px){#s-e47cf379-ade0-4171-bd88-fdc89652e1da {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-e47cf379-ade0-4171-bd88-fdc89652e1da, #wrap-s-e47cf379-ade0-4171-bd88-fdc89652e1da { display: none !important; }}







#s-e47cf379-ade0-4171-bd88-fdc89652e1da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e47cf379-ade0-4171-bd88-fdc89652e1da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8034d5de-a741-4bc6-ba1f-343303d101c5 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1260px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8034d5de-a741-4bc6-ba1f-343303d101c5 {
  display: none;
}
#s-8034d5de-a741-4bc6-ba1f-343303d101c5, #wrap-s-8034d5de-a741-4bc6-ba1f-343303d101c5 { display: none !important; }}@media (max-width: 767px){#s-8034d5de-a741-4bc6-ba1f-343303d101c5 {
  display: none;
}
#s-8034d5de-a741-4bc6-ba1f-343303d101c5, #wrap-s-8034d5de-a741-4bc6-ba1f-343303d101c5 { display: none !important; }}






  #s-8034d5de-a741-4bc6-ba1f-343303d101c5 img.shogun-image {
    

    
    
    
  }


#s-8034d5de-a741-4bc6-ba1f-343303d101c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e {
  text-align: center;
}
@media (min-width: 1200px){#s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e {
  display: none;
}
#s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e, #wrap-s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e {
  display: none;
}
#s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e, #wrap-s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e {
  
}
}@media (max-width: 767px){#s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e {
  display: none;
}
#s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e, #wrap-s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e { display: none !important; }}






  #s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e img.shogun-image {
    

    
    
    
  }


#s-36c9b896-cd01-429e-a03a-7dd9f1e7c27e .shogun-image-content {
  
    align-items: center;
  
}

#s-1b70266d-6283-44b0-a7fa-db570ecf1c3e {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1180px;
text-align: center;
}
@media (max-width: 767px){#s-1b70266d-6283-44b0-a7fa-db570ecf1c3e {
  margin-top: 20px;
display: none;
}
#s-1b70266d-6283-44b0-a7fa-db570ecf1c3e, #wrap-s-1b70266d-6283-44b0-a7fa-db570ecf1c3e { display: none !important; }}






  #s-1b70266d-6283-44b0-a7fa-db570ecf1c3e img.shogun-image {
    

    
    
    
  }


#s-1b70266d-6283-44b0-a7fa-db570ecf1c3e .shogun-image-content {
  
    align-items: center;
  
}

#s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1180px;
text-align: center;
}
@media (min-width: 1200px){#s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d {
  display: none;
}
#s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d, #wrap-s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d {
  display: none;
}
#s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d, #wrap-s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d {
  display: none;
}
#s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d, #wrap-s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d { display: none !important; }}@media (max-width: 767px){#s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d {
  margin-top: 20px;
}
}






  #s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d img.shogun-image {
    

    
    
    
  }


#s-41f056c9-b1b9-44d6-8a1e-ee2bcd3e249d .shogun-image-content {
  
    align-items: center;
  
}

#s-dfa52825-43e3-4556-864a-20434b26d664 {
  padding-top: 100px;
min-height: 50px;
}
@media (max-width: 767px){#s-dfa52825-43e3-4556-864a-20434b26d664 {
  padding-top: 80px;
}
}







#s-dfa52825-43e3-4556-864a-20434b26d664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfa52825-43e3-4556-864a-20434b26d664.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a405cea-cb97-4331-a2f9-4afeb08ce789 {
  margin-bottom: 30px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-3a405cea-cb97-4331-a2f9-4afeb08ce789 {
  margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-3a405cea-cb97-4331-a2f9-4afeb08ce789"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3a405cea-cb97-4331-a2f9-4afeb08ce789"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a405cea-cb97-4331-a2f9-4afeb08ce789"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a405cea-cb97-4331-a2f9-4afeb08ce789"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-15e470dd-79b6-4411-8116-a55209f06479 {
  text-align: center;
}







  #s-15e470dd-79b6-4411-8116-a55209f06479 img.shogun-image {
    

    
    
    
  }


#s-15e470dd-79b6-4411-8116-a55209f06479 .shogun-image-content {
  
    align-items: center;
  
}

#s-eaba6a8d-e214-468b-bf29-bf5ff29f2e8a {
  text-align: center;
}







  #s-eaba6a8d-e214-468b-bf29-bf5ff29f2e8a img.shogun-image {
    

    
    
    
  }


#s-eaba6a8d-e214-468b-bf29-bf5ff29f2e8a .shogun-image-content {
  
    align-items: center;
  
}

#s-1fdbe02c-a7e1-4d7c-809e-8faacaf04646 {
  text-align: center;
}







  #s-1fdbe02c-a7e1-4d7c-809e-8faacaf04646 img.shogun-image {
    

    
    
    
  }


#s-1fdbe02c-a7e1-4d7c-809e-8faacaf04646 .shogun-image-content {
  
    align-items: center;
  
}

#s-5305aecc-b506-4ae2-a3f6-9c9d3ea72975 {
  text-align: center;
}







  #s-5305aecc-b506-4ae2-a3f6-9c9d3ea72975 img.shogun-image {
    

    
    
    
  }


#s-5305aecc-b506-4ae2-a3f6-9c9d3ea72975 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6d1e43c-9fd6-411a-b1c4-72bf200eaa74 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}








#s-d6d1e43c-9fd6-411a-b1c4-72bf200eaa74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6d1e43c-9fd6-411a-b1c4-72bf200eaa74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb413598-23c1-4ef1-b552-26c54efe3069 {
  text-align: left;
}

#s-f70d1c5b-d22a-47c5-b736-62a620921df9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f70d1c5b-d22a-47c5-b736-62a620921df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f70d1c5b-d22a-47c5-b736-62a620921df9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-461faf78-219e-4d30-b14e-019d1cd0dc35 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-461faf78-219e-4d30-b14e-019d1cd0dc35 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-9b21721f-a6eb-4ece-b860-1566124a022d {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}

#s-4f8547e5-d568-492f-9554-1917c18d4b00 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-4f8547e5-d568-492f-9554-1917c18d4b00 {
  padding-bottom: 0px;
}
}







#s-4f8547e5-d568-492f-9554-1917c18d4b00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f8547e5-d568-492f-9554-1917c18d4b00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92973b14-3503-4937-8241-b66e722c4b7b {
  margin-top: 60px;
}
@media (min-width: 1200px){#s-92973b14-3503-4937-8241-b66e722c4b7b {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-92973b14-3503-4937-8241-b66e722c4b7b {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-92973b14-3503-4937-8241-b66e722c4b7b {
  margin-top: 20px;
}
}
#s-d3c843c2-1b39-4e0a-ac88-75c4564ab86a {
  margin-top: 45px;
margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
max-width: 1024px;
}

#s-d3c843c2-1b39-4e0a-ac88-75c4564ab86a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d3c843c2-1b39-4e0a-ac88-75c4564ab86a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-d3c843c2-1b39-4e0a-ac88-75c4564ab86a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d3c843c2-1b39-4e0a-ac88-75c4564ab86a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d3c843c2-1b39-4e0a-ac88-75c4564ab86a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d3c843c2-1b39-4e0a-ac88-75c4564ab86a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-61a754bb-736c-47a4-aa50-90bc1f27b62d {
  text-align: center;
}







  #s-61a754bb-736c-47a4-aa50-90bc1f27b62d img.shogun-image {
    

    
    
    
  }


#s-61a754bb-736c-47a4-aa50-90bc1f27b62d .shogun-image-content {
  
    align-items: center;
  
}

#s-0f2c88ec-3521-47d9-aed3-050bc79ce9f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-0f2c88ec-3521-47d9-aed3-050bc79ce9f4 {
  padding-bottom: 50px;
}
}







#s-0f2c88ec-3521-47d9-aed3-050bc79ce9f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f2c88ec-3521-47d9-aed3-050bc79ce9f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10e48bf1-3be8-4a6f-acdc-e5931cd14a05 {
  min-height: 50px;
}
@media (max-width: 767px){#s-10e48bf1-3be8-4a6f-acdc-e5931cd14a05 {
  display: none;
}
#s-10e48bf1-3be8-4a6f-acdc-e5931cd14a05, #wrap-s-10e48bf1-3be8-4a6f-acdc-e5931cd14a05 { display: none !important; }}







#s-10e48bf1-3be8-4a6f-acdc-e5931cd14a05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10e48bf1-3be8-4a6f-acdc-e5931cd14a05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b23760f8-d6f8-44c7-b71f-9fcf88d34d93 {
  box-shadow:0px 0px 10px 0px rgba(125, 125, 125, 0.3);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}








#s-b23760f8-d6f8-44c7-b71f-9fcf88d34d93 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-92e9d055-bee9-460a-92c2-752d680cd388"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92e9d055-bee9-460a-92c2-752d680cd388"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92e9d055-bee9-460a-92c2-752d680cd388"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92e9d055-bee9-460a-92c2-752d680cd388"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d65fda8e-6724-4710-b7f5-6598406ceafa {
  padding-top: 30px;
padding-left: 60px;
padding-bottom: 30px;
padding-right: 0px;
min-height: 50px;
}








#s-d65fda8e-6724-4710-b7f5-6598406ceafa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d65fda8e-6724-4710-b7f5-6598406ceafa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-251dc723-f380-4f7d-8037-2c9b66dd718d {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-251dc723-f380-4f7d-8037-2c9b66dd718d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-11d9b2a1-02bd-438e-a44f-1ffecb6b1927 {
  margin-bottom: 30px;
}

#s-cd134d42-356f-4058-aa35-bc466627a67a {
  padding-top: 12px;
padding-left: 65px;
padding-bottom: 12px;
padding-right: 65px;
border-radius: 28px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-cd134d42-356f-4058-aa35-bc466627a67a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cd134d42-356f-4058-aa35-bc466627a67a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd134d42-356f-4058-aa35-bc466627a67a-root {
    text-align: left;
  }


#s-cd134d42-356f-4058-aa35-bc466627a67a.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cd134d42-356f-4058-aa35-bc466627a67a-root {
    text-align: left;
  }


#s-cd134d42-356f-4058-aa35-bc466627a67a.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd134d42-356f-4058-aa35-bc466627a67a-root {
    text-align: left;
  }


#s-cd134d42-356f-4058-aa35-bc466627a67a.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd134d42-356f-4058-aa35-bc466627a67a-root {
    text-align: left;
  }


#s-cd134d42-356f-4058-aa35-bc466627a67a.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cd134d42-356f-4058-aa35-bc466627a67a-root {
    text-align: left;
  }


#s-cd134d42-356f-4058-aa35-bc466627a67a.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}
#s-6ac164e6-e2fe-4298-a40f-07bb1ef34775 {
  box-shadow:0px 0px 10px 0px rgba(125, 125, 125, 0.3);
padding-top: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}
@media (min-width: 1200px){#s-6ac164e6-e2fe-4298-a40f-07bb1ef34775 {
  display: none;
}
#s-6ac164e6-e2fe-4298-a40f-07bb1ef34775, #wrap-s-6ac164e6-e2fe-4298-a40f-07bb1ef34775 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ac164e6-e2fe-4298-a40f-07bb1ef34775 {
  display: none;
}
#s-6ac164e6-e2fe-4298-a40f-07bb1ef34775, #wrap-s-6ac164e6-e2fe-4298-a40f-07bb1ef34775 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ac164e6-e2fe-4298-a40f-07bb1ef34775 {
  display: none;
}
#s-6ac164e6-e2fe-4298-a40f-07bb1ef34775, #wrap-s-6ac164e6-e2fe-4298-a40f-07bb1ef34775 { display: none !important; }}







#s-6ac164e6-e2fe-4298-a40f-07bb1ef34775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ac164e6-e2fe-4298-a40f-07bb1ef34775.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-315265d8-f4fd-41c8-b289-9c52082243d5 {
  margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-6d9faac0-d617-4ca4-9f66-a9edea79e825 {
  text-align: center;
}







  #s-6d9faac0-d617-4ca4-9f66-a9edea79e825 img.shogun-image {
    

    
    
    
  }


#s-6d9faac0-d617-4ca4-9f66-a9edea79e825 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-aae0ec0f-d0a3-4ee7-8728-296474839bba {
  padding-bottom: 45px;
min-height: 50px;
}








#s-aae0ec0f-d0a3-4ee7-8728-296474839bba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aae0ec0f-d0a3-4ee7-8728-296474839bba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471 {
  padding-top: 12px;
padding-left: 65px;
padding-bottom: 12px;
padding-right: 65px;
border-radius: 28px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471-root {
    text-align: center;
  }


#s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471-root {
    text-align: center;
  }


#s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471-root {
    text-align: center;
  }


#s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471-root {
    text-align: center;
  }


#s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471-root {
    text-align: center;
  }


#s-9a3b5baa-6fd6-4dd9-9881-16ed83fbc471.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}
#s-aa25416a-0b70-49ec-8194-9d858537cbb9 {
  padding-top: 80px;
padding-bottom: 50px;
min-height: 50px;
}








#s-aa25416a-0b70-49ec-8194-9d858537cbb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa25416a-0b70-49ec-8194-9d858537cbb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44c27468-777f-4b40-bb97-39a7018b0794 {
  padding-bottom: 20px;
min-height: 50px;
}








#s-44c27468-777f-4b40-bb97-39a7018b0794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44c27468-777f-4b40-bb97-39a7018b0794.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f532155a-24a2-4589-aa4b-fc1b34df7cdf {
  margin-bottom: 15px;
text-align: center;
}

#s-f532155a-24a2-4589-aa4b-fc1b34df7cdf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-307f31d9-1018-451e-876c-c518ba5789d1 {
  margin-left: 10%;
margin-right: 10%;
}

#s-073c6b8e-d87f-4a23-95e9-aa31b28bb32b {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-073c6b8e-d87f-4a23-95e9-aa31b28bb32b {
  
}
}@media (max-width: 767px){#s-073c6b8e-d87f-4a23-95e9-aa31b28bb32b {
  display: none;
}
#s-073c6b8e-d87f-4a23-95e9-aa31b28bb32b, #wrap-s-073c6b8e-d87f-4a23-95e9-aa31b28bb32b { display: none !important; }}
#s-472dce7b-1025-4862-9e26-d88b9f8f6263 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-472dce7b-1025-4862-9e26-d88b9f8f6263 {
  display: none;
}
#s-472dce7b-1025-4862-9e26-d88b9f8f6263, #wrap-s-472dce7b-1025-4862-9e26-d88b9f8f6263 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-472dce7b-1025-4862-9e26-d88b9f8f6263 {
  display: none;
}
#s-472dce7b-1025-4862-9e26-d88b9f8f6263, #wrap-s-472dce7b-1025-4862-9e26-d88b9f8f6263 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-472dce7b-1025-4862-9e26-d88b9f8f6263 {
  display: none;
}
#s-472dce7b-1025-4862-9e26-d88b9f8f6263, #wrap-s-472dce7b-1025-4862-9e26-d88b9f8f6263 { display: none !important; }}
@media (max-width: 767px){#s-756b8b71-b326-47c5-b85e-6761adbe55f3 {
  display: none;
}
#s-756b8b71-b326-47c5-b85e-6761adbe55f3, #wrap-s-756b8b71-b326-47c5-b85e-6761adbe55f3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-756b8b71-b326-47c5-b85e-6761adbe55f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-756b8b71-b326-47c5-b85e-6761adbe55f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-756b8b71-b326-47c5-b85e-6761adbe55f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-756b8b71-b326-47c5-b85e-6761adbe55f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-3fdde9bb-97ea-41c5-87ec-4ca962586cb8 {
  margin-left: 35px;
margin-right: 35px;
padding-top: 8px;
min-height: 50px;
background-color: rgba(125, 206, 226, 1);
}








#s-3fdde9bb-97ea-41c5-87ec-4ca962586cb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fdde9bb-97ea-41c5-87ec-4ca962586cb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d4190b9-e291-4946-aef9-e0aae0909140 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}








#s-9d4190b9-e291-4946-aef9-e0aae0909140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d4190b9-e291-4946-aef9-e0aae0909140.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2786235-ecfc-4682-a0f9-08f9aeccdfcb {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e2786235-ecfc-4682-a0f9-08f9aeccdfcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2786235-ecfc-4682-a0f9-08f9aeccdfcb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-e2786235-ecfc-4682-a0f9-08f9aeccdfcb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2786235-ecfc-4682-a0f9-08f9aeccdfcb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-57b00410-7079-410a-a224-6ee9850f772e {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 204, 223, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-57b00410-7079-410a-a224-6ee9850f772e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57b00410-7079-410a-a224-6ee9850f772e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9833301a-fc3b-4ae5-ac7e-cea3717766a3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-9833301a-fc3b-4ae5-ac7e-cea3717766a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9833301a-fc3b-4ae5-ac7e-cea3717766a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b1def92-e510-4308-8320-63b43c7e309b {
  margin-left: -15px;
margin-right: -15px;
text-align: center;
}







  #s-4b1def92-e510-4308-8320-63b43c7e309b img.shogun-image {
    

    
    
    
  }


#s-4b1def92-e510-4308-8320-63b43c7e309b .shogun-image-content {
  
    align-items: center;
  
}

#s-738bf2ef-4507-40a0-b400-d722aa894261 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-738bf2ef-4507-40a0-b400-d722aa894261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-738bf2ef-4507-40a0-b400-d722aa894261.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ad40b19-1e06-4813-9ded-92d8247e9d28 {
  text-align: left;
}

#s-1ad40b19-1e06-4813-9ded-92d8247e9d28 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-a2ccb404-1501-4a74-84e4-b1d636f4794b {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-a2ccb404-1501-4a74-84e4-b1d636f4794b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2ccb404-1501-4a74-84e4-b1d636f4794b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d6a0c5a-9769-48c8-9bb3-954041a3ee91 {
  text-align: left;
}

#s-a3a155c7-9da3-40f0-9073-b2ecd0791955 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-a3a155c7-9da3-40f0-9073-b2ecd0791955 {
  display: none;
}
#s-a3a155c7-9da3-40f0-9073-b2ecd0791955, #wrap-s-a3a155c7-9da3-40f0-9073-b2ecd0791955 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3a155c7-9da3-40f0-9073-b2ecd0791955 {
  display: none;
}
#s-a3a155c7-9da3-40f0-9073-b2ecd0791955, #wrap-s-a3a155c7-9da3-40f0-9073-b2ecd0791955 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3a155c7-9da3-40f0-9073-b2ecd0791955 {
  
}
}@media (max-width: 767px){#s-a3a155c7-9da3-40f0-9073-b2ecd0791955 {
  display: none;
}
#s-a3a155c7-9da3-40f0-9073-b2ecd0791955, #wrap-s-a3a155c7-9da3-40f0-9073-b2ecd0791955 { display: none !important; }}






  #s-a3a155c7-9da3-40f0-9073-b2ecd0791955 img.shogun-image {
    

    
    
    
  }


#s-a3a155c7-9da3-40f0-9073-b2ecd0791955 .shogun-image-content {
  
    align-items: center;
  
}

#s-8228bbd9-4d28-48ec-bf4a-392cc50d4b54 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8228bbd9-4d28-48ec-bf4a-392cc50d4b54 {
  display: none;
}
#s-8228bbd9-4d28-48ec-bf4a-392cc50d4b54, #wrap-s-8228bbd9-4d28-48ec-bf4a-392cc50d4b54 { display: none !important; }}@media (max-width: 767px){#s-8228bbd9-4d28-48ec-bf4a-392cc50d4b54 {
  max-width: 100%;
}
}






  #s-8228bbd9-4d28-48ec-bf4a-392cc50d4b54 img.shogun-image {
    

    
    
    
  }


#s-8228bbd9-4d28-48ec-bf4a-392cc50d4b54 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2722cd0-f85c-436f-a917-e2733e149c97 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 204, 223, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d2722cd0-f85c-436f-a917-e2733e149c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2722cd0-f85c-436f-a917-e2733e149c97.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c308d1f7-ba38-491d-93d3-8fd657429daa {
  margin-top: 50px;
padding-top: 8px;
min-height: 50px;
background-color: rgba(125, 206, 226, 1);
}
@media (min-width: 1200px){#s-c308d1f7-ba38-491d-93d3-8fd657429daa {
  display: none;
}
#s-c308d1f7-ba38-491d-93d3-8fd657429daa, #wrap-s-c308d1f7-ba38-491d-93d3-8fd657429daa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c308d1f7-ba38-491d-93d3-8fd657429daa {
  display: none;
}
#s-c308d1f7-ba38-491d-93d3-8fd657429daa, #wrap-s-c308d1f7-ba38-491d-93d3-8fd657429daa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c308d1f7-ba38-491d-93d3-8fd657429daa {
  display: none;
}
#s-c308d1f7-ba38-491d-93d3-8fd657429daa, #wrap-s-c308d1f7-ba38-491d-93d3-8fd657429daa { display: none !important; }}







#s-c308d1f7-ba38-491d-93d3-8fd657429daa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c308d1f7-ba38-491d-93d3-8fd657429daa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd81bf61-c948-4217-bbab-d089c87c052a {
  margin-bottom: 0px;
}

#s-ca26d2c5-f778-4e07-a3ba-89b76398c302 {
  min-height: 50px;
}








#s-ca26d2c5-f778-4e07-a3ba-89b76398c302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca26d2c5-f778-4e07-a3ba-89b76398c302.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85f51a90-1f3a-4051-960d-23fec42ccae5 {
  margin-left: -15px;
margin-right: -15px;
text-align: center;
}







  #s-85f51a90-1f3a-4051-960d-23fec42ccae5 img.shogun-image {
    

    
    
    
  }


#s-85f51a90-1f3a-4051-960d-23fec42ccae5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f525e5cb-47e5-4fe2-b207-93978f3088aa {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-f525e5cb-47e5-4fe2-b207-93978f3088aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f525e5cb-47e5-4fe2-b207-93978f3088aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-625ef60c-ac68-4cf3-9b36-db4f3f2c4154 {
  text-align: left;
}

#s-625ef60c-ac68-4cf3-9b36-db4f3f2c4154 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-ec8e4c8e-b3df-4c3b-aceb-9b8e0b7c98c2 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-ec8e4c8e-b3df-4c3b-aceb-9b8e0b7c98c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec8e4c8e-b3df-4c3b-aceb-9b8e0b7c98c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4dea7d3-9ae0-45b4-a61b-64d5160fbfc7 {
  text-align: left;
}

#s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2 {
  display: none;
}
#s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2, #wrap-s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2 {
  display: none;
}
#s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2, #wrap-s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2 {
  
}
}@media (max-width: 767px){#s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2 {
  display: none;
}
#s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2, #wrap-s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2 { display: none !important; }}






  #s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2 img.shogun-image {
    

    
    
    
  }


#s-cd0b5ba3-0292-4c43-9bef-39a9fa1005d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-905f56c7-a167-47d8-93d5-a545304dde3b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-905f56c7-a167-47d8-93d5-a545304dde3b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-905f56c7-a167-47d8-93d5-a545304dde3b {
  display: none;
}
#s-905f56c7-a167-47d8-93d5-a545304dde3b, #wrap-s-905f56c7-a167-47d8-93d5-a545304dde3b { display: none !important; }}@media (max-width: 767px){#s-905f56c7-a167-47d8-93d5-a545304dde3b {
  max-width: 100%;
}
}






  #s-905f56c7-a167-47d8-93d5-a545304dde3b img.shogun-image {
    

    
    
    
  }


#s-905f56c7-a167-47d8-93d5-a545304dde3b .shogun-image-content {
  
    align-items: center;
  
}

#s-a519bf4f-feb4-41d3-90c8-da4510941437 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a519bf4f-feb4-41d3-90c8-da4510941437 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a519bf4f-feb4-41d3-90c8-da4510941437.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-92959de8-8330-4d62-9caa-271c370c84f7 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-92959de8-8330-4d62-9caa-271c370c84f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92959de8-8330-4d62-9caa-271c370c84f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02ca83c1-ef8e-4b9b-8ca3-29f0386a1552 {
  margin-left: -15px;
margin-right: -15px;
text-align: center;
}







  #s-02ca83c1-ef8e-4b9b-8ca3-29f0386a1552 img.shogun-image {
    

    
    
    
  }


#s-02ca83c1-ef8e-4b9b-8ca3-29f0386a1552 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc588302-7737-4911-894e-87025191f9ef {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-dc588302-7737-4911-894e-87025191f9ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc588302-7737-4911-894e-87025191f9ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a94b31df-b2bc-4321-826c-6b7929346776 {
  text-align: left;
}

#s-a94b31df-b2bc-4321-826c-6b7929346776 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-f0c47bca-4763-4c25-83ef-ec2d5ae381d4 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-f0c47bca-4763-4c25-83ef-ec2d5ae381d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0c47bca-4763-4c25-83ef-ec2d5ae381d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a611f69-860e-4d20-9366-475d6d628152 {
  text-align: left;
}

#s-e9175498-b660-47b1-8711-a0fd589e71b9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-e9175498-b660-47b1-8711-a0fd589e71b9 {
  display: none;
}
#s-e9175498-b660-47b1-8711-a0fd589e71b9, #wrap-s-e9175498-b660-47b1-8711-a0fd589e71b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9175498-b660-47b1-8711-a0fd589e71b9 {
  display: none;
}
#s-e9175498-b660-47b1-8711-a0fd589e71b9, #wrap-s-e9175498-b660-47b1-8711-a0fd589e71b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9175498-b660-47b1-8711-a0fd589e71b9 {
  
}
}@media (max-width: 767px){#s-e9175498-b660-47b1-8711-a0fd589e71b9 {
  display: none;
}
#s-e9175498-b660-47b1-8711-a0fd589e71b9, #wrap-s-e9175498-b660-47b1-8711-a0fd589e71b9 { display: none !important; }}






  #s-e9175498-b660-47b1-8711-a0fd589e71b9 img.shogun-image {
    

    
    
    
  }


#s-e9175498-b660-47b1-8711-a0fd589e71b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-37638394-5d5b-49c0-8228-dcc154ad5d27 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-37638394-5d5b-49c0-8228-dcc154ad5d27 {
  display: none;
}
#s-37638394-5d5b-49c0-8228-dcc154ad5d27, #wrap-s-37638394-5d5b-49c0-8228-dcc154ad5d27 { display: none !important; }}@media (max-width: 767px){#s-37638394-5d5b-49c0-8228-dcc154ad5d27 {
  max-width: 100%;
}
}






  #s-37638394-5d5b-49c0-8228-dcc154ad5d27 img.shogun-image {
    

    
    
    
  }


#s-37638394-5d5b-49c0-8228-dcc154ad5d27 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bd8705b-cd89-4722-a27b-18a6776ea53b {
  margin-left: auto;
margin-right: auto;
padding-top: 45px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1bd8705b-cd89-4722-a27b-18a6776ea53b {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-1bd8705b-cd89-4722-a27b-18a6776ea53b {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-1bd8705b-cd89-4722-a27b-18a6776ea53b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bd8705b-cd89-4722-a27b-18a6776ea53b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db47600a-e288-400d-a1ae-742ebcdd8adb {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
max-width: 1180px;
}
@media (max-width: 767px){#s-db47600a-e288-400d-a1ae-742ebcdd8adb {
  margin-top: 20px;
}
}
#s-9752b4df-97f5-4b1b-86ef-161f21001ce5 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
}
@media (max-width: 767px){#s-9752b4df-97f5-4b1b-86ef-161f21001ce5 {
  
}
}
@media (min-width: 0px) {
[id="s-9752b4df-97f5-4b1b-86ef-161f21001ce5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9752b4df-97f5-4b1b-86ef-161f21001ce5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9752b4df-97f5-4b1b-86ef-161f21001ce5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9752b4df-97f5-4b1b-86ef-161f21001ce5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-41d6242c-6f60-47ea-b473-435746a572e5 {
  max-width: 70px;
text-align: left;
}







  #s-41d6242c-6f60-47ea-b473-435746a572e5 img.shogun-image {
    

    
    
    
  }


#s-41d6242c-6f60-47ea-b473-435746a572e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6f5a182-4f0a-43da-9b6e-803cbae30204 {
  margin-top: 7px;
margin-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
}

#s-561b1007-bc2c-48ce-bd36-ae56eaef00e2 {
  max-width: 70px;
text-align: left;
}







  #s-561b1007-bc2c-48ce-bd36-ae56eaef00e2 img.shogun-image {
    

    
    
    
  }


#s-561b1007-bc2c-48ce-bd36-ae56eaef00e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ed32870-a298-4087-b912-c03095f78c3c {
  margin-top: 7px;
margin-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
}

#s-d08316d3-d7f5-41a7-a8ae-e4abb2e28ec4 {
  max-width: 70px;
text-align: left;
}







  #s-d08316d3-d7f5-41a7-a8ae-e4abb2e28ec4 img.shogun-image {
    

    
    
    
  }


#s-d08316d3-d7f5-41a7-a8ae-e4abb2e28ec4 .shogun-image-content {
  
    align-items: center;
  
}

#s-99592451-c532-4df7-8a73-d7b3a313b392 {
  margin-top: 7px;
margin-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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