.hi
{
  background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Fhome%2Fpattern-main%2F(gc%2F").svg) 70% 0/2000px no-repeat,linear-gradient(90deg,#0a3344 30.73%,#208086 100%);
  padding: 100px 0 20px 0;
}

@media only screen and (min-width:320px) and (max-width:480px)
{
  .hi
  {
    padding: 100px 0 0 0;
  }
}

@media only screen and (min-width:320px) and (max-width:840px)
{
  .hi
  {
    background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Fhome%2Fpattern-main%2F(gc%2F").svg) 40% 0/2000px no-repeat,linear-gradient(90deg,#0a3344 30.73%,#208086 100%);
  }
}

.hi__row
{
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width:320px) and (max-width:768px)
{
  .hi__row
  {
    justify-content: center;
  }
}

.hi__body
{
  font-family: Oracle Sans,sans-serif;
  color: #fff;
  padding: 0 0 0 0;
}

.hi__title
{
  font-size: 48px;
  line-height: 64px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
  max-width: 700px;
  color: #fff;
}

@media only screen and (min-width:320px) and (max-width:768px)
{
  .hi__title
  {
    text-align: center;
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:320px) and (max-width:1024px)
{
  .hi__title
  {
    font-size: 36px;
    line-height: 56px;
  }
}

.hi__buttons
{
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  padding: 80px 0px 0px 0px;
}

@media only screen and (min-width:320px) and (max-width:480px)
{
  .hi__buttons
  {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0 30px 0;
  }
}

@media only screen and (min-width:320px) and (max-width:768px)
{
  .hi__buttons
  {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
    max-width: none;
    padding: 40px 0 30px 0;
  }

  .hi__buttons a.btn.btn-primary
  {
    margin: 0;
  }
}

@media only screen and (min-width:481px) and (max-width:768px)
{
  .hi__buttons
  {
    justify-content: space-evenly;
  }
}

a.btn.btn-primary
{
  font-family: Oracle Sans,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  border-radius: 8px;
  padding: 6px 0 6px 0;
  text-transform: none;
  margin: 0 24px 40px 0;
  width: 180px;
}

@media only screen and (min-width:320px) and (max-width:480px)
{
  a.btn.btn-primary
  {
    margin: 0 0 40px 0!important;
    width: 250px;
  }
}

.hi__image img
{
  max-width: 100%;
}

@media only screen and (min-width:320px) and (max-width:768px)
{
  .hi__image img
  {
    display: none;
  }
}

@media only screen and (min-width:769px) and (max-width:1024px)
{
  .hi__image img
  {
    max-width: 90%;
    margin-top: 30px;
  }
}

.docs-content
{
  padding-top: 80px;
}

.docs-content p
{
  font-size: 16px;
  margin-bottom: 7px;
  color: #171f26;
}

.docs-content p:last-of-type
{
  margin-bottom: 0;
}

.docs-content
{
  flex: 1 0 auto;
  background-color: #98d2e152;
  padding: 80px 20px 10px 30px;
}

@media only screen and (min-width:320px) and (max-width:574px)
{
  .docs-content
  {
    padding: 90px 20px 10px 20px;
  }
}

.docs-content ul,.docs-content ol
{
  margin-left: 20px;
}

.toc ul
{
  margin-top: 40px;
  padding-left: 0;
}

.toc-container {
  margin-top: 60px;
  max-width: 330px;
}

details
{
  color: #09222e;
}

.footer
{
  background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Ffooter%2Ffooter-pattern-back.svg")center top/1720px repeat-x,#0a2128;
  border-top: 0.4px solid #ffffff;
}

@media only screen and (min-width:481px) and (max-width:852px)
{
  .footer
  {
    background: #0a2128;
  }
}

@media (max-width:480px)
{
  .footer
  {
    display: none;
  }
}

.footer-list
{
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}

@media only screen and (min-width:320px) and (max-width:480px)
{
  .footer-list
  {
    padding-left: 10px;
  }
}

.footer-list__item
{
  padding-left: 0;
  list-style: none;
}

.footer-list__item:before
{
  display: none;
}

.footer-list__item+.footer-list__item
{
  margin-top: 10px;
}

.footer-list__item a
{
  color: #fff!important;
  font-size: 14px;
  line-height: 14px;
  font-weight: lighter;
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2)
{
  .footer-list__item a
  {
    font-size: 15px;
    line-height: 15px;
  }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3)
{
  .footer-list__item a
  {
    font-size: 15px;
    line-height: 15px;
  }
}

.footer-list__item a:hover
{
  color: #f29111!important;
  text-decoration: none;
}

ul.footer-list
{
  margin-left: 0;
}

.row.footer-content
{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

h6.title-footer
{
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width:320px) and (max-width:480px)
{
  h6.title-footer
  {
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 10px;
  }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3)
{
  h6.title-footer
  {
    margin-top: 20px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1)
{
  h6.title-footer
  {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.copyright
{
  padding: 15px 15px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 200;
  text-align: center;
  margin: 20px 0 0 0;
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2)
{
  .copyright
  {
    font-size: 10px;
  }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3)
{
  .copyright
  {
    font-size: 10px;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1)
{
  p.copyright
  {
    font-size: 12px;
  }
}

.license-note {
  font-size: 14px;
  color: #c4e6ee;
}

.footer__logo
{
  display: flex;
  max-width: 12%;
  padding-left: 16px;
}

@media only screen and (min-width:320px) and (max-width:852px)
{
  .footer__logo
  {
    margin-top: 40px;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width:320px) and (max-width:767px)
{
  .footer__logo
  {
    max-width: 20%;
  }
}

.footer__columns
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  min-width: 458px;
  width: 60%;
}

@media only screen and (min-width:320px) and (max-width:852px)
{
  .footer__columns
  {
    width: 100%;
    padding: 16px;
  }
}

@media only screen and (min-width:320px) and (max-width:480px)
{
  .footer__columns
  {
    flex-direction: column;
    padding: 16px;
    min-width: 98%;
  }
}

@media (max-width:480px)
{
  .footer__mobile
  {
    background: #09222e;
    display: block;
    position: relative;
  }
}

@media only screen and (min-width:320px) and (max-width:852px)
{
  .rubber-footer
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
  }
}

.site-header
{
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  min-height: 37.3px;
  line-height: 64px;
  background-color: #0a2128;
  z-index: 50;
}

.site--header
{
  position: fixed;
  top: 0;
}

.menu__downloads a.btn.btn-try.btn-primary
{
  margin: 0px;
  padding: 2px 4px 2px 4px;
}

a.menu__logo img
{
  max-height: 32px;
}

.menu__item
{
  margin: 4px 24px 0 24px;
  display: flex;
  font-size: 16px;
  line-height: 48px;
}


@media only screen and (min-width:601px) and (max-width:768px)
{
  .menu__item
  {
    margin: 0 16px 0 16px;
  }
}

a.menu__link
{
  color: #fff;
  font-size: 15px;
  font-weight: 200;
}

@media only screen and (min-width:681px) and (max-width:768px)
{
  a.menu__link
  {
    font-size: 13px;
  }
}

@media only screen and (min-width:601px) and (max-width:680px)
{
  a.menu__link
  {
    font-size: 12px;
  }
}

@media only screen and (min-width:320px) and (max-width:600px)
{
  a.menu__link
  {
    font-size: 16px;
  }
}

a.menu__link:hover {
  color: #8EC9E6;
}

a.stack__header
{
  background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Fheader-navigation%2Farrow-down.svg")99% 50%no-repeat;
  padding: 0px 24px 3px 0;
}

@media only screen and (min-width:320px) and (max-width:600px)
{
  li.menu__item
  {
    padding: 0;
  }
}

ul.menu__list
{
  display: flex;
  align-items: self-end;
  margin-bottom: 0;
  margin-top: 4px;
}

@media only screen and (min-width:320px) and (max-width:767px)
{
  ul.menu__list
  {
    display: block;
    margin: 0 20px;
  }
}

.stack-container
{
  position: relative;
  z-index: 1;
}

@media only screen and (min-width:320px) and (max-width:767px)
{
  .stack-container
  {
    z-index: auto;
  }
}

.stack-row
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width:320px) and (max-width:540px)
{
  .stack-row
  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: start;
  }
}

.stack-column
{
  display: flex;
  flex-direction: column;
}

.stack-menu a
{
  display: block;
  color: #fff;
  text-decoration: none;
  transition: background-color .3s;
}

.stack-container:hover .stack-menu
{
  display: block;
}

.stack__item
{
  padding: 6px;
  display: flex;
}

.stack__item img
{
  padding-right: 10px;
}

@media only screen and (min-width:320px) and (max-width:767px)
{
  .stack__item
  {
    padding: 15px 6px;
  }
}

.item-line
{
  font-size: 15px;
  line-height: 24px;
  font-weight: 200;
}

.menu-toggle
{
  font-size: 2.3rem;
  cursor: pointer;
  display: none;
}

.menu-toggle:hover
{
  color: #f29111;
}

@media screen and (max-width:767px)
{
  ul.menu__list
  {
    flex-direction: column;
    top: 63px;
    left: 55px;
    width: 100%;
    background: linear-gradient(90deg, #09222E 15.53%, #225765fa 179%);
    border-radius: 8px;
    border: 0.5px solid #3c6e79;
  }

  .menu-toggle
  {
    display: block;
  }
}

.menu {
  display: flex;
  flex-direction: column;
  max-width: 1108px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
}

@media (min-width: 768px) {
  .menu {
    flex-direction: row;
    position: relative;
  }
}

.menu__logo {
  background-color: transparent;
}

.menu__list {
  position: absolute;
  top: 46px;
  width: 100%;
  background-color: #213242;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  transform: translateX(100%);
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .menu__list {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .menu__list {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
    transform: translateX(0%);
  }
}

.header--filled .menu__list,
.header--content .menu__list {
  @media (min-width: 768px) {
    justify-content: center;
  }
}

.menu__list.open {
  transform: translateX(-2%);
  position: fixed;
}

@media only screen and (min-width: 478px) and (max-width: 575px) {
  .menu__list.open {
    transform: translateX(-3%);
    width: 90%;
  }
}

@media only screen and (min-width: 356px) and (max-width: 477px) {
  .menu__list.open {
    transform: translateX(-4%);
    width: 90%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 355px) {
  .menu__list.open {
    transform: translateX(-5%);
    width: 90%;
  }
}

.menu__list.icons {
  display: none;
}


.col-bg:after
{
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 9999%;
  height: 100%;
  z-index: -1;
}

.sidebar-wrap
{
  position: relative;
  background-color: transparent;
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2)
{
  .sidebar
  {
    margin-left: 0;
  }
}

@media (min-width:576px)
{
  .sidebar
  {
    position: relative;
    display: contents;
    top: auto;
    height: auto;
    padding: 0 0 10px;
    background: 0 0;
    z-index: 2;
    width: 320px;
    left: auto;
    transform: translate(0,0);
    transform: translate3d(0,0,0);
    will-change: position,transform;
  }
}

@media (max-width:767px)
{
  .container
  {
    max-width: none;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: transparent;
  z-index: 99;
  padding: 0 15px;
}

.sidebar.open {
  position: fixed;
  display: block;
  transform: translateX(0);
  background: linear-gradient(180deg,#225765 10%,#09222e 100%);
  margin-top: 44px;
  z-index: 100;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar.open {
    margin-left: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .sidebar {
    margin-left: 0;
  }
}

.col-sm-3.docsimpro
{
  flex: 0 0 335px;
  padding: 0;
  background: linear-gradient(180deg,#225765 10%,#09222e 100%);
}

.sidestyle
{
  background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Fdocs-sidebar%2Fsidebar-top-pattern.svg")0 0 no-repeat;
}

.col-sm-9.docsmod
{
  flex: 1 1 260px;
  flex-wrap: wrap;
  min-width: none;
  overflow-x: hidden;
  background: #fff;
  max-width: 100%;
  padding: 0 15px 0 0;
}

@media only screen and (min-width:320px) and (max-width:575px)
{
  .col-sm-9.docsmod
  {
    padding: 0 15px 0 15px;
  }
}

.col-sm-9.docsmod h3
{
  margin-bottom: 20px;
  margin-top: 30px;
}

.no-display
{
  display: none;
}

@media only screen and (min-device-width:320px) and (max-device-width:767px)
{
  .btn-color
  {
    background: #2f3747;
    border-radius: 3px;
  }
}

.btn
{
  border: 0;
  display: inline-block;
  background: 0 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.btn:hover,.btn:active
{
  background-color: transparent;
  text-decoration: none;
  outline: 0!important;
}

.btn-try
{
  border-radius: 3px;
  text-align: center;
  font-size: 16px!important;
}

.btn-primary
{
  border-radius: 12px;
  border: 1px solid #f29110;
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .44px;
  transition: background-color .3s,color .3s;
}

.btn-primary
{
  background-color: #f29110;
  color: #fff;
  text-align: center;
  padding: 8px 48px 8px 48px;
}

.btn-primary:hover,.btn-primary:focus
{
  background-color: #dd830c;
  border-color: #dd830c;
  color: #fff;
}

.menu-btn {
  position: relative;
  width: 48px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 750ms ease-in-out;
}

@media (min-width:768px)
{
  .menu-btn
  {
    display: none;
  }
}

.menu-btn--sidebar
{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  top: auto;
  bottom: 20px;
  padding: 2px;
  width: 48px;
  height: 48px;
  box-shadow: 0 4px 8px rgba(0,0,0,.25);
  border-radius: 16px;
  background-color: #1f8086;
  z-index: 999;
}

.menu-btn--sidebar .hamburger::before,.menu-btn--sidebar .hamburger::after,.menu-btn--sidebar .hamburger .inner
{
  background: #fff;
}

@media (min-width:768px)
{
  .menu-btn--sidebar
  {
    display: none;
  }
}

.hamburger
{
  position: relative;
  width: 33px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 750ms ease-in-out;
  margin-top: 8px;
}

.hamburger::before,.hamburger::after,.hamburger .inner
{
  content: "";
  margin-left: 1px;
  position: absolute;
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #80adb7;
  transform-origin: 100% 50%;
  transition: all 750ms ease-in-out;
}

.hamburger::before
{
  top: 1px;
}

.hamburger .inner
{
  top: 10px;
  transform-origin: 50% 50%;
}

.hamburger::after
{
  top: 19px;
}

.menu-open.menu-btn:active .hamburger {
  transform: scale(.95) rotateY(-180deg);
}

.menu-open .hamburger::before,
.menu-open .hamburger::after,
.menu-open .hamburger .inner {
  background: #8de4f7;
}

.menu-open .hamburger::before {
  transform: translate3d(-4px, 0px, 0) rotateZ(-45deg);
}

.menu-open .hamburger .inner {
  transform: rotateY(-90deg);
  transition: transform 375ms, background-color 750ms ease-in-out;
}

.menu-open .hamburger::after {
  transform: translate3d(-4px, 2.5px, 0) rotateZ(45deg);
}

.menu-btn.menu-btn--menu.js-show-menu.menu-open.close:focus-visible {
    outline: none !important;
}

.menu-btn.menu-btn--menu.js-show-menu:focus-visible {
    outline: none !important;
}

.hamburger:focus-visible {
    outline: none;
}

html
{
  font-size: 16px;
}

body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,ol,ul
{
  margin: 0;
  padding: 0;
}

body
{
  font: 400 16px/1.5"Oracle Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern"1;
  -moz-font-feature-settings: "kern"1;
  -o-font-feature-settings: "kern"1;
  font-feature-settings: "kern"1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol
{
  margin-bottom: 20px;
}

[id]::before {
  content: '';
  display: block;
  height: 64px;
  margin-top: -64px;
  visibility: hidden;
}

main
{
  display: block;
}

img
{
  max-width: 100%;
  vertical-align: middle;
}

ul,ol
{
  margin-top: 20px;
  padding-left: 20px;
}

li>ul
{
  margin-bottom: 0;
}

h1
{
  font-size: 56px;
  line-height: 72px;
  font-weight: 500;
}

@media only screen and (min-width:320px) and (max-width:768px)
{
  h1
  {
    font-size: 48px;
    line-height: 56px;
  }
}

h2
{
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 24px;
}

@media only screen and (min-width:320px) and (max-width:768px)
{
  h2
  {
    font-size: 32px;
    line-height: 40px;
  }
}

h3
{
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 0;
}

@media only screen and (min-width:320px) and (max-width:768px)
{
  h3
  {
    font-size: 28px;
  }
}

h4
{
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 6px;
}

h5
{
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}

h6
{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

h1>a.anchor-link,
h2>a.anchor-link,
h3>a.anchor-link,
h4>a.anchor-link,
h5>a.anchor-link,
h6>a.anchor-link
{
    color: inherit;
    text-decoration: inherit;
}

h1>a.anchor-link:hover,
h2>a.anchor-link:hover,
h3>a.anchor-link:hover,
h4>a.anchor-link:hover,
h5>a.anchor-link:hover,
h6>a.anchor-link:hover
{
    color: inherit;
    text-decoration: inherit;
}

h1>a.anchor-link:hover::before,
h2>a.anchor-link:hover::before,
h3>a.anchor-link:hover::before,
h4>a.anchor-link:hover::before,
h5>a.anchor-link:hover::before,
h6>a.anchor-link:hover::before {
    visibility: visible;
}

h1>a.anchor-link::before,
h2>a.anchor-link::before,
h3>a.anchor-link::before,
h4>a.anchor-link::before,
h5>a.anchor-link::before,
h6>a.anchor-link::before {
    color: #828282;
    content: "#";
    display: inline-block;
    font-size: .7em;
    line-height: 1;
    margin-left: -.8em;
    text-decoration: none;
    visibility: hidden;
    width: .8em;
}

a
{
  color: #f29111;
  text-decoration: none;
}

a:hover
{
  color: #8EC9E6;
}

blockquote
{
  color: #828282;
  border-left: 8px solid #00d7d4;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  margin: 20px 0 20px 0;
  padding: 10px;
}

blockquote>:last-child
{
  margin-bottom: 0;
}

blockquote em
{
  font-style: normal;
}

table
{
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  text-align: left;
  color: #fff;
  border: 0.4px solid #fff;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
}

table th,table td
{
  padding: 6.6666666667px 10px;
}

table th
{
  background-color: #306878;
  border: 0.4px solid #fff;
  color: #fff;
  font-weight: 400;
}

table td
{
  border: 0.4px solid #fff;
  background-color: #07181d;
  color: #ffffff;
}

@media screen and (max-width:800px)
{
  table
  {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

td.border-correct-1 {
  border-bottom-left-radius: 11px;
}

td.border-correct-2 {
  border-bottom-right-radius: 11px;
}

th.border-correct-3 {
  border-top-left-radius: 11px;
}

th.border-correct-4 {
  border-top-right-radius: 11px;
}

.centered {
  text-align: center;
}

.container
{
  margin: 0 auto;
}

pre
{
  position: relative;
}

.site-nav
{
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 5px;
  text-align: right;
}

@media screen and (min-width:768px)
{
  .site-nav
  {
    position: static;
    float: right;
    border: 0;
    background-color: inherit;
  }
}

.page-content
{
  flex: 1 0 auto;
  background-color: #0a2128;
  overflow-x: hidden;
}

h2,h3,h4,h5,h6,p,li
{
  color: #09222e;
}

.langbenefits
{
  background: #0a2128;
  padding: 30px 0 10px 0;
  display: flex;
}

.langbenefits.compbenefits {
  margin: 20px 0 30px 0;
  background: linear-gradient(180deg, #0d3b4c 0%, #278393 160%);
}

.langbenefits__row
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.langbenefits__card
{
  flex-wrap: wrap;
  width: 30%;
  padding: 30px 15px;
}

@media only screen and (min-width:320px) and (max-width:767px)
{
  .langbenefits__card
  {
    width: fit-content;
    min-width: 300px;
  }
}

.langbenefits__icon
{
  width: 48px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.langbenefits__title h4
{
  text-align: center;
  color: #fff;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media only screen and (min-width:768px) and (max-width:1024px)
{
  .langbenefits__title h4
  {
    font-size: 20px;
  }
}

.langpage__title
{
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
}

.langpage__title-02
{
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
}

.langpage__benefits-text h5
{
  text-align: center;
  color: #fff;
  max-width: 1100px;
  margin: 0 auto;
}

.languages__title-section
{
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 40px;
}

.download-homescreen {
  padding: 80px 0px;
  background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Ffooter%2Ffooter-pattern-back.svg")100% 30%/1650px no-repeat, linear-gradient(92deg, #13424F 0%, #288293 100%);
}

@media (min-width: 1650px) {
  .download-homescreen {
    background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Ffooter%2Ffooter-pattern-back.svg")55% 30%/1650px no-repeat, linear-gradient(92deg, #13424F 0%, #288293 100%);
  }
}

.languages__example {
  padding: 64px 0 40px 0;
  background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Ffooter%2Ffooter-pattern-back.svg")center top/1640px no-repeat, radial-gradient(50% 60% at 50% 20%, rgba(59, 200, 231, 0.40) 0%, rgba(59, 200, 231, 0.30) 27.6%, rgba(59, 200, 231, 0.14) 63.68%, rgba(59, 200, 231, 0.00) 95%);
}

.languages__back {
  background: linear-gradient(180deg, #0F303C 0%, #123C48 50.5%, #0F3B46 98%);
}

.languages__example-box
{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 100%;
}
@media only screen
and (min-width: 320px)
and (max-width: 767px) {
  .languages__example-box {
    flex-direction: column-reverse;
    align-items: center;
}
}

.language__example-subtitle h4
{
  text-align: left;
  font-weight: 200;
  color: #fff;
  margin: 30px 0 20px 0;
}
@media (max-width: 767px) {
  .language__example-subtitle h4 {
    display: none;
}
}

.language__example-subtitle-mobile h4
{
  text-align: center;
  font-weight: 200;
  color: #fff;
  margin: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .language__example-subtitle-mobile h4 {
    display: none;
}
}

.language__text-secondary h4
{
  font-weight: 200;
  color: #fff;
  margin: 0 0 10px 0;
}
@media only screen
and (min-width: 320px)
and (max-width: 991px) {
  .language__text-secondary h4 {
    display: none;
}
}

.example-logo-box
{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.languages__example-logo
{
  max-width: 100px;
  margin: 0 20px 0 0;
}

.languages__snippet
{
  width: 80%;
}

.langstarter
{
  padding: 80px 0 40px 0;
  display: flex;
  background: #123A47;
}

.langstarter__title
{
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 20px;
}

.langstarter__descrip
{
  text-align: center;
  color: #c0dbe9;
}

.langstarter__button
{
  display: flex;
  justify-content: center;
}

a.btn.btn-quickstart {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: #f29111;
  border-radius: 8px;
  padding: 6px 0 6px 0;
  text-transform: none;
  margin: 0;
  width: 180px;
}

.guides {
  padding: 20px 0 20px 0;
  display: flex;
}

h3.truffle__subtitle
{
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

p.truffle__subtitle
{
  color: #fff;
  text-align: center;
}

.guides__card
{
  display: flex;
  background: #134956;
  margin-bottom: 20px;
  border-radius: 16px;
  padding: 4px 16px;
  min-height: 80px;
  align-items: center;
  border: 0.4px solid #ffffff42;
}

.guides__card:hover {
  box-shadow: 0px 0px 8px 0px #2289b1;
}

.guides__topics
{
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  padding: 7px 0 0 20px;
}

.guides__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  margin: 0 auto;
}

.guides__column {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  width: 50%;
}
@media only screen
and (min-width: 320px)
and (max-width: 991px) {
  .guides__column {
    width: 100%;
}
}

.lang-video {
  padding: 20px 0 20px 0;
  display: flex;
}

.lang-video__row
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen
and (min-width: 320px)
and (max-width: 767px) {
  .lang-video__row {
    flex-direction: column;
    justify-content: center;
}
}

.lang-video__card
{
  position: relative;
  flex-wrap: wrap;
  width: 50%;
  padding: 30px 20px;
  display: flex;
  height: fit-content;
}
@media only screen
and (min-width: 320px)
and (max-width: 767px) {
  .lang-video__card {
    width: 100%;
}
}

.play-button-container
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.play-button
{
  width: 50px;
  height: 50px;
}

.lang-video__title h4
{
  text-align: left;
  color: #fff;
  width: fit-content;
  margin: 0;
  padding-bottom: 30px;
}

.lang-video__text h5
{
  text-align: left;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}

.video-cover
{
  border: 0.4px solid #fff;
  border-radius: 8px;
  display: block;
  width: 100%;
  border-radius: 10px;
}

.video-cover:hover {
  box-shadow: 0px 0px 8px 0px #2289b1;
}

.toc .h1
{
  font-size: 17px;
  padding: 0 5px;
  font-weight: 200;
}

.toc .h1 a
{
  color: #fff;
  text-decoration: none;
  list-style-type: none;
  line-height: 28px;
}

.toc .h1 a:hover
{
  color: #f29111;
}

.toc .h2
{
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 0 15px;
}

.toc .h2 a
{
  color: #fff;
  text-decoration: none;
  list-style-type: none;
  line-height: 28px;
}

.toc .h2 a:hover
{
  color: #afdeed;
}

.toc .h3
{
  font-size: 15px;
  font-weight: 200;
  line-height: 18px;
  padding: 0 0 0 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toc .h3 a
{
  color: #fff;
  text-decoration: none;
  list-style-type: none;
  line-height: 18px;
}

.toc .h3 a:hover
{
  color: #afdeed;
}

li.h2
{
  max-width: 290px;
}

.compatibility__screenback
{
  background: radial-gradient(45.76% 45.76%at 50% 50%,rgba(46,79,115,.8)0,rgba(20,36,53,.088) 100%);
}

.compatibility-homescreen
{
  padding: 100px 0px 60px 0px;
  background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Ffooter%2Ffooter-pattern-back.svg")100% 30%/1650px repeat-x, linear-gradient(92deg, #13424F 0%, #288293 100%);
}

h2.compatibility__title
{
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 40px 0px;
}

h4.comp__chart-title
{
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.compatibility__row
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.compatibility
{
  background: #171e25;
  padding: 60px 0 20px 0;
  display: flex;
}

h5.compatibility-text
{
  text-align: center;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

h5.compatibility-text.comp-text-mod {
  padding: 0px
}

h5.first-comp-text {
  margin-top: 40px;
}

h5.compatibility-text svg:hover
{
  all: unset;
}

.compatibility
{
  background: #0a2128;
  padding: 0 0 0 0;
}

.compatibility__mid
{
  background: #0a2128;
  padding: 80px 0 20px 0;
  display: flex;
}

.compatibility__chart-row
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.compatibility__chart
{
  background-color: #0d3b4c;
  border: .4px solid #ffffff39;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.chart
{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  background-color: #0d3b4c;
  margin: 20px;
}

.slice
{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  clip: rect(0,80px,160px,0);
}

.slice-1
{
  background-color: #76d1ff;
}

.slice-2
{
  background-color: #c84d4d;
}

.slice-3
{
  background-color: #d7d7d7;
}

.slice-4
{
  background-color: #13a97c;
}

.center
{
  position: absolute;
  width: 88px;
  height: 88px;
  background-color: #0d3b4c;
  border-radius: 50%;
  top: 36px;
  left: 36px;
}

.legend
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px;
}

.legend-item
{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
  padding: 20px;
  cursor: help;
}

.legend-item::before
{
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}

.legend-item-1::before
{
  background-color: #13a97c;
}

.legend-item-2::before
{
  background-color: #76d1ff;
}

.legend-item-3::before
{
  background-color: #c84d4d;
}

.legend-item-4::before
{
  background-color: #d7d7d7;
}

.info-tooltip
{
  background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Finfo-tooltip.svg")0 0/12px 12px no-repeat;
}

sup.info-tooltip
{
  width: 12px;
  height: 12px;
}

#compatibility_page__search-field
{
  padding: 8px;
  color: #fff;
  border: .4px solid #fff;
  border-radius: 10px;
  padding-left: 48px;
  flex: 1;
  width: 100%;
  background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Fgraalpy-compatibility%2Fsearch.svg")1% 40%/28px 28px no-repeat,#0d3b4c;
}

input::-webkit-input-placeholder
{
  color: #c0dbe9c6!important;
  font-size: 18px!important;
  font-weight: 400!important;
}

@media only screen and (min-width:320px) and (max-width:991px)
{
  .download-data-btn
  {
    margin-top: 20px;
  }
}

@media only screen and (min-width:320px) and (max-width:991px)
{
  .input-file.gp-requirement
  {
    margin: 0;
  }
}

.download-data-btn
{
  background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Fgraalpy-compatibility%2Fload.svg")8% 50%/18px 18px no-repeat,#f29111;
  border-radius: 10px;
  padding: 10px 16px 8px 44px;
  font-size: 16px;
  border: 0;
  color: #fff;
}

.package__row
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.package__search
{
  width: 58%;
}

@media only screen and (min-width:320px) and (max-width:1199px)
{
  .package__search
  {
    width: 100%;
  }
}

.package__btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 40%;
  margin-left: 20px;
}

.package__btn input[type=file]
{
  display: none;
}

@media only screen and (min-width:320px) and (max-width:991px)
{
  .package__btn
  {
    width: 100%;
    align-items: baseline;
    margin-left: 0;
  }
}

@media only screen and (min-width:320px) and (max-width:430px)
{
  .package__btn
  {
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
    margin-left: 0;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px)
{
  .package__btn
  {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

@media only screen and (min-width:320px) and (max-width:991px) {
  .package__btn
  {
    margin-top: 20px;
  }
}

.btn-comp-link
{
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  background-color: #13a97c;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.tablebot
{
  background: #0d3b4c;
  margin-top: -8px;
  margin-bottom: 40px;
  border: .4px solid #fff;
  border-radius: 0 0 12px 12px;
  display: flex;
  justify-content: end;
}

.tablebot select
{
  background: 0 0;
  border: 0;
  color: #f29111;
  margin-right: 40px;
}

.tablebot__elements
{
  padding: 12px 16px 12px 0;
  display: flex;
  align-items: center;
}

.pagination-group
{
  display: flex;
  align-items: center;
  flex-direction: row;
  background: 0 0;
  border: 0;
  color: #fff;
}

.pagination-dis
{
  color: #f29111;
  background: #0d3b4c;
  padding: 0 5px 0 12px;
  border: none;
  
}

.pagination-act
{
  color: #f29111;
  background: #0d3b4c;
  padding: 0 5px;
  border: none;
}

.pagination-lab
{
  padding-top: 2px;
}

label
{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.compattable
{
  margin-top: 24px;
  border-collapse: inherit;
  border-radius: 12px 12px 0px 0px;
  border-spacing: 0;
  margin-bottom: 8px;
  display: table;
  overflow-x: scroll;
  text-overflow: clip;
}

.compattable thead th:nth-child(1)
{
  max-width: 25%;
}

.compattable thead th:nth-child(2)
{
  max-width: 25%;
}

.compattable thead th:nth-child(3)
{
  max-width: 25%;
}

.compattable thead th:nth-child(4)
{
  max-width: 25%;
}

.compattable-container
{
  width: 100%;
}

@media only screen and (min-width:320px) and (max-width:420px)
{
  .compattable-container
  {
    overflow-x: auto;
  }
}

.module-table
{
  text-overflow: clip;
}

.module-table table th
{
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 16px 16px;
  border-bottom: .4px solid #fff;
  background-color: #0d3b4c;
}

@media only screen and (min-width:481px) and (max-width:767px)
{
  .module-table table th
  {
    font-size: 12px;
    text-align: center;
    padding: 8px 4px;
  }
}

@media only screen and (min-width:320px) and (max-width:480px)
{
  .module-table table th
  {
    font-size: 10px;
    text-align: center;
    padding: 4px 4px;
  }
}

.module-table table thead tr th:last-child
{
  border-radius: 0 12px 0 0;
}

.module-table table thead tr th:first-child
{
  border-radius: 12px 0 0 0;
}

.module-table table thead
{
  background-color: #2d3948;
}

.compatibility_page-filter
{
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-left: 15px;
  padding-bottom: 0;
}

.compatibility_page-item
{
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  border: .4px solid #fff;
  padding: 6px 16px;
  background-color: transparent;
  margin: 20px 8px 40px 0px;
}

p.compatibility_page-item
{
  color: #fff;
}

p.compatibility_page-item:hover
{
  color: #161d24;
  background-color: #6bcae2;
  cursor: pointer;
}

.compatibility_page-active
{
  background: #f29111;
  padding: 6px 32px;
  border-radius: 8px;
  cursor: pointer;
  border: 0;
}

p.compatibility_page-active
{
  color: #fff;
}

.menu__item .github-widget
{
  position: relative;
}

span.github-widget {
  display: flex;
  align-items: center;
}

.github-widget span {
  display: flex;
  margin-bottom: 13px;
}

.wrapper
{
  min-height: 100%;
  height: 100%;
}

.wrapper:after
{
  content: "";
  display: table;
  clear: both;
}

.langpage__homescreen
{
  background: url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Fhome%2Fgrain.png"),url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Fhome%2Fmetaimage-main-02.svg")70% -16%/1750px no-repeat,url("/?originalUrl=https%3A%2F%2Fgraalvm.org%2Fpython%2Fassets%2Fimg%2Fhome%2Fmetaimage-main-01.svg")122% 30%/550px no-repeat,radial-gradient(142.83% 143.5%at .12% 128.91%,#264d6d 0,rgba(38,84,107,0) 100%),#171e25;
  padding: 80px 0 60px 0;
}

.langpage__screenback
{
  background: radial-gradient(45.76% 45.76%at 50% 50%,rgba(46,79,115,.8)0,rgba(20,36,53,.088) 100%);
}

h2.langpage__title
{
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 20px 0px;
}

.langpage__subtitle h5
{
  text-align: center;
  color: #c0dbe9;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.langpage__buttons
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0 0 0;
}

a.btn.btn-primary.lang-start
{
  font-family: Oracle Sans,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  border-radius: 8px;
  padding: 6px 0 6px 0;
  text-transform: none;
  margin-right: 24px;
  width: 180px;
}

.langpage__benefits
{
  background: #171e25;
  padding: 80px 0 40px 0;
  display: flex;
}

.langpage__benefits-row
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.langpage__benefits-card
{
  flex-wrap: wrap;
  width: 32%;
  padding: 30px 20px;
}

.langpage__benefits-icon
{
  width: 48px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.langpage__benefits-title h4
{
  text-align: center;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 20px;
}

.lang-article
{
  background: #171e25;
  padding: 80px 0 40px 0;
  display: flex;
}

.lang-article__row
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lang-article__card
{
  flex-wrap: wrap;
  width: 33%;
  padding: 30px 20px;
}

.langpage__article-image
{
  width: 100%;
  opacity: 80%;
  border-radius: 12px;
}

.langpage__article-title h5
{
  text-align: left;
  color: #fff;
  font-weight: 400;
  width: fit-content;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

pre button {
  appearance: none;
  border: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #171923;
  background: #fff;
  padding: 5px;
  border-radius: 6px;
}

.stack-container {
  position: relative;
  z-index: 1;
}

.stack-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stack-menu {
  position: absolute;
  top: 100%;
  display: none;
  width: 440px;
  padding: 20px;
  background-color: #133844;
  opacity: 95%;
  border: 0.5px solid #3c6e79;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
@media only screen
and (min-width: 320px)
and (max-width: 767px) {
  .stack-menu {
  top: 97%;
  }
}
@media only screen
and (min-width: 320px)
and (max-width: 540px) {
  .stack-menu {
  left: -100px;
  width: 300px;
  }
}
@media only screen
and (min-width: 768px) {
  .stack-menu {
    right: 0;
  }
}

.stack-column {
  display: flex;
  flex-direction: column;
}

.stack-menu a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s;
}

.stack-menu a:hover {
  color: #8EC9E6;
}

.stack-container:hover .stack-menu {
  display: block;
}

.stack__menu-title {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  margin: 0px;
  padding: 0 0 15px 6px;
}

.stack__item {
  padding: 6px;
  display: flex;
}

img.stack__item {
  padding-right: 10px;
}

.item-line {
  font-size: 16px;
  line-height: 24px;
}

.githubstar {
  position: relative;
  top: 10%;
  left: 7%;
  margin-top: 8px;
}
@media only screen
and (min-width: 991px)
and (max-width: 1280px) {
  .githubstar {
  left: 0%;
  }
}
@media only screen
and (min-width: 320px)
and (max-width: 990px) {
  .githubstar {
    display: none !important;
    }
}

#docs-page + footer {
  display: none;
}

@media only screen
and (min-width: 320px)
and (max-width: 768px) {
  pre {
    position: static;
    }
}

h5.download-text {
  text-align: center;
  color: #fff;
  line-height: 28px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.languages__example-card {
  padding: 40px 0px 20px 0px;
}

.comp-info {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.comp-info h5 {
  text-align: left;
}

.info-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
