.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-6ec65f19-7029-4885-8745-7bed5dd62ad0 {
  min-height: 50px;
}








#s-6ec65f19-7029-4885-8745-7bed5dd62ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ec65f19-7029-4885-8745-7bed5dd62ad0.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-9c0a30b8-bbae-499f-a824-4f21fd5db8f5 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-9c0a30b8-bbae-499f-a824-4f21fd5db8f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c0a30b8-bbae-499f-a824-4f21fd5db8f5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b88f1fdf-410b-4656-a76c-008ff3d63d27 {
  margin-bottom: 0px;
padding-bottom: 20px;
min-height: 50px;
}








#s-b88f1fdf-410b-4656-a76c-008ff3d63d27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b88f1fdf-410b-4656-a76c-008ff3d63d27.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e1b98be-4dd7-4d92-a29f-70148c2cf3a3 {
  
}








#s-3e1b98be-4dd7-4d92-a29f-70148c2cf3a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e1b98be-4dd7-4d92-a29f-70148c2cf3a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d22620f9-2957-416a-ac46-d8bd35f56cfa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-d22620f9-2957-416a-ac46-d8bd35f56cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d22620f9-2957-416a-ac46-d8bd35f56cfa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ee18ce9c-3794-4364-b38b-c9703da5713b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee18ce9c-3794-4364-b38b-c9703da5713b {
  
}
}@media (max-width: 767px){#s-ee18ce9c-3794-4364-b38b-c9703da5713b {
  
}
}







#s-ee18ce9c-3794-4364-b38b-c9703da5713b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee18ce9c-3794-4364-b38b-c9703da5713b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77c643f8-701a-4ad4-822d-be98c51613d7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-77c643f8-701a-4ad4-822d-be98c51613d7 {
  
}
}







#s-77c643f8-701a-4ad4-822d-be98c51613d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77c643f8-701a-4ad4-822d-be98c51613d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

@media (min-width: 1200px){#s-e327ceb5-c395-47a9-b5af-a965fdd7fa73 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e327ceb5-c395-47a9-b5af-a965fdd7fa73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e327ceb5-c395-47a9-b5af-a965fdd7fa73 {
  
}
}@media (max-width: 767px){#s-e327ceb5-c395-47a9-b5af-a965fdd7fa73 {
  
}
}

  #s-e327ceb5-c395-47a9-b5af-a965fdd7fa73 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-e327ceb5-c395-47a9-b5af-a965fdd7fa73 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-e327ceb5-c395-47a9-b5af-a965fdd7fa73 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e327ceb5-c395-47a9-b5af-a965fdd7fa73 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-e327ceb5-c395-47a9-b5af-a965fdd7fa73 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-e327ceb5-c395-47a9-b5af-a965fdd7fa73 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-8ccadd4f-060d-43a2-851a-4bc1c1a164d9 {
  min-height: 50px;
}








#s-8ccadd4f-060d-43a2-851a-4bc1c1a164d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ccadd4f-060d-43a2-851a-4bc1c1a164d9.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-315666af-6101-48e0-9492-9af447705cce {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-315666af-6101-48e0-9492-9af447705cce .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



.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-d872d14c-d3a2-4ea6-84d7-073ca1485ab2 {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d872d14c-d3a2-4ea6-84d7-073ca1485ab2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d872d14c-d3a2-4ea6-84d7-073ca1485ab2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d872d14c-d3a2-4ea6-84d7-073ca1485ab2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d872d14c-d3a2-4ea6-84d7-073ca1485ab2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d872d14c-d3a2-4ea6-84d7-073ca1485ab2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d872d14c-d3a2-4ea6-84d7-073ca1485ab2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d872d14c-d3a2-4ea6-84d7-073ca1485ab2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-448c1e39-8971-4579-b1f6-9f9ac586ecd4 {
  margin-left: 10px;
margin-right: 10px;
}

#s-caa5e7dc-7f93-4ad0-b576-989e6305e38c {
  min-height: 50px;
}








#s-caa5e7dc-7f93-4ad0-b576-989e6305e38c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caa5e7dc-7f93-4ad0-b576-989e6305e38c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b4bb312-2921-4cbb-883d-723333c6629f {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-3b4bb312-2921-4cbb-883d-723333c6629f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b4bb312-2921-4cbb-883d-723333c6629f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ede4b6ed-2c0c-4b37-b864-b54afb3872f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ede4b6ed-2c0c-4b37-b864-b54afb3872f7 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



@media (min-width: 0px) {
[id="s-9225fe10-09cc-4cbd-9218-cacba0e357ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9225fe10-09cc-4cbd-9218-cacba0e357ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9225fe10-09cc-4cbd-9218-cacba0e357ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9225fe10-09cc-4cbd-9218-cacba0e357ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9225fe10-09cc-4cbd-9218-cacba0e357ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9225fe10-09cc-4cbd-9218-cacba0e357ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9225fe10-09cc-4cbd-9218-cacba0e357ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-88098b90-90a9-4eb5-8276-24a94ed7b83f {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-88098b90-90a9-4eb5-8276-24a94ed7b83f {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-88098b90-90a9-4eb5-8276-24a94ed7b83f {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-88098b90-90a9-4eb5-8276-24a94ed7b83f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88098b90-90a9-4eb5-8276-24a94ed7b83f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b0170110-6f06-4fe1-a971-2ac1d5bf4e18 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-b0170110-6f06-4fe1-a971-2ac1d5bf4e18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0170110-6f06-4fe1-a971-2ac1d5bf4e18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b0170110-6f06-4fe1-a971-2ac1d5bf4e18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0170110-6f06-4fe1-a971-2ac1d5bf4e18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

#s-ee84497e-b598-42bd-9547-691277b0bc56 {
  text-align: center;
}
@media (max-width: 767px){#s-ee84497e-b598-42bd-9547-691277b0bc56 {
  
}
}






  #s-ee84497e-b598-42bd-9547-691277b0bc56 img.shogun-image {
    

    
    
    
  }


#s-ee84497e-b598-42bd-9547-691277b0bc56 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-dca20a36-48f7-44de-ac49-bab51edea3a4 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dca20a36-48f7-44de-ac49-bab51edea3a4 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-dca20a36-48f7-44de-ac49-bab51edea3a4 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-dca20a36-48f7-44de-ac49-bab51edea3a4 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-dca20a36-48f7-44de-ac49-bab51edea3a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad217d40-e829-49ae-bb19-8696db107078 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad217d40-e829-49ae-bb19-8696db107078 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



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

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

@media (min-width: 1200px){#s-18b9d598-1ec4-4efb-83c8-e9079655cff4 {
  display: none;
}
#s-18b9d598-1ec4-4efb-83c8-e9079655cff4, #wrap-s-18b9d598-1ec4-4efb-83c8-e9079655cff4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18b9d598-1ec4-4efb-83c8-e9079655cff4 {
  display: none;
}
#s-18b9d598-1ec4-4efb-83c8-e9079655cff4, #wrap-s-18b9d598-1ec4-4efb-83c8-e9079655cff4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18b9d598-1ec4-4efb-83c8-e9079655cff4 {
  display: none;
}
#s-18b9d598-1ec4-4efb-83c8-e9079655cff4, #wrap-s-18b9d598-1ec4-4efb-83c8-e9079655cff4 { display: none !important; }}
#s-18b9d598-1ec4-4efb-83c8-e9079655cff4 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

}

@media (min-width: 768px) {
[id="s-5dc063ff-6305-4331-8e48-17b885a909b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5dc063ff-6305-4331-8e48-17b885a909b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dc063ff-6305-4331-8e48-17b885a909b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5dc063ff-6305-4331-8e48-17b885a909b0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2c775493-571c-4a4b-b753-1c18942a68c3 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c775493-571c-4a4b-b753-1c18942a68c3 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-2c775493-571c-4a4b-b753-1c18942a68c3 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-2c775493-571c-4a4b-b753-1c18942a68c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c775493-571c-4a4b-b753-1c18942a68c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e48e2183-5dec-417c-8c72-7b21d97f8d85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e48e2183-5dec-417c-8c72-7b21d97f8d85 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-7dca917f-4c67-445c-8c54-f2f2114e1f61 {
  text-align: center;
}
@media (max-width: 767px){#s-7dca917f-4c67-445c-8c54-f2f2114e1f61 {
  
}
}






  #s-7dca917f-4c67-445c-8c54-f2f2114e1f61 img.shogun-image {
    

    
    
    
  }


#s-7dca917f-4c67-445c-8c54-f2f2114e1f61 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-1e5f8555-ea82-4dc0-85cd-9976c420eaa0 {
  display: none;
}
#s-1e5f8555-ea82-4dc0-85cd-9976c420eaa0, #wrap-s-1e5f8555-ea82-4dc0-85cd-9976c420eaa0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e5f8555-ea82-4dc0-85cd-9976c420eaa0 {
  display: none;
}
#s-1e5f8555-ea82-4dc0-85cd-9976c420eaa0, #wrap-s-1e5f8555-ea82-4dc0-85cd-9976c420eaa0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e5f8555-ea82-4dc0-85cd-9976c420eaa0 {
  display: none;
}
#s-1e5f8555-ea82-4dc0-85cd-9976c420eaa0, #wrap-s-1e5f8555-ea82-4dc0-85cd-9976c420eaa0 { display: none !important; }}
#s-1e5f8555-ea82-4dc0-85cd-9976c420eaa0 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5256891e-8eca-404f-8dbc-8635b1ef2f58 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-5256891e-8eca-404f-8dbc-8635b1ef2f58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5256891e-8eca-404f-8dbc-8635b1ef2f58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5256891e-8eca-404f-8dbc-8635b1ef2f58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5256891e-8eca-404f-8dbc-8635b1ef2f58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8a4c610f-ea9e-4a2b-9553-0c81f34f64d0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-8a4c610f-ea9e-4a2b-9553-0c81f34f64d0 {
  
}
}






  #s-8a4c610f-ea9e-4a2b-9553-0c81f34f64d0 img.shogun-image {
    

    
    
    
  }


#s-8a4c610f-ea9e-4a2b-9553-0c81f34f64d0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-659c19e6-d46f-487a-9947-719b17b1a067 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-659c19e6-d46f-487a-9947-719b17b1a067 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-659c19e6-d46f-487a-9947-719b17b1a067 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-659c19e6-d46f-487a-9947-719b17b1a067 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-659c19e6-d46f-487a-9947-719b17b1a067.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-482b54cd-700c-43e0-8cc2-a32d79d74a97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-482b54cd-700c-43e0-8cc2-a32d79d74a97 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-0d1ad653-f8ee-43fd-896d-142c7074a88c {
  margin-top: 20px;
min-height: 50px;
}








#s-0d1ad653-f8ee-43fd-896d-142c7074a88c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d1ad653-f8ee-43fd-896d-142c7074a88c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3922d273-ffb1-4873-ad1d-bfac838320da {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3922d273-ffb1-4873-ad1d-bfac838320da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3922d273-ffb1-4873-ad1d-bfac838320da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3922d273-ffb1-4873-ad1d-bfac838320da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3922d273-ffb1-4873-ad1d-bfac838320da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3922d273-ffb1-4873-ad1d-bfac838320da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3922d273-ffb1-4873-ad1d-bfac838320da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3922d273-ffb1-4873-ad1d-bfac838320da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b06f018b-d6de-4520-b75e-0bc053a5268e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b06f018b-d6de-4520-b75e-0bc053a5268e .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-16a5bfe6-9d27-4d52-a022-7bd205af71e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-16a5bfe6-9d27-4d52-a022-7bd205af71e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16a5bfe6-9d27-4d52-a022-7bd205af71e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16a5bfe6-9d27-4d52-a022-7bd205af71e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-757bdb28-40bd-4bc9-8e9c-916a5de97315 {
  text-align: center;
}







  #s-757bdb28-40bd-4bc9-8e9c-916a5de97315 img.shogun-image {
    

    
    
    
  }


#s-757bdb28-40bd-4bc9-8e9c-916a5de97315 .shogun-image-content {
  
    align-items: center;
  
}

#s-105bd297-7093-42e1-91c4-b67b59ac5af9 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-eef4fe5c-dc67-4210-8c51-805ffb3d62b4 hr {
  border-top: 1px solid #ddd;
}

#s-7df7a17d-8806-4e4c-880a-32b47e74a47e {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7df7a17d-8806-4e4c-880a-32b47e74a47e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7df7a17d-8806-4e4c-880a-32b47e74a47e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7df7a17d-8806-4e4c-880a-32b47e74a47e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7df7a17d-8806-4e4c-880a-32b47e74a47e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7df7a17d-8806-4e4c-880a-32b47e74a47e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7df7a17d-8806-4e4c-880a-32b47e74a47e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7df7a17d-8806-4e4c-880a-32b47e74a47e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-203f099b-6bef-41e7-b894-b28defebff46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-203f099b-6bef-41e7-b894-b28defebff46 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-eb79ce94-ed11-45a6-8a9c-3dce3bf28212"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eb79ce94-ed11-45a6-8a9c-3dce3bf28212"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb79ce94-ed11-45a6-8a9c-3dce3bf28212"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb79ce94-ed11-45a6-8a9c-3dce3bf28212"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb79ce94-ed11-45a6-8a9c-3dce3bf28212"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb79ce94-ed11-45a6-8a9c-3dce3bf28212"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb79ce94-ed11-45a6-8a9c-3dce3bf28212"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-37ccad4f-f81d-4e1a-b194-a34c6491a908"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37ccad4f-f81d-4e1a-b194-a34c6491a908"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37ccad4f-f81d-4e1a-b194-a34c6491a908"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37ccad4f-f81d-4e1a-b194-a34c6491a908"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37ccad4f-f81d-4e1a-b194-a34c6491a908"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37ccad4f-f81d-4e1a-b194-a34c6491a908"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37ccad4f-f81d-4e1a-b194-a34c6491a908"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e7fe2fd8-aef4-4e4b-9f28-5a1908daaf1f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1b3d32d9-8368-4ec6-952d-ee48ab7752b6 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-be60e0a8-18e1-4269-a997-812db7044a39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be60e0a8-18e1-4269-a997-812db7044a39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be60e0a8-18e1-4269-a997-812db7044a39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be60e0a8-18e1-4269-a997-812db7044a39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be60e0a8-18e1-4269-a997-812db7044a39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be60e0a8-18e1-4269-a997-812db7044a39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be60e0a8-18e1-4269-a997-812db7044a39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ffc78bf7-aab7-4f9c-84ed-97693161972f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9cab2b22-e492-4d3b-ac86-ec6695ffb42d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-50550ea9-82e8-45fa-a2b9-dcdadcbf9d8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50550ea9-82e8-45fa-a2b9-dcdadcbf9d8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50550ea9-82e8-45fa-a2b9-dcdadcbf9d8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50550ea9-82e8-45fa-a2b9-dcdadcbf9d8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50550ea9-82e8-45fa-a2b9-dcdadcbf9d8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50550ea9-82e8-45fa-a2b9-dcdadcbf9d8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50550ea9-82e8-45fa-a2b9-dcdadcbf9d8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7397a74b-9ad5-482c-afc3-85369dc2dca6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-909fba5a-8c9f-4169-8226-aae4737cfa2c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-80c1fdfb-5b19-407e-84f5-8ea1b522d818"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80c1fdfb-5b19-407e-84f5-8ea1b522d818"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80c1fdfb-5b19-407e-84f5-8ea1b522d818"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80c1fdfb-5b19-407e-84f5-8ea1b522d818"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80c1fdfb-5b19-407e-84f5-8ea1b522d818"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80c1fdfb-5b19-407e-84f5-8ea1b522d818"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80c1fdfb-5b19-407e-84f5-8ea1b522d818"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ddda63b0-a8b4-478a-aadf-c87563171c34 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b7dbb76c-c30f-4514-a8d1-ee973d3a1fc5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5841f1de-035e-4633-a14b-92f8c1eae7f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5841f1de-035e-4633-a14b-92f8c1eae7f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5841f1de-035e-4633-a14b-92f8c1eae7f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5841f1de-035e-4633-a14b-92f8c1eae7f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5841f1de-035e-4633-a14b-92f8c1eae7f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5841f1de-035e-4633-a14b-92f8c1eae7f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5841f1de-035e-4633-a14b-92f8c1eae7f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c32c4c81-2e4d-4449-b7fa-27a6feaaf961 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1f0ce384-6eaf-44c2-822d-5c3a721ac065 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-35e3c66e-e816-4377-800f-3963b1002171 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-35e3c66e-e816-4377-800f-3963b1002171 hr {
  border-top: 1px solid #ddd;
}

#s-3b3dedb1-8230-414a-a792-20d5bfc02627 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3b3dedb1-8230-414a-a792-20d5bfc02627"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b3dedb1-8230-414a-a792-20d5bfc02627"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b3dedb1-8230-414a-a792-20d5bfc02627"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b3dedb1-8230-414a-a792-20d5bfc02627"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b3dedb1-8230-414a-a792-20d5bfc02627"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b3dedb1-8230-414a-a792-20d5bfc02627"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b3dedb1-8230-414a-a792-20d5bfc02627"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0868f424-6d6e-4bf4-800c-9e4e60805268 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0868f424-6d6e-4bf4-800c-9e4e60805268 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-4c317d73-dc88-480c-9607-68b953d5c5f5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4c317d73-dc88-480c-9607-68b953d5c5f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4c317d73-dc88-480c-9607-68b953d5c5f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c317d73-dc88-480c-9607-68b953d5c5f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4c317d73-dc88-480c-9607-68b953d5c5f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c317d73-dc88-480c-9607-68b953d5c5f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4c317d73-dc88-480c-9607-68b953d5c5f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-2f00c65a-c194-4d8b-a830-9b8e80cf4146"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f00c65a-c194-4d8b-a830-9b8e80cf4146"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f00c65a-c194-4d8b-a830-9b8e80cf4146"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f00c65a-c194-4d8b-a830-9b8e80cf4146"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f00c65a-c194-4d8b-a830-9b8e80cf4146"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f00c65a-c194-4d8b-a830-9b8e80cf4146"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f00c65a-c194-4d8b-a830-9b8e80cf4146"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-66de3b56-d639-48ec-ba21-a12f46902e2f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-293f5c88-c090-4236-b14d-4f905674aad3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-13cf299a-e7c7-4eb1-adc6-2a10489263ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13cf299a-e7c7-4eb1-adc6-2a10489263ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13cf299a-e7c7-4eb1-adc6-2a10489263ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13cf299a-e7c7-4eb1-adc6-2a10489263ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13cf299a-e7c7-4eb1-adc6-2a10489263ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13cf299a-e7c7-4eb1-adc6-2a10489263ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13cf299a-e7c7-4eb1-adc6-2a10489263ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c44deeb1-e998-4c92-9315-38039ab72084 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ecddf88d-726a-46b3-808d-6309f24159e5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-54a62619-39f5-4e0b-87d6-48d911daab89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54a62619-39f5-4e0b-87d6-48d911daab89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54a62619-39f5-4e0b-87d6-48d911daab89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54a62619-39f5-4e0b-87d6-48d911daab89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54a62619-39f5-4e0b-87d6-48d911daab89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54a62619-39f5-4e0b-87d6-48d911daab89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54a62619-39f5-4e0b-87d6-48d911daab89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-6212e572-6a29-4dcc-99a7-af00d908bb5d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-445468ea-1a60-4bbf-8187-9f6ab4f35eea {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ded52bf2-71c0-4b4c-b308-7cd042e0cf4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ded52bf2-71c0-4b4c-b308-7cd042e0cf4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ded52bf2-71c0-4b4c-b308-7cd042e0cf4d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ded52bf2-71c0-4b4c-b308-7cd042e0cf4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ded52bf2-71c0-4b4c-b308-7cd042e0cf4d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ded52bf2-71c0-4b4c-b308-7cd042e0cf4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ded52bf2-71c0-4b4c-b308-7cd042e0cf4d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7d2c09da-bdb2-4c24-8241-8e2704b5ffb8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6e7c0d6c-e883-4cba-938a-d26c7627a8f3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-814b807c-99e8-4b41-80b6-0ed6f2fc4a86 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-814b807c-99e8-4b41-80b6-0ed6f2fc4a86 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-86893eb0-d4ad-4ff8-9619-e0f0eb1c67bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86893eb0-d4ad-4ff8-9619-e0f0eb1c67bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86893eb0-d4ad-4ff8-9619-e0f0eb1c67bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86893eb0-d4ad-4ff8-9619-e0f0eb1c67bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86893eb0-d4ad-4ff8-9619-e0f0eb1c67bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86893eb0-d4ad-4ff8-9619-e0f0eb1c67bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86893eb0-d4ad-4ff8-9619-e0f0eb1c67bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.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-ea1ee793-4d28-4919-b2b0-b240265cc23c {
  text-align: center;
}







  img.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image {
    
    
  }


.s-ea1ee793-4d28-4919-b2b0-b240265cc23c .shogun-image-content {
  
    align-items: center;
  
}

.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image {
    
    
  }


.s-ea1ee793-4d28-4919-b2b0-b240265cc23c .shogun-image-content {
  
    align-items: center;
  
}

.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image {
    
    
  }


.s-ea1ee793-4d28-4919-b2b0-b240265cc23c .shogun-image-content {
  
    align-items: center;
  
}

.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image {
    
    
  }


.s-ea1ee793-4d28-4919-b2b0-b240265cc23c .shogun-image-content {
  
    align-items: center;
  
}

.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image {
    
    
  }


.s-ea1ee793-4d28-4919-b2b0-b240265cc23c .shogun-image-content {
  
    align-items: center;
  
}

.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea1ee793-4d28-4919-b2b0-b240265cc23c.shogun-image {
  box-sizing: border-box;
}



}
#s-4c3c4e23-35c6-4831-8ef5-31eadcef6cf1 {
  min-height: 50px;
}








#s-4c3c4e23-35c6-4831-8ef5-31eadcef6cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c3c4e23-35c6-4831-8ef5-31eadcef6cf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-471e008e-fc67-4d4b-b7e7-03ada4aee505 {
  min-height: 50px;
}








#s-471e008e-fc67-4d4b-b7e7-03ada4aee505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-471e008e-fc67-4d4b-b7e7-03ada4aee505.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6463a9c5-e99d-434e-ae82-bf31241a9236 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-6463a9c5-e99d-434e-ae82-bf31241a9236 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6463a9c5-e99d-434e-ae82-bf31241a9236.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7074cda1-3004-460a-884a-c34fe1174cb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7074cda1-3004-460a-884a-c34fe1174cb4 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-70b2ebed-c6ba-4953-a4b7-db3114e54128 {
  padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-70b2ebed-c6ba-4953-a4b7-db3114e54128"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70b2ebed-c6ba-4953-a4b7-db3114e54128"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70b2ebed-c6ba-4953-a4b7-db3114e54128"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70b2ebed-c6ba-4953-a4b7-db3114e54128"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70b2ebed-c6ba-4953-a4b7-db3114e54128"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70b2ebed-c6ba-4953-a4b7-db3114e54128"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70b2ebed-c6ba-4953-a4b7-db3114e54128"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-5d4e5304-91c5-4c1f-9226-bf62cba3b779 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d4e5304-91c5-4c1f-9226-bf62cba3b779 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-5d4e5304-91c5-4c1f-9226-bf62cba3b779 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-5d4e5304-91c5-4c1f-9226-bf62cba3b779 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d4e5304-91c5-4c1f-9226-bf62cba3b779.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73051466-98f8-45a1-b573-405ebecc3497 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-73051466-98f8-45a1-b573-405ebecc3497"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73051466-98f8-45a1-b573-405ebecc3497"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73051466-98f8-45a1-b573-405ebecc3497"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73051466-98f8-45a1-b573-405ebecc3497"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-27c6c0da-006d-40f2-b01e-8ea5554ebfcf {
  text-align: center;
}
@media (max-width: 767px){#s-27c6c0da-006d-40f2-b01e-8ea5554ebfcf {
  
}
}






  #s-27c6c0da-006d-40f2-b01e-8ea5554ebfcf img.shogun-image {
    

    
    
    
  }


#s-27c6c0da-006d-40f2-b01e-8ea5554ebfcf .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4240637b-ce93-4797-9d3f-c2aa3f34f500 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4240637b-ce93-4797-9d3f-c2aa3f34f500 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-4240637b-ce93-4797-9d3f-c2aa3f34f500 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-4240637b-ce93-4797-9d3f-c2aa3f34f500 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-4240637b-ce93-4797-9d3f-c2aa3f34f500.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16ed778b-d268-4a79-a09d-222144ba532a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16ed778b-d268-4a79-a09d-222144ba532a .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 1200px){#s-1bcf79f1-674f-47ea-8ab3-168ecc2f64d5 {
  display: none;
}
#s-1bcf79f1-674f-47ea-8ab3-168ecc2f64d5, #wrap-s-1bcf79f1-674f-47ea-8ab3-168ecc2f64d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bcf79f1-674f-47ea-8ab3-168ecc2f64d5 {
  display: none;
}
#s-1bcf79f1-674f-47ea-8ab3-168ecc2f64d5, #wrap-s-1bcf79f1-674f-47ea-8ab3-168ecc2f64d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1bcf79f1-674f-47ea-8ab3-168ecc2f64d5 {
  display: none;
}
#s-1bcf79f1-674f-47ea-8ab3-168ecc2f64d5, #wrap-s-1bcf79f1-674f-47ea-8ab3-168ecc2f64d5 { display: none !important; }}
#s-1bcf79f1-674f-47ea-8ab3-168ecc2f64d5 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c288ea3a-1a8c-4957-8b49-f6813d45ce84 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c288ea3a-1a8c-4957-8b49-f6813d45ce84 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-c288ea3a-1a8c-4957-8b49-f6813d45ce84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c288ea3a-1a8c-4957-8b49-f6813d45ce84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c288ea3a-1a8c-4957-8b49-f6813d45ce84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c288ea3a-1a8c-4957-8b49-f6813d45ce84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c288ea3a-1a8c-4957-8b49-f6813d45ce84"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7c8cd995-e0de-4cf5-9137-bea5fbeeacb4 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c8cd995-e0de-4cf5-9137-bea5fbeeacb4 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-7c8cd995-e0de-4cf5-9137-bea5fbeeacb4 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-7c8cd995-e0de-4cf5-9137-bea5fbeeacb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c8cd995-e0de-4cf5-9137-bea5fbeeacb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35d9b88b-585e-4a10-b7b6-d4269748990d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-35d9b88b-585e-4a10-b7b6-d4269748990d {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-35d9b88b-585e-4a10-b7b6-d4269748990d .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-ef2dacac-b54f-49ce-ac71-5fbfe5f74064 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ef2dacac-b54f-49ce-ac71-5fbfe5f74064 {
  
}
}






  #s-ef2dacac-b54f-49ce-ac71-5fbfe5f74064 img.shogun-image {
    

    
    
    
  }


#s-ef2dacac-b54f-49ce-ac71-5fbfe5f74064 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-322511a6-b886-4f60-a6c3-1d8494faad4c {
  display: none;
}
#s-322511a6-b886-4f60-a6c3-1d8494faad4c, #wrap-s-322511a6-b886-4f60-a6c3-1d8494faad4c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-322511a6-b886-4f60-a6c3-1d8494faad4c {
  display: none;
}
#s-322511a6-b886-4f60-a6c3-1d8494faad4c, #wrap-s-322511a6-b886-4f60-a6c3-1d8494faad4c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-322511a6-b886-4f60-a6c3-1d8494faad4c {
  display: none;
}
#s-322511a6-b886-4f60-a6c3-1d8494faad4c, #wrap-s-322511a6-b886-4f60-a6c3-1d8494faad4c { display: none !important; }}
#s-322511a6-b886-4f60-a6c3-1d8494faad4c hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5e1643f0-6c34-4cfd-bccc-b658e8eb5c8e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-5e1643f0-6c34-4cfd-bccc-b658e8eb5c8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e1643f0-6c34-4cfd-bccc-b658e8eb5c8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e1643f0-6c34-4cfd-bccc-b658e8eb5c8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e1643f0-6c34-4cfd-bccc-b658e8eb5c8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fde897ac-935d-457f-bc01-4385e53d8a10 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-fde897ac-935d-457f-bc01-4385e53d8a10 {
  
}
}






  #s-fde897ac-935d-457f-bc01-4385e53d8a10 img.shogun-image {
    

    
    
    
  }


#s-fde897ac-935d-457f-bc01-4385e53d8a10 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b79561a8-f86e-4a68-bc00-88d8bb86620e {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b79561a8-f86e-4a68-bc00-88d8bb86620e {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-b79561a8-f86e-4a68-bc00-88d8bb86620e {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-b79561a8-f86e-4a68-bc00-88d8bb86620e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b79561a8-f86e-4a68-bc00-88d8bb86620e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac194afe-e288-4651-b3c4-43a49c242856 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac194afe-e288-4651-b3c4-43a49c242856 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 1200px){#s-87f445f3-a946-47b5-964e-056b601e4e05 {
  display: none;
}
#s-87f445f3-a946-47b5-964e-056b601e4e05, #wrap-s-87f445f3-a946-47b5-964e-056b601e4e05 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87f445f3-a946-47b5-964e-056b601e4e05 {
  display: none;
}
#s-87f445f3-a946-47b5-964e-056b601e4e05, #wrap-s-87f445f3-a946-47b5-964e-056b601e4e05 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87f445f3-a946-47b5-964e-056b601e4e05 {
  display: none;
}
#s-87f445f3-a946-47b5-964e-056b601e4e05, #wrap-s-87f445f3-a946-47b5-964e-056b601e4e05 { display: none !important; }}
#s-87f445f3-a946-47b5-964e-056b601e4e05 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-62a9650b-bd8f-459c-913c-a6b1fa731e0a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-62a9650b-bd8f-459c-913c-a6b1fa731e0a {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-62a9650b-bd8f-459c-913c-a6b1fa731e0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62a9650b-bd8f-459c-913c-a6b1fa731e0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-62a9650b-bd8f-459c-913c-a6b1fa731e0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-62a9650b-bd8f-459c-913c-a6b1fa731e0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-62a9650b-bd8f-459c-913c-a6b1fa731e0a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-236b6a59-39a4-44a8-a6b7-d4ca1b0e2da1 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-236b6a59-39a4-44a8-a6b7-d4ca1b0e2da1 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-236b6a59-39a4-44a8-a6b7-d4ca1b0e2da1 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-236b6a59-39a4-44a8-a6b7-d4ca1b0e2da1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-236b6a59-39a4-44a8-a6b7-d4ca1b0e2da1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6c4cc0a-ca54-4014-bf8d-f886b11e962c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d6c4cc0a-ca54-4014-bf8d-f886b11e962c .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-fb4c0d31-95d4-4bcc-8c84-785a6528d37f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-fb4c0d31-95d4-4bcc-8c84-785a6528d37f {
  
}
}






  #s-fb4c0d31-95d4-4bcc-8c84-785a6528d37f img.shogun-image {
    

    
    
    
  }


#s-fb4c0d31-95d4-4bcc-8c84-785a6528d37f .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-7a5ffd80-7e3e-4e70-a606-1748b664541a {
  display: none;
}
#s-7a5ffd80-7e3e-4e70-a606-1748b664541a, #wrap-s-7a5ffd80-7e3e-4e70-a606-1748b664541a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a5ffd80-7e3e-4e70-a606-1748b664541a {
  display: none;
}
#s-7a5ffd80-7e3e-4e70-a606-1748b664541a, #wrap-s-7a5ffd80-7e3e-4e70-a606-1748b664541a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a5ffd80-7e3e-4e70-a606-1748b664541a {
  display: none;
}
#s-7a5ffd80-7e3e-4e70-a606-1748b664541a, #wrap-s-7a5ffd80-7e3e-4e70-a606-1748b664541a { display: none !important; }}
#s-7a5ffd80-7e3e-4e70-a606-1748b664541a hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f54a73f7-43ff-403e-aa12-2350c781977a {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-f54a73f7-43ff-403e-aa12-2350c781977a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f54a73f7-43ff-403e-aa12-2350c781977a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f54a73f7-43ff-403e-aa12-2350c781977a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f54a73f7-43ff-403e-aa12-2350c781977a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4f418f7e-861f-4804-956e-c0124dc4a4f0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-4f418f7e-861f-4804-956e-c0124dc4a4f0 {
  
}
}






  #s-4f418f7e-861f-4804-956e-c0124dc4a4f0 img.shogun-image {
    

    
    
    
  }


#s-4f418f7e-861f-4804-956e-c0124dc4a4f0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-05edce55-2d30-4cbe-8d73-f0c29ce9b1bd {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-05edce55-2d30-4cbe-8d73-f0c29ce9b1bd {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-05edce55-2d30-4cbe-8d73-f0c29ce9b1bd {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-05edce55-2d30-4cbe-8d73-f0c29ce9b1bd > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-05edce55-2d30-4cbe-8d73-f0c29ce9b1bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8e24270-fb00-40be-945d-6f1a043e5fe2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8e24270-fb00-40be-945d-6f1a043e5fe2 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 1200px){#s-25c5b3fb-65fc-49d7-ae7b-2c575d1be87e {
  display: none;
}
#s-25c5b3fb-65fc-49d7-ae7b-2c575d1be87e, #wrap-s-25c5b3fb-65fc-49d7-ae7b-2c575d1be87e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25c5b3fb-65fc-49d7-ae7b-2c575d1be87e {
  display: none;
}
#s-25c5b3fb-65fc-49d7-ae7b-2c575d1be87e, #wrap-s-25c5b3fb-65fc-49d7-ae7b-2c575d1be87e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25c5b3fb-65fc-49d7-ae7b-2c575d1be87e {
  display: none;
}
#s-25c5b3fb-65fc-49d7-ae7b-2c575d1be87e, #wrap-s-25c5b3fb-65fc-49d7-ae7b-2c575d1be87e { display: none !important; }}
#s-25c5b3fb-65fc-49d7-ae7b-2c575d1be87e hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

/*
  $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}
