.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-98308867-3d12-4bea-98d1-5cd3e01c1e02 {
  padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-98308867-3d12-4bea-98d1-5cd3e01c1e02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98308867-3d12-4bea-98d1-5cd3e01c1e02.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-80951b4a-f187-4bb4-9ca9-155bbc31ccf2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-49533c22-8b71-40e8-bfa7-a598cbcbbdcc {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-49533c22-8b71-40e8-bfa7-a598cbcbbdcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49533c22-8b71-40e8-bfa7-a598cbcbbdcc.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-41770886-1ab5-412d-b748-1a7daf019682 {
  margin-top: 90px;
margin-bottom: 30px;
}

#s-c02cad7a-0868-436e-b090-eda12a32aa62 {
  margin-top: 30px;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-3fc975c5-810d-4e54-b41b-44a9a4612dad {
  text-align: center;
}





#s-3fc975c5-810d-4e54-b41b-44a9a4612dad .shogun-image-content {
  
    align-items: center;
  
}

#s-c6891b5d-630f-4f5e-baa7-8af679a24c4b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-c6891b5d-630f-4f5e-baa7-8af679a24c4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6891b5d-630f-4f5e-baa7-8af679a24c4b.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-ba7036d0-4243-482a-a24d-d02e4f2ae0a7 {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
text-align: center;
}

#s-ba7036d0-4243-482a-a24d-d02e4f2ae0a7 .shogun-heading-component h2 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-0a664197-4b78-4b0e-bf73-cbbb1d66c0d9 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
opacity: 1;
}
@media (min-width: 1200px){#s-0a664197-4b78-4b0e-bf73-cbbb1d66c0d9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a664197-4b78-4b0e-bf73-cbbb1d66c0d9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a664197-4b78-4b0e-bf73-cbbb1d66c0d9 {
  
}
}@media (max-width: 767px){#s-0a664197-4b78-4b0e-bf73-cbbb1d66c0d9 {
  
}
}
@media (min-width: 0px) {
[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f557b377-0b4f-41a0-a18c-0c18b57cff1a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0b41bdff-1096-45f9-8f4f-01b11ffa997d {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-0b41bdff-1096-45f9-8f4f-01b11ffa997d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e2ff6918-313d-4aef-82ea-e827e678694d {
  margin-top: 90px;
margin-left: 30px;
margin-right: 30px;
text-align: left;
}

#s-e2ff6918-313d-4aef-82ea-e827e678694d .shogun-heading-component h2 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-b2117d9f-c53d-49a0-a30a-18fe6d32ba95 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
opacity: 1;
}
@media (min-width: 1200px){#s-b2117d9f-c53d-49a0-a30a-18fe6d32ba95 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2117d9f-c53d-49a0-a30a-18fe6d32ba95 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2117d9f-c53d-49a0-a30a-18fe6d32ba95 {
  
}
}@media (max-width: 767px){#s-b2117d9f-c53d-49a0-a30a-18fe6d32ba95 {
  
}
}
#s-8adf74cd-c0ec-4f5b-a6bb-12bdd5e85ca3 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-8adf74cd-c0ec-4f5b-a6bb-12bdd5e85ca3 img.shogun-image {
    
    width: px;
  }


#s-8adf74cd-c0ec-4f5b-a6bb-12bdd5e85ca3 .shogun-image-content {
  
    align-items: center;
  
}

#s-80f0514d-247c-43d6-99b5-6410019a7023 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-80f0514d-247c-43d6-99b5-6410019a7023"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-379ec198-6d75-4c84-9fd2-244e3a5ae98a {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-379ec198-6d75-4c84-9fd2-244e3a5ae98a img.shogun-image {
    
    width: px;
  }


#s-379ec198-6d75-4c84-9fd2-244e3a5ae98a .shogun-image-content {
  
    align-items: center;
  
}

#s-000bdc1b-5ab5-47a3-9822-81e37a67b54a {
  margin-top: 90px;
margin-left: 30px;
margin-right: 30px;
text-align: left;
}

#s-000bdc1b-5ab5-47a3-9822-81e37a67b54a .shogun-heading-component h2 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-b4950b62-4703-421f-a8d3-f4d0f5192503 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
opacity: 1;
}
@media (min-width: 1200px){#s-b4950b62-4703-421f-a8d3-f4d0f5192503 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4950b62-4703-421f-a8d3-f4d0f5192503 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4950b62-4703-421f-a8d3-f4d0f5192503 {
  
}
}@media (max-width: 767px){#s-b4950b62-4703-421f-a8d3-f4d0f5192503 {
  
}
}
#s-e6f0057b-620a-433a-a87d-3b79581ee678 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-e6f0057b-620a-433a-a87d-3b79581ee678"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e381376c-b8e8-4c67-abce-ed1c3a57e366 {
  margin-top: 90px;
margin-left: 30px;
margin-right: 30px;
text-align: left;
}

#s-e381376c-b8e8-4c67-abce-ed1c3a57e366 .shogun-heading-component h2 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-5d7474ff-f164-4676-b755-80232a8bb48f {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
opacity: 1;
}
@media (min-width: 1200px){#s-5d7474ff-f164-4676-b755-80232a8bb48f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d7474ff-f164-4676-b755-80232a8bb48f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d7474ff-f164-4676-b755-80232a8bb48f {
  
}
}@media (max-width: 767px){#s-5d7474ff-f164-4676-b755-80232a8bb48f {
  
}
}
#s-009cf960-2e7a-40f7-926b-d129ef05a4c9 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-009cf960-2e7a-40f7-926b-d129ef05a4c9 img.shogun-image {
    
    width: px;
  }


#s-009cf960-2e7a-40f7-926b-d129ef05a4c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f98239e-e01d-4f07-93bc-aa7df041b22b {
  margin-top: 90px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-5f98239e-e01d-4f07-93bc-aa7df041b22b .shogun-heading-component h2 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-e9a0fb07-d582-49fe-a638-02492494a9af {
  margin-top: 90px;
margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e9a0fb07-d582-49fe-a638-02492494a9af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8b643b7e-16d3-439d-baaf-a8c74a57f275 {
  text-align: center;
}




  #s-8b643b7e-16d3-439d-baaf-a8c74a57f275 img.shogun-image {
    
    width: px;
  }


#s-8b643b7e-16d3-439d-baaf-a8c74a57f275 .shogun-image-content {
  
    align-items: center;
  
}

#s-29204d3e-2676-4e60-a703-fce7f99209b8 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29204d3e-2676-4e60-a703-fce7f99209b8 .shogun-heading-component h3 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-94e5d7dc-7cde-4c6a-8e65-f76f29ee0c45 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-e8658abf-d313-402f-ae25-8734dc35d29b {
  text-align: center;
}




  #s-e8658abf-d313-402f-ae25-8734dc35d29b img.shogun-image {
    
    width: px;
  }


#s-e8658abf-d313-402f-ae25-8734dc35d29b .shogun-image-content {
  
    align-items: center;
  
}

#s-b0b920b8-38cd-4a9e-98bf-44b99cde0e7e {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b0b920b8-38cd-4a9e-98bf-44b99cde0e7e .shogun-heading-component h3 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-30686277-ece3-4bf5-a40f-61dc3d898a1a {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-b628a8e2-c06a-41d3-b3a1-08bfed3be1ff {
  text-align: center;
}




  #s-b628a8e2-c06a-41d3-b3a1-08bfed3be1ff img.shogun-image {
    
    width: px;
  }


#s-b628a8e2-c06a-41d3-b3a1-08bfed3be1ff .shogun-image-content {
  
    align-items: center;
  
}

#s-ec864c25-55e1-4b85-9285-6054de29ee63 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec864c25-55e1-4b85-9285-6054de29ee63 .shogun-heading-component h3 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c4db0343-aed1-40ce-8a05-27657f77b5aa {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-fb4462d7-84f5-459c-9d8b-fb52083e81f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}








#s-fb4462d7-84f5-459c-9d8b-fb52083e81f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb4462d7-84f5-459c-9d8b-fb52083e81f2.shg-box.shg-c {
  justify-content: center;
}

#s-30066ec6-c075-4848-bf55-0eaec13d81c1 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 60px;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 139, 139, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-30066ec6-c075-4848-bf55-0eaec13d81c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30066ec6-c075-4848-bf55-0eaec13d81c1.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65caad6d-4d21-42b7-9bcb-5e68867691fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4d82f538-da53-4f46-a40c-a60e51bc2178 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-dda3f939-0311-4fd0-a820-80b02ac033b6 {
  text-align: left;
}


.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 {
  max-width: 100%;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom,
.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 {
  max-width: 100%;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom,
.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 {
  max-width: 100%;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom,
.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 {
  max-width: 100%;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom,
.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 {
  max-width: 100%;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom,
.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 {
  max-width: 100%;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom,
.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dda3f939-0311-4fd0-a820-80b02ac033b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-acb6dcc5-5367-4ad6-9984-5cce90574a70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1000px;
text-align: left;
}

#s-acb6dcc5-5367-4ad6-9984-5cce90574a70 .shogun-heading-component h2 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-088e0566-7e9c-4820-bbff-91e7701089c7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1000px;
}

#s-9d670b55-19bb-4b14-b196-bac8f3595aca {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1600px;
background-color: rgba(44, 46, 57, 1);
}
@media (min-width: 1200px){#s-9d670b55-19bb-4b14-b196-bac8f3595aca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d670b55-19bb-4b14-b196-bac8f3595aca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d670b55-19bb-4b14-b196-bac8f3595aca {
  
}
}@media (max-width: 767px){#s-9d670b55-19bb-4b14-b196-bac8f3595aca {
  
}
}







#s-9d670b55-19bb-4b14-b196-bac8f3595aca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d670b55-19bb-4b14-b196-bac8f3595aca.shg-box.shg-c {
  justify-content: center;
}

#s-fdfc2664-dd2e-4a55-8c2f-12957e1d180d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1000px;
text-align: center;
}

#s-fdfc2664-dd2e-4a55-8c2f-12957e1d180d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-c421c1b4-e7e3-4507-a885-fdf47e0c1e5b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-45f4a410-c83b-428a-9f08-002e19f482b0 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-45f4a410-c83b-428a-9f08-002e19f482b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45f4a410-c83b-428a-9f08-002e19f482b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45f4a410-c83b-428a-9f08-002e19f482b0 {
  
}
}@media (max-width: 767px){#s-45f4a410-c83b-428a-9f08-002e19f482b0 {
  
}
}
@media (min-width: 0px) {
[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-45f4a410-c83b-428a-9f08-002e19f482b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-ea0fcb27-6fc0-4b2e-9605-6ce400598309 {
  border-style: solid;
margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
}








#s-ea0fcb27-6fc0-4b2e-9605-6ce400598309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea0fcb27-6fc0-4b2e-9605-6ce400598309.shg-box.shg-c {
  justify-content: center;
}

#s-826d396d-7511-43ff-9f19-407308be8fa9 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-826d396d-7511-43ff-9f19-407308be8fa9 .shogun-icon-wrapper {
  text-align: center;
}


#s-826d396d-7511-43ff-9f19-407308be8fa9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(43, 197, 106, 1);
}

#s-c554e469-8821-4baa-a9e6-b1705aa4796d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-c554e469-8821-4baa-a9e6-b1705aa4796d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c554e469-8821-4baa-a9e6-b1705aa4796d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c554e469-8821-4baa-a9e6-b1705aa4796d {
  
}
}@media (max-width: 767px){#s-c554e469-8821-4baa-a9e6-b1705aa4796d {
  
}
}
#s-38d87cdb-d545-492d-a02a-ca15b2d1dd4d {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-38d87cdb-d545-492d-a02a-ca15b2d1dd4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38d87cdb-d545-492d-a02a-ca15b2d1dd4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-38d87cdb-d545-492d-a02a-ca15b2d1dd4d {
  
}
}@media (max-width: 767px){#s-38d87cdb-d545-492d-a02a-ca15b2d1dd4d {
  
}
}
#s-49f88210-9a6c-4764-adfd-eba81f980c8f {
  border-style: solid;
margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
}








#s-49f88210-9a6c-4764-adfd-eba81f980c8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49f88210-9a6c-4764-adfd-eba81f980c8f.shg-box.shg-c {
  justify-content: center;
}

#s-2d76ba73-b5b3-41ce-85fd-155fcf1f5a63 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-2d76ba73-b5b3-41ce-85fd-155fcf1f5a63 .shogun-icon-wrapper {
  text-align: center;
}


#s-2d76ba73-b5b3-41ce-85fd-155fcf1f5a63 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(43, 197, 106, 1);
}

#s-8be7214a-6554-459e-a4c0-4a761f161bcf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8be7214a-6554-459e-a4c0-4a761f161bcf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8be7214a-6554-459e-a4c0-4a761f161bcf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8be7214a-6554-459e-a4c0-4a761f161bcf {
  
}
}@media (max-width: 767px){#s-8be7214a-6554-459e-a4c0-4a761f161bcf {
  
}
}
#s-c5c659d2-eccc-4819-bbdc-a6cac307b657 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-c5c659d2-eccc-4819-bbdc-a6cac307b657 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5c659d2-eccc-4819-bbdc-a6cac307b657 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5c659d2-eccc-4819-bbdc-a6cac307b657 {
  
}
}@media (max-width: 767px){#s-c5c659d2-eccc-4819-bbdc-a6cac307b657 {
  
}
}
#s-6652c94b-f630-43a4-84ff-f14d562d40a6 {
  border-style: solid;
margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
}








#s-6652c94b-f630-43a4-84ff-f14d562d40a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6652c94b-f630-43a4-84ff-f14d562d40a6.shg-box.shg-c {
  justify-content: center;
}

#s-af355ba9-b512-48a1-80df-b9cd48a07237 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-af355ba9-b512-48a1-80df-b9cd48a07237 .shogun-icon-wrapper {
  text-align: center;
}


#s-af355ba9-b512-48a1-80df-b9cd48a07237 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(43, 197, 106, 1);
}

#s-3dba5948-4f41-4eb6-bab7-c749ca3412b0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-3dba5948-4f41-4eb6-bab7-c749ca3412b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3dba5948-4f41-4eb6-bab7-c749ca3412b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3dba5948-4f41-4eb6-bab7-c749ca3412b0 {
  
}
}@media (max-width: 767px){#s-3dba5948-4f41-4eb6-bab7-c749ca3412b0 {
  
}
}
#s-0780e459-1493-49c3-a4c9-03be9f434728 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-0780e459-1493-49c3-a4c9-03be9f434728 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0780e459-1493-49c3-a4c9-03be9f434728 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0780e459-1493-49c3-a4c9-03be9f434728 {
  
}
}@media (max-width: 767px){#s-0780e459-1493-49c3-a4c9-03be9f434728 {
  
}
}
#s-cedcac54-83e7-49ca-aa27-8779d4f86d4f {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-cedcac54-83e7-49ca-aa27-8779d4f86d4f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cedcac54-83e7-49ca-aa27-8779d4f86d4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cedcac54-83e7-49ca-aa27-8779d4f86d4f {
  
}
}@media (max-width: 767px){#s-cedcac54-83e7-49ca-aa27-8779d4f86d4f {
  
}
}
@media (min-width: 0px) {
[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cedcac54-83e7-49ca-aa27-8779d4f86d4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-1bdf9fc2-b0ab-45e0-98c4-91dc7f823794 {
  border-style: solid;
margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
}








#s-1bdf9fc2-b0ab-45e0-98c4-91dc7f823794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bdf9fc2-b0ab-45e0-98c4-91dc7f823794.shg-box.shg-c {
  justify-content: center;
}

#s-07227546-30f4-49d9-8900-5fc435ef4a29 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-07227546-30f4-49d9-8900-5fc435ef4a29 .shogun-icon-wrapper {
  text-align: center;
}


#s-07227546-30f4-49d9-8900-5fc435ef4a29 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(43, 197, 106, 1);
}

#s-3f5dd596-9c95-42b7-b870-d82c7f06a27a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-3f5dd596-9c95-42b7-b870-d82c7f06a27a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f5dd596-9c95-42b7-b870-d82c7f06a27a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f5dd596-9c95-42b7-b870-d82c7f06a27a {
  
}
}@media (max-width: 767px){#s-3f5dd596-9c95-42b7-b870-d82c7f06a27a {
  
}
}
#s-fee9fc3a-50e7-4072-830d-2d1f518b826e {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-fee9fc3a-50e7-4072-830d-2d1f518b826e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fee9fc3a-50e7-4072-830d-2d1f518b826e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fee9fc3a-50e7-4072-830d-2d1f518b826e {
  
}
}@media (max-width: 767px){#s-fee9fc3a-50e7-4072-830d-2d1f518b826e {
  
}
}
#s-29b44211-d8cc-49a8-bab8-af6a56c15d22 {
  border-style: solid;
margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
}








#s-29b44211-d8cc-49a8-bab8-af6a56c15d22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29b44211-d8cc-49a8-bab8-af6a56c15d22.shg-box.shg-c {
  justify-content: center;
}

#s-8c1a7c81-bd4d-4d6a-b09a-8af16427b9fc {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-8c1a7c81-bd4d-4d6a-b09a-8af16427b9fc .shogun-icon-wrapper {
  text-align: center;
}


#s-8c1a7c81-bd4d-4d6a-b09a-8af16427b9fc .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(43, 197, 106, 1);
}

#s-5c61065e-0f60-487a-85c0-95df76845a6d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-5c61065e-0f60-487a-85c0-95df76845a6d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c61065e-0f60-487a-85c0-95df76845a6d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c61065e-0f60-487a-85c0-95df76845a6d {
  
}
}@media (max-width: 767px){#s-5c61065e-0f60-487a-85c0-95df76845a6d {
  
}
}
#s-a203f5e1-fe25-4729-a5b4-e33fbc59dfae {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-a203f5e1-fe25-4729-a5b4-e33fbc59dfae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a203f5e1-fe25-4729-a5b4-e33fbc59dfae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a203f5e1-fe25-4729-a5b4-e33fbc59dfae {
  
}
}@media (max-width: 767px){#s-a203f5e1-fe25-4729-a5b4-e33fbc59dfae {
  
}
}
#s-1cdd0c5d-c490-4d7b-b56d-601f2c7f5773 {
  border-style: solid;
margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
}








#s-1cdd0c5d-c490-4d7b-b56d-601f2c7f5773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cdd0c5d-c490-4d7b-b56d-601f2c7f5773.shg-box.shg-c {
  justify-content: center;
}

#s-1246024f-c3d7-4167-ba0a-0a898112d470 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-1246024f-c3d7-4167-ba0a-0a898112d470 .shogun-icon-wrapper {
  text-align: center;
}


#s-1246024f-c3d7-4167-ba0a-0a898112d470 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(43, 197, 106, 1);
}

#s-1fccfc9f-8bfe-4a2e-b521-1b636470862d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-1fccfc9f-8bfe-4a2e-b521-1b636470862d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fccfc9f-8bfe-4a2e-b521-1b636470862d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fccfc9f-8bfe-4a2e-b521-1b636470862d {
  
}
}@media (max-width: 767px){#s-1fccfc9f-8bfe-4a2e-b521-1b636470862d {
  
}
}
#s-aa066b86-b997-4222-8eab-dc54039f9744 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-aa066b86-b997-4222-8eab-dc54039f9744 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa066b86-b997-4222-8eab-dc54039f9744 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa066b86-b997-4222-8eab-dc54039f9744 {
  
}
}@media (max-width: 767px){#s-aa066b86-b997-4222-8eab-dc54039f9744 {
  
}
}
#s-c8b51190-3aac-4786-bee4-9c05af6f42fd {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1000px;
text-align: center;
}

#s-c8b51190-3aac-4786-bee4-9c05af6f42fd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f {
  
}
}@media (max-width: 767px){#s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f {
  
}
}
@media (min-width: 0px) {
[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-e26ed8f9-9a8a-4e4d-a6ec-5110f853432f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-7e25f3be-5d95-4e6b-894c-ec08a05d5637 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7e25f3be-5d95-4e6b-894c-ec08a05d5637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e25f3be-5d95-4e6b-894c-ec08a05d5637.shg-box.shg-c {
  justify-content: flex-start;
}

#s-158656d9-5ed8-4a29-8baf-675a8b1c4096 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-158656d9-5ed8-4a29-8baf-675a8b1c4096 .shogun-icon-wrapper {
  text-align: center;
}


#s-158656d9-5ed8-4a29-8baf-675a8b1c4096 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(43, 197, 106, 1);
}

#s-8cd8998e-5948-4838-995f-cad5d04e4e71 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8cd8998e-5948-4838-995f-cad5d04e4e71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8cd8998e-5948-4838-995f-cad5d04e4e71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8cd8998e-5948-4838-995f-cad5d04e4e71 {
  
}
}@media (max-width: 767px){#s-8cd8998e-5948-4838-995f-cad5d04e4e71 {
  
}
}
#s-86250915-9a26-4430-97e0-9e07adfb7438 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-86250915-9a26-4430-97e0-9e07adfb7438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86250915-9a26-4430-97e0-9e07adfb7438.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2e6014fa-9d57-4115-8191-f1c36b8c3dda {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-2e6014fa-9d57-4115-8191-f1c36b8c3dda .shogun-icon-wrapper {
  text-align: center;
}


#s-2e6014fa-9d57-4115-8191-f1c36b8c3dda .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(43, 197, 106, 1);
}

#s-4f743235-36e1-4737-9d61-735f3ab7b264 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-4f743235-36e1-4737-9d61-735f3ab7b264 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f743235-36e1-4737-9d61-735f3ab7b264 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f743235-36e1-4737-9d61-735f3ab7b264 {
  
}
}@media (max-width: 767px){#s-4f743235-36e1-4737-9d61-735f3ab7b264 {
  
}
}
#s-c842fd40-017f-468b-9dea-f31ffae76925 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c842fd40-017f-468b-9dea-f31ffae76925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c842fd40-017f-468b-9dea-f31ffae76925.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d6f02123-c695-4e53-9aa4-ff94af6d0a7a {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-d6f02123-c695-4e53-9aa4-ff94af6d0a7a .shogun-icon-wrapper {
  text-align: center;
}


#s-d6f02123-c695-4e53-9aa4-ff94af6d0a7a .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(43, 197, 106, 1);
}

#s-7b1345c1-564a-4e19-81d8-d41aba8cc16a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-7b1345c1-564a-4e19-81d8-d41aba8cc16a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b1345c1-564a-4e19-81d8-d41aba8cc16a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b1345c1-564a-4e19-81d8-d41aba8cc16a {
  
}
}@media (max-width: 767px){#s-7b1345c1-564a-4e19-81d8-d41aba8cc16a {
  
}
}
#s-a36e3abc-f517-492c-9032-a8cdb73a293b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-a36e3abc-f517-492c-9032-a8cdb73a293b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a36e3abc-f517-492c-9032-a8cdb73a293b.shg-box.shg-c {
  justify-content: center;
}

#s-f44b7a68-b14a-483b-9ad2-570f2b880156 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-f44b7a68-b14a-483b-9ad2-570f2b880156 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-ac9dc9bb-2707-4e1a-9ef0-1c36d938f24c {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
opacity: 1;
}
@media (min-width: 1200px){#s-ac9dc9bb-2707-4e1a-9ef0-1c36d938f24c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac9dc9bb-2707-4e1a-9ef0-1c36d938f24c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac9dc9bb-2707-4e1a-9ef0-1c36d938f24c {
  
}
}@media (max-width: 767px){#s-ac9dc9bb-2707-4e1a-9ef0-1c36d938f24c {
  
}
}
#s-2a234732-31ea-446f-bc98-ebf840ef5508 {
  margin-bottom: 60px;
}

#s-3be6feaa-e078-461b-9d99-9c187b434ecc {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3be6feaa-e078-461b-9d99-9c187b434ecc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3be6feaa-e078-461b-9d99-9c187b434ecc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3be6feaa-e078-461b-9d99-9c187b434ecc {
  
}
}@media (max-width: 767px){#s-3be6feaa-e078-461b-9d99-9c187b434ecc {
  
}
}







#s-3be6feaa-e078-461b-9d99-9c187b434ecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3be6feaa-e078-461b-9d99-9c187b434ecc.shg-box.shg-c {
  justify-content: center;
}

#s-4ac4f0a6-1ab5-4f7d-8156-1a8727d94863 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}








#s-4ac4f0a6-1ab5-4f7d-8156-1a8727d94863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ac4f0a6-1ab5-4f7d-8156-1a8727d94863.shg-box.shg-c {
  justify-content: center;
}

#s-8cda3d27-d200-4a2a-be99-056568d3eb75 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}








#s-8cda3d27-d200-4a2a-be99-056568d3eb75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cda3d27-d200-4a2a-be99-056568d3eb75.shg-box.shg-c {
  justify-content: center;
}

#s-ca967e00-35a1-4116-9946-a299f01745fe {
  margin-left: 30px;
margin-right: 30px;
text-align: center;
}

#s-ca967e00-35a1-4116-9946-a299f01745fe .shogun-heading-component h2 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 2em;
  letter-spacing: ;
  text-align: center;
}



#s-a0e43bf3-3dc2-48c2-9e95-77bfc310aad8 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
opacity: 1;
}
@media (min-width: 1200px){#s-a0e43bf3-3dc2-48c2-9e95-77bfc310aad8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0e43bf3-3dc2-48c2-9e95-77bfc310aad8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0e43bf3-3dc2-48c2-9e95-77bfc310aad8 {
  
}
}@media (max-width: 767px){#s-a0e43bf3-3dc2-48c2-9e95-77bfc310aad8 {
  
}
}
#s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b9a76eb4-8d0a-4c53-a1b5-d26bb0e5003c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-9ecfc42d-9d9d-4f4c-975a-50732048507c {
  text-align: center;
}




  #s-9ecfc42d-9d9d-4f4c-975a-50732048507c img.shogun-image {
    
    width: px;
  }


#s-9ecfc42d-9d9d-4f4c-975a-50732048507c .shogun-image-content {
  
    align-items: center;
  
}

#s-f5729b72-9817-46f1-93c9-454f02a5ac47 {
  text-align: center;
}




  #s-f5729b72-9817-46f1-93c9-454f02a5ac47 img.shogun-image {
    
    width: px;
  }


#s-f5729b72-9817-46f1-93c9-454f02a5ac47 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5bb0d52-279d-4996-9932-2eea609c30b8 {
  text-align: center;
}




  #s-d5bb0d52-279d-4996-9932-2eea609c30b8 img.shogun-image {
    
    width: px;
  }


#s-d5bb0d52-279d-4996-9932-2eea609c30b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-21465235-559b-4676-8ee3-7e3c4318200b {
  text-align: center;
}




  #s-21465235-559b-4676-8ee3-7e3c4318200b img.shogun-image {
    
    width: px;
  }


#s-21465235-559b-4676-8ee3-7e3c4318200b .shogun-image-content {
  
    align-items: center;
  
}

#s-b7e0702c-1183-44fd-8418-b92483232b3e {
  text-align: center;
}




  #s-b7e0702c-1183-44fd-8418-b92483232b3e img.shogun-image {
    
    width: px;
  }


#s-b7e0702c-1183-44fd-8418-b92483232b3e .shogun-image-content {
  
    align-items: center;
  
}

#s-688e4e05-be5d-400c-8dce-20e87c3e71d8 {
  text-align: center;
}




  #s-688e4e05-be5d-400c-8dce-20e87c3e71d8 img.shogun-image {
    
    width: px;
  }


#s-688e4e05-be5d-400c-8dce-20e87c3e71d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b080ea24-4a9b-4469-9e65-958be5596fb6 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b080ea24-4a9b-4469-9e65-958be5596fb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-d2e30743-6ed9-4a60-8a6c-654b14156ffd {
  text-align: center;
}




  #s-d2e30743-6ed9-4a60-8a6c-654b14156ffd img.shogun-image {
    
    width: px;
  }


#s-d2e30743-6ed9-4a60-8a6c-654b14156ffd .shogun-image-content {
  
    align-items: center;
  
}

#s-e6dd3b20-49eb-4426-8f57-01ad4f233401 {
  text-align: center;
}




  #s-e6dd3b20-49eb-4426-8f57-01ad4f233401 img.shogun-image {
    
    width: px;
  }


#s-e6dd3b20-49eb-4426-8f57-01ad4f233401 .shogun-image-content {
  
    align-items: center;
  
}

#s-895bb7df-1a9b-4f4a-9469-aa9e7b801204 {
  text-align: center;
}




  #s-895bb7df-1a9b-4f4a-9469-aa9e7b801204 img.shogun-image {
    
    width: px;
  }


#s-895bb7df-1a9b-4f4a-9469-aa9e7b801204 .shogun-image-content {
  
    align-items: center;
  
}

#s-5df509b6-6d24-465b-a328-6cef60f18410 {
  text-align: center;
}




  #s-5df509b6-6d24-465b-a328-6cef60f18410 img.shogun-image {
    
    width: px;
  }


#s-5df509b6-6d24-465b-a328-6cef60f18410 .shogun-image-content {
  
    align-items: center;
  
}

#s-f73cc701-3d9e-4274-8c68-4923447384ee {
  text-align: center;
}




  #s-f73cc701-3d9e-4274-8c68-4923447384ee img.shogun-image {
    
    width: px;
  }


#s-f73cc701-3d9e-4274-8c68-4923447384ee .shogun-image-content {
  
    align-items: center;
  
}

#s-8124ebf8-6365-4d51-8fb8-ea16514bb941 {
  text-align: center;
}




  #s-8124ebf8-6365-4d51-8fb8-ea16514bb941 img.shogun-image {
    
    width: px;
  }


#s-8124ebf8-6365-4d51-8fb8-ea16514bb941 .shogun-image-content {
  
    align-items: center;
  
}

#s-95e72756-e323-47e5-b1fe-28cd67c74551 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-95e72756-e323-47e5-b1fe-28cd67c74551"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-55b60518-0931-48eb-bb1c-51bf57fdf573 {
  text-align: center;
}




  #s-55b60518-0931-48eb-bb1c-51bf57fdf573 img.shogun-image {
    
    width: px;
  }


#s-55b60518-0931-48eb-bb1c-51bf57fdf573 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4a6108f-ec6a-4205-ad7e-21971bcdae06 {
  text-align: center;
}




  #s-e4a6108f-ec6a-4205-ad7e-21971bcdae06 img.shogun-image {
    
    width: px;
  }


#s-e4a6108f-ec6a-4205-ad7e-21971bcdae06 .shogun-image-content {
  
    align-items: center;
  
}

#s-add87a96-a5f8-478b-b0c7-e9245d5cab9f {
  text-align: center;
}




  #s-add87a96-a5f8-478b-b0c7-e9245d5cab9f img.shogun-image {
    
    width: px;
  }


#s-add87a96-a5f8-478b-b0c7-e9245d5cab9f .shogun-image-content {
  
    align-items: center;
  
}

#s-75d0f6ec-c42b-4a7b-bd81-aa5c7c266695 {
  text-align: center;
}




  #s-75d0f6ec-c42b-4a7b-bd81-aa5c7c266695 img.shogun-image {
    
    width: px;
  }


#s-75d0f6ec-c42b-4a7b-bd81-aa5c7c266695 .shogun-image-content {
  
    align-items: center;
  
}

#s-2aec83ae-19fd-4681-bbb8-05b5229d9726 {
  text-align: center;
}




  #s-2aec83ae-19fd-4681-bbb8-05b5229d9726 img.shogun-image {
    
    width: px;
  }


#s-2aec83ae-19fd-4681-bbb8-05b5229d9726 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7efa75d-3236-4d17-b7aa-801ced50c026 {
  text-align: center;
}




  #s-d7efa75d-3236-4d17-b7aa-801ced50c026 img.shogun-image {
    
    width: px;
  }


#s-d7efa75d-3236-4d17-b7aa-801ced50c026 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a1006d5-525a-4079-9e9d-0218f97e741d {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2a1006d5-525a-4079-9e9d-0218f97e741d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-1a6702d7-eaf5-40d2-8408-8131fb2d94ab {
  text-align: center;
}




  #s-1a6702d7-eaf5-40d2-8408-8131fb2d94ab img.shogun-image {
    
    width: px;
  }


#s-1a6702d7-eaf5-40d2-8408-8131fb2d94ab .shogun-image-content {
  
    align-items: center;
  
}

#s-1b83e5a8-1307-4d58-bda3-f77acb241b5e {
  text-align: center;
}




  #s-1b83e5a8-1307-4d58-bda3-f77acb241b5e img.shogun-image {
    
    width: px;
  }


#s-1b83e5a8-1307-4d58-bda3-f77acb241b5e .shogun-image-content {
  
    align-items: center;
  
}

#s-4dc326bb-c3e3-4d40-bcde-3a1d84734291 {
  text-align: center;
}




  #s-4dc326bb-c3e3-4d40-bcde-3a1d84734291 img.shogun-image {
    
    width: px;
  }


#s-4dc326bb-c3e3-4d40-bcde-3a1d84734291 .shogun-image-content {
  
    align-items: center;
  
}

#s-26e050a7-e437-4274-834d-29d5510d98f7 {
  text-align: center;
}




  #s-26e050a7-e437-4274-834d-29d5510d98f7 img.shogun-image {
    
    width: px;
  }


#s-26e050a7-e437-4274-834d-29d5510d98f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-159c7a95-0981-422d-8a02-bf203ee4f49c {
  text-align: center;
}




  #s-159c7a95-0981-422d-8a02-bf203ee4f49c img.shogun-image {
    
    width: px;
  }


#s-159c7a95-0981-422d-8a02-bf203ee4f49c .shogun-image-content {
  
    align-items: center;
  
}

#s-468ee500-d6b2-4249-a74a-1a602e7600fe {
  text-align: center;
}




  #s-468ee500-d6b2-4249-a74a-1a602e7600fe img.shogun-image {
    
    width: px;
  }


#s-468ee500-d6b2-4249-a74a-1a602e7600fe .shogun-image-content {
  
    align-items: center;
  
}

#s-a97a6682-463d-4ab4-90fd-b9789d9ec563 {
  padding-top: 60px;
padding-bottom: 60px;
}

#s-a97a6682-463d-4ab4-90fd-b9789d9ec563 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-60221a51-2848-4595-bdd9-4bf79bd4d031 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1000px;
text-align: center;
}

#s-60221a51-2848-4595-bdd9-4bf79bd4d031 .shogun-heading-component h2 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 2em;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9420a190-2c60-49e4-a3a5-aca3c56cb50b {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1000px;
}

#s-9420a190-2c60-49e4-a3a5-aca3c56cb50b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9420a190-2c60-49e4-a3a5-aca3c56cb50b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9420a190-2c60-49e4-a3a5-aca3c56cb50b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9420a190-2c60-49e4-a3a5-aca3c56cb50b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9420a190-2c60-49e4-a3a5-aca3c56cb50b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-9420a190-2c60-49e4-a3a5-aca3c56cb50b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-8992c7fc-9c6e-44ed-907a-db9ac1cc50ec {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-8efcd866-debb-4767-8fe0-83c76428b4ff {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-361ba072-9578-4869-ac3c-d0bb8284c746 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-aed37aeb-78f8-4af9-91ac-31eea5655ef8 {
  margin-top: 90px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
text-align: center;
}

#s-aed37aeb-78f8-4af9-91ac-31eea5655ef8 .shogun-heading-component h2 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: 2em;
  letter-spacing: ;
  text-align: center;
}



#s-cf6db463-3db5-4d54-8f8f-f3d44d392bce {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf6db463-3db5-4d54-8f8f-f3d44d392bce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b3700dac-9b7a-488c-af0b-9685e49a6b39 {
  text-align: center;
}




  #s-b3700dac-9b7a-488c-af0b-9685e49a6b39 img.shogun-image {
    
    width: px;
  }


#s-b3700dac-9b7a-488c-af0b-9685e49a6b39 .shogun-image-content {
  
    align-items: center;
  
}

#s-c19a679b-47f7-4a91-943f-9e8e107d4bf3 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c19a679b-47f7-4a91-943f-9e8e107d4bf3 .shogun-heading-component h3 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-dd2d8f1e-d4e5-4327-86b1-a63fad01f504 {
  margin-top: 30px;
margin-bottom: 30px;
}

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

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

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-6ecc8705-b17a-46cd-93cc-153ead9c878e {
  border-style: solid;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(136, 137, 143, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(44, 46, 57, 1);
line-height: 2em;
}
#s-6ecc8705-b17a-46cd-93cc-153ead9c878e:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(44, 46, 57, 1) !important;
border-radius: 4px !important;
background-color: rgba(44, 46, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6ecc8705-b17a-46cd-93cc-153ead9c878e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ecc8705-b17a-46cd-93cc-153ead9c878e-btn-wrapper {
    text-align: left;
  }


#s-6ecc8705-b17a-46cd-93cc-153ead9c878e.shg-btn {
  color: rgba(44, 46, 57, 1);
  font-size: 22px;
  
  
  font-family: Lato;
  display:  inline-block ;
}

#s-6a5e2a71-9828-4d0a-8bc4-5e315ef39414 {
  text-align: center;
}




  #s-6a5e2a71-9828-4d0a-8bc4-5e315ef39414 img.shogun-image {
    
    width: px;
  }


#s-6a5e2a71-9828-4d0a-8bc4-5e315ef39414 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee9dd36b-b1b0-41bb-8c6f-05f325c6da36 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee9dd36b-b1b0-41bb-8c6f-05f325c6da36 .shogun-heading-component h3 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c55fadd1-2ae1-4ac2-8122-503f4a159a72 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-085b4edb-a1a0-4793-bf8a-3beb9182f629 {
  border-style: solid;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(136, 137, 143, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(44, 46, 57, 1);
line-height: 2em;
}
#s-085b4edb-a1a0-4793-bf8a-3beb9182f629:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(44, 46, 57, 1) !important;
border-radius: 4px !important;
background-color: rgba(44, 46, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-085b4edb-a1a0-4793-bf8a-3beb9182f629:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-085b4edb-a1a0-4793-bf8a-3beb9182f629-btn-wrapper {
    text-align: left;
  }


#s-085b4edb-a1a0-4793-bf8a-3beb9182f629.shg-btn {
  color: rgba(44, 46, 57, 1);
  font-size: 22px;
  
  
  font-family: Lato;
  display:  inline-block ;
}

#s-960f05d9-da34-4f86-8a2f-b293ec001e95 {
  text-align: center;
}




  #s-960f05d9-da34-4f86-8a2f-b293ec001e95 img.shogun-image {
    
    width: px;
  }


#s-960f05d9-da34-4f86-8a2f-b293ec001e95 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c4c6ce4-6c24-4bf4-b1a2-cdbc6da11b64 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c4c6ce4-6c24-4bf4-b1a2-cdbc6da11b64 .shogun-heading-component h3 {
  color: rgba(44, 46, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7d1cd02e-b4a4-4e76-9661-4d10eb8686ac {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-2e890dec-ff6b-49d3-b39d-142ea1109e12 {
  border-style: solid;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(136, 137, 143, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(44, 46, 57, 1);
line-height: 2em;
}
#s-2e890dec-ff6b-49d3-b39d-142ea1109e12:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(44, 46, 57, 1) !important;
border-radius: 4px !important;
background-color: rgba(44, 46, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2e890dec-ff6b-49d3-b39d-142ea1109e12:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e890dec-ff6b-49d3-b39d-142ea1109e12-btn-wrapper {
    text-align: left;
  }


#s-2e890dec-ff6b-49d3-b39d-142ea1109e12.shg-btn {
  color: rgba(44, 46, 57, 1);
  font-size: 22px;
  
  
  font-family: Lato;
  display:  inline-block ;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-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;
}
