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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-b2c41484-5696-4574-b028-8886598cec7b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-b2c41484-5696-4574-b028-8886598cec7b {
  background-image: url(https://i.shgcdn.com/f39270c4-2339-402b-86d9-a4815157bb26/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b2c41484-5696-4574-b028-8886598cec7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-b2c41484-5696-4574-b028-8886598cec7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae1f2e21-3b6a-4f2d-92f4-22e301c1587f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ae1f2e21-3b6a-4f2d-92f4-22e301c1587f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.7000000000000001;
}#s-ae1f2e21-3b6a-4f2d-92f4-22e301c1587f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4beda9eb-08a0-4982-bd3e-8ca2ef158c92 {
  min-height: 40px;
}








#s-4beda9eb-08a0-4982-bd3e-8ca2ef158c92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4beda9eb-08a0-4982-bd3e-8ca2ef158c92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-350e2251-37ad-4cce-a770-4185bfb84d4d {
  margin-top: 30px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-350e2251-37ad-4cce-a770-4185bfb84d4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-350e2251-37ad-4cce-a770-4185bfb84d4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-350e2251-37ad-4cce-a770-4185bfb84d4d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-350e2251-37ad-4cce-a770-4185bfb84d4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-350e2251-37ad-4cce-a770-4185bfb84d4d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-350e2251-37ad-4cce-a770-4185bfb84d4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-350e2251-37ad-4cce-a770-4185bfb84d4d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-5a320055-a6c6-46b7-ae2d-1ed38c45c892 {
  margin-left: 10%;
margin-right: 10%;
}

#s-826eb067-b454-42ee-8250-1a414c94d6c5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-826eb067-b454-42ee-8250-1a414c94d6c5 .shogun-icon-wrapper {
  text-align: center;
}


#s-826eb067-b454-42ee-8250-1a414c94d6c5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(208, 167, 77, 1);
}

#s-78fdbda5-ea98-43bf-851a-8a0e3eecbba5 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-18708638-fb6e-4a21-a0c0-4b5e06f98b47 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 0.61);
opacity: 1;
}
@media (min-width: 1200px){#s-18708638-fb6e-4a21-a0c0-4b5e06f98b47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18708638-fb6e-4a21-a0c0-4b5e06f98b47 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18708638-fb6e-4a21-a0c0-4b5e06f98b47 {
  
}
}@media (max-width: 767px){#s-18708638-fb6e-4a21-a0c0-4b5e06f98b47 {
  
}
}
@media (min-width: 0px) {
[id="s-18708638-fb6e-4a21-a0c0-4b5e06f98b47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18708638-fb6e-4a21-a0c0-4b5e06f98b47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18708638-fb6e-4a21-a0c0-4b5e06f98b47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18708638-fb6e-4a21-a0c0-4b5e06f98b47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3c76306d-4480-433a-834f-aa4d97659787 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}
@media (min-width: 1200px){#s-3c76306d-4480-433a-834f-aa4d97659787 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c76306d-4480-433a-834f-aa4d97659787 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c76306d-4480-433a-834f-aa4d97659787 {
  
}
}@media (max-width: 767px){#s-3c76306d-4480-433a-834f-aa4d97659787 {
  
}
}
#s-3c76306d-4480-433a-834f-aa4d97659787 {
  background-image: url(https://i.shgcdn.com/6126cd4e-e693-4f91-8d4a-d90b60acc1ad/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3c76306d-4480-433a-834f-aa4d97659787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c76306d-4480-433a-834f-aa4d97659787.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f368d15-0d93-435d-9b1f-bc8c6aeb1f2f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-5f368d15-0d93-435d-9b1f-bc8c6aeb1f2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-5f368d15-0d93-435d-9b1f-bc8c6aeb1f2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-28ca230c-0b2d-49c0-b95d-f4c50f63694e {
  margin-top: 0px;
margin-bottom: 20px;
margin-right: 4px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
text-align: left;
}

#s-28ca230c-0b2d-49c0-b95d-f4c50f63694e .shogun-heading-component h3 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  font-family: "Assistant";
  font-style:  normal ;
  
  
  letter-spacing: 2px;
  text-align: left;
}



#s-aae95df1-1786-4ccf-9dc4-0820b08e366f {
  min-height: 50px;
}








#s-aae95df1-1786-4ccf-9dc4-0820b08e366f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aae95df1-1786-4ccf-9dc4-0820b08e366f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f140c18-6358-46ee-890f-d31dd2e3039e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-6f140c18-6358-46ee-890f-d31dd2e3039e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f140c18-6358-46ee-890f-d31dd2e3039e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f140c18-6358-46ee-890f-d31dd2e3039e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f140c18-6358-46ee-890f-d31dd2e3039e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f140c18-6358-46ee-890f-d31dd2e3039e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f140c18-6358-46ee-890f-d31dd2e3039e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f140c18-6358-46ee-890f-d31dd2e3039e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-47cf6477-961a-414a-bb8a-ca44a7166162 .shogun-icon-wrapper {
  text-align: center;
}


#s-47cf6477-961a-414a-bb8a-ca44a7166162 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(208, 167, 77, 1);
}

#s-ceaff576-f99c-4b2e-8a3d-06679097de05 {
  padding-left: 0px;
padding-right: 0px;
}

#s-7875ec15-9b1a-45ea-bf47-b106a021e948 {
  padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-7875ec15-9b1a-45ea-bf47-b106a021e948"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7875ec15-9b1a-45ea-bf47-b106a021e948"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7875ec15-9b1a-45ea-bf47-b106a021e948"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7875ec15-9b1a-45ea-bf47-b106a021e948"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7875ec15-9b1a-45ea-bf47-b106a021e948"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7875ec15-9b1a-45ea-bf47-b106a021e948"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7875ec15-9b1a-45ea-bf47-b106a021e948"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-a086fe9b-e669-4356-ac43-d65c1fe8d302 .shogun-icon-wrapper {
  text-align: center;
}


#s-a086fe9b-e669-4356-ac43-d65c1fe8d302 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(208, 167, 77, 1);
}

#s-d5ccdf1a-0fc1-484e-8ba6-e40964d08db2 {
  padding-left: 0px;
padding-right: 0px;
}

#s-753fd312-5902-4266-94dd-0e532de9c58c {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-753fd312-5902-4266-94dd-0e532de9c58c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-753fd312-5902-4266-94dd-0e532de9c58c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4c78263-5950-47e5-9c83-db3ed5f54b8d {
  padding-left: 20px;
padding-right: 20px;
}

.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;
  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-beb96fcb-b151-4d25-a08a-dec4c52d992b {
  padding-left: 20px;
padding-right: 20px;
}

#s-beb96fcb-b151-4d25-a08a-dec4c52d992b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-beb96fcb-b151-4d25-a08a-dec4c52d992b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 246, 245, 1);
  padding: 10px;
}

#s-beb96fcb-b151-4d25-a08a-dec4c52d992b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-beb96fcb-b151-4d25-a08a-dec4c52d992b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-beb96fcb-b151-4d25-a08a-dec4c52d992b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Assistant;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-beb96fcb-b151-4d25-a08a-dec4c52d992b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
.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-2d221b85-a7c5-4216-a449-b7d2c0049704 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-2d221b85-a7c5-4216-a449-b7d2c0049704 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(247, 247, 247, 1);
  border-radius: 0px;
}

#s-2d221b85-a7c5-4216-a449-b7d2c0049704 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2d221b85-a7c5-4216-a449-b7d2c0049704 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-2d221b85-a7c5-4216-a449-b7d2c0049704 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-2d221b85-a7c5-4216-a449-b7d2c0049704 td.shogun-table-column, #s-2d221b85-a7c5-4216-a449-b7d2c0049704 td.shogun-table-row {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-4248007b-60dd-4091-bccd-f5142fed8449 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4248007b-60dd-4091-bccd-f5142fed8449 .shogun-icon-wrapper {
  text-align: center;
}


#s-4248007b-60dd-4091-bccd-f5142fed8449 .shogun-icon-wrapper > .shogun-icon {

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

#s-51a4cd7d-f591-461c-920f-bfa60e1952ad {
  padding-left: 40px;
padding-right: 40px;
}

#s-d0dcfdbe-e2af-4e36-9986-ad415c9f2b49 {
  padding-left: 40px;
padding-right: 40px;
}

#s-52b889e5-8769-461b-b2f1-8725a90c9b45 .shogun-icon-wrapper {
  text-align: center;
}


#s-52b889e5-8769-461b-b2f1-8725a90c9b45 .shogun-icon-wrapper > .shogun-icon {

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

#s-e6c072f9-b672-4407-aba3-d320713f1bc8 .shogun-icon-wrapper {
  text-align: center;
}


#s-e6c072f9-b672-4407-aba3-d320713f1bc8 .shogun-icon-wrapper > .shogun-icon {

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

#s-65033532-64c1-4cd9-92df-e8b3ae07fe7e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-65033532-64c1-4cd9-92df-e8b3ae07fe7e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(247, 247, 247, 1);
  border-radius: 0px;
}

#s-65033532-64c1-4cd9-92df-e8b3ae07fe7e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-65033532-64c1-4cd9-92df-e8b3ae07fe7e td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-65033532-64c1-4cd9-92df-e8b3ae07fe7e td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-65033532-64c1-4cd9-92df-e8b3ae07fe7e td.shogun-table-column, #s-65033532-64c1-4cd9-92df-e8b3ae07fe7e td.shogun-table-row {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-2920e918-d0e4-45a8-894b-a4bbae9dd7e3 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: center;
}

#s-2920e918-d0e4-45a8-894b-a4bbae9dd7e3 .shogun-icon-wrapper {
  text-align: center;
}


#s-2920e918-d0e4-45a8-894b-a4bbae9dd7e3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ee848733-646f-4170-a9df-4d51b7053b43 {
  margin-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-ee848733-646f-4170-a9df-4d51b7053b43 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee848733-646f-4170-a9df-4d51b7053b43 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee848733-646f-4170-a9df-4d51b7053b43 {
  
}
}@media (max-width: 767px){#s-ee848733-646f-4170-a9df-4d51b7053b43 {
  
}
}
#s-bfd87137-88b8-43e9-bf6a-713e0531699a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-bfd87137-88b8-43e9-bf6a-713e0531699a .shogun-icon-wrapper {
  text-align: center;
}


#s-bfd87137-88b8-43e9-bf6a-713e0531699a .shogun-icon-wrapper > .shogun-icon {

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

#s-ec1dc832-7dda-445c-9cb4-f4f3d016ca69 {
  margin-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-ec1dc832-7dda-445c-9cb4-f4f3d016ca69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec1dc832-7dda-445c-9cb4-f4f3d016ca69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec1dc832-7dda-445c-9cb4-f4f3d016ca69 {
  
}
}@media (max-width: 767px){#s-ec1dc832-7dda-445c-9cb4-f4f3d016ca69 {
  
}
}
#s-dfc99d1e-23f4-4fec-93bf-a83403702806 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-dfc99d1e-23f4-4fec-93bf-a83403702806 .shogun-icon-wrapper {
  text-align: center;
}


#s-dfc99d1e-23f4-4fec-93bf-a83403702806 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8a291332-37b5-4c57-84e0-c58b311cf368 {
  margin-bottom: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-8a291332-37b5-4c57-84e0-c58b311cf368 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a291332-37b5-4c57-84e0-c58b311cf368 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a291332-37b5-4c57-84e0-c58b311cf368 {
  
}
}@media (max-width: 767px){#s-8a291332-37b5-4c57-84e0-c58b311cf368 {
  
}
}
#s-c0da2eaa-f36e-4542-9674-ee4bf41fab35 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-c0da2eaa-f36e-4542-9674-ee4bf41fab35 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(247, 247, 247, 1);
  border-radius: 0px;
}

#s-c0da2eaa-f36e-4542-9674-ee4bf41fab35 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c0da2eaa-f36e-4542-9674-ee4bf41fab35 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c0da2eaa-f36e-4542-9674-ee4bf41fab35 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-c0da2eaa-f36e-4542-9674-ee4bf41fab35 td.shogun-table-column, #s-c0da2eaa-f36e-4542-9674-ee4bf41fab35 td.shogun-table-row {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-8e366183-77ba-41b0-80e7-3257c83ec5b4 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: center;
}

#s-8e366183-77ba-41b0-80e7-3257c83ec5b4 .shogun-icon-wrapper {
  text-align: center;
}


#s-8e366183-77ba-41b0-80e7-3257c83ec5b4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8c0ec40d-bfed-494e-ae15-a70bc58a3613 {
  margin-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8c0ec40d-bfed-494e-ae15-a70bc58a3613 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c0ec40d-bfed-494e-ae15-a70bc58a3613 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c0ec40d-bfed-494e-ae15-a70bc58a3613 {
  
}
}@media (max-width: 767px){#s-8c0ec40d-bfed-494e-ae15-a70bc58a3613 {
  
}
}
#s-09729a3e-6d58-4c19-869c-84679bb870c8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-09729a3e-6d58-4c19-869c-84679bb870c8 .shogun-icon-wrapper {
  text-align: center;
}


#s-09729a3e-6d58-4c19-869c-84679bb870c8 .shogun-icon-wrapper > .shogun-icon {

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

#s-dabb8546-55d6-4c33-8d07-b818bf6663bd {
  margin-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-dabb8546-55d6-4c33-8d07-b818bf6663bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dabb8546-55d6-4c33-8d07-b818bf6663bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dabb8546-55d6-4c33-8d07-b818bf6663bd {
  
}
}@media (max-width: 767px){#s-dabb8546-55d6-4c33-8d07-b818bf6663bd {
  
}
}
#s-12049f79-aa6d-40b6-a94a-fd667faef1b1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-12049f79-aa6d-40b6-a94a-fd667faef1b1 .shogun-icon-wrapper {
  text-align: center;
}


#s-12049f79-aa6d-40b6-a94a-fd667faef1b1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
}

#s-e7ad1430-1e5b-4664-9c1f-ddb748a1ecfe {
  margin-bottom: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-e7ad1430-1e5b-4664-9c1f-ddb748a1ecfe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7ad1430-1e5b-4664-9c1f-ddb748a1ecfe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7ad1430-1e5b-4664-9c1f-ddb748a1ecfe {
  
}
}@media (max-width: 767px){#s-e7ad1430-1e5b-4664-9c1f-ddb748a1ecfe {
  
}
}
#s-a3d991cc-eebc-40f5-af4b-452faea023fb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-a3d991cc-eebc-40f5-af4b-452faea023fb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(247, 247, 247, 1);
  border-radius: 0px;
}

#s-a3d991cc-eebc-40f5-af4b-452faea023fb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a3d991cc-eebc-40f5-af4b-452faea023fb td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a3d991cc-eebc-40f5-af4b-452faea023fb td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-a3d991cc-eebc-40f5-af4b-452faea023fb td.shogun-table-column, #s-a3d991cc-eebc-40f5-af4b-452faea023fb td.shogun-table-row {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-07595f8c-42e6-4796-ad1a-7bebba573dd6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-07595f8c-42e6-4796-ad1a-7bebba573dd6 .shogun-icon-wrapper {
  text-align: center;
}


#s-07595f8c-42e6-4796-ad1a-7bebba573dd6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b07fe315-d076-4f2b-9dac-ee8f8578468e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b07fe315-d076-4f2b-9dac-ee8f8578468e .shogun-icon-wrapper {
  text-align: center;
}


#s-b07fe315-d076-4f2b-9dac-ee8f8578468e .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
}

#s-7843abab-fdcd-4e9b-b5c8-7d7d35690a17 {
  margin-bottom: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-7843abab-fdcd-4e9b-b5c8-7d7d35690a17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7843abab-fdcd-4e9b-b5c8-7d7d35690a17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7843abab-fdcd-4e9b-b5c8-7d7d35690a17 {
  
}
}@media (max-width: 767px){#s-7843abab-fdcd-4e9b-b5c8-7d7d35690a17 {
  
}
}
#s-dd671da1-48b8-42f8-aa41-5d0e116df143 {
  margin-bottom: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-dd671da1-48b8-42f8-aa41-5d0e116df143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd671da1-48b8-42f8-aa41-5d0e116df143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd671da1-48b8-42f8-aa41-5d0e116df143 {
  
}
}@media (max-width: 767px){#s-dd671da1-48b8-42f8-aa41-5d0e116df143 {
  
}
}
#s-ffb2c269-d010-4222-8011-a78d1b0ce689 {
  margin-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-ffb2c269-d010-4222-8011-a78d1b0ce689 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffb2c269-d010-4222-8011-a78d1b0ce689 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffb2c269-d010-4222-8011-a78d1b0ce689 {
  
}
}@media (max-width: 767px){#s-ffb2c269-d010-4222-8011-a78d1b0ce689 {
  
}
}
#s-2bb16dac-7425-4e65-bf33-ba9fe1076cd1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2bb16dac-7425-4e65-bf33-ba9fe1076cd1 .shogun-icon-wrapper {
  text-align: center;
}


#s-2bb16dac-7425-4e65-bf33-ba9fe1076cd1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b70b4b73-2510-45d0-a80c-9be04c03e1c5 .shogun-icon-wrapper {
  text-align: center;
}


#s-b70b4b73-2510-45d0-a80c-9be04c03e1c5 .shogun-icon-wrapper > .shogun-icon {

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

#s-f5bf42de-588f-404e-acaf-856bb93c8905 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-f5bf42de-588f-404e-acaf-856bb93c8905 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(247, 247, 247, 1);
  border-radius: 0px;
}

#s-f5bf42de-588f-404e-acaf-856bb93c8905 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f5bf42de-588f-404e-acaf-856bb93c8905 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f5bf42de-588f-404e-acaf-856bb93c8905 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-f5bf42de-588f-404e-acaf-856bb93c8905 td.shogun-table-column, #s-f5bf42de-588f-404e-acaf-856bb93c8905 td.shogun-table-row {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-9a36c443-d798-4727-85ab-eda2efb86567 {
  margin-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-9a36c443-d798-4727-85ab-eda2efb86567 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a36c443-d798-4727-85ab-eda2efb86567 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a36c443-d798-4727-85ab-eda2efb86567 {
  
}
}@media (max-width: 767px){#s-9a36c443-d798-4727-85ab-eda2efb86567 {
  
}
}
#s-a4af6e56-eed1-4a4e-8d97-080bab5cd179 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a4af6e56-eed1-4a4e-8d97-080bab5cd179 .shogun-icon-wrapper {
  text-align: center;
}


#s-a4af6e56-eed1-4a4e-8d97-080bab5cd179 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
}

#s-fbcc16db-3c36-4260-a8ad-8535a4612e7f {
  margin-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-fbcc16db-3c36-4260-a8ad-8535a4612e7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fbcc16db-3c36-4260-a8ad-8535a4612e7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fbcc16db-3c36-4260-a8ad-8535a4612e7f {
  
}
}@media (max-width: 767px){#s-fbcc16db-3c36-4260-a8ad-8535a4612e7f {
  
}
}
#s-03439938-c7ef-439e-ad75-28516b3700b0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-03439938-c7ef-439e-ad75-28516b3700b0 .shogun-icon-wrapper {
  text-align: center;
}


#s-03439938-c7ef-439e-ad75-28516b3700b0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
}

#s-3fe89b75-44a0-4bf5-9c93-551ea9cbb272 {
  padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: center;
}

#s-3fe89b75-44a0-4bf5-9c93-551ea9cbb272 .shogun-icon-wrapper {
  text-align: center;
}


#s-3fe89b75-44a0-4bf5-9c93-551ea9cbb272 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
}

#s-05d2862b-934a-4a60-a1ef-171117ea8275 {
  margin-bottom: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-05d2862b-934a-4a60-a1ef-171117ea8275 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05d2862b-934a-4a60-a1ef-171117ea8275 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-05d2862b-934a-4a60-a1ef-171117ea8275 {
  
}
}@media (max-width: 767px){#s-05d2862b-934a-4a60-a1ef-171117ea8275 {
  
}
}
#s-a5696170-9b89-4906-b814-4aa57a5ecaf9 {
  min-height: 50px;
}








#s-a5696170-9b89-4906-b814-4aa57a5ecaf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5696170-9b89-4906-b814-4aa57a5ecaf9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-31cca494-6c4c-411a-8df3-47d28feb556c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-31cca494-6c4c-411a-8df3-47d28feb556c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31cca494-6c4c-411a-8df3-47d28feb556c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bc882146-bf99-4c89-b758-ef9d5da24383"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc882146-bf99-4c89-b758-ef9d5da24383"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bc882146-bf99-4c89-b758-ef9d5da24383"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc882146-bf99-4c89-b758-ef9d5da24383"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-0c6023af-4368-4dbd-a0fa-69f4354c025c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0c6023af-4368-4dbd-a0fa-69f4354c025c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c6023af-4368-4dbd-a0fa-69f4354c025c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c6023af-4368-4dbd-a0fa-69f4354c025c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4f97cd3d-492a-4b18-88ee-b7022f7d2465 {
  margin-top: 20px;
margin-left: 35%;
margin-bottom: 20px;
margin-right: 35%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
opacity: 1;
}







  #s-4f97cd3d-492a-4b18-88ee-b7022f7d2465 img.shogun-image {
    

    
    
    
  }


#s-4f97cd3d-492a-4b18-88ee-b7022f7d2465 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c7cc168-c4b8-4763-b3ad-5186d56c7a4f {
  margin-top: 10px;
}

#s-daa1c028-ecba-4b53-a592-22e9e106d3c6 {
  margin-top: 10px;
}

#s-856024d8-4944-42db-a06b-eb1c09883c25 {
  margin-top: 20px;
margin-left: 35%;
margin-bottom: 20px;
margin-right: 35%;
text-align: center;
opacity: 1;
}







  #s-856024d8-4944-42db-a06b-eb1c09883c25 img.shogun-image {
    

    
    
    
  }


#s-856024d8-4944-42db-a06b-eb1c09883c25 .shogun-image-content {
  
    align-items: center;
  
}

#s-3357f5c4-92ac-4f01-b33d-30a225757a10 {
  margin-top: 10px;
}

#s-ed986c52-39e2-4b29-bf62-4e2beaf7edea {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-c6c0dfaa-40be-4b56-8f52-d7d887271e4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c6c0dfaa-40be-4b56-8f52-d7d887271e4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6c0dfaa-40be-4b56-8f52-d7d887271e4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6c0dfaa-40be-4b56-8f52-d7d887271e4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-50c96a57-53b8-4a42-8c9d-eaa0c59100bc {
  margin-top: 20px;
margin-left: 35%;
margin-bottom: 20px;
margin-right: 35%;
text-align: center;
opacity: 1;
}







  #s-50c96a57-53b8-4a42-8c9d-eaa0c59100bc img.shogun-image {
    

    
    
    
  }


#s-50c96a57-53b8-4a42-8c9d-eaa0c59100bc .shogun-image-content {
  
    align-items: center;
  
}

#s-c9865087-0027-4185-9037-93a5fb70643f {
  margin-top: 10px;
}

#s-1f4fc55e-a231-4940-8e74-857bf05bf254 {
  margin-top: 10px;
}

#s-a1bce209-aea2-4b93-bad9-4d409338c088 {
  margin-top: 20px;
margin-left: 35%;
margin-bottom: 20px;
margin-right: 35%;
text-align: center;
opacity: 1;
}







  #s-a1bce209-aea2-4b93-bad9-4d409338c088 img.shogun-image {
    

    
    
    
  }


#s-a1bce209-aea2-4b93-bad9-4d409338c088 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9418db1-2e53-41aa-a6b4-0521766bb893 {
  margin-top: 10px;
}

#s-04cbe296-8287-4248-be69-35d522667d2e {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-02f61ecd-4d3a-4fee-93d9-739a74b34146"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-02f61ecd-4d3a-4fee-93d9-739a74b34146"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02f61ecd-4d3a-4fee-93d9-739a74b34146"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02f61ecd-4d3a-4fee-93d9-739a74b34146"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-431dac2e-3ab5-4bce-b218-3be82dc32a98 {
  margin-top: 20px;
margin-left: 35%;
margin-bottom: 20px;
margin-right: 35%;
text-align: center;
opacity: 1;
}







  #s-431dac2e-3ab5-4bce-b218-3be82dc32a98 img.shogun-image {
    

    
    
    
  }


#s-431dac2e-3ab5-4bce-b218-3be82dc32a98 .shogun-image-content {
  
    align-items: center;
  
}

#s-aab3b1ea-8699-43b4-ad1c-930488fb1413 {
  margin-top: 10px;
}

#s-affcd174-2fe3-4923-b6d4-b4be17f5e494 {
  margin-top: 10px;
}

#s-45314b37-73ad-4d8a-9fb8-55355108831c {
  margin-top: 20px;
margin-left: 35%;
margin-bottom: 20px;
margin-right: 35%;
text-align: center;
opacity: 1;
}







  #s-45314b37-73ad-4d8a-9fb8-55355108831c img.shogun-image {
    

    
    
    
  }


#s-45314b37-73ad-4d8a-9fb8-55355108831c .shogun-image-content {
  
    align-items: center;
  
}

#s-f1494534-8805-4d2b-86b8-71613bf805d8 {
  margin-top: 10px;
}

#s-965ba22c-9e67-4c48-985a-4869cb385cb1 {
  margin-top: 10px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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