.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-5176222f-139e-4b6d-b56d-1c8ff34d0d47 {
  background-image: url(https://i.shgcdn.com/06e35989-059f-40ed-a665-f93bfb23d735/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 500px;
background-position: center center;
}








#s-5176222f-139e-4b6d-b56d-1c8ff34d0d47 > .shg-box-overlay {
  background-color: rgba(87, 6, 140, 1);
  opacity: 0.5;
}#s-5176222f-139e-4b6d-b56d-1c8ff34d0d47.shg-box.shg-c {
  justify-content: center;
}

#s-4818a395-bce2-49dd-a0f9-7cc15f5d5237 {
  min-height: 50px;
}








#s-4818a395-bce2-49dd-a0f9-7cc15f5d5237 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4818a395-bce2-49dd-a0f9-7cc15f5d5237.shg-box.shg-c {
  justify-content: flex-start;
}

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

.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-e47f1c2c-9dbb-4b01-96e4-8bddb8069239 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
text-align: center;
}

#s-e47f1c2c-9dbb-4b01-96e4-8bddb8069239 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1ffe9587-0806-4ca7-8574-28a1c1a0523a {
  min-height: 50px;
}








#s-1ffe9587-0806-4ca7-8574-28a1c1a0523a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ffe9587-0806-4ca7-8574-28a1c1a0523a.shg-box.shg-c {
  justify-content: center;
}

#s-7d509c3b-307a-48af-bdbf-0f3bb83a442f {
  min-height: 50px;
background-color: rgba(87, 6, 140, 1);
}








#s-7d509c3b-307a-48af-bdbf-0f3bb83a442f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d509c3b-307a-48af-bdbf-0f3bb83a442f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4dfdbda-a7ac-4db6-8c6a-ae808fd5d3d0 {
  min-height: 50px;
}








#s-b4dfdbda-a7ac-4db6-8c6a-ae808fd5d3d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4dfdbda-a7ac-4db6-8c6a-ae808fd5d3d0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d0c68f69-bc40-451b-95cc-40ccd174579b {
  min-height: 50px;
}








#s-d0c68f69-bc40-451b-95cc-40ccd174579b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0c68f69-bc40-451b-95cc-40ccd174579b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85e7d390-2d2b-4aab-9369-a3594635c961 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-85e7d390-2d2b-4aab-9369-a3594635c961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85e7d390-2d2b-4aab-9369-a3594635c961.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0634bf6c-8044-435e-90ec-2d18af96fd29 {
  min-height: 50px;
}








#s-0634bf6c-8044-435e-90ec-2d18af96fd29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0634bf6c-8044-435e-90ec-2d18af96fd29.shg-box.shg-c {
  justify-content: flex-start;
}

#s-049aab86-a2c2-441a-a407-72f7e6751a5f {
  min-height: 50px;
}








#s-049aab86-a2c2-441a-a407-72f7e6751a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049aab86-a2c2-441a-a407-72f7e6751a5f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85a60f68-5713-41aa-b7d1-53f1096ba2a4 {
  margin-bottom: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85a60f68-5713-41aa-b7d1-53f1096ba2a4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: 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;
}

@media (min-width: 0px) {
[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-788fbf05-9d4a-4567-8b5a-ed4f8d77c7bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-b3a3bcca-40be-4ae7-be05-e4fbbaa74bdb {
  text-align: center;
}




  #s-b3a3bcca-40be-4ae7-be05-e4fbbaa74bdb img.shogun-image {
    
    width: px;
  }


#s-b3a3bcca-40be-4ae7-be05-e4fbbaa74bdb .shogun-image-content {
  
    align-items: center;
  
}

#s-c01dd5ed-42fb-4c62-9624-6e69c6c23b8f {
  text-align: center;
}




  #s-c01dd5ed-42fb-4c62-9624-6e69c6c23b8f img.shogun-image {
    
    width: px;
  }


#s-c01dd5ed-42fb-4c62-9624-6e69c6c23b8f .shogun-image-content {
  
    align-items: center;
  
}

#s-0e290144-6df7-4c20-9af9-abe6528f7427 {
  text-align: center;
}




  #s-0e290144-6df7-4c20-9af9-abe6528f7427 img.shogun-image {
    
    width: px;
  }


#s-0e290144-6df7-4c20-9af9-abe6528f7427 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d53821cc-24fa-44b6-9093-26b82d89f4f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-197cfce0-7c87-4b03-8fae-52f810a80e52 {
  text-align: center;
}




  #s-197cfce0-7c87-4b03-8fae-52f810a80e52 img.shogun-image {
    
    width: px;
  }


#s-197cfce0-7c87-4b03-8fae-52f810a80e52 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc96b800-a303-4293-8889-0721f267e766 {
  text-align: center;
}




  #s-bc96b800-a303-4293-8889-0721f267e766 img.shogun-image {
    
    width: px;
  }


#s-bc96b800-a303-4293-8889-0721f267e766 .shogun-image-content {
  
    align-items: center;
  
}

#s-da2918fd-5184-46ad-b07e-1d6d923ea35a {
  text-align: center;
}




  #s-da2918fd-5184-46ad-b07e-1d6d923ea35a img.shogun-image {
    
    width: px;
  }


#s-da2918fd-5184-46ad-b07e-1d6d923ea35a .shogun-image-content {
  
    align-items: center;
  
}

#s-be87a28a-85d5-4b1a-b20d-789ead49cacf {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-be87a28a-85d5-4b1a-b20d-789ead49cacf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be87a28a-85d5-4b1a-b20d-789ead49cacf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-261c0b5e-c4c5-4416-b5f2-2f2533624b2e {
  min-height: 50px;
}








#s-261c0b5e-c4c5-4416-b5f2-2f2533624b2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-261c0b5e-c4c5-4416-b5f2-2f2533624b2e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6284952c-1c8b-4690-bd7b-0e35d566cf2f {
  min-height: 50px;
}








#s-6284952c-1c8b-4690-bd7b-0e35d566cf2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6284952c-1c8b-4690-bd7b-0e35d566cf2f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f0f2fc6a-13c6-49c2-bdde-5394f0c710f6 {
  margin-bottom: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0f2fc6a-13c6-49c2-bdde-5394f0c710f6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3df1069-aeaf-45dc-b519-41fd97092893"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-79769ac6-0cff-439c-b9ac-04fa9261557c {
  min-height: 50px;
}








#s-79769ac6-0cff-439c-b9ac-04fa9261557c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79769ac6-0cff-439c-b9ac-04fa9261557c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-52b04551-dc88-418b-b5a9-9ed0103075a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-52b04551-dc88-418b-b5a9-9ed0103075a2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(87, 6, 140, 1);
}

#s-45873a14-6627-4155-af28-a0524cf6509f {
  min-height: 50px;
}








#s-45873a14-6627-4155-af28-a0524cf6509f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45873a14-6627-4155-af28-a0524cf6509f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3b1cc20a-4599-4a0a-a5fb-c7b95876db8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b1cc20a-4599-4a0a-a5fb-c7b95876db8d .shogun-heading-component h3 {
  color: rgba(87, 6, 140, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f7decb5d-fd44-4c7f-9709-31bbc8efcf11 {
  min-height: 50px;
}








#s-f7decb5d-fd44-4c7f-9709-31bbc8efcf11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7decb5d-fd44-4c7f-9709-31bbc8efcf11.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e4bf3e1e-e99c-4d1b-a9f0-16df08326260 .shogun-icon-wrapper {
  text-align: center;
}


#s-e4bf3e1e-e99c-4d1b-a9f0-16df08326260 .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(87, 6, 140, 1);
}

#s-7c3d1c6f-dfe2-4784-80f2-73eb194c444e {
  min-height: 50px;
}








#s-7c3d1c6f-dfe2-4784-80f2-73eb194c444e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c3d1c6f-dfe2-4784-80f2-73eb194c444e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0a090242-be25-4597-9817-7980350cd044 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a090242-be25-4597-9817-7980350cd044 .shogun-heading-component h3 {
  color: rgba(87, 6, 140, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9d327943-b90e-4396-b29b-7e9281935387 {
  min-height: 50px;
}








#s-9d327943-b90e-4396-b29b-7e9281935387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d327943-b90e-4396-b29b-7e9281935387.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4b3f7fbf-d879-460c-b527-cd91809d0f81 .shogun-icon-wrapper {
  text-align: center;
}


#s-4b3f7fbf-d879-460c-b527-cd91809d0f81 .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(87, 6, 140, 1);
}

#s-5b90109a-5b12-4b7c-a96e-ed1fa0693c0a {
  min-height: 50px;
}








#s-5b90109a-5b12-4b7c-a96e-ed1fa0693c0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b90109a-5b12-4b7c-a96e-ed1fa0693c0a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c54bc000-2dc5-4927-b3f7-e620549e701f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c54bc000-2dc5-4927-b3f7-e620549e701f .shogun-heading-component h3 {
  color: rgba(87, 6, 140, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cfc9f5bc-1ed0-4395-a877-e7a370a49b7f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cfc9f5bc-1ed0-4395-a877-e7a370a49b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfc9f5bc-1ed0-4395-a877-e7a370a49b7f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-60bcbe93-94ae-4334-8e1d-a645e82a1272 {
  min-height: 50px;
}








#s-60bcbe93-94ae-4334-8e1d-a645e82a1272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60bcbe93-94ae-4334-8e1d-a645e82a1272.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aef7d11e-000f-4d22-a363-9deb73f4cf18 {
  min-height: 50px;
}








#s-aef7d11e-000f-4d22-a363-9deb73f4cf18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aef7d11e-000f-4d22-a363-9deb73f4cf18.shg-box.shg-c {
  justify-content: flex-start;
}

#s-54b81a1d-2493-4656-9a5b-fa61e3135afd {
  min-height: 50px;
}








#s-54b81a1d-2493-4656-9a5b-fa61e3135afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54b81a1d-2493-4656-9a5b-fa61e3135afd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1b958f29-010a-418d-85ce-7d1909c7c5b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b958f29-010a-418d-85ce-7d1909c7c5b6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  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-28d02451-2981-4688-ac5c-274f86a70624 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(87, 6, 140, 1);
}

#s-28d02451-2981-4688-ac5c-274f86a70624 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(87, 6, 140, 1);
  padding: 10px;
}

#s-28d02451-2981-4688-ac5c-274f86a70624 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-28d02451-2981-4688-ac5c-274f86a70624 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(87, 6, 140, 1);
}

#s-28d02451-2981-4688-ac5c-274f86a70624 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-28d02451-2981-4688-ac5c-274f86a70624 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-9bc62f6b-4262-4ece-bd43-62623e26aa29 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-338d4000-c9e1-429b-8052-af1c5d616e69 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-b9d9a77b-334e-41cf-85b3-852dc3e6c6c2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-8781dd61-417b-49c9-bfb6-48a9c36ff98f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-4b32a60d-2af6-4308-8c4f-c807f5c869ff {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-4b32a60d-2af6-4308-8c4f-c807f5c869ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b32a60d-2af6-4308-8c4f-c807f5c869ff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-276d0610-effd-4ab2-925e-c09b8fa95e36 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0b57a8a5-538a-40c2-8ee1-1c28d63de146 {
  text-align: center;
}




  #s-0b57a8a5-538a-40c2-8ee1-1c28d63de146 img.shogun-image {
    
    width: px;
  }


#s-0b57a8a5-538a-40c2-8ee1-1c28d63de146 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d9a7764-f025-4d9c-902a-3607aee7aa06 {
  padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
}








#s-0d9a7764-f025-4d9c-902a-3607aee7aa06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d9a7764-f025-4d9c-902a-3607aee7aa06.shg-box.shg-c {
  justify-content: center;
}

#s-b2f55b1f-4ee7-41b5-bafd-71b4376f3f3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2f55b1f-4ee7-41b5-bafd-71b4376f3f3e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb3d3901-9c6c-4b40-b47c-83db69608f16 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fb3d3901-9c6c-4b40-b47c-83db69608f16 {
  
}
}







#s-fb3d3901-9c6c-4b40-b47c-83db69608f16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3d3901-9c6c-4b40-b47c-83db69608f16.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ff2af889-f56a-48c7-bc72-3c0dd8694ba9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
min-height: 50px;
}








#s-ff2af889-f56a-48c7-bc72-3c0dd8694ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff2af889-f56a-48c7-bc72-3c0dd8694ba9.shg-box.shg-c {
  justify-content: center;
}

#s-6f3bb98b-592b-4ba2-9d78-c6e1954b1cac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f3bb98b-592b-4ba2-9d78-c6e1954b1cac .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-25edc766-97ec-44d0-8411-895ca67f8a33 {
  text-align: center;
}




  #s-25edc766-97ec-44d0-8411-895ca67f8a33 img.shogun-image {
    
    width: px;
  }


#s-25edc766-97ec-44d0-8411-895ca67f8a33 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8b74a36-e9f1-41f3-b0e2-79397d8bbfb6 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-b8b74a36-e9f1-41f3-b0e2-79397d8bbfb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8b74a36-e9f1-41f3-b0e2-79397d8bbfb6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2f2e51b9-504a-43f2-9a01-3622de8705c8 {
  min-height: 50px;
}








#s-2f2e51b9-504a-43f2-9a01-3622de8705c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f2e51b9-504a-43f2-9a01-3622de8705c8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-49acc6f8-8fd1-42ef-9090-3bab3fe6e81d {
  min-height: 50px;
}








#s-49acc6f8-8fd1-42ef-9090-3bab3fe6e81d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49acc6f8-8fd1-42ef-9090-3bab3fe6e81d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f05efdba-1a68-4568-b343-dcdce3d8d2be {
  min-height: 50px;
}








#s-f05efdba-1a68-4568-b343-dcdce3d8d2be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f05efdba-1a68-4568-b343-dcdce3d8d2be.shg-box.shg-c {
  justify-content: flex-start;
}

#s-21b30240-7bdb-4015-bb49-828d64fc46bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21b30240-7bdb-4015-bb49-828d64fc46bc .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-9c231f2e-5014-47e7-b89b-5c867a21fcbc {
  background-color: rgba(255, 255, 255, 1);
}

#s-9c231f2e-5014-47e7-b89b-5c867a21fcbc .shogun-tabs {
  justify-content: center;
}


  #s-9c231f2e-5014-47e7-b89b-5c867a21fcbc .shogun-tabs > li > .shogun-tab-box {
    background: rgba(87, 6, 140, 1);
    border: 1px solid rgba(87, 6, 140, 1);
  }
  #s-9c231f2e-5014-47e7-b89b-5c867a21fcbc .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(143, 97, 169, 1);
    border: 1px solid rgba(143, 97, 169, 1);
  }
#s-9c231f2e-5014-47e7-b89b-5c867a21fcbc .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-9c231f2e-5014-47e7-b89b-5c867a21fcbc .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-9c231f2e-5014-47e7-b89b-5c867a21fcbc .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(143, 97, 169, 1);
}

#s-9c231f2e-5014-47e7-b89b-5c867a21fcbc .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(143, 97, 169, 1);
}

#s-30b6e88e-61fe-4baa-bb2c-e521a37b77a4 {
  border-style: solid;
margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 97, 169, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-30b6e88e-61fe-4baa-bb2c-e521a37b77a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30b6e88e-61fe-4baa-bb2c-e521a37b77a4.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5df81233-23bc-411f-bef6-075b928896ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-93faf680-ffa3-4e75-a6c2-e062e435d68d {
  text-align: center;
}




  #s-93faf680-ffa3-4e75-a6c2-e062e435d68d img.shogun-image {
    
    width: px;
  }


#s-93faf680-ffa3-4e75-a6c2-e062e435d68d .shogun-image-content {
  
    align-items: center;
  
}

#s-47afa715-e0bc-4e04-be25-5ee64aa15983 {
  text-align: center;
}




  #s-47afa715-e0bc-4e04-be25-5ee64aa15983 img.shogun-image {
    
    width: px;
  }


#s-47afa715-e0bc-4e04-be25-5ee64aa15983 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddecf008-8565-4643-ab4f-7d0d91414258 {
  text-align: center;
}




  #s-ddecf008-8565-4643-ab4f-7d0d91414258 img.shogun-image {
    
    width: px;
  }


#s-ddecf008-8565-4643-ab4f-7d0d91414258 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-751ebd48-bcf6-4555-95f2-42b2b6b45ea4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5cba2410-649c-4006-b11b-809f0cff1523 {
  text-align: center;
}




  #s-5cba2410-649c-4006-b11b-809f0cff1523 img.shogun-image {
    
    width: px;
  }


#s-5cba2410-649c-4006-b11b-809f0cff1523 .shogun-image-content {
  
    align-items: center;
  
}

#s-a28e1bb4-2bf9-4afa-b2eb-a906d57d4996 {
  text-align: center;
}




  #s-a28e1bb4-2bf9-4afa-b2eb-a906d57d4996 img.shogun-image {
    
    width: px;
  }


#s-a28e1bb4-2bf9-4afa-b2eb-a906d57d4996 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb9d0cde-e920-444a-8061-16646381fb65 {
  text-align: center;
}




  #s-cb9d0cde-e920-444a-8061-16646381fb65 img.shogun-image {
    
    width: px;
  }


#s-cb9d0cde-e920-444a-8061-16646381fb65 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe0f830f-ac93-42d0-abe1-c73ad5d2f684 {
  border-style: solid;
margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 97, 169, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-fe0f830f-ac93-42d0-abe1-c73ad5d2f684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe0f830f-ac93-42d0-abe1-c73ad5d2f684.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d91dc35c-8eb7-46d1-8e49-a009814a273f {
  text-align: center;
}




  #s-d91dc35c-8eb7-46d1-8e49-a009814a273f img.shogun-image {
    
    width: px;
  }


#s-d91dc35c-8eb7-46d1-8e49-a009814a273f .shogun-image-content {
  
    align-items: center;
  
}

#s-6f4b7ead-46f1-447d-b15f-8f1a8e870f90 {
  border-style: solid;
margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 97, 169, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-6f4b7ead-46f1-447d-b15f-8f1a8e870f90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f4b7ead-46f1-447d-b15f-8f1a8e870f90.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3b146ac9-9ee9-4684-83ee-f4e7a0253fd0 {
  text-align: center;
}




  #s-3b146ac9-9ee9-4684-83ee-f4e7a0253fd0 img.shogun-image {
    
    width: px;
  }


#s-3b146ac9-9ee9-4684-83ee-f4e7a0253fd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec5894dd-81b2-4d62-8fde-4b1c0d8e34cf {
  border-style: solid;
margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 97, 169, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-ec5894dd-81b2-4d62-8fde-4b1c0d8e34cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec5894dd-81b2-4d62-8fde-4b1c0d8e34cf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6630d581-fa21-47eb-9876-af17b5ec850c {
  text-align: center;
}




  #s-6630d581-fa21-47eb-9876-af17b5ec850c img.shogun-image {
    
    width: px;
  }


#s-6630d581-fa21-47eb-9876-af17b5ec850c .shogun-image-content {
  
    align-items: center;
  
}

#s-06b8f575-cd7c-483a-b529-ba1f2eb33640 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-06b8f575-cd7c-483a-b529-ba1f2eb33640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06b8f575-cd7c-483a-b529-ba1f2eb33640.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b465b4dc-817f-4ba3-9fea-0512a5b44eb9 {
  min-height: 50px;
}








#s-b465b4dc-817f-4ba3-9fea-0512a5b44eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b465b4dc-817f-4ba3-9fea-0512a5b44eb9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-914d304a-4ad4-42ce-8e37-8a707b0e731f {
  min-height: 50px;
}








#s-914d304a-4ad4-42ce-8e37-8a707b0e731f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-914d304a-4ad4-42ce-8e37-8a707b0e731f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f9f98898-0da5-4ad2-8b11-3f2e16149492 {
  min-height: 50px;
}








#s-f9f98898-0da5-4ad2-8b11-3f2e16149492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9f98898-0da5-4ad2-8b11-3f2e16149492.shg-box.shg-c {
  justify-content: flex-start;
}

#s-717a7edf-95ca-4443-9d29-2ac737b569e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-717a7edf-95ca-4443-9d29-2ac737b569e5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2904f426-f9dc-4c03-93d1-a4c1c01e0796 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2904f426-f9dc-4c03-93d1-a4c1c01e0796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2904f426-f9dc-4c03-93d1-a4c1c01e0796.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-eb85a25c-dd0f-4f3c-a4ad-389344e9cb16 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7466a657-1337-474e-a0c9-b7fb73c00103"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2f65cca0-3e45-4ed3-bb62-7f92f1fb8253 {
  text-align: center;
}




  #s-2f65cca0-3e45-4ed3-bb62-7f92f1fb8253 img.shogun-image {
    
    width: px;
  }


#s-2f65cca0-3e45-4ed3-bb62-7f92f1fb8253 .shogun-image-content {
  
    align-items: center;
  
}

#s-c90248f5-5861-4c10-b17d-10c97987e625 {
  padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
min-height: 50px;
}








#s-c90248f5-5861-4c10-b17d-10c97987e625 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c90248f5-5861-4c10-b17d-10c97987e625.shg-box.shg-c {
  justify-content: center;
}

#s-3302e5f6-4e6e-4631-96bb-ff1cd9c58395 {
  min-height: 50px;
}








#s-3302e5f6-4e6e-4631-96bb-ff1cd9c58395 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3302e5f6-4e6e-4631-96bb-ff1cd9c58395.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ec1caf9d-9884-4b90-a028-8e5c997469c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec1caf9d-9884-4b90-a028-8e5c997469c0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9743232a-967d-4ec1-b1bf-07866a546fb0 {
  text-align: center;
}




  #s-9743232a-967d-4ec1-b1bf-07866a546fb0 img.shogun-image {
    
    width: px;
  }


#s-9743232a-967d-4ec1-b1bf-07866a546fb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-585f49ed-853a-4b71-a09d-00dccd22374d {
  padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
min-height: 50px;
}








#s-585f49ed-853a-4b71-a09d-00dccd22374d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-585f49ed-853a-4b71-a09d-00dccd22374d.shg-box.shg-c {
  justify-content: center;
}

#s-2dbe9b7c-4058-4ae5-ae2f-cbb74cc6d412 {
  min-height: 50px;
}








#s-2dbe9b7c-4058-4ae5-ae2f-cbb74cc6d412 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dbe9b7c-4058-4ae5-ae2f-cbb74cc6d412.shg-box.shg-c {
  justify-content: flex-start;
}

#s-103df6bd-2fe1-4509-9c39-8b2a8a9ac506 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-103df6bd-2fe1-4509-9c39-8b2a8a9ac506 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-655bae98-ae97-4ef5-87a2-9247ec3d5192 {
  text-align: center;
}




  #s-655bae98-ae97-4ef5-87a2-9247ec3d5192 img.shogun-image {
    
    width: px;
  }


#s-655bae98-ae97-4ef5-87a2-9247ec3d5192 .shogun-image-content {
  
    align-items: center;
  
}

#s-286051ca-6525-40d1-a30f-869a026a567f {
  padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
min-height: 50px;
}








#s-286051ca-6525-40d1-a30f-869a026a567f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-286051ca-6525-40d1-a30f-869a026a567f.shg-box.shg-c {
  justify-content: center;
}

#s-d2369892-c478-4770-b2a7-c7724474bf50 {
  min-height: 50px;
}








#s-d2369892-c478-4770-b2a7-c7724474bf50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2369892-c478-4770-b2a7-c7724474bf50.shg-box.shg-c {
  justify-content: flex-start;
}

#s-78ebd6f6-171a-4903-ae3e-2b624080d37b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78ebd6f6-171a-4903-ae3e-2b624080d37b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-63bbe9c6-8a95-42e0-8f4d-6cd2f0474f67 {
  text-align: center;
}




  #s-63bbe9c6-8a95-42e0-8f4d-6cd2f0474f67 img.shogun-image {
    
    width: px;
  }


#s-63bbe9c6-8a95-42e0-8f4d-6cd2f0474f67 .shogun-image-content {
  
    align-items: center;
  
}

#s-47970521-158d-4b7d-97fe-8f71b391fe80 {
  padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
min-height: 50px;
}








#s-47970521-158d-4b7d-97fe-8f71b391fe80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47970521-158d-4b7d-97fe-8f71b391fe80.shg-box.shg-c {
  justify-content: center;
}

#s-63278690-b546-48bb-8bdb-ebacf0669648 {
  min-height: 50px;
}








#s-63278690-b546-48bb-8bdb-ebacf0669648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63278690-b546-48bb-8bdb-ebacf0669648.shg-box.shg-c {
  justify-content: flex-start;
}

#s-51c5ecbe-d2a2-400b-b523-285c4309bcb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51c5ecbe-d2a2-400b-b523-285c4309bcb3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-33b2a95f-14d7-4066-a916-b9d69d73f871 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
min-height: 50px;
background-color: rgba(87, 6, 140, 1);
}








#s-33b2a95f-14d7-4066-a916-b9d69d73f871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33b2a95f-14d7-4066-a916-b9d69d73f871.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e24d08d0-b71f-4328-94ad-4313a50c0181 {
  min-height: 50px;
}








#s-e24d08d0-b71f-4328-94ad-4313a50c0181 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e24d08d0-b71f-4328-94ad-4313a50c0181.shg-box.shg-c {
  justify-content: flex-start;
}

#s-283f1733-c41f-4150-ae5b-3131ddf899ce {
  min-height: 50px;
}








#s-283f1733-c41f-4150-ae5b-3131ddf899ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-283f1733-c41f-4150-ae5b-3131ddf899ce.shg-box.shg-c {
  justify-content: flex-start;
}

#s-53132b36-2f7f-4068-8922-26443ea2ab50 {
  min-height: 50px;
}








#s-53132b36-2f7f-4068-8922-26443ea2ab50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53132b36-2f7f-4068-8922-26443ea2ab50.shg-box.shg-c {
  justify-content: flex-start;
}

#s-74a66b9e-2f9a-475a-963f-8f30f2879d27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74a66b9e-2f9a-475a-963f-8f30f2879d27 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-29d038cc-6843-45bd-aa2e-af5181c3912e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-29d038cc-6843-45bd-aa2e-af5181c3912e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29d038cc-6843-45bd-aa2e-af5181c3912e.shg-box.shg-c {
  justify-content: center;
}

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