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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-1e52d8e0-b2a0-4acc-b662-1935509f853b {
  margin-top: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1e52d8e0-b2a0-4acc-b662-1935509f853b {
  display: none;
}
#s-1e52d8e0-b2a0-4acc-b662-1935509f853b, #wrap-s-1e52d8e0-b2a0-4acc-b662-1935509f853b { display:none !important; }}

  #s-1e52d8e0-b2a0-4acc-b662-1935509f853b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(244, 244, 244, 1);
  }
  #s-1e52d8e0-b2a0-4acc-b662-1935509f853b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(58, 78, 137, 1);
  }
#s-1e52d8e0-b2a0-4acc-b662-1935509f853b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(85, 85, 85, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-1e52d8e0-b2a0-4acc-b662-1935509f853b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(58, 78, 137, 1);
}

#s-1e52d8e0-b2a0-4acc-b662-1935509f853b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
}

#s-1e52d8e0-b2a0-4acc-b662-1935509f853b .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(58, 78, 137, 1);
}

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

@media (min-width: 1200px){#s-7664c048-482f-4384-b288-1f901195aedb {
  display: none;
}
#s-7664c048-482f-4384-b288-1f901195aedb, #wrap-s-7664c048-482f-4384-b288-1f901195aedb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7664c048-482f-4384-b288-1f901195aedb {
  display: none;
}
#s-7664c048-482f-4384-b288-1f901195aedb, #wrap-s-7664c048-482f-4384-b288-1f901195aedb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7664c048-482f-4384-b288-1f901195aedb {
  display: none;
}
#s-7664c048-482f-4384-b288-1f901195aedb, #wrap-s-7664c048-482f-4384-b288-1f901195aedb { display:none !important; }}@media (max-width: 767px){#s-7664c048-482f-4384-b288-1f901195aedb {
  
}
}
@media (min-width: 0px) {
[id="s-7664c048-482f-4384-b288-1f901195aedb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7664c048-482f-4384-b288-1f901195aedb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7664c048-482f-4384-b288-1f901195aedb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7664c048-482f-4384-b288-1f901195aedb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7664c048-482f-4384-b288-1f901195aedb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7664c048-482f-4384-b288-1f901195aedb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7664c048-482f-4384-b288-1f901195aedb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7664c048-482f-4384-b288-1f901195aedb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-3d4c063b-ca8a-4a98-97cc-0e71db1471dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d4c063b-ca8a-4a98-97cc-0e71db1471dc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-ccad7e2b-de4e-44ce-853c-068c1ef42e9b {
  margin-top: 30px;
}

#s-bda3f238-d418-44f0-a98f-a96e8aaf4f0d {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-bda3f238-d418-44f0-a98f-a96e8aaf4f0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bda3f238-d418-44f0-a98f-a96e8aaf4f0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bda3f238-d418-44f0-a98f-a96e8aaf4f0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bda3f238-d418-44f0-a98f-a96e8aaf4f0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a41155f4-d49a-490d-ba1e-756863743ea4 .shogun-icon-wrapper {
  text-align: center;
}


#s-a41155f4-d49a-490d-ba1e-756863743ea4 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 54px !important;
  color: rgba(73, 80, 86, 1);
}

#s-6537a8d1-f3c4-4a8d-a069-6531a8f3b436 .shogun-icon-wrapper {
  text-align: center;
}


#s-6537a8d1-f3c4-4a8d-a069-6531a8f3b436 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 54px !important;
  color: #495056;
}

#s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6 {
  display: none;
}
#s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6, #wrap-s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6 {
  display: none;
}
#s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6, #wrap-s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6 {
  display: none;
}
#s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6, #wrap-s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca0b657b-40b5-4678-bb93-7ed4a0898eb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ae8c2092-c839-47b7-a284-a8f53e8be177 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae8c2092-c839-47b7-a284-a8f53e8be177 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8059365a-3fc1-4734-a325-ec5b13efddb4 {
  margin-top: 24px;
}

@media (min-width: 0px) {
[id="s-8059365a-3fc1-4734-a325-ec5b13efddb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8059365a-3fc1-4734-a325-ec5b13efddb4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8059365a-3fc1-4734-a325-ec5b13efddb4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8059365a-3fc1-4734-a325-ec5b13efddb4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8059365a-3fc1-4734-a325-ec5b13efddb4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8059365a-3fc1-4734-a325-ec5b13efddb4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8059365a-3fc1-4734-a325-ec5b13efddb4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-3464165f-4f8f-4b8c-a51f-c64c7a28844d {
  
}

@media (min-width: 0px) {
[id="s-3464165f-4f8f-4b8c-a51f-c64c7a28844d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3464165f-4f8f-4b8c-a51f-c64c7a28844d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3464165f-4f8f-4b8c-a51f-c64c7a28844d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3464165f-4f8f-4b8c-a51f-c64c7a28844d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3464165f-4f8f-4b8c-a51f-c64c7a28844d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3464165f-4f8f-4b8c-a51f-c64c7a28844d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3464165f-4f8f-4b8c-a51f-c64c7a28844d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-3c36166e-dce3-429c-bac2-95ec117b2014 {
  display: none;
}
#s-3c36166e-dce3-429c-bac2-95ec117b2014, #wrap-s-3c36166e-dce3-429c-bac2-95ec117b2014 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3c36166e-dce3-429c-bac2-95ec117b2014"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c36166e-dce3-429c-bac2-95ec117b2014"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c36166e-dce3-429c-bac2-95ec117b2014"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c36166e-dce3-429c-bac2-95ec117b2014"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c36166e-dce3-429c-bac2-95ec117b2014"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c36166e-dce3-429c-bac2-95ec117b2014"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c36166e-dce3-429c-bac2-95ec117b2014"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-563d4b6e-435d-49ec-a104-6e3e78e1c11d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-563d4b6e-435d-49ec-a104-6e3e78e1c11d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 1200px){#s-ec849821-411a-4b14-9ca8-06670e7c5faf {
  display: none;
}
#s-ec849821-411a-4b14-9ca8-06670e7c5faf, #wrap-s-ec849821-411a-4b14-9ca8-06670e7c5faf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec849821-411a-4b14-9ca8-06670e7c5faf {
  display: none;
}
#s-ec849821-411a-4b14-9ca8-06670e7c5faf, #wrap-s-ec849821-411a-4b14-9ca8-06670e7c5faf { display:none !important; }}@media (max-width: 767px){#s-ec849821-411a-4b14-9ca8-06670e7c5faf {
  display: none;
}
#s-ec849821-411a-4b14-9ca8-06670e7c5faf, #wrap-s-ec849821-411a-4b14-9ca8-06670e7c5faf { display:none !important; }}
@media (min-width: 0px) {
[id="s-ec849821-411a-4b14-9ca8-06670e7c5faf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec849821-411a-4b14-9ca8-06670e7c5faf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec849821-411a-4b14-9ca8-06670e7c5faf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec849821-411a-4b14-9ca8-06670e7c5faf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec849821-411a-4b14-9ca8-06670e7c5faf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec849821-411a-4b14-9ca8-06670e7c5faf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec849821-411a-4b14-9ca8-06670e7c5faf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.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-7bdef0b2-e332-457d-837f-0830b2f280f2 {
  margin-top: 50px;
text-align: center;
}







  #s-7bdef0b2-e332-457d-837f-0830b2f280f2 img.shogun-image {
    

    
    
    
  }


#s-7bdef0b2-e332-457d-837f-0830b2f280f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6a39c3b-d96f-4904-80c0-1f8834d50f78 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a6a39c3b-d96f-4904-80c0-1f8834d50f78 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5796c662-81f3-4270-990d-e51b4d02049a {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-5796c662-81f3-4270-990d-e51b4d02049a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5796c662-81f3-4270-990d-e51b4d02049a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5796c662-81f3-4270-990d-e51b4d02049a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5796c662-81f3-4270-990d-e51b4d02049a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5796c662-81f3-4270-990d-e51b4d02049a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5796c662-81f3-4270-990d-e51b4d02049a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5796c662-81f3-4270-990d-e51b4d02049a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-90a489b3-31d7-40a4-8643-35ed9e31b841 {
  
}

@media (min-width: 0px) {
[id="s-90a489b3-31d7-40a4-8643-35ed9e31b841"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90a489b3-31d7-40a4-8643-35ed9e31b841"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90a489b3-31d7-40a4-8643-35ed9e31b841"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90a489b3-31d7-40a4-8643-35ed9e31b841"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90a489b3-31d7-40a4-8643-35ed9e31b841"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90a489b3-31d7-40a4-8643-35ed9e31b841"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90a489b3-31d7-40a4-8643-35ed9e31b841"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-99253bd4-1000-4a21-a91e-39719cb2a7ed {
  
}

@media (min-width: 0px) {
[id="s-99253bd4-1000-4a21-a91e-39719cb2a7ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99253bd4-1000-4a21-a91e-39719cb2a7ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99253bd4-1000-4a21-a91e-39719cb2a7ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99253bd4-1000-4a21-a91e-39719cb2a7ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99253bd4-1000-4a21-a91e-39719cb2a7ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99253bd4-1000-4a21-a91e-39719cb2a7ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99253bd4-1000-4a21-a91e-39719cb2a7ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

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

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

#s-4d5570f6-f4af-4bab-81cc-2fc9a51965ae hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-2715b692-4d82-40f2-a372-0d9aeae8e8ad {
  display: none;
}
#s-2715b692-4d82-40f2-a372-0d9aeae8e8ad, #wrap-s-2715b692-4d82-40f2-a372-0d9aeae8e8ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2715b692-4d82-40f2-a372-0d9aeae8e8ad {
  display: none;
}
#s-2715b692-4d82-40f2-a372-0d9aeae8e8ad, #wrap-s-2715b692-4d82-40f2-a372-0d9aeae8e8ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2715b692-4d82-40f2-a372-0d9aeae8e8ad {
  display: none;
}
#s-2715b692-4d82-40f2-a372-0d9aeae8e8ad, #wrap-s-2715b692-4d82-40f2-a372-0d9aeae8e8ad { display:none !important; }}
@media (min-width: 0px) {
[id="s-2715b692-4d82-40f2-a372-0d9aeae8e8ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2715b692-4d82-40f2-a372-0d9aeae8e8ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2715b692-4d82-40f2-a372-0d9aeae8e8ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2715b692-4d82-40f2-a372-0d9aeae8e8ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2715b692-4d82-40f2-a372-0d9aeae8e8ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2715b692-4d82-40f2-a372-0d9aeae8e8ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2715b692-4d82-40f2-a372-0d9aeae8e8ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4428fc9b-5020-4f3f-8c69-c4a5f99829a9 {
  margin-top: 6px;
text-align: center;
}







  #s-4428fc9b-5020-4f3f-8c69-c4a5f99829a9 img.shogun-image {
    

    
    
    
  }


#s-4428fc9b-5020-4f3f-8c69-c4a5f99829a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9dd705e4-69ed-4414-9e06-c3ccd0c3a831 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dd705e4-69ed-4414-9e06-c3ccd0c3a831 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74 {
  display: none;
}
#s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74, #wrap-s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74 {
  display: none;
}
#s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74, #wrap-s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74 {
  display: none;
}
#s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74, #wrap-s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc9c07db-5ae1-4ddc-bf9e-670ea7ecfc74"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-92b0c8ad-5b38-4fac-93ae-845c54598c5e {
  margin-top: 50px;
text-align: center;
}







  #s-92b0c8ad-5b38-4fac-93ae-845c54598c5e img.shogun-image {
    

    
    
    
  }


#s-92b0c8ad-5b38-4fac-93ae-845c54598c5e .shogun-image-content {
  
    align-items: center;
  
}

#s-a5952d8a-e669-4634-a0b8-b42555d16b2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5952d8a-e669-4634-a0b8-b42555d16b2d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-384ec30c-2c12-479c-a87e-fc83682a47d3 {
  margin-top: 40px;
}
@media (min-width: 1200px){#s-384ec30c-2c12-479c-a87e-fc83682a47d3 {
  display: none;
}
#s-384ec30c-2c12-479c-a87e-fc83682a47d3, #wrap-s-384ec30c-2c12-479c-a87e-fc83682a47d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-384ec30c-2c12-479c-a87e-fc83682a47d3 {
  display: none;
}
#s-384ec30c-2c12-479c-a87e-fc83682a47d3, #wrap-s-384ec30c-2c12-479c-a87e-fc83682a47d3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-384ec30c-2c12-479c-a87e-fc83682a47d3 {
  display: none;
}
#s-384ec30c-2c12-479c-a87e-fc83682a47d3, #wrap-s-384ec30c-2c12-479c-a87e-fc83682a47d3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-384ec30c-2c12-479c-a87e-fc83682a47d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-384ec30c-2c12-479c-a87e-fc83682a47d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-384ec30c-2c12-479c-a87e-fc83682a47d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-384ec30c-2c12-479c-a87e-fc83682a47d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-384ec30c-2c12-479c-a87e-fc83682a47d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-384ec30c-2c12-479c-a87e-fc83682a47d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-384ec30c-2c12-479c-a87e-fc83682a47d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-aec0362f-5e69-41fb-b38d-206fbb0e8c08 {
  text-align: center;
}







  #s-aec0362f-5e69-41fb-b38d-206fbb0e8c08 img.shogun-image {
    

    
    
    
  }


#s-aec0362f-5e69-41fb-b38d-206fbb0e8c08 .shogun-image-content {
  
    align-items: center;
  
}

#s-063e3404-652b-42e4-a9a3-6083719bb407 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-063e3404-652b-42e4-a9a3-6083719bb407 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d2a677a0-7951-490f-9045-c8e7b2c27654 {
  margin-top: 50px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-d2a677a0-7951-490f-9045-c8e7b2c27654 {
  display: none;
}
#s-d2a677a0-7951-490f-9045-c8e7b2c27654, #wrap-s-d2a677a0-7951-490f-9045-c8e7b2c27654 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2a677a0-7951-490f-9045-c8e7b2c27654 {
  display: none;
}
#s-d2a677a0-7951-490f-9045-c8e7b2c27654, #wrap-s-d2a677a0-7951-490f-9045-c8e7b2c27654 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2a677a0-7951-490f-9045-c8e7b2c27654 {
  display: none;
}
#s-d2a677a0-7951-490f-9045-c8e7b2c27654, #wrap-s-d2a677a0-7951-490f-9045-c8e7b2c27654 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d2a677a0-7951-490f-9045-c8e7b2c27654"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2a677a0-7951-490f-9045-c8e7b2c27654"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2a677a0-7951-490f-9045-c8e7b2c27654"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2a677a0-7951-490f-9045-c8e7b2c27654"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2a677a0-7951-490f-9045-c8e7b2c27654"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2a677a0-7951-490f-9045-c8e7b2c27654"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2a677a0-7951-490f-9045-c8e7b2c27654"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-8f4aa171-7acc-49f9-ac89-bd42461c12ae {
  
}

#s-8f4aa171-7acc-49f9-ac89-bd42461c12ae .shogun-icon-wrapper {
  text-align: center;
}


#s-8f4aa171-7acc-49f9-ac89-bd42461c12ae .shogun-icon-wrapper > .shogun-icon {

  font-size: 88px !important;
  color: rgba(13, 92, 157, 1);
}

#s-ff781cd9-1092-47c6-8c1d-f48762528311 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff781cd9-1092-47c6-8c1d-f48762528311 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe {
  display: none;
}
#s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe, #wrap-s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe {
  display: none;
}
#s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe, #wrap-s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe {
  display: none;
}
#s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe, #wrap-s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe { display:none !important; }}@media (max-width: 767px){#s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe {
  
}
}
@media (min-width: 0px) {
[id="s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ae0a668-6cfc-4437-99b9-9e23e476e8fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-85b3f30a-8fd4-4ab7-94e7-1598c661d80a {
  text-align: center;
}







  #s-85b3f30a-8fd4-4ab7-94e7-1598c661d80a img.shogun-image {
    

    
    
    
  }


#s-85b3f30a-8fd4-4ab7-94e7-1598c661d80a .shogun-image-content {
  
    align-items: center;
  
}

#s-2f14f6d4-7a62-41ba-adc2-825e5ec6170a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f14f6d4-7a62-41ba-adc2-825e5ec6170a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-833235c1-49e4-4a06-a714-30a98a0b1ca6 {
  margin-bottom: 30px;
}

#s-104620cb-fb3f-4116-b2b5-f635b9fe74a5 {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-104620cb-fb3f-4116-b2b5-f635b9fe74a5 {
  display: none;
}
#s-104620cb-fb3f-4116-b2b5-f635b9fe74a5, #wrap-s-104620cb-fb3f-4116-b2b5-f635b9fe74a5 { display:none !important; }}@media (max-width: 767px){#s-104620cb-fb3f-4116-b2b5-f635b9fe74a5 {
  display: none;
}
#s-104620cb-fb3f-4116-b2b5-f635b9fe74a5, #wrap-s-104620cb-fb3f-4116-b2b5-f635b9fe74a5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-104620cb-fb3f-4116-b2b5-f635b9fe74a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-104620cb-fb3f-4116-b2b5-f635b9fe74a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-104620cb-fb3f-4116-b2b5-f635b9fe74a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-104620cb-fb3f-4116-b2b5-f635b9fe74a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-104620cb-fb3f-4116-b2b5-f635b9fe74a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-104620cb-fb3f-4116-b2b5-f635b9fe74a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-104620cb-fb3f-4116-b2b5-f635b9fe74a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5e9c8f71-7b37-4e8c-b1d6-a28813bc9df6 {
  text-align: center;
}







  #s-5e9c8f71-7b37-4e8c-b1d6-a28813bc9df6 img.shogun-image {
    

    
    
    
  }


#s-5e9c8f71-7b37-4e8c-b1d6-a28813bc9df6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b57b8223-899c-4278-8788-cf9553b4d839 {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b57b8223-899c-4278-8788-cf9553b4d839 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9 {
  display: none;
}
#s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9, #wrap-s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9 {
  display: none;
}
#s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9, #wrap-s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9 { display:none !important; }}@media (max-width: 767px){#s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9 {
  display: none;
}
#s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9, #wrap-s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-875a7875-1b9b-4e94-a1a7-ade668c5d9a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e6abbbe3-c3b1-4d5b-b2f0-b09022e80fc6 {
  text-align: center;
}







  #s-e6abbbe3-c3b1-4d5b-b2f0-b09022e80fc6 img.shogun-image {
    

    
    
    
  }


#s-e6abbbe3-c3b1-4d5b-b2f0-b09022e80fc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9fb29b9a-ebce-4a8d-b80a-2de369a8888e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9fb29b9a-ebce-4a8d-b80a-2de369a8888e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ff638ef6-34a7-4009-90a9-3481ac5d8737 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-8052b201-cc72-48a8-98f8-add8ad8d7df0 {
  display: none;
}
#s-8052b201-cc72-48a8-98f8-add8ad8d7df0, #wrap-s-8052b201-cc72-48a8-98f8-add8ad8d7df0 { display:none !important; }}@media (max-width: 767px){#s-8052b201-cc72-48a8-98f8-add8ad8d7df0 {
  display: none;
}
#s-8052b201-cc72-48a8-98f8-add8ad8d7df0, #wrap-s-8052b201-cc72-48a8-98f8-add8ad8d7df0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8052b201-cc72-48a8-98f8-add8ad8d7df0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8052b201-cc72-48a8-98f8-add8ad8d7df0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8052b201-cc72-48a8-98f8-add8ad8d7df0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8052b201-cc72-48a8-98f8-add8ad8d7df0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8052b201-cc72-48a8-98f8-add8ad8d7df0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8052b201-cc72-48a8-98f8-add8ad8d7df0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8052b201-cc72-48a8-98f8-add8ad8d7df0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-df5d487d-2dbf-47ed-b5e4-4feb840b4801 {
  text-align: center;
}







  #s-df5d487d-2dbf-47ed-b5e4-4feb840b4801 img.shogun-image {
    

    
    
    
  }


#s-df5d487d-2dbf-47ed-b5e4-4feb840b4801 .shogun-image-content {
  
    align-items: center;
  
}

#s-3951f58a-cb1f-4c1d-a9a7-83136a10fd72 {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3951f58a-cb1f-4c1d-a9a7-83136a10fd72 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c {
  display: none;
}
#s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c, #wrap-s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c {
  display: none;
}
#s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c, #wrap-s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c { display:none !important; }}@media (max-width: 767px){#s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c {
  display: none;
}
#s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c, #wrap-s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c { display:none !important; }}
@media (min-width: 0px) {
[id="s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b0fb225a-bdf4-4f7e-8f98-adeb08d8d85c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ac5f00fa-e06d-447d-be3d-45dc7d148702 {
  text-align: center;
}







  #s-ac5f00fa-e06d-447d-be3d-45dc7d148702 img.shogun-image {
    

    
    
    
  }


#s-ac5f00fa-e06d-447d-be3d-45dc7d148702 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b2ac0d3-b601-478b-8a5b-ec1148e5baf1 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6b2ac0d3-b601-478b-8a5b-ec1148e5baf1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-dc99fb51-935d-44e4-b7e4-60f73d5d5d45 {
  margin-top: 45px;
}

@media (min-width: 0px) {
[id="s-dc99fb51-935d-44e4-b7e4-60f73d5d5d45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-dc99fb51-935d-44e4-b7e4-60f73d5d5d45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-dc99fb51-935d-44e4-b7e4-60f73d5d5d45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc99fb51-935d-44e4-b7e4-60f73d5d5d45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

#s-760564c8-2aa1-4387-9e01-eb4202f55eda {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-760564c8-2aa1-4387-9e01-eb4202f55eda .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-aa631557-19ef-49d9-843e-5515d62b8746 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 117, 117, 1);
border-style: solid;
}

#s-dae51bec-aeb0-42ce-9899-59c2d710bb55 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-dae51bec-aeb0-42ce-9899-59c2d710bb55 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-aa1594e2-dd1c-476d-a5e4-4546bb872faa {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 117, 117, 1);
border-style: solid;
border-radius: 0px;
}

#s-e1095c95-49a0-4bca-ae78-b72a7607ac7a {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-e1095c95-49a0-4bca-ae78-b72a7607ac7a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c98d4bb3-3cb2-4991-ae60-ce9b3d866b7e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 117, 117, 1);
border-style: solid;
}

#s-e958e768-1f4e-4373-92d2-d091bbefcf16 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-e958e768-1f4e-4373-92d2-d091bbefcf16 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c45acf87-b640-493b-9258-d3df431888a1 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 117, 117, 1);
border-style: solid;
}

#s-8ce57bfe-3f96-4747-aaac-b5cafd21fe66 hr {
  border-top: 2px solid #ddd;
}

#s-faf238b8-f1af-4e83-8b64-5d263c4b08be {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-faf238b8-f1af-4e83-8b64-5d263c4b08be {
  display: none;
}
#s-faf238b8-f1af-4e83-8b64-5d263c4b08be, #wrap-s-faf238b8-f1af-4e83-8b64-5d263c4b08be { display:none !important; }}@media (max-width: 767px){#s-faf238b8-f1af-4e83-8b64-5d263c4b08be {
  display: none;
}
#s-faf238b8-f1af-4e83-8b64-5d263c4b08be, #wrap-s-faf238b8-f1af-4e83-8b64-5d263c4b08be { display:none !important; }}
@media (min-width: 0px) {
[id="s-faf238b8-f1af-4e83-8b64-5d263c4b08be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faf238b8-f1af-4e83-8b64-5d263c4b08be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-faf238b8-f1af-4e83-8b64-5d263c4b08be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-faf238b8-f1af-4e83-8b64-5d263c4b08be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-faf238b8-f1af-4e83-8b64-5d263c4b08be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-faf238b8-f1af-4e83-8b64-5d263c4b08be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-faf238b8-f1af-4e83-8b64-5d263c4b08be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-8d0e77a9-36a5-454a-a37b-e6aca189d01e {
  text-align: center;
}







  #s-8d0e77a9-36a5-454a-a37b-e6aca189d01e img.shogun-image {
    

    
    
    
  }


#s-8d0e77a9-36a5-454a-a37b-e6aca189d01e .shogun-image-content {
  
    align-items: center;
  
}

#s-15a22d46-30f0-472b-b1b5-95699dcfb0c3 {
  margin-top: 140px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-15a22d46-30f0-472b-b1b5-95699dcfb0c3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-dcf9a8f1-1501-4c41-912a-411695a4050f {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-dcf9a8f1-1501-4c41-912a-411695a4050f {
  display: none;
}
#s-dcf9a8f1-1501-4c41-912a-411695a4050f, #wrap-s-dcf9a8f1-1501-4c41-912a-411695a4050f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcf9a8f1-1501-4c41-912a-411695a4050f {
  display: none;
}
#s-dcf9a8f1-1501-4c41-912a-411695a4050f, #wrap-s-dcf9a8f1-1501-4c41-912a-411695a4050f { display:none !important; }}@media (max-width: 767px){#s-dcf9a8f1-1501-4c41-912a-411695a4050f {
  display: none;
}
#s-dcf9a8f1-1501-4c41-912a-411695a4050f, #wrap-s-dcf9a8f1-1501-4c41-912a-411695a4050f { display:none !important; }}
@media (min-width: 0px) {
[id="s-dcf9a8f1-1501-4c41-912a-411695a4050f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcf9a8f1-1501-4c41-912a-411695a4050f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf9a8f1-1501-4c41-912a-411695a4050f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcf9a8f1-1501-4c41-912a-411695a4050f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf9a8f1-1501-4c41-912a-411695a4050f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcf9a8f1-1501-4c41-912a-411695a4050f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf9a8f1-1501-4c41-912a-411695a4050f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-02e67d27-99fc-47b7-94b3-d8955eb4b3c5 {
  text-align: center;
}







  #s-02e67d27-99fc-47b7-94b3-d8955eb4b3c5 img.shogun-image {
    

    
    
    
  }


#s-02e67d27-99fc-47b7-94b3-d8955eb4b3c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-05189173-1ebb-43b7-bba6-3f4e7475c2c3 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-05189173-1ebb-43b7-bba6-3f4e7475c2c3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-aede6ade-a0cd-4688-813a-286f090d7444 hr {
  border-top: 2px solid #ddd;
}

#s-98f64230-ab2a-4507-95ed-1cffe37b0e4e {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-98f64230-ab2a-4507-95ed-1cffe37b0e4e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b8d28788-f48d-4b37-8a88-cfc1eb8d0275 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-b8d28788-f48d-4b37-8a88-cfc1eb8d0275"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8d28788-f48d-4b37-8a88-cfc1eb8d0275"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b8d28788-f48d-4b37-8a88-cfc1eb8d0275"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8d28788-f48d-4b37-8a88-cfc1eb8d0275"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b8d28788-f48d-4b37-8a88-cfc1eb8d0275"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8d28788-f48d-4b37-8a88-cfc1eb8d0275"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b8d28788-f48d-4b37-8a88-cfc1eb8d0275"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-dddf9c36-9238-4cee-99e5-cc893fab0cbb {
  text-align: center;
}







  #s-dddf9c36-9238-4cee-99e5-cc893fab0cbb img.shogun-image {
    

    
    
    
  }


#s-dddf9c36-9238-4cee-99e5-cc893fab0cbb .shogun-image-content {
  
    align-items: center;
  
}

#s-a2298490-6271-460f-a993-4846bec4e663 {
  padding-top: 20px;
}

#s-eaf5de49-0497-4496-bc09-40aacccdcb3b {
  margin-top: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-eaf5de49-0497-4496-bc09-40aacccdcb3b {
  display: none;
}
#s-eaf5de49-0497-4496-bc09-40aacccdcb3b, #wrap-s-eaf5de49-0497-4496-bc09-40aacccdcb3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eaf5de49-0497-4496-bc09-40aacccdcb3b {
  display: none;
}
#s-eaf5de49-0497-4496-bc09-40aacccdcb3b, #wrap-s-eaf5de49-0497-4496-bc09-40aacccdcb3b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eaf5de49-0497-4496-bc09-40aacccdcb3b {
  display: none;
}
#s-eaf5de49-0497-4496-bc09-40aacccdcb3b, #wrap-s-eaf5de49-0497-4496-bc09-40aacccdcb3b { display:none !important; }}@media (max-width: 767px){#s-eaf5de49-0497-4496-bc09-40aacccdcb3b {
  
}
}

  #s-eaf5de49-0497-4496-bc09-40aacccdcb3b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(244, 244, 244, 1);
  }
  #s-eaf5de49-0497-4496-bc09-40aacccdcb3b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(58, 78, 137, 1);
  }
#s-eaf5de49-0497-4496-bc09-40aacccdcb3b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(85, 85, 85, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-eaf5de49-0497-4496-bc09-40aacccdcb3b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(58, 78, 137, 1);
}

#s-eaf5de49-0497-4496-bc09-40aacccdcb3b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
}

#s-eaf5de49-0497-4496-bc09-40aacccdcb3b .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(58, 78, 137, 1);
}

#s-31b5ab37-22eb-4615-8a05-78d377f456ac {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-31b5ab37-22eb-4615-8a05-78d377f456ac {
  display: none;
}
#s-31b5ab37-22eb-4615-8a05-78d377f456ac, #wrap-s-31b5ab37-22eb-4615-8a05-78d377f456ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31b5ab37-22eb-4615-8a05-78d377f456ac {
  display: none;
}
#s-31b5ab37-22eb-4615-8a05-78d377f456ac, #wrap-s-31b5ab37-22eb-4615-8a05-78d377f456ac { display:none !important; }}@media (max-width: 767px){#s-31b5ab37-22eb-4615-8a05-78d377f456ac {
  display: none;
}
#s-31b5ab37-22eb-4615-8a05-78d377f456ac, #wrap-s-31b5ab37-22eb-4615-8a05-78d377f456ac { display:none !important; }}
@media (min-width: 0px) {
[id="s-31b5ab37-22eb-4615-8a05-78d377f456ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31b5ab37-22eb-4615-8a05-78d377f456ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31b5ab37-22eb-4615-8a05-78d377f456ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31b5ab37-22eb-4615-8a05-78d377f456ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31b5ab37-22eb-4615-8a05-78d377f456ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31b5ab37-22eb-4615-8a05-78d377f456ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31b5ab37-22eb-4615-8a05-78d377f456ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-31b5ab37-22eb-4615-8a05-78d377f456ac"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-19433253-e931-43d4-aa9e-52509bfe6388 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-19433253-e931-43d4-aa9e-52509bfe6388 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-45155da4-bbe8-488d-904b-9783e49a0f96 {
  margin-top: 10px;
}

@media (min-width: 1200px){#s-476e94fc-a421-4463-b309-e681d7c64ad5 {
  display: none;
}
#s-476e94fc-a421-4463-b309-e681d7c64ad5, #wrap-s-476e94fc-a421-4463-b309-e681d7c64ad5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-476e94fc-a421-4463-b309-e681d7c64ad5 {
  display: none;
}
#s-476e94fc-a421-4463-b309-e681d7c64ad5, #wrap-s-476e94fc-a421-4463-b309-e681d7c64ad5 { display:none !important; }}@media (max-width: 767px){#s-476e94fc-a421-4463-b309-e681d7c64ad5 {
  display: none;
}
#s-476e94fc-a421-4463-b309-e681d7c64ad5, #wrap-s-476e94fc-a421-4463-b309-e681d7c64ad5 { display:none !important; }}
#s-7591656e-1e48-42fc-896f-0be8bcf2efdb {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-7591656e-1e48-42fc-896f-0be8bcf2efdb {
  display: none;
}
#s-7591656e-1e48-42fc-896f-0be8bcf2efdb, #wrap-s-7591656e-1e48-42fc-896f-0be8bcf2efdb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7591656e-1e48-42fc-896f-0be8bcf2efdb {
  display: none;
}
#s-7591656e-1e48-42fc-896f-0be8bcf2efdb, #wrap-s-7591656e-1e48-42fc-896f-0be8bcf2efdb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7591656e-1e48-42fc-896f-0be8bcf2efdb {
  display: none;
}
#s-7591656e-1e48-42fc-896f-0be8bcf2efdb, #wrap-s-7591656e-1e48-42fc-896f-0be8bcf2efdb { display:none !important; }}
#s-eba2589b-391a-4bf1-b99d-d667107965f5 {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-eba2589b-391a-4bf1-b99d-d667107965f5 {
  display: none;
}
#s-eba2589b-391a-4bf1-b99d-d667107965f5, #wrap-s-eba2589b-391a-4bf1-b99d-d667107965f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eba2589b-391a-4bf1-b99d-d667107965f5 {
  display: none;
}
#s-eba2589b-391a-4bf1-b99d-d667107965f5, #wrap-s-eba2589b-391a-4bf1-b99d-d667107965f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eba2589b-391a-4bf1-b99d-d667107965f5 {
  display: none;
}
#s-eba2589b-391a-4bf1-b99d-d667107965f5, #wrap-s-eba2589b-391a-4bf1-b99d-d667107965f5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eba2589b-391a-4bf1-b99d-d667107965f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eba2589b-391a-4bf1-b99d-d667107965f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eba2589b-391a-4bf1-b99d-d667107965f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eba2589b-391a-4bf1-b99d-d667107965f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-dafbe36a-5d0f-41c3-bd2b-6d6573f62d1e .shogun-icon-wrapper {
  text-align: center;
}


#s-dafbe36a-5d0f-41c3-bd2b-6d6573f62d1e .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 54px !important;
  color: rgba(73, 80, 86, 1);
}

#s-b0a0d2a9-c2ab-47c4-9739-568659e96c90 .shogun-icon-wrapper {
  text-align: center;
}


#s-b0a0d2a9-c2ab-47c4-9739-568659e96c90 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 54px !important;
  color: #495056;
}

@media (min-width: 1200px){#s-71027d19-c916-4614-94ff-b94180f0d172 {
  display: none;
}
#s-71027d19-c916-4614-94ff-b94180f0d172, #wrap-s-71027d19-c916-4614-94ff-b94180f0d172 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71027d19-c916-4614-94ff-b94180f0d172 {
  display: none;
}
#s-71027d19-c916-4614-94ff-b94180f0d172, #wrap-s-71027d19-c916-4614-94ff-b94180f0d172 { display:none !important; }}@media (max-width: 767px){#s-71027d19-c916-4614-94ff-b94180f0d172 {
  display: none;
}
#s-71027d19-c916-4614-94ff-b94180f0d172, #wrap-s-71027d19-c916-4614-94ff-b94180f0d172 { display:none !important; }}
@media (min-width: 0px) {
[id="s-71027d19-c916-4614-94ff-b94180f0d172"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71027d19-c916-4614-94ff-b94180f0d172"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71027d19-c916-4614-94ff-b94180f0d172"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71027d19-c916-4614-94ff-b94180f0d172"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c2f2140c-86d3-4f12-a4c1-3ed0977befb6 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2f2140c-86d3-4f12-a4c1-3ed0977befb6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9f545115-9cde-48b1-ad96-05b199a1e249 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-9f545115-9cde-48b1-ad96-05b199a1e249"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f545115-9cde-48b1-ad96-05b199a1e249"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f545115-9cde-48b1-ad96-05b199a1e249"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f545115-9cde-48b1-ad96-05b199a1e249"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f545115-9cde-48b1-ad96-05b199a1e249"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f545115-9cde-48b1-ad96-05b199a1e249"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f545115-9cde-48b1-ad96-05b199a1e249"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-a23c4e8a-8457-47fe-9998-6d9262aeb56a {
  
}

#s-a23c4e8a-8457-47fe-9998-6d9262aeb56a .shogun-icon-wrapper {
  text-align: center;
}


#s-a23c4e8a-8457-47fe-9998-6d9262aeb56a .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-7240157d-f091-47e3-b81c-25779031b871 {
  
}

@media (min-width: 0px) {
[id="s-7240157d-f091-47e3-b81c-25779031b871"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7240157d-f091-47e3-b81c-25779031b871"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7240157d-f091-47e3-b81c-25779031b871"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7240157d-f091-47e3-b81c-25779031b871"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7240157d-f091-47e3-b81c-25779031b871"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7240157d-f091-47e3-b81c-25779031b871"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7240157d-f091-47e3-b81c-25779031b871"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-cfee26b4-a235-4626-b7d9-8c2eb05ca0d0 {
  
}

#s-cfee26b4-a235-4626-b7d9-8c2eb05ca0d0 .shogun-icon-wrapper {
  text-align: center;
}


#s-cfee26b4-a235-4626-b7d9-8c2eb05ca0d0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

@media (min-width: 768px) and (max-width: 991px){#s-b567d537-8e62-4c25-81f3-34fece8e81b4 {
  display: none;
}
#s-b567d537-8e62-4c25-81f3-34fece8e81b4, #wrap-s-b567d537-8e62-4c25-81f3-34fece8e81b4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b567d537-8e62-4c25-81f3-34fece8e81b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b567d537-8e62-4c25-81f3-34fece8e81b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b567d537-8e62-4c25-81f3-34fece8e81b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b567d537-8e62-4c25-81f3-34fece8e81b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b567d537-8e62-4c25-81f3-34fece8e81b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b567d537-8e62-4c25-81f3-34fece8e81b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b567d537-8e62-4c25-81f3-34fece8e81b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ca2f4dde-9afa-43ee-b10a-6658db52e834 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
}







  #s-ca2f4dde-9afa-43ee-b10a-6658db52e834 img.shogun-image {
    

    
    
    
  }


#s-ca2f4dde-9afa-43ee-b10a-6658db52e834 .shogun-image-content {
  
    align-items: center;
  
}

#s-06269d48-7314-4895-9568-6dc266f6f625 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-06269d48-7314-4895-9568-6dc266f6f625 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-bc24c4a1-92d3-4e79-9c28-1231cce3ac8a {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc24c4a1-92d3-4e79-9c28-1231cce3ac8a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a208dc30-199f-4a63-8dcc-84e1ee18b691 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-a208dc30-199f-4a63-8dcc-84e1ee18b691"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a208dc30-199f-4a63-8dcc-84e1ee18b691"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a208dc30-199f-4a63-8dcc-84e1ee18b691"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a208dc30-199f-4a63-8dcc-84e1ee18b691"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a208dc30-199f-4a63-8dcc-84e1ee18b691"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a208dc30-199f-4a63-8dcc-84e1ee18b691"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a208dc30-199f-4a63-8dcc-84e1ee18b691"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-e0f4bb4e-311e-48b9-90e1-60ce3a595c5e {
  
}

#s-e0f4bb4e-311e-48b9-90e1-60ce3a595c5e .shogun-icon-wrapper {
  text-align: center;
}


#s-e0f4bb4e-311e-48b9-90e1-60ce3a595c5e .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-67f983b0-3040-46ec-bc4c-1d21d766faaa {
  
}

@media (min-width: 0px) {
[id="s-67f983b0-3040-46ec-bc4c-1d21d766faaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67f983b0-3040-46ec-bc4c-1d21d766faaa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67f983b0-3040-46ec-bc4c-1d21d766faaa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67f983b0-3040-46ec-bc4c-1d21d766faaa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67f983b0-3040-46ec-bc4c-1d21d766faaa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67f983b0-3040-46ec-bc4c-1d21d766faaa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67f983b0-3040-46ec-bc4c-1d21d766faaa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-2c9a182d-7c74-40bb-aa62-60c8d6a93443 {
  
}

#s-2c9a182d-7c74-40bb-aa62-60c8d6a93443 .shogun-icon-wrapper {
  text-align: center;
}


#s-2c9a182d-7c74-40bb-aa62-60c8d6a93443 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-9aeab61f-1cb9-4df8-bf31-f318a271b1bb {
  
}

@media (min-width: 0px) {
[id="s-9aeab61f-1cb9-4df8-bf31-f318a271b1bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9aeab61f-1cb9-4df8-bf31-f318a271b1bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9aeab61f-1cb9-4df8-bf31-f318a271b1bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9aeab61f-1cb9-4df8-bf31-f318a271b1bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9aeab61f-1cb9-4df8-bf31-f318a271b1bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9aeab61f-1cb9-4df8-bf31-f318a271b1bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9aeab61f-1cb9-4df8-bf31-f318a271b1bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-86fe945a-c6d3-4f1e-9119-526290734d9b {
  
}

#s-86fe945a-c6d3-4f1e-9119-526290734d9b .shogun-icon-wrapper {
  text-align: center;
}


#s-86fe945a-c6d3-4f1e-9119-526290734d9b .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

@media (min-width: 1200px){#s-8d5e74cb-60ff-4c99-95ea-2218d67d861b {
  display: none;
}
#s-8d5e74cb-60ff-4c99-95ea-2218d67d861b, #wrap-s-8d5e74cb-60ff-4c99-95ea-2218d67d861b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d5e74cb-60ff-4c99-95ea-2218d67d861b {
  display: none;
}
#s-8d5e74cb-60ff-4c99-95ea-2218d67d861b, #wrap-s-8d5e74cb-60ff-4c99-95ea-2218d67d861b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d5e74cb-60ff-4c99-95ea-2218d67d861b {
  display: none;
}
#s-8d5e74cb-60ff-4c99-95ea-2218d67d861b, #wrap-s-8d5e74cb-60ff-4c99-95ea-2218d67d861b { display:none !important; }}
#s-8d5e74cb-60ff-4c99-95ea-2218d67d861b hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e {
  display: none;
}
#s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e, #wrap-s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e {
  display: none;
}
#s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e, #wrap-s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e { display:none !important; }}@media (max-width: 767px){#s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e {
  display: none;
}
#s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e, #wrap-s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e { display:none !important; }}
@media (min-width: 0px) {
[id="s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-338c6bd3-8d8a-4739-bb51-0fa59f8bd98e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-70a8e8a4-bfbc-4e20-a3f6-bc0a8a93bd32 {
  margin-top: 6px;
text-align: center;
}







  #s-70a8e8a4-bfbc-4e20-a3f6-bc0a8a93bd32 img.shogun-image {
    

    
    
    
  }


#s-70a8e8a4-bfbc-4e20-a3f6-bc0a8a93bd32 .shogun-image-content {
  
    align-items: center;
  
}

#s-7118ab9b-f194-41e8-8e94-1404d5ad6f88 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7118ab9b-f194-41e8-8e94-1404d5ad6f88 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-b03690cd-c4c5-4c05-b04b-7be82b1e4f92 {
  display: none;
}
#s-b03690cd-c4c5-4c05-b04b-7be82b1e4f92, #wrap-s-b03690cd-c4c5-4c05-b04b-7be82b1e4f92 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b03690cd-c4c5-4c05-b04b-7be82b1e4f92 {
  display: none;
}
#s-b03690cd-c4c5-4c05-b04b-7be82b1e4f92, #wrap-s-b03690cd-c4c5-4c05-b04b-7be82b1e4f92 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b03690cd-c4c5-4c05-b04b-7be82b1e4f92 {
  display: none;
}
#s-b03690cd-c4c5-4c05-b04b-7be82b1e4f92, #wrap-s-b03690cd-c4c5-4c05-b04b-7be82b1e4f92 { display:none !important; }}
#s-2225050e-1ba7-4858-8035-47b73ae4e9fe {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (min-width: 1200px){#s-2225050e-1ba7-4858-8035-47b73ae4e9fe {
  display: none;
}
#s-2225050e-1ba7-4858-8035-47b73ae4e9fe, #wrap-s-2225050e-1ba7-4858-8035-47b73ae4e9fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2225050e-1ba7-4858-8035-47b73ae4e9fe {
  display: none;
}
#s-2225050e-1ba7-4858-8035-47b73ae4e9fe, #wrap-s-2225050e-1ba7-4858-8035-47b73ae4e9fe { display:none !important; }}@media (max-width: 767px){#s-2225050e-1ba7-4858-8035-47b73ae4e9fe {
  display: none;
}
#s-2225050e-1ba7-4858-8035-47b73ae4e9fe, #wrap-s-2225050e-1ba7-4858-8035-47b73ae4e9fe { display:none !important; }}
@media (min-width: 0px) {
[id="s-2225050e-1ba7-4858-8035-47b73ae4e9fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2225050e-1ba7-4858-8035-47b73ae4e9fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2225050e-1ba7-4858-8035-47b73ae4e9fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2225050e-1ba7-4858-8035-47b73ae4e9fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2225050e-1ba7-4858-8035-47b73ae4e9fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2225050e-1ba7-4858-8035-47b73ae4e9fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2225050e-1ba7-4858-8035-47b73ae4e9fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-94d3fc73-5f61-43ef-8e6d-4391395cb7ee {
  text-align: center;
}







  #s-94d3fc73-5f61-43ef-8e6d-4391395cb7ee img.shogun-image {
    

    
    
    
  }


#s-94d3fc73-5f61-43ef-8e6d-4391395cb7ee .shogun-image-content {
  
    align-items: center;
  
}

#s-1b77982a-3295-4fdb-a2f6-b5cb84a5e5a2 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b77982a-3295-4fdb-a2f6-b5cb84a5e5a2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-80ea362f-dce9-46c5-88a4-4c4a97afd8de {
  display: none;
}
#s-80ea362f-dce9-46c5-88a4-4c4a97afd8de, #wrap-s-80ea362f-dce9-46c5-88a4-4c4a97afd8de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80ea362f-dce9-46c5-88a4-4c4a97afd8de {
  display: none;
}
#s-80ea362f-dce9-46c5-88a4-4c4a97afd8de, #wrap-s-80ea362f-dce9-46c5-88a4-4c4a97afd8de { display:none !important; }}@media (max-width: 767px){#s-80ea362f-dce9-46c5-88a4-4c4a97afd8de {
  display: none;
}
#s-80ea362f-dce9-46c5-88a4-4c4a97afd8de, #wrap-s-80ea362f-dce9-46c5-88a4-4c4a97afd8de { display:none !important; }}
@media (min-width: 0px) {
[id="s-80ea362f-dce9-46c5-88a4-4c4a97afd8de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80ea362f-dce9-46c5-88a4-4c4a97afd8de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80ea362f-dce9-46c5-88a4-4c4a97afd8de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80ea362f-dce9-46c5-88a4-4c4a97afd8de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80ea362f-dce9-46c5-88a4-4c4a97afd8de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80ea362f-dce9-46c5-88a4-4c4a97afd8de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80ea362f-dce9-46c5-88a4-4c4a97afd8de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-80d6c83b-8be3-4b12-9c29-f5d43b3c2873 {
  text-align: center;
}







  #s-80d6c83b-8be3-4b12-9c29-f5d43b3c2873 img.shogun-image {
    

    
    
    
  }


#s-80d6c83b-8be3-4b12-9c29-f5d43b3c2873 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0fa7127-42c9-4c4f-acfa-d594d2f05721 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f0fa7127-42c9-4c4f-acfa-d594d2f05721 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d {
  margin-top: 80px;
}
@media (min-width: 1200px){#s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d {
  display: none;
}
#s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d, #wrap-s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d {
  display: none;
}
#s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d, #wrap-s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d { display:none !important; }}@media (max-width: 767px){#s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d {
  display: none;
}
#s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d, #wrap-s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d { display:none !important; }}
@media (min-width: 0px) {
[id="s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae56c1fd-92d4-402a-a8c7-81c26cb4bc4d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ddb323c1-007b-4a8a-adff-558183e18788 {
  margin-top: 30px;
text-align: center;
}







  #s-ddb323c1-007b-4a8a-adff-558183e18788 img.shogun-image {
    

    
    
    
  }


#s-ddb323c1-007b-4a8a-adff-558183e18788 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e85d8a3-464e-480a-a28e-14f62ba43914 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0e85d8a3-464e-480a-a28e-14f62ba43914 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0a0571c2-49a8-4654-b291-eac7f830460d {
  margin-bottom: 30px;
}

@media (min-width: 1200px){#s-41a81770-72d1-4309-9977-fa3a9bf72de2 {
  display: none;
}
#s-41a81770-72d1-4309-9977-fa3a9bf72de2, #wrap-s-41a81770-72d1-4309-9977-fa3a9bf72de2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41a81770-72d1-4309-9977-fa3a9bf72de2 {
  display: none;
}
#s-41a81770-72d1-4309-9977-fa3a9bf72de2, #wrap-s-41a81770-72d1-4309-9977-fa3a9bf72de2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41a81770-72d1-4309-9977-fa3a9bf72de2 {
  display: none;
}
#s-41a81770-72d1-4309-9977-fa3a9bf72de2, #wrap-s-41a81770-72d1-4309-9977-fa3a9bf72de2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-41a81770-72d1-4309-9977-fa3a9bf72de2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41a81770-72d1-4309-9977-fa3a9bf72de2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41a81770-72d1-4309-9977-fa3a9bf72de2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41a81770-72d1-4309-9977-fa3a9bf72de2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41a81770-72d1-4309-9977-fa3a9bf72de2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41a81770-72d1-4309-9977-fa3a9bf72de2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41a81770-72d1-4309-9977-fa3a9bf72de2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-01db710e-7f3f-4067-b366-7a55034b85a6 {
  text-align: center;
}







  #s-01db710e-7f3f-4067-b366-7a55034b85a6 img.shogun-image {
    

    
    
    
  }


#s-01db710e-7f3f-4067-b366-7a55034b85a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-310e85de-a7b4-415a-a430-bd7e820123d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-310e85de-a7b4-415a-a430-bd7e820123d5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96 {
  display: none;
}
#s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96, #wrap-s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96 {
  display: none;
}
#s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96, #wrap-s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96 {
  display: none;
}
#s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96, #wrap-s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96 { display:none !important; }}
@media (min-width: 0px) {
[id="s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30e2e237-e992-4f6f-bfe6-ce096f0a4c96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b5ecab6f-e6ab-42be-9179-70407a8d562c {
  text-align: center;
}







  #s-b5ecab6f-e6ab-42be-9179-70407a8d562c img.shogun-image {
    

    
    
    
  }


#s-b5ecab6f-e6ab-42be-9179-70407a8d562c .shogun-image-content {
  
    align-items: center;
  
}

#s-1571146b-251a-42c9-be2a-ec119586f6a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1571146b-251a-42c9-be2a-ec119586f6a6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7ee811d9-e513-4e0f-833c-f6dc0acedfad {
  margin-top: 45px;
}
@media (min-width: 1200px){#s-7ee811d9-e513-4e0f-833c-f6dc0acedfad {
  display: none;
}
#s-7ee811d9-e513-4e0f-833c-f6dc0acedfad, #wrap-s-7ee811d9-e513-4e0f-833c-f6dc0acedfad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ee811d9-e513-4e0f-833c-f6dc0acedfad {
  display: none;
}
#s-7ee811d9-e513-4e0f-833c-f6dc0acedfad, #wrap-s-7ee811d9-e513-4e0f-833c-f6dc0acedfad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ee811d9-e513-4e0f-833c-f6dc0acedfad {
  display: none;
}
#s-7ee811d9-e513-4e0f-833c-f6dc0acedfad, #wrap-s-7ee811d9-e513-4e0f-833c-f6dc0acedfad { display:none !important; }}
@media (min-width: 0px) {
[id="s-7ee811d9-e513-4e0f-833c-f6dc0acedfad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7ee811d9-e513-4e0f-833c-f6dc0acedfad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-7ee811d9-e513-4e0f-833c-f6dc0acedfad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ee811d9-e513-4e0f-833c-f6dc0acedfad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-f5a620f0-32e0-4645-8a3f-525689f5d521 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-f5a620f0-32e0-4645-8a3f-525689f5d521 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-431a2a03-dd8a-4dbd-aea2-aa39fd7a11de {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 117, 117, 1);
border-style: solid;
}

#s-7e1d2941-32f1-44dd-aa7b-beb2ccb27293 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-7e1d2941-32f1-44dd-aa7b-beb2ccb27293 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-da4b9a6a-9fab-4de2-8750-24e797aa99f3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 117, 117, 1);
border-style: solid;
border-radius: 0px;
}

#s-66b9a9d4-bb59-44c6-8b31-0371d0cf5382 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-66b9a9d4-bb59-44c6-8b31-0371d0cf5382 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-554ce578-7879-4e23-8d8c-9052ddb976f9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 117, 117, 1);
border-style: solid;
}

#s-ffc7ee26-ed3d-4594-9494-eb21e7eaa2fb {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-ffc7ee26-ed3d-4594-9494-eb21e7eaa2fb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-484e1ebb-d29a-44f1-acea-8e6f3795bf1d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 117, 117, 1);
border-style: solid;
}

#s-29fce285-79c4-4c20-b5b6-d3dcb85dab06 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-29fce285-79c4-4c20-b5b6-d3dcb85dab06 {
  display: none;
}
#s-29fce285-79c4-4c20-b5b6-d3dcb85dab06, #wrap-s-29fce285-79c4-4c20-b5b6-d3dcb85dab06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29fce285-79c4-4c20-b5b6-d3dcb85dab06 {
  display: none;
}
#s-29fce285-79c4-4c20-b5b6-d3dcb85dab06, #wrap-s-29fce285-79c4-4c20-b5b6-d3dcb85dab06 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29fce285-79c4-4c20-b5b6-d3dcb85dab06 {
  display: none;
}
#s-29fce285-79c4-4c20-b5b6-d3dcb85dab06, #wrap-s-29fce285-79c4-4c20-b5b6-d3dcb85dab06 { display:none !important; }}
@media (min-width: 0px) {
[id="s-29fce285-79c4-4c20-b5b6-d3dcb85dab06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29fce285-79c4-4c20-b5b6-d3dcb85dab06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29fce285-79c4-4c20-b5b6-d3dcb85dab06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29fce285-79c4-4c20-b5b6-d3dcb85dab06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29fce285-79c4-4c20-b5b6-d3dcb85dab06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29fce285-79c4-4c20-b5b6-d3dcb85dab06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29fce285-79c4-4c20-b5b6-d3dcb85dab06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-aadd8438-addb-4a0b-9e3f-2d7513fcc17e {
  text-align: center;
}







  #s-aadd8438-addb-4a0b-9e3f-2d7513fcc17e img.shogun-image {
    

    
    
    
  }


#s-aadd8438-addb-4a0b-9e3f-2d7513fcc17e .shogun-image-content {
  
    align-items: center;
  
}

#s-9fdb000b-2e19-4fda-bd81-41cf6eca17d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fdb000b-2e19-4fda-bd81-41cf6eca17d7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-c4516d18-6f58-463e-ba8d-cb9db5d98cb3 {
  display: none;
}
#s-c4516d18-6f58-463e-ba8d-cb9db5d98cb3, #wrap-s-c4516d18-6f58-463e-ba8d-cb9db5d98cb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4516d18-6f58-463e-ba8d-cb9db5d98cb3 {
  display: none;
}
#s-c4516d18-6f58-463e-ba8d-cb9db5d98cb3, #wrap-s-c4516d18-6f58-463e-ba8d-cb9db5d98cb3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4516d18-6f58-463e-ba8d-cb9db5d98cb3 {
  display: none;
}
#s-c4516d18-6f58-463e-ba8d-cb9db5d98cb3, #wrap-s-c4516d18-6f58-463e-ba8d-cb9db5d98cb3 { display:none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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