.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-ae617296-2c9d-4f1a-81bc-d1fc6519cff8 {
  min-height: 50px;
}








#s-ae617296-2c9d-4f1a-81bc-d1fc6519cff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae617296-2c9d-4f1a-81bc-d1fc6519cff8.shg-box.shg-c {
  justify-content: center;
}

.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-e00bfefc-3dbb-4e06-85fe-119b0e4cdb10 {
  text-align: center;
}




  #s-e00bfefc-3dbb-4e06-85fe-119b0e4cdb10 img.shogun-image {
    
    width: px;
  }


#s-e00bfefc-3dbb-4e06-85fe-119b0e4cdb10 .shogun-image-content {
  
    align-items: center;
  
}

#s-39ed5e86-3739-4e6d-9892-a01e386ef2b2 {
  min-height: 50px;
}








#s-39ed5e86-3739-4e6d-9892-a01e386ef2b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39ed5e86-3739-4e6d-9892-a01e386ef2b2.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-d076e438-d37f-4366-8f8a-42647b5a6270 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d076e438-d37f-4366-8f8a-42647b5a6270"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-fe2051e8-c8e5-41df-929b-cfcca97ec3f4 {
  margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-fe2051e8-c8e5-41df-929b-cfcca97ec3f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c69315bf-b16e-4b2d-b748-6b4260a6644c {
  padding-left: 0px;
padding-right: 0px;
}

#s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2c8f24b2-3d46-49a1-bf4d-0cca33635aa3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-77d4c012-b437-4fea-a9e0-aeccdc7dd2e5 {
  background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-77d4c012-b437-4fea-a9e0-aeccdc7dd2e5 {
  display: none;
}
#s-77d4c012-b437-4fea-a9e0-aeccdc7dd2e5, #wrap-s-77d4c012-b437-4fea-a9e0-aeccdc7dd2e5 { display:none !important; }}







#s-77d4c012-b437-4fea-a9e0-aeccdc7dd2e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77d4c012-b437-4fea-a9e0-aeccdc7dd2e5.shg-box.shg-c {
  justify-content: center;
}

#s-08cc8fcd-f687-47bc-ae26-8a2018400b1a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-08cc8fcd-f687-47bc-ae26-8a2018400b1a {
  display: none;
}
#s-08cc8fcd-f687-47bc-ae26-8a2018400b1a, #wrap-s-08cc8fcd-f687-47bc-ae26-8a2018400b1a { display:none !important; }}







#s-08cc8fcd-f687-47bc-ae26-8a2018400b1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08cc8fcd-f687-47bc-ae26-8a2018400b1a {
  cursor: pointer;
}#s-08cc8fcd-f687-47bc-ae26-8a2018400b1a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7446b696-a802-43d0-86db-a3284be4e39c {
  min-height: 200px;
}








#s-7446b696-a802-43d0-86db-a3284be4e39c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7446b696-a802-43d0-86db-a3284be4e39c.shg-box.shg-c {
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-1f5c1dfb-0a86-49c3-a192-eb0b756e1781 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-1f5c1dfb-0a86-49c3-a192-eb0b756e1781:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f5c1dfb-0a86-49c3-a192-eb0b756e1781:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1f5c1dfb-0a86-49c3-a192-eb0b756e1781.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a5a98205-f8c0-4fc3-b0e7-7a72cfdcde67 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-a5a98205-f8c0-4fc3-b0e7-7a72cfdcde67 {
  display: none;
}
#s-a5a98205-f8c0-4fc3-b0e7-7a72cfdcde67, #wrap-s-a5a98205-f8c0-4fc3-b0e7-7a72cfdcde67 { display:none !important; }}







#s-a5a98205-f8c0-4fc3-b0e7-7a72cfdcde67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5a98205-f8c0-4fc3-b0e7-7a72cfdcde67 {
  cursor: pointer;
}#s-a5a98205-f8c0-4fc3-b0e7-7a72cfdcde67.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4994417d-a2c2-4cd7-be5d-0e264c9eac04 {
  min-height: 200px;
}








#s-4994417d-a2c2-4cd7-be5d-0e264c9eac04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4994417d-a2c2-4cd7-be5d-0e264c9eac04.shg-box.shg-c {
  justify-content: center;
}

#s-f22a1850-6611-43b9-8f70-e46ef29a32ca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-f22a1850-6611-43b9-8f70-e46ef29a32ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f22a1850-6611-43b9-8f70-e46ef29a32ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f22a1850-6611-43b9-8f70-e46ef29a32ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b1bb74d7-65d9-4bdb-93e8-88c43dd950e9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-72310385-ee07-425e-be74-6966807343c8 {
  background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-72310385-ee07-425e-be74-6966807343c8 {
  display: none;
}
#s-72310385-ee07-425e-be74-6966807343c8, #wrap-s-72310385-ee07-425e-be74-6966807343c8 { display:none !important; }}







#s-72310385-ee07-425e-be74-6966807343c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72310385-ee07-425e-be74-6966807343c8.shg-box.shg-c {
  justify-content: center;
}

#s-4e228502-e010-4971-8aea-aa251eadeadf {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-4e228502-e010-4971-8aea-aa251eadeadf {
  display: none;
}
#s-4e228502-e010-4971-8aea-aa251eadeadf, #wrap-s-4e228502-e010-4971-8aea-aa251eadeadf { display:none !important; }}







#s-4e228502-e010-4971-8aea-aa251eadeadf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e228502-e010-4971-8aea-aa251eadeadf {
  cursor: pointer;
}#s-4e228502-e010-4971-8aea-aa251eadeadf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a335a5f3-3a17-41e9-b045-0e164bfd9ade {
  min-height: 200px;
}








#s-a335a5f3-3a17-41e9-b045-0e164bfd9ade > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a335a5f3-3a17-41e9-b045-0e164bfd9ade.shg-box.shg-c {
  justify-content: center;
}

#s-d72993e2-b70e-4148-ac04-09b482a43a68 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-d72993e2-b70e-4148-ac04-09b482a43a68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d72993e2-b70e-4148-ac04-09b482a43a68:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d72993e2-b70e-4148-ac04-09b482a43a68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b4aefb51-11ee-4785-9747-1066c1211f0e {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-b4aefb51-11ee-4785-9747-1066c1211f0e {
  display: none;
}
#s-b4aefb51-11ee-4785-9747-1066c1211f0e, #wrap-s-b4aefb51-11ee-4785-9747-1066c1211f0e { display:none !important; }}







#s-b4aefb51-11ee-4785-9747-1066c1211f0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4aefb51-11ee-4785-9747-1066c1211f0e {
  cursor: pointer;
}#s-b4aefb51-11ee-4785-9747-1066c1211f0e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dad82170-6aa7-403f-9c7a-7ca145e93977 {
  min-height: 200px;
}








#s-dad82170-6aa7-403f-9c7a-7ca145e93977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dad82170-6aa7-403f-9c7a-7ca145e93977.shg-box.shg-c {
  justify-content: center;
}

#s-fa88b9f9-2d5a-4075-9486-c64aee32f75e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-fa88b9f9-2d5a-4075-9486-c64aee32f75e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa88b9f9-2d5a-4075-9486-c64aee32f75e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa88b9f9-2d5a-4075-9486-c64aee32f75e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9f5ae0a4-9a36-4c24-99b8-312c6945a28f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9b89dc68-8510-47a9-baaa-cb11a515e799 {
  background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-9b89dc68-8510-47a9-baaa-cb11a515e799 {
  display: none;
}
#s-9b89dc68-8510-47a9-baaa-cb11a515e799, #wrap-s-9b89dc68-8510-47a9-baaa-cb11a515e799 { display:none !important; }}







#s-9b89dc68-8510-47a9-baaa-cb11a515e799 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b89dc68-8510-47a9-baaa-cb11a515e799.shg-box.shg-c {
  justify-content: center;
}

#s-0e789629-b07a-46de-ba4a-4c62a5bf98af {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-0e789629-b07a-46de-ba4a-4c62a5bf98af {
  display: none;
}
#s-0e789629-b07a-46de-ba4a-4c62a5bf98af, #wrap-s-0e789629-b07a-46de-ba4a-4c62a5bf98af { display:none !important; }}







#s-0e789629-b07a-46de-ba4a-4c62a5bf98af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e789629-b07a-46de-ba4a-4c62a5bf98af {
  cursor: pointer;
}#s-0e789629-b07a-46de-ba4a-4c62a5bf98af.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8a4894f7-67b6-496a-9e17-4c17eb76291c {
  min-height: 200px;
}








#s-8a4894f7-67b6-496a-9e17-4c17eb76291c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a4894f7-67b6-496a-9e17-4c17eb76291c.shg-box.shg-c {
  justify-content: center;
}

#s-c79e4581-dd64-4e04-846e-e46f28212dd5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-c79e4581-dd64-4e04-846e-e46f28212dd5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c79e4581-dd64-4e04-846e-e46f28212dd5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c79e4581-dd64-4e04-846e-e46f28212dd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cf0fbf9f-e79d-46ef-afb8-acb18cb7ab42 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-cf0fbf9f-e79d-46ef-afb8-acb18cb7ab42 {
  display: none;
}
#s-cf0fbf9f-e79d-46ef-afb8-acb18cb7ab42, #wrap-s-cf0fbf9f-e79d-46ef-afb8-acb18cb7ab42 { display:none !important; }}







#s-cf0fbf9f-e79d-46ef-afb8-acb18cb7ab42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf0fbf9f-e79d-46ef-afb8-acb18cb7ab42 {
  cursor: pointer;
}#s-cf0fbf9f-e79d-46ef-afb8-acb18cb7ab42.shg-box.shg-c {
  justify-content: flex-start;
}

#s-465d9a13-1206-46de-b570-0a2c26b67f04 {
  min-height: 200px;
}








#s-465d9a13-1206-46de-b570-0a2c26b67f04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-465d9a13-1206-46de-b570-0a2c26b67f04.shg-box.shg-c {
  justify-content: center;
}

#s-756a9d76-4da4-4f87-96e5-feb285631742 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-756a9d76-4da4-4f87-96e5-feb285631742:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-756a9d76-4da4-4f87-96e5-feb285631742:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-756a9d76-4da4-4f87-96e5-feb285631742.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a636f948-11aa-49c9-8053-7df2d3a9099e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a636f948-11aa-49c9-8053-7df2d3a9099e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-52041f98-e9cc-411c-8335-9f49fff17d64 {
  background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-52041f98-e9cc-411c-8335-9f49fff17d64 {
  display: none;
}
#s-52041f98-e9cc-411c-8335-9f49fff17d64, #wrap-s-52041f98-e9cc-411c-8335-9f49fff17d64 { display:none !important; }}







#s-52041f98-e9cc-411c-8335-9f49fff17d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52041f98-e9cc-411c-8335-9f49fff17d64.shg-box.shg-c {
  justify-content: center;
}

#s-e0b7b020-3df5-4d00-86e5-45d7fde47e86 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-e0b7b020-3df5-4d00-86e5-45d7fde47e86 {
  display: none;
}
#s-e0b7b020-3df5-4d00-86e5-45d7fde47e86, #wrap-s-e0b7b020-3df5-4d00-86e5-45d7fde47e86 { display:none !important; }}







#s-e0b7b020-3df5-4d00-86e5-45d7fde47e86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0b7b020-3df5-4d00-86e5-45d7fde47e86 {
  cursor: pointer;
}#s-e0b7b020-3df5-4d00-86e5-45d7fde47e86.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f72ec73a-e62a-4948-b8d3-c7c0db1839e1 {
  min-height: 200px;
}








#s-f72ec73a-e62a-4948-b8d3-c7c0db1839e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f72ec73a-e62a-4948-b8d3-c7c0db1839e1.shg-box.shg-c {
  justify-content: center;
}

#s-7d21c385-fe51-48f7-ab74-71f49fa5eea7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-7d21c385-fe51-48f7-ab74-71f49fa5eea7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d21c385-fe51-48f7-ab74-71f49fa5eea7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d21c385-fe51-48f7-ab74-71f49fa5eea7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fadcf6d9-2f2b-47af-9541-b509975b1786 {
  min-height: 50px;
}








#s-fadcf6d9-2f2b-47af-9541-b509975b1786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fadcf6d9-2f2b-47af-9541-b509975b1786.shg-box.shg-c {
  justify-content: center;
}

#s-56b1736c-ba46-4870-b00e-5977e56d2479 {
  border-style: solid;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
}

#s-cca3629a-abfc-4e78-8ecc-a124eb3baf4f {
  min-height: 100px;
}








#s-cca3629a-abfc-4e78-8ecc-a124eb3baf4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cca3629a-abfc-4e78-8ecc-a124eb3baf4f.shg-box.shg-c {
  justify-content: center;
}

#s-31291623-cc1d-4829-9112-d078f6262804 {
  padding-top: 25px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-31291623-cc1d-4829-9112-d078f6262804 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31291623-cc1d-4829-9112-d078f6262804 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31291623-cc1d-4829-9112-d078f6262804 {
  
}
}@media (max-width: 767px){#s-31291623-cc1d-4829-9112-d078f6262804 {
  
}
}







#s-31291623-cc1d-4829-9112-d078f6262804 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31291623-cc1d-4829-9112-d078f6262804.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d6397d3-b057-4f63-a8c7-3412813a0797 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-1d6397d3-b057-4f63-a8c7-3412813a0797 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.03;
}#s-1d6397d3-b057-4f63-a8c7-3412813a0797.shg-box.shg-c {
  justify-content: center;
}

#s-39d39075-27d9-428e-b05e-30f5a0867364 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39d39075-27d9-428e-b05e-30f5a0867364 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-94f7656b-ff52-478b-ad2b-7e86647a03af {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-5d8f3c62-72a0-4d5a-98e6-6f9b565d6d9e {
  min-height: 100px;
}








#s-5d8f3c62-72a0-4d5a-98e6-6f9b565d6d9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d8f3c62-72a0-4d5a-98e6-6f9b565d6d9e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d24d61d9-6bc0-4b5b-a2bb-a4055adcffee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-efa44742-5dc0-4cb9-85a8-dbedff30b4ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efa44742-5dc0-4cb9-85a8-dbedff30b4ea .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d9196071-5bc7-4d7c-a380-be63b67b5f10 {
  min-height: 20px;
}








#s-d9196071-5bc7-4d7c-a380-be63b67b5f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9196071-5bc7-4d7c-a380-be63b67b5f10.shg-box.shg-c {
  justify-content: center;
}

#s-d52dd6b8-c181-4ba4-b470-d1d6c40be401 {
  text-align: center;
}




  #s-d52dd6b8-c181-4ba4-b470-d1d6c40be401 img.shogun-image {
    
    width: px;
  }


#s-d52dd6b8-c181-4ba4-b470-d1d6c40be401 .shogun-image-content {
  
    align-items: center;
  
}

#s-797d7342-f707-4a76-9a60-82533000c69f {
  min-height: 20px;
}








#s-797d7342-f707-4a76-9a60-82533000c69f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-797d7342-f707-4a76-9a60-82533000c69f.shg-box.shg-c {
  justify-content: center;
}

#s-1ec0c3fa-3f2d-47e5-b1f7-8131cb98d039 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ec0c3fa-3f2d-47e5-b1f7-8131cb98d039 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-876eb9be-d8c6-4c35-8889-97272255cb3b {
  min-height: 20px;
}








#s-876eb9be-d8c6-4c35-8889-97272255cb3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-876eb9be-d8c6-4c35-8889-97272255cb3b.shg-box.shg-c {
  justify-content: center;
}

#s-3463549b-8c6e-475f-9e58-ea183ff381ba {
  text-align: center;
}




  #s-3463549b-8c6e-475f-9e58-ea183ff381ba img.shogun-image {
    
    width: px;
  }


#s-3463549b-8c6e-475f-9e58-ea183ff381ba .shogun-image-content {
  
    align-items: center;
  
}

#s-56cb2d12-4de4-45ff-9aed-53f6ac8512b4 {
  min-height: 20px;
}








#s-56cb2d12-4de4-45ff-9aed-53f6ac8512b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56cb2d12-4de4-45ff-9aed-53f6ac8512b4.shg-box.shg-c {
  justify-content: center;
}

#s-93e24b33-6cd3-4953-b6eb-279ce30b7e3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93e24b33-6cd3-4953-b6eb-279ce30b7e3a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70dafbc2-a607-40b1-b91c-fb8224b6f000 {
  min-height: 20px;
}








#s-70dafbc2-a607-40b1-b91c-fb8224b6f000 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70dafbc2-a607-40b1-b91c-fb8224b6f000.shg-box.shg-c {
  justify-content: center;
}

#s-e31ffd99-f1d0-4473-8584-2095f09724ee {
  text-align: center;
}




  #s-e31ffd99-f1d0-4473-8584-2095f09724ee img.shogun-image {
    
    width: px;
  }


#s-e31ffd99-f1d0-4473-8584-2095f09724ee .shogun-image-content {
  
    align-items: center;
  
}

#s-7272dd86-6b30-4059-8c5a-9ed75803dffc {
  min-height: 20px;
}








#s-7272dd86-6b30-4059-8c5a-9ed75803dffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7272dd86-6b30-4059-8c5a-9ed75803dffc.shg-box.shg-c {
  justify-content: center;
}

#s-6db7ff43-26b5-4d01-8005-e5664cdc7ed1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6db7ff43-26b5-4d01-8005-e5664cdc7ed1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-053293b7-0186-4ed9-b323-1f882bb35195 {
  min-height: 20px;
}








#s-053293b7-0186-4ed9-b323-1f882bb35195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-053293b7-0186-4ed9-b323-1f882bb35195.shg-box.shg-c {
  justify-content: center;
}

#s-3c395b58-05c5-4df4-8a42-e5cc090bcc83 {
  text-align: center;
}




  #s-3c395b58-05c5-4df4-8a42-e5cc090bcc83 img.shogun-image {
    
    width: px;
  }


#s-3c395b58-05c5-4df4-8a42-e5cc090bcc83 .shogun-image-content {
  
    align-items: center;
  
}

#s-b51c3c88-7b6f-480f-863a-d510e084447d {
  min-height: 20px;
}








#s-b51c3c88-7b6f-480f-863a-d510e084447d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b51c3c88-7b6f-480f-863a-d510e084447d.shg-box.shg-c {
  justify-content: center;
}

#s-70847034-812c-45c2-88ac-fc059d9e7f39 {
  min-height: 50px;
}








#s-70847034-812c-45c2-88ac-fc059d9e7f39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70847034-812c-45c2-88ac-fc059d9e7f39.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf71df71-7608-44a6-a707-1efa892d3c95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e4b3a1bd-df18-46eb-ae7f-3bcaa8079347 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4b3a1bd-df18-46eb-ae7f-3bcaa8079347 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4918ae76-de3e-4e30-819f-71b973e189bd {
  min-height: 20px;
}








#s-4918ae76-de3e-4e30-819f-71b973e189bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4918ae76-de3e-4e30-819f-71b973e189bd.shg-box.shg-c {
  justify-content: center;
}

#s-9f30a9d4-3a06-4b5a-a177-fd4296982cba {
  text-align: center;
}




  #s-9f30a9d4-3a06-4b5a-a177-fd4296982cba img.shogun-image {
    
    width: px;
  }


#s-9f30a9d4-3a06-4b5a-a177-fd4296982cba .shogun-image-content {
  
    align-items: center;
  
}

#s-023cc288-5bc6-4fb9-963c-009cc0df28a9 {
  min-height: 20px;
}








#s-023cc288-5bc6-4fb9-963c-009cc0df28a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-023cc288-5bc6-4fb9-963c-009cc0df28a9.shg-box.shg-c {
  justify-content: center;
}

#s-e0e93a64-0701-4040-a36b-f0e6fbdc641c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0e93a64-0701-4040-a36b-f0e6fbdc641c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d071efe4-5dd2-4d0b-9b70-7442b545e4c4 {
  min-height: 20px;
}








#s-d071efe4-5dd2-4d0b-9b70-7442b545e4c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.03;
}#s-d071efe4-5dd2-4d0b-9b70-7442b545e4c4.shg-box.shg-c {
  justify-content: center;
}

#s-e6e47ef3-e5c6-4c6a-84fc-0303b3c4264e {
  text-align: center;
}




  #s-e6e47ef3-e5c6-4c6a-84fc-0303b3c4264e img.shogun-image {
    
    width: px;
  }


#s-e6e47ef3-e5c6-4c6a-84fc-0303b3c4264e .shogun-image-content {
  
    align-items: center;
  
}

#s-bda25b20-f0c1-42bd-b78b-8363f568f08f {
  min-height: 20px;
}








#s-bda25b20-f0c1-42bd-b78b-8363f568f08f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.03;
}#s-bda25b20-f0c1-42bd-b78b-8363f568f08f.shg-box.shg-c {
  justify-content: center;
}

#s-2748dfd7-3610-433b-8f47-e45650dc42e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2748dfd7-3610-433b-8f47-e45650dc42e8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a9844309-a420-44c5-80cd-308f560983f7 {
  min-height: 20px;
}








#s-a9844309-a420-44c5-80cd-308f560983f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9844309-a420-44c5-80cd-308f560983f7.shg-box.shg-c {
  justify-content: center;
}

#s-26ec86f2-58cd-4d7d-88d0-492d46cd7ebb {
  text-align: center;
}




  #s-26ec86f2-58cd-4d7d-88d0-492d46cd7ebb img.shogun-image {
    
    width: px;
  }


#s-26ec86f2-58cd-4d7d-88d0-492d46cd7ebb .shogun-image-content {
  
    align-items: center;
  
}

#s-369e1036-7d80-45fc-a103-5d71afc8ad14 {
  min-height: 20px;
}








#s-369e1036-7d80-45fc-a103-5d71afc8ad14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-369e1036-7d80-45fc-a103-5d71afc8ad14.shg-box.shg-c {
  justify-content: center;
}

#s-10e71b0d-f4b4-4996-ad32-d444b1e75b10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10e71b0d-f4b4-4996-ad32-d444b1e75b10 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c7c79b4-2ddf-41d3-9614-427207ca7f34 {
  min-height: 20px;
}








#s-2c7c79b4-2ddf-41d3-9614-427207ca7f34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c7c79b4-2ddf-41d3-9614-427207ca7f34.shg-box.shg-c {
  justify-content: center;
}

#s-e2e91dfa-3390-4ef1-ae69-ab00fad31343 {
  text-align: center;
}




  #s-e2e91dfa-3390-4ef1-ae69-ab00fad31343 img.shogun-image {
    
    width: px;
  }


#s-e2e91dfa-3390-4ef1-ae69-ab00fad31343 .shogun-image-content {
  
    align-items: center;
  
}

#s-3acc2007-5b05-4849-99f8-5ad23711eaa4 {
  min-height: 20px;
}








#s-3acc2007-5b05-4849-99f8-5ad23711eaa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3acc2007-5b05-4849-99f8-5ad23711eaa4.shg-box.shg-c {
  justify-content: center;
}

#s-084e3798-7899-4649-ba6a-d89169a7365d {
  min-height: 50px;
}








#s-084e3798-7899-4649-ba6a-d89169a7365d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-084e3798-7899-4649-ba6a-d89169a7365d.shg-box.shg-c {
  justify-content: center;
}

#s-74a085fc-b438-4e1f-b2fd-5481bda50f72 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-74a085fc-b438-4e1f-b2fd-5481bda50f72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74a085fc-b438-4e1f-b2fd-5481bda50f72.shg-box.shg-c {
  justify-content: center;
}

#s-5f6cf699-6460-4c7e-a30e-a635238d5856 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f6cf699-6460-4c7e-a30e-a635238d5856 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

#s-a9515e9d-8d1f-4fea-a2f1-f5abc0419434 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-a9515e9d-8d1f-4fea-a2f1-f5abc0419434 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a9515e9d-8d1f-4fea-a2f1-f5abc0419434 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-a9515e9d-8d1f-4fea-a2f1-f5abc0419434 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a9515e9d-8d1f-4fea-a2f1-f5abc0419434 td.shogun-table-column, #s-a9515e9d-8d1f-4fea-a2f1-f5abc0419434 td.shogun-table-row {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-a3f8e612-4ba8-4a5a-a6fd-f87a86559cd5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-a3f8e612-4ba8-4a5a-a6fd-f87a86559cd5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3f8e612-4ba8-4a5a-a6fd-f87a86559cd5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a3f8e612-4ba8-4a5a-a6fd-f87a86559cd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-26526989-8f02-4d02-855b-fc1797858764 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-26526989-8f02-4d02-855b-fc1797858764:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26526989-8f02-4d02-855b-fc1797858764:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-26526989-8f02-4d02-855b-fc1797858764.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2792b388-415b-46e8-b475-263607b5587a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-2792b388-415b-46e8-b475-263607b5587a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2792b388-415b-46e8-b475-263607b5587a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2792b388-415b-46e8-b475-263607b5587a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55b55158-2c6f-4b71-9234-ee4bfdf77a47 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-55b55158-2c6f-4b71-9234-ee4bfdf77a47:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55b55158-2c6f-4b71-9234-ee4bfdf77a47:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55b55158-2c6f-4b71-9234-ee4bfdf77a47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-679300e3-718f-471d-8e2a-b4fec29b9062 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-679300e3-718f-471d-8e2a-b4fec29b9062:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-679300e3-718f-471d-8e2a-b4fec29b9062:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-679300e3-718f-471d-8e2a-b4fec29b9062.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d66f4ae8-6230-4d8e-a13e-b4b6c7845f44 {
  min-height: 50px;
}








#s-d66f4ae8-6230-4d8e-a13e-b4b6c7845f44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d66f4ae8-6230-4d8e-a13e-b4b6c7845f44.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;
  }
}

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